76 lines
2.4 KiB
C#
76 lines
2.4 KiB
C#
|
|
|||
|
|
|||
|
namespace XKRS.CanFly
|
|||
|
{
|
|||
|
partial class FrmMain3
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Required designer variable.
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Clean up any resources being used.
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region Windows Form Designer generated code
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Required method for Designer support - do not modify
|
|||
|
/// the contents of this method with the code editor.
|
|||
|
/// </summary>
|
|||
|
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;
|
|||
|
}
|
|||
|
}
|