namespace Bro.M141.Process.UI
|
{
|
partial class CtrlDefectsInPosition
|
{
|
/// <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()
|
{
|
lblPosition = new Label();
|
chkSelectAll = new Sunny.UI.UICheckBox();
|
tableLayoutPanel1 = new TableLayoutPanel();
|
panel1 = new Panel();
|
label1 = new Label();
|
fpDefects = new FlowLayoutPanel();
|
tableLayoutPanel1.SuspendLayout();
|
panel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// lblPosition
|
//
|
lblPosition.AutoSize = true;
|
lblPosition.Location = new Point(6, 6);
|
lblPosition.Margin = new Padding(6, 0, 6, 0);
|
lblPosition.Name = "lblPosition";
|
lblPosition.Size = new Size(76, 30);
|
lblPosition.TabIndex = 0;
|
lblPosition.Text = "label1";
|
//
|
// chkSelectAll
|
//
|
chkSelectAll.Font = new Font("微软雅黑", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
chkSelectAll.IsScaled = false;
|
chkSelectAll.Location = new Point(166, 7);
|
chkSelectAll.MinimumSize = new Size(1, 1);
|
chkSelectAll.Name = "chkSelectAll";
|
chkSelectAll.Padding = new Padding(22, 0, 0, 0);
|
chkSelectAll.Size = new Size(150, 29);
|
chkSelectAll.TabIndex = 1;
|
chkSelectAll.Text = "全选";
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 1;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Controls.Add(panel1, 0, 0);
|
tableLayoutPanel1.Controls.Add(fpDefects, 0, 1);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 2;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 45F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Size = new Size(575, 128);
|
tableLayoutPanel1.TabIndex = 2;
|
//
|
// panel1
|
//
|
panel1.Controls.Add(label1);
|
panel1.Controls.Add(lblPosition);
|
panel1.Controls.Add(chkSelectAll);
|
panel1.Dock = DockStyle.Fill;
|
panel1.Location = new Point(3, 3);
|
panel1.Name = "panel1";
|
panel1.Size = new Size(569, 39);
|
panel1.TabIndex = 0;
|
//
|
// label1
|
//
|
label1.AutoSize = true;
|
label1.Font = new Font("Microsoft YaHei UI", 15F, FontStyle.Regular, GraphicsUnit.Point);
|
label1.Location = new Point(70, 8);
|
label1.Margin = new Padding(6, 0, 6, 0);
|
label1.Name = "label1";
|
label1.Size = new Size(69, 27);
|
label1.TabIndex = 2;
|
label1.Text = "label1";
|
//
|
// fpDefects
|
//
|
fpDefects.Dock = DockStyle.Fill;
|
fpDefects.Location = new Point(3, 48);
|
fpDefects.Name = "fpDefects";
|
fpDefects.Size = new Size(569, 77);
|
fpDefects.TabIndex = 1;
|
//
|
// CtrlDefectsInPosition
|
//
|
AutoScaleDimensions = new SizeF(13F, 28F);
|
AutoScaleMode = AutoScaleMode.Font;
|
BorderStyle = BorderStyle.FixedSingle;
|
Controls.Add(tableLayoutPanel1);
|
Font = new Font("Microsoft YaHei UI", 16F, FontStyle.Regular, GraphicsUnit.Point);
|
Margin = new Padding(6, 5, 6, 5);
|
Name = "CtrlDefectsInPosition";
|
Size = new Size(575, 128);
|
tableLayoutPanel1.ResumeLayout(false);
|
panel1.ResumeLayout(false);
|
panel1.PerformLayout();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private Label lblPosition;
|
private Sunny.UI.UICheckBox chkSelectAll;
|
private TableLayoutPanel tableLayoutPanel1;
|
private Panel panel1;
|
private FlowLayoutPanel fpDefects;
|
private Label label1;
|
}
|
}
|