namespace XKRS.CanFly { partial class FrmMain3 { /// /// 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() { statusStrip1 = new StatusStrip(); panelContent = new Panel(); SuspendLayout(); // // statusStrip1 // statusStrip1.Location = new Point(0, 808); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new Size(1185, 22); statusStrip1.TabIndex = 4; statusStrip1.Text = "statusStrip1"; // // panelContent // panelContent.Dock = DockStyle.Fill; panelContent.Location = new Point(0, 0); panelContent.Margin = new Padding(4, 3, 4, 3); panelContent.Name = "panelContent"; panelContent.Size = new Size(1185, 808); panelContent.TabIndex = 5; // // FrmMain3 // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1185, 830); Controls.Add(panelContent); Controls.Add(statusStrip1); FormBorderStyle = FormBorderStyle.FixedSingle; Margin = new Padding(2, 3, 2, 3); Name = "FrmMain3"; StartPosition = FormStartPosition.CenterScreen; Text = "尺寸测量"; Load += FrmMain_Load; ResumeLayout(false); PerformLayout(); } #endregion private StatusStrip statusStrip1; private Panel panelContent; } }