94 lines
3.1 KiB
C#
94 lines
3.1 KiB
C#
|
|
|
|
namespace XKRS.CanFly
|
|
{
|
|
partial class FrmMainSize
|
|
{
|
|
/// <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();
|
|
pageHeader1 = new AntdUI.PageHeader();
|
|
panelContent.SuspendLayout();
|
|
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.Controls.Add(pageHeader1);
|
|
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;
|
|
//
|
|
// pageHeader1
|
|
//
|
|
pageHeader1.BackColor = Color.FromArgb(46, 108, 227);
|
|
pageHeader1.Dock = DockStyle.Top;
|
|
pageHeader1.Location = new Point(0, 0);
|
|
pageHeader1.Mode = AntdUI.TAMode.Dark;
|
|
pageHeader1.Name = "pageHeader1";
|
|
pageHeader1.ShowButton = true;
|
|
pageHeader1.ShowIcon = true;
|
|
pageHeader1.Size = new Size(1185, 33);
|
|
pageHeader1.TabIndex = 2;
|
|
pageHeader1.Text = "尺寸测量";
|
|
//
|
|
// FrmMainSize
|
|
//
|
|
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 = "FrmMainSize";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "尺寸测量";
|
|
Load += FrmMain_Load;
|
|
panelContent.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
private StatusStrip statusStrip1;
|
|
private Panel panelContent;
|
|
private AntdUI.PageHeader pageHeader1;
|
|
}
|
|
}
|