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.panelSite = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.panelStatus = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panelSite.SuspendLayout(); this.panelStatus.SuspendLayout(); this.SuspendLayout(); // // panelSite // this.panelSite.Controls.Add(this.label5); this.panelSite.Location = new System.Drawing.Point(200, 0); this.panelSite.Name = "panelSite"; this.panelSite.Size = new System.Drawing.Size(800, 640); this.panelSite.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(77, 53); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 12); this.label5.TabIndex = 0; this.label5.Text = "卫星位置图"; // // panelStatus // this.panelStatus.BackColor = System.Drawing.SystemColors.Window; this.panelStatus.Controls.Add(this.label4); this.panelStatus.Controls.Add(this.label3); this.panelStatus.Controls.Add(this.label2); this.panelStatus.Controls.Add(this.label1); this.panelStatus.Location = new System.Drawing.Point(0, 0); this.panelStatus.Name = "panelStatus"; this.panelStatus.Size = new System.Drawing.Size(200, 640); this.panelStatus.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(59, 185); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 0; this.label4.Text = "事件信息"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(59, 139); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 0; this.label3.Text = "位置信息"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(59, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 0; this.label2.Text = "锁定状态"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(33, 53); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 0; this.label1.Text = "状态"; // // StatusCtrlForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelSite); this.Controls.Add(this.panelStatus); this.Margin = new System.Windows.Forms.Padding(10); this.Name = "StatusCtrlForm"; this.Size = new System.Drawing.Size(1000, 640); this.panelSite.ResumeLayout(false); this.panelSite.PerformLayout(); this.panelStatus.ResumeLayout(false); this.panelStatus.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelSite; private System.Windows.Forms.Label label5; private System.Windows.Forms.Panel panelStatus; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }