namespace Casic.Birmm.RbFreqStandMeasure { partial class StatusCtrlForm { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 清理所有正在使用的资源。 /// </summary> /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// <summary> /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panelLocation = new System.Windows.Forms.Panel(); this.label_z = new System.Windows.Forms.Label(); this.label_y = new System.Windows.Forms.Label(); this.label_x = new System.Windows.Forms.Label(); this.label_lat = new System.Windows.Forms.Label(); this.label_lng = new System.Windows.Forms.Label(); this.labelLocation = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label_chnTotal = new System.Windows.Forms.Label(); this.label_usaTotal = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panelSite = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.panelTime = new System.Windows.Forms.Panel(); this.label_mjd = new System.Windows.Forms.Label(); this.label_time = new System.Windows.Forms.Label(); this.label_date = new System.Windows.Forms.Label(); this.labelTime = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panelBase = new System.Windows.Forms.Panel(); this.label_receiverStatus = new System.Windows.Forms.Label(); this.label_clockStatus = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.labelBase = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panelLocation.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panelTime.SuspendLayout(); this.panelBase.SuspendLayout(); this.SuspendLayout(); // // panelLocation // this.panelLocation.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_status_location; this.panelLocation.Controls.Add(this.label_z); this.panelLocation.Controls.Add(this.label_y); this.panelLocation.Controls.Add(this.label_x); this.panelLocation.Controls.Add(this.label_lat); this.panelLocation.Controls.Add(this.label_lng); this.panelLocation.Controls.Add(this.labelLocation); this.panelLocation.Controls.Add(this.label13); this.panelLocation.Controls.Add(this.label12); this.panelLocation.Controls.Add(this.label11); this.panelLocation.Controls.Add(this.label9); this.panelLocation.Controls.Add(this.label10); this.panelLocation.Location = new System.Drawing.Point(10, 358); this.panelLocation.Name = "panelLocation"; this.panelLocation.Size = new System.Drawing.Size(220, 289); this.panelLocation.TabIndex = 5; // // label_z // this.label_z.BackColor = System.Drawing.Color.Transparent; this.label_z.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_z.ForeColor = System.Drawing.Color.Gray; this.label_z.Location = new System.Drawing.Point(88, 226); this.label_z.Name = "label_z"; this.label_z.Size = new System.Drawing.Size(109, 25); this.label_z.TabIndex = 13; this.label_z.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_y // this.label_y.BackColor = System.Drawing.Color.Transparent; this.label_y.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_y.ForeColor = System.Drawing.Color.Gray; this.label_y.Location = new System.Drawing.Point(88, 186); this.label_y.Name = "label_y"; this.label_y.Size = new System.Drawing.Size(109, 25); this.label_y.TabIndex = 12; this.label_y.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_x // this.label_x.BackColor = System.Drawing.Color.Transparent; this.label_x.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_x.ForeColor = System.Drawing.Color.Gray; this.label_x.Location = new System.Drawing.Point(88, 146); this.label_x.Name = "label_x"; this.label_x.Size = new System.Drawing.Size(109, 25); this.label_x.TabIndex = 11; this.label_x.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_lat // this.label_lat.BackColor = System.Drawing.Color.Transparent; this.label_lat.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_lat.ForeColor = System.Drawing.Color.Gray; this.label_lat.Location = new System.Drawing.Point(88, 106); this.label_lat.Name = "label_lat"; this.label_lat.Size = new System.Drawing.Size(109, 25); this.label_lat.TabIndex = 10; this.label_lat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_lng // this.label_lng.BackColor = System.Drawing.Color.Transparent; this.label_lng.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_lng.ForeColor = System.Drawing.Color.Gray; this.label_lng.Location = new System.Drawing.Point(88, 66); this.label_lng.Name = "label_lng"; this.label_lng.Size = new System.Drawing.Size(109, 25); this.label_lng.TabIndex = 9; this.label_lng.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelLocation // this.labelLocation.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.labelLocation.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelLocation.ForeColor = System.Drawing.Color.White; this.labelLocation.Location = new System.Drawing.Point(10, 10); this.labelLocation.Name = "labelLocation"; this.labelLocation.Size = new System.Drawing.Size(200, 32); this.labelLocation.TabIndex = 0; this.labelLocation.Text = "位置信息"; this.labelLocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label13 // this.label13.BackColor = System.Drawing.Color.Transparent; this.label13.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label13.Location = new System.Drawing.Point(30, 226); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(57, 25); this.label13.TabIndex = 1; this.label13.Text = "Z:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label12 // this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label12.Location = new System.Drawing.Point(26, 186); this.label12.Margin = new System.Windows.Forms.Padding(0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(61, 25); this.label12.TabIndex = 1; this.label12.Text = "Y:"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label11 // this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label11.Location = new System.Drawing.Point(23, 146); this.label11.Margin = new System.Windows.Forms.Padding(0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(64, 25); this.label11.TabIndex = 1; this.label11.Text = "X:"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label9 // this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label9.Location = new System.Drawing.Point(26, 66); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(61, 25); this.label9.TabIndex = 1; this.label9.Text = "经度:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label10 // this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label10.Location = new System.Drawing.Point(23, 106); this.label10.Margin = new System.Windows.Forms.Padding(0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(64, 25); this.label10.TabIndex = 1; this.label10.Text = "纬度:"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel2 // this.panel2.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_ct_list; this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panel2.Controls.Add(this.label_chnTotal); this.panel2.Controls.Add(this.label_usaTotal); this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Controls.Add(this.panelSite); this.panel2.Controls.Add(this.panel1); this.panel2.Location = new System.Drawing.Point(236, 5); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(785, 642); this.panel2.TabIndex = 3; // // label_chnTotal // this.label_chnTotal.BackColor = System.Drawing.Color.Black; this.label_chnTotal.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_chnTotal.ForeColor = System.Drawing.SystemColors.ControlLight; this.label_chnTotal.Location = new System.Drawing.Point(57, 59); this.label_chnTotal.Name = "label_chnTotal"; this.label_chnTotal.Size = new System.Drawing.Size(28, 25); this.label_chnTotal.TabIndex = 7; this.label_chnTotal.Text = "0"; this.label_chnTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label_usaTotal // this.label_usaTotal.BackColor = System.Drawing.Color.Black; this.label_usaTotal.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_usaTotal.ForeColor = System.Drawing.SystemColors.ControlLight; this.label_usaTotal.Location = new System.Drawing.Point(57, 23); this.label_usaTotal.Name = "label_usaTotal"; this.label_usaTotal.Size = new System.Drawing.Size(28, 25); this.label_usaTotal.TabIndex = 2; this.label_usaTotal.Text = "0"; this.label_usaTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.Black; this.pictureBox2.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.CHN; this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox2.Location = new System.Drawing.Point(28, 60); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(24, 24); this.pictureBox2.TabIndex = 6; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Black; this.pictureBox1.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.USA; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Location = new System.Drawing.Point(28, 23); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(24, 24); this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // panelSite // this.panelSite.BackColor = System.Drawing.Color.Black; this.panelSite.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.panelSite.Location = new System.Drawing.Point(113, 15); this.panelSite.Name = "panelSite"; this.panelSite.Size = new System.Drawing.Size(610, 610); this.panelSite.TabIndex = 4; this.panelSite.Paint += new System.Windows.Forms.PaintEventHandler(this.panelSite_Paint); // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Location = new System.Drawing.Point(12, 10); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(760, 622); this.panel1.TabIndex = 5; // // panelTime // this.panelTime.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_status_time; this.panelTime.Controls.Add(this.label_mjd); this.panelTime.Controls.Add(this.label_time); this.panelTime.Controls.Add(this.label_date); this.panelTime.Controls.Add(this.labelTime); this.panelTime.Controls.Add(this.label7); this.panelTime.Controls.Add(this.label6); this.panelTime.Controls.Add(this.label1); this.panelTime.Location = new System.Drawing.Point(10, 161); this.panelTime.Name = "panelTime"; this.panelTime.Size = new System.Drawing.Size(220, 197); this.panelTime.TabIndex = 4; // // label_mjd // this.label_mjd.BackColor = System.Drawing.Color.Transparent; this.label_mjd.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_mjd.ForeColor = System.Drawing.Color.Gray; this.label_mjd.Location = new System.Drawing.Point(86, 143); this.label_mjd.Name = "label_mjd"; this.label_mjd.Size = new System.Drawing.Size(109, 25); this.label_mjd.TabIndex = 8; this.label_mjd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_time // this.label_time.BackColor = System.Drawing.Color.Transparent; this.label_time.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_time.ForeColor = System.Drawing.Color.Gray; this.label_time.Location = new System.Drawing.Point(86, 103); this.label_time.Name = "label_time"; this.label_time.Size = new System.Drawing.Size(109, 25); this.label_time.TabIndex = 7; this.label_time.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_date // this.label_date.BackColor = System.Drawing.Color.Transparent; this.label_date.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_date.ForeColor = System.Drawing.Color.Gray; this.label_date.Location = new System.Drawing.Point(86, 63); this.label_date.Name = "label_date"; this.label_date.Size = new System.Drawing.Size(109, 25); this.label_date.TabIndex = 6; this.label_date.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelTime // this.labelTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.labelTime.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelTime.ForeColor = System.Drawing.Color.White; this.labelTime.Location = new System.Drawing.Point(10, 10); this.labelTime.Name = "labelTime"; this.labelTime.Size = new System.Drawing.Size(200, 32); this.labelTime.TabIndex = 0; this.labelTime.Text = "时间信息"; this.labelTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label7.Location = new System.Drawing.Point(12, 143); this.label7.Margin = new System.Windows.Forms.Padding(0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(75, 25); this.label7.TabIndex = 1; this.label7.Text = "MJD:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label6 // this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label6.Location = new System.Drawing.Point(12, 103); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(75, 25); this.label6.TabIndex = 1; this.label6.Text = "时间:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label1.Location = new System.Drawing.Point(12, 63); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(75, 25); this.label1.TabIndex = 1; this.label1.Text = "日期:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panelBase // this.panelBase.BackgroundImage = global::Casic.Birmm.RbFreqStandMeasure.Properties.Resources.bg_status_base; this.panelBase.Controls.Add(this.label_receiverStatus); this.panelBase.Controls.Add(this.label_clockStatus); this.panelBase.Controls.Add(this.label3); this.panelBase.Controls.Add(this.label2); this.panelBase.Controls.Add(this.labelBase); this.panelBase.Location = new System.Drawing.Point(10, 5); this.panelBase.Margin = new System.Windows.Forms.Padding(0); this.panelBase.Name = "panelBase"; this.panelBase.Size = new System.Drawing.Size(220, 156); this.panelBase.TabIndex = 3; // // label_receiverStatus // this.label_receiverStatus.BackColor = System.Drawing.Color.Transparent; this.label_receiverStatus.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_receiverStatus.ForeColor = System.Drawing.Color.Gray; this.label_receiverStatus.Location = new System.Drawing.Point(86, 100); this.label_receiverStatus.Name = "label_receiverStatus"; this.label_receiverStatus.Size = new System.Drawing.Size(67, 25); this.label_receiverStatus.TabIndex = 5; this.label_receiverStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_clockStatus // this.label_clockStatus.BackColor = System.Drawing.Color.Transparent; this.label_clockStatus.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_clockStatus.ForeColor = System.Drawing.Color.Gray; this.label_clockStatus.Location = new System.Drawing.Point(87, 59); this.label_clockStatus.Name = "label_clockStatus"; this.label_clockStatus.Size = new System.Drawing.Size(65, 25); this.label_clockStatus.TabIndex = 4; this.label_clockStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label3.Location = new System.Drawing.Point(12, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 25); this.label3.TabIndex = 1; this.label3.Text = "接收机:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label2.Location = new System.Drawing.Point(12, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(75, 25); this.label2.TabIndex = 1; this.label2.Text = "原子钟:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelBase // this.labelBase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(132)))), ((int)(((byte)(215))))); this.labelBase.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelBase.ForeColor = System.Drawing.Color.White; this.labelBase.Location = new System.Drawing.Point(10, 10); this.labelBase.Name = "labelBase"; this.labelBase.Size = new System.Drawing.Size(200, 32); this.labelBase.TabIndex = 0; this.labelBase.Text = "基本信息"; this.labelBase.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 60000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // StatusCtrlForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelLocation); this.Controls.Add(this.panel2); this.Controls.Add(this.panelTime); this.Controls.Add(this.panelBase); this.Margin = new System.Windows.Forms.Padding(10); this.Name = "StatusCtrlForm"; this.Size = new System.Drawing.Size(1024, 654); this.panelLocation.ResumeLayout(false); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panelTime.ResumeLayout(false); this.panelBase.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panelLocation; private System.Windows.Forms.Label labelLocation; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panelTime; private System.Windows.Forms.Label labelTime; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panelBase; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label labelBase; private System.Windows.Forms.Panel panelSite; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; public System.Windows.Forms.Label label_z; public System.Windows.Forms.Label label_y; public System.Windows.Forms.Label label_x; public System.Windows.Forms.Label label_lat; public System.Windows.Forms.Label label_lng; public System.Windows.Forms.Label label_mjd; public System.Windows.Forms.Label label_time; public System.Windows.Forms.Label label_date; public System.Windows.Forms.Label label_receiverStatus; public System.Windows.Forms.Label label_clockStatus; public System.Windows.Forms.Label label_chnTotal; public System.Windows.Forms.Label label_usaTotal; public System.Windows.Forms.Timer timer1; } }