namespace LB_SmartVision.Forms.Pages.SettingPage
|
{
|
partial class LayoutSettingControl
|
{
|
/// <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();
|
lblName = new CheckBox();
|
cmbInputImage = new ComboBox();
|
cmbProcess = new ComboBox();
|
txtSavePath = new TextBox();
|
txtSaveNameHead = new TextBox();
|
txtRecord = new TextBox();
|
tableLayoutPanel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// tableLayoutPanel1
|
//
|
tableLayoutPanel1.ColumnCount = 6;
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 150F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2837019F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2837019F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 42.8651848F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2837057F));
|
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2837019F));
|
tableLayoutPanel1.Controls.Add(lblName, 0, 0);
|
tableLayoutPanel1.Controls.Add(cmbInputImage, 2, 0);
|
tableLayoutPanel1.Controls.Add(cmbProcess, 1, 0);
|
tableLayoutPanel1.Controls.Add(txtSavePath, 4, 0);
|
tableLayoutPanel1.Controls.Add(txtSaveNameHead, 5, 0);
|
tableLayoutPanel1.Controls.Add(txtRecord, 3, 0);
|
tableLayoutPanel1.Dock = DockStyle.Fill;
|
tableLayoutPanel1.Location = new Point(0, 0);
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
tableLayoutPanel1.RowCount = 1;
|
tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
tableLayoutPanel1.Size = new Size(807, 30);
|
tableLayoutPanel1.TabIndex = 0;
|
//
|
// lblName
|
//
|
lblName.AutoSize = true;
|
lblName.Dock = DockStyle.Fill;
|
lblName.Location = new Point(3, 3);
|
lblName.Name = "lblName";
|
lblName.Size = new Size(144, 24);
|
lblName.TabIndex = 6;
|
lblName.Text = "名称";
|
lblName.TextAlign = ContentAlignment.MiddleRight;
|
lblName.UseVisualStyleBackColor = true;
|
lblName.MouseDown += lblName_MouseDown;
|
//
|
// cmbInputImage
|
//
|
cmbInputImage.Dock = DockStyle.Fill;
|
cmbInputImage.FormattingEnabled = true;
|
cmbInputImage.Location = new Point(246, 3);
|
cmbInputImage.Name = "cmbInputImage";
|
cmbInputImage.Size = new Size(87, 25);
|
cmbInputImage.TabIndex = 0;
|
//
|
// cmbProcess
|
//
|
cmbProcess.Dock = DockStyle.Fill;
|
cmbProcess.FormattingEnabled = true;
|
cmbProcess.Location = new Point(153, 3);
|
cmbProcess.Name = "cmbProcess";
|
cmbProcess.Size = new Size(87, 25);
|
cmbProcess.TabIndex = 7;
|
//
|
// txtSavePath
|
//
|
txtSavePath.Dock = DockStyle.Fill;
|
txtSavePath.Location = new Point(620, 3);
|
txtSavePath.Name = "txtSavePath";
|
txtSavePath.Size = new Size(87, 23);
|
txtSavePath.TabIndex = 4;
|
txtSavePath.MouseDoubleClick += txtSavePath_MouseDoubleClick;
|
//
|
// txtSaveNameHead
|
//
|
txtSaveNameHead.Dock = DockStyle.Fill;
|
txtSaveNameHead.Location = new Point(713, 3);
|
txtSaveNameHead.Name = "txtSaveNameHead";
|
txtSaveNameHead.Size = new Size(91, 23);
|
txtSaveNameHead.TabIndex = 8;
|
txtSaveNameHead.MouseDoubleClick += txtSaveNameHead_MouseDoubleClick;
|
//
|
// txtRecord
|
//
|
txtRecord.Dock = DockStyle.Fill;
|
txtRecord.Location = new Point(339, 3);
|
txtRecord.Name = "txtRecord";
|
txtRecord.Size = new Size(275, 23);
|
txtRecord.TabIndex = 9;
|
//
|
// LayoutSettingControl
|
//
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
AutoScaleMode = AutoScaleMode.Font;
|
BackColor = Color.FromArgb(32, 41, 50);
|
Controls.Add(tableLayoutPanel1);
|
ForeColor = Color.White;
|
Name = "LayoutSettingControl";
|
Size = new Size(807, 30);
|
tableLayoutPanel1.ResumeLayout(false);
|
tableLayoutPanel1.PerformLayout();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private TableLayoutPanel tableLayoutPanel1;
|
private ComboBox cmbInputImage;
|
private TextBox txtSavePath;
|
private CheckBox lblName;
|
private ComboBox cmbProcess;
|
private TextBox txtSaveNameHead;
|
private TextBox txtRecord;
|
}
|
}
|