namespace LB_SmartVision.Forms.Pages.ProcessPage
|
{
|
partial class ProcessOutputsSelectForm
|
{
|
/// <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();
|
tableLayoutPanel2 = new TableLayoutPanel();
|
uiButtonOK = new Button();
|
uiButtonCancel = new Button();
|
treeViewOutputs = new TreeView();
|
tableLayoutPanel1.SuspendLayout();
|
tableLayoutPanel2.SuspendLayout();
|
SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 1;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
|
tableLayoutPanel1.Controls.Add(treeViewOutputs, 0, 0);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 2;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F));
|
tableLayoutPanel1.Size = new Size(679, 496);
|
tableLayoutPanel1.TabIndex = 0;
|
//
|
// tableLayoutPanel2
|
//
|
tableLayoutPanel2.ColumnCount = 6;
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666718F));
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
|
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.6666679F));
|
tableLayoutPanel2.Controls.Add(uiButtonOK, 4, 0);
|
tableLayoutPanel2.Controls.Add(uiButtonCancel, 5, 0);
|
tableLayoutPanel2.Dock = DockStyle.Fill;
|
tableLayoutPanel2.Location = new Point(3, 449);
|
tableLayoutPanel2.Name = "tableLayoutPanel2";
|
tableLayoutPanel2.RowCount = 1;
|
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel2.Size = new Size(673, 44);
|
tableLayoutPanel2.TabIndex = 0;
|
//
|
// uiButtonOK
|
//
|
uiButtonOK.Dock = DockStyle.Fill;
|
uiButtonOK.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
uiButtonOK.Location = new Point(451, 3);
|
uiButtonOK.MinimumSize = new Size(1, 1);
|
uiButtonOK.Name = "uiButtonOK";
|
uiButtonOK.Size = new Size(106, 38);
|
uiButtonOK.TabIndex = 0;
|
uiButtonOK.Text = "确定";
|
uiButtonOK.Click += uiButtonOK_Click;
|
//
|
// uiButtonCancel
|
//
|
uiButtonCancel.Dock = DockStyle.Fill;
|
uiButtonCancel.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
|
uiButtonCancel.Location = new Point(563, 3);
|
uiButtonCancel.MinimumSize = new Size(1, 1);
|
uiButtonCancel.Name = "uiButtonCancel";
|
uiButtonCancel.Size = new Size(107, 38);
|
uiButtonCancel.TabIndex = 1;
|
uiButtonCancel.Text = "取消";
|
uiButtonCancel.Click += uiButtonCancel_Click;
|
//
|
// treeViewOutputs
|
//
|
treeViewOutputs.BackColor = Color.FromArgb(32, 41, 50);
|
treeViewOutputs.Dock = DockStyle.Fill;
|
treeViewOutputs.ForeColor = Color.White;
|
treeViewOutputs.Location = new Point(3, 3);
|
treeViewOutputs.Name = "treeViewOutputs";
|
treeViewOutputs.Size = new Size(673, 440);
|
treeViewOutputs.TabIndex = 1;
|
//
|
// ProcessOutputsSelectForm
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
BackColor = Color.FromArgb(32, 41, 50);
|
ClientSize = new Size(679, 496);
|
Controls.Add(tableLayoutPanel1);
|
ForeColor = Color.White;
|
FormBorderStyle = FormBorderStyle.None;
|
Name = "ProcessOutputsSelectForm";
|
tableLayoutPanel1.ResumeLayout(false);
|
tableLayoutPanel2.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private TableLayoutPanel tableLayoutPanel1;
|
private TableLayoutPanel tableLayoutPanel2;
|
private TreeView treeViewOutputs;
|
private Button uiButtonOK;
|
private Button uiButtonCancel;
|
}
|
}
|