namespace Bro.M141.Process.UI
|
{
|
partial class FormInspectionSetting
|
{
|
/// <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()
|
{
|
tableLayoutPanel1 = new TableLayoutPanel();
|
panel1 = new Panel();
|
btnSave = new Sunny.UI.UIButton();
|
lblLastSpotCheck = new Label();
|
flpDefects = new FlowLayoutPanel();
|
groupBox1 = new GroupBox();
|
pgInspectionConfig = new PropertyGrid();
|
tableLayoutPanel1.SuspendLayout();
|
panel1.SuspendLayout();
|
groupBox1.SuspendLayout();
|
SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 1;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Controls.Add(panel1, 0, 0);
|
tableLayoutPanel1.Controls.Add(flpDefects, 0, 1);
|
tableLayoutPanel1.Controls.Add(groupBox1, 0, 2);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 3;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 75F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 25F));
|
tableLayoutPanel1.Size = new Size(1033, 758);
|
tableLayoutPanel1.TabIndex = 0;
|
//
|
// panel1
|
//
|
panel1.Controls.Add(btnSave);
|
panel1.Controls.Add(lblLastSpotCheck);
|
panel1.Dock = DockStyle.Fill;
|
panel1.Location = new Point(3, 3);
|
panel1.Name = "panel1";
|
panel1.Size = new Size(1027, 39);
|
panel1.TabIndex = 0;
|
//
|
// btnSave
|
//
|
btnSave.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
btnSave.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
btnSave.IsScaled = false;
|
btnSave.Location = new Point(923, 1);
|
btnSave.MinimumSize = new Size(1, 1);
|
btnSave.Name = "btnSave";
|
btnSave.Size = new Size(100, 35);
|
btnSave.TabIndex = 1;
|
btnSave.Text = "保 存";
|
btnSave.Click += btnSave_Click;
|
//
|
// lblLastSpotCheck
|
//
|
lblLastSpotCheck.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left;
|
lblLastSpotCheck.AutoSize = true;
|
lblLastSpotCheck.Font = new Font("Tahoma", 16F, FontStyle.Bold, GraphicsUnit.World);
|
lblLastSpotCheck.Location = new Point(16, 10);
|
lblLastSpotCheck.Name = "lblLastSpotCheck";
|
lblLastSpotCheck.Size = new Size(42, 19);
|
lblLastSpotCheck.TabIndex = 0;
|
lblLastSpotCheck.Text = "XXX";
|
//
|
// flpDefects
|
//
|
flpDefects.Dock = DockStyle.Fill;
|
flpDefects.Location = new Point(3, 48);
|
flpDefects.Name = "flpDefects";
|
flpDefects.Size = new Size(1027, 528);
|
flpDefects.TabIndex = 1;
|
//
|
// groupBox1
|
//
|
groupBox1.Controls.Add(pgInspectionConfig);
|
groupBox1.Dock = DockStyle.Fill;
|
groupBox1.Font = new Font("Tahoma", 16F, FontStyle.Regular, GraphicsUnit.World);
|
groupBox1.Location = new Point(3, 582);
|
groupBox1.Name = "groupBox1";
|
groupBox1.Size = new Size(1027, 173);
|
groupBox1.TabIndex = 3;
|
groupBox1.TabStop = false;
|
groupBox1.Text = "点检时间设置";
|
//
|
// pgInspectionConfig
|
//
|
pgInspectionConfig.Dock = DockStyle.Fill;
|
pgInspectionConfig.Font = new Font("Tahoma", 10.5F, FontStyle.Regular, GraphicsUnit.Point);
|
pgInspectionConfig.Location = new Point(3, 23);
|
pgInspectionConfig.Name = "pgInspectionConfig";
|
pgInspectionConfig.Size = new Size(1021, 147);
|
pgInspectionConfig.TabIndex = 0;
|
pgInspectionConfig.ToolbarVisible = false;
|
//
|
// FormInspectionSetting
|
//
|
AutoScaleDimensions = new SizeF(6F, 13F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(tableLayoutPanel1);
|
Margin = new Padding(2);
|
Name = "FormInspectionSetting";
|
Size = new Size(1033, 758);
|
tableLayoutPanel1.ResumeLayout(false);
|
panel1.ResumeLayout(false);
|
panel1.PerformLayout();
|
groupBox1.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private TableLayoutPanel tableLayoutPanel1;
|
private Panel panel1;
|
private Label lblLastSpotCheck;
|
private Sunny.UI.UIButton btnSave;
|
private FlowLayoutPanel flpDefects;
|
private GroupBox groupBox1;
|
private PropertyGrid pgInspectionConfig;
|
}
|
}
|