namespace HL_FristAidPlatform_RealTimeVideo { partial class Form_FirstAidTrack { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FirstAidTrack)); this.webBrowser = new System.Windows.Forms.WebBrowser(); this.panel1 = new System.Windows.Forms.Panel(); this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl(); this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btn_Playback = new DevExpress.XtraEditors.SimpleButton(); this.Button_RTLS = new DevExpress.XtraEditors.SimpleButton(); this.label_Longitude = new System.Windows.Forms.Label(); this.label_Latitude = new System.Windows.Forms.Label(); this.label_Speed = new System.Windows.Forms.Label(); this.label_Time = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.timer_drawLine = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // webBrowser // this.webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; this.webBrowser.Location = new System.Drawing.Point(0, 44); this.webBrowser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.webBrowser.MinimumSize = new System.Drawing.Size(26, 30); this.webBrowser.Name = "webBrowser"; this.webBrowser.Size = new System.Drawing.Size(1063, 911); this.webBrowser.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.dateEdit_End); this.panel1.Controls.Add(this.dateEdit_Start); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.btn_Playback); this.panel1.Controls.Add(this.Button_RTLS); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1063, 44); this.panel1.TabIndex = 1; // // dateEdit_End // this.dateEdit_End.BackColor = System.Drawing.Color.Transparent; this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.dateEdit_End.Location = new System.Drawing.Point(277, 9); this.dateEdit_End.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dateEdit_End.Name = "dateEdit_End"; this.dateEdit_End.Size = new System.Drawing.Size(162, 26); this.dateEdit_End.TabIndex = 7; this.dateEdit_End.TimeValue = ""; // // dateEdit_Start // this.dateEdit_Start.BackColor = System.Drawing.Color.Transparent; this.dateEdit_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.dateEdit_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.dateEdit_Start.Location = new System.Drawing.Point(89, 9); this.dateEdit_Start.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dateEdit_Start.Name = "dateEdit_Start"; this.dateEdit_Start.Size = new System.Drawing.Size(162, 26); this.dateEdit_Start.TabIndex = 6; this.dateEdit_Start.TimeValue = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(254, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 18); this.label2.TabIndex = 5; this.label2.Text = "至"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(83, 18); this.label1.TabIndex = 4; this.label1.Text = "回放时间:"; // // btn_Playback // this.btn_Playback.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.btn_Playback.Appearance.Options.UseFont = true; this.btn_Playback.Location = new System.Drawing.Point(552, 5); this.btn_Playback.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btn_Playback.Name = "btn_Playback"; this.btn_Playback.Size = new System.Drawing.Size(99, 35); this.btn_Playback.TabIndex = 1; this.btn_Playback.Text = "轨迹回放"; this.btn_Playback.Visible = false; this.btn_Playback.Click += new System.EventHandler(this.btn_Playback_Click); // // Button_RTLS // this.Button_RTLS.Appearance.Font = new System.Drawing.Font("Tahoma", 11F); this.Button_RTLS.Appearance.Options.UseFont = true; this.Button_RTLS.Location = new System.Drawing.Point(446, 5); this.Button_RTLS.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Button_RTLS.Name = "Button_RTLS"; this.Button_RTLS.Size = new System.Drawing.Size(99, 35); this.Button_RTLS.TabIndex = 0; this.Button_RTLS.Text = "实时播放"; this.Button_RTLS.Click += new System.EventHandler(this.Button_RTLS_Click); // // label_Longitude // this.label_Longitude.AutoSize = true; this.label_Longitude.Location = new System.Drawing.Point(16, 21); this.label_Longitude.Name = "label_Longitude"; this.label_Longitude.Size = new System.Drawing.Size(38, 18); this.label_Longitude.TabIndex = 2; this.label_Longitude.Text = "经度"; // // label_Latitude // this.label_Latitude.AutoSize = true; this.label_Latitude.Location = new System.Drawing.Point(16, 57); this.label_Latitude.Name = "label_Latitude"; this.label_Latitude.Size = new System.Drawing.Size(38, 18); this.label_Latitude.TabIndex = 3; this.label_Latitude.Text = "纬度"; // // label_Speed // this.label_Speed.AutoSize = true; this.label_Speed.Location = new System.Drawing.Point(16, 93); this.label_Speed.Name = "label_Speed"; this.label_Speed.Size = new System.Drawing.Size(38, 18); this.label_Speed.TabIndex = 4; this.label_Speed.Text = "速度"; // // label_Time // this.label_Time.AutoSize = true; this.label_Time.Location = new System.Drawing.Point(16, 129); this.label_Time.Name = "label_Time"; this.label_Time.Size = new System.Drawing.Size(38, 18); this.label_Time.TabIndex = 5; this.label_Time.Text = "时间"; // // panel2 // this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.Controls.Add(this.label_Longitude); this.panel2.Controls.Add(this.label_Time); this.panel2.Controls.Add(this.label_Latitude); this.panel2.Controls.Add(this.label_Speed); this.panel2.Location = new System.Drawing.Point(14, 669); this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(205, 165); this.panel2.TabIndex = 6; // // timer_drawLine // this.timer_drawLine.Tick += new System.EventHandler(this.timer_drawLine_Tick); // // Form_FirstAidTrack // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1063, 955); this.Controls.Add(this.panel2); this.Controls.Add(this.webBrowser); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Tahoma", 11F); this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_FirstAidTrack.IconOptions.Icon"))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "Form_FirstAidTrack"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "地图"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_FirstAidTrack_FormClosed); this.Load += new System.EventHandler(this.Form_FirstAidTrack_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.WebBrowser webBrowser; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SimpleButton btn_Playback; private DevExpress.XtraEditors.SimpleButton Button_RTLS; private System.Windows.Forms.Label label_Longitude; private System.Windows.Forms.Label label_Latitude; private System.Windows.Forms.Label label_Speed; private System.Windows.Forms.Label label_Time; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Timer timer_drawLine; private HL_FristAidPlatform_Public.TimeControl dateEdit_Start; private HL_FristAidPlatform_Public.TimeControl dateEdit_End; } }