namespace LB_SmartVision.Forms.Pages.SettingPage
{
partial class CsvPage
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
tableLayoutPanel1 = new TableLayoutPanel();
tableLayoutPanel3 = new TableLayoutPanel();
btn_Add = new ReaLTaiizor.Controls.ForeverButton();
btnDel = new ReaLTaiizor.Controls.AirButton();
btn_Save = new ReaLTaiizor.Controls.HopeButton();
tableLayoutPanel2 = new TableLayoutPanel();
pnlLayout = new Panel();
tableLayoutPanel4 = new TableLayoutPanel();
label2 = new Label();
label1 = new Label();
tableLayoutPanel1.SuspendLayout();
tableLayoutPanel3.SuspendLayout();
tableLayoutPanel2.SuspendLayout();
tableLayoutPanel4.SuspendLayout();
SuspendLayout();
//
// tableLayoutPanel1
//
tableLayoutPanel1.BackColor = Color.FromArgb(32, 41, 50);
tableLayoutPanel1.ColumnCount = 1;
tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 1);
tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 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(772, 535);
tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel3
//
tableLayoutPanel3.ColumnCount = 6;
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
tableLayoutPanel3.Controls.Add(btn_Add, 5, 0);
tableLayoutPanel3.Controls.Add(btnDel, 0, 0);
tableLayoutPanel3.Controls.Add(btn_Save, 4, 0);
tableLayoutPanel3.Dock = DockStyle.Fill;
tableLayoutPanel3.Location = new Point(3, 488);
tableLayoutPanel3.Name = "tableLayoutPanel3";
tableLayoutPanel3.RowCount = 1;
tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel3.Size = new Size(766, 44);
tableLayoutPanel3.TabIndex = 2;
//
// btn_Add
//
btn_Add.BackColor = Color.Transparent;
btn_Add.BaseColor = Color.FromArgb(35, 168, 109);
btn_Add.Dock = DockStyle.Fill;
btn_Add.Font = new Font("宋体", 12F);
btn_Add.Location = new Point(638, 3);
btn_Add.MinimumSize = new Size(1, 1);
btn_Add.Name = "btn_Add";
btn_Add.Rounded = false;
btn_Add.Size = new Size(125, 38);
btn_Add.TabIndex = 3;
btn_Add.Text = "添加";
btn_Add.TextColor = Color.FromArgb(243, 243, 243);
btn_Add.Click += btnAdd_Click;
//
// btnDel
//
btnDel.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w==";
btnDel.Dock = DockStyle.Fill;
btnDel.Font = new Font("Segoe UI", 9F);
btnDel.Image = null;
btnDel.Location = new Point(3, 3);
btnDel.Name = "btnDel";
btnDel.NoRounding = false;
btnDel.Size = new Size(121, 38);
btnDel.TabIndex = 5;
btnDel.Text = "移除";
btnDel.Transparent = false;
//
// btn_Save
//
btn_Save.BorderColor = Color.FromArgb(220, 223, 230);
btn_Save.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
btn_Save.DangerColor = Color.FromArgb(245, 108, 108);
btn_Save.DefaultColor = Color.FromArgb(255, 255, 255);
btn_Save.Dock = DockStyle.Fill;
btn_Save.Font = new Font("Segoe UI", 12F);
btn_Save.HoverTextColor = Color.FromArgb(48, 49, 51);
btn_Save.InfoColor = Color.FromArgb(144, 147, 153);
btn_Save.Location = new Point(511, 3);
btn_Save.Name = "btn_Save";
btn_Save.PrimaryColor = Color.FromArgb(64, 158, 255);
btn_Save.Size = new Size(121, 38);
btn_Save.SuccessColor = Color.FromArgb(103, 194, 58);
btn_Save.TabIndex = 6;
btn_Save.Text = "保存";
btn_Save.TextColor = Color.White;
btn_Save.WarningColor = Color.FromArgb(230, 162, 60);
//
// tableLayoutPanel2
//
tableLayoutPanel2.ColumnCount = 1;
tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Controls.Add(pnlLayout, 0, 1);
tableLayoutPanel2.Controls.Add(tableLayoutPanel4, 0, 0);
tableLayoutPanel2.Dock = DockStyle.Fill;
tableLayoutPanel2.Location = new Point(2, 2);
tableLayoutPanel2.Margin = new Padding(2);
tableLayoutPanel2.Name = "tableLayoutPanel2";
tableLayoutPanel2.RowCount = 2;
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 24F));
tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel2.Size = new Size(768, 481);
tableLayoutPanel2.TabIndex = 6;
//
// pnlLayout
//
pnlLayout.Dock = DockStyle.Fill;
pnlLayout.Location = new Point(3, 27);
pnlLayout.Name = "pnlLayout";
pnlLayout.Size = new Size(762, 451);
pnlLayout.TabIndex = 3;
//
// tableLayoutPanel4
//
tableLayoutPanel4.ColumnCount = 2;
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 147F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
tableLayoutPanel4.Controls.Add(label2, 0, 0);
tableLayoutPanel4.Controls.Add(label1, 0, 0);
tableLayoutPanel4.Dock = DockStyle.Fill;
tableLayoutPanel4.Location = new Point(2, 2);
tableLayoutPanel4.Margin = new Padding(2);
tableLayoutPanel4.Name = "tableLayoutPanel4";
tableLayoutPanel4.RowCount = 1;
tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
tableLayoutPanel4.Size = new Size(764, 20);
tableLayoutPanel4.TabIndex = 4;
//
// label2
//
label2.AutoSize = true;
label2.Dock = DockStyle.Fill;
label2.ForeColor = SystemColors.Control;
label2.Location = new Point(149, 0);
label2.Margin = new Padding(2, 0, 2, 0);
label2.Name = "label2";
label2.Size = new Size(613, 20);
label2.TabIndex = 10;
label2.Text = "数据";
label2.TextAlign = ContentAlignment.MiddleCenter;
//
// label1
//
label1.AutoSize = true;
label1.Dock = DockStyle.Fill;
label1.ForeColor = SystemColors.Control;
label1.Location = new Point(2, 0);
label1.Margin = new Padding(2, 0, 2, 0);
label1.Name = "label1";
label1.Size = new Size(143, 20);
label1.TabIndex = 8;
label1.Text = "关联流程";
label1.TextAlign = ContentAlignment.MiddleCenter;
//
// CsvPage
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tableLayoutPanel1);
Name = "CsvPage";
Size = new Size(772, 535);
SizeChanged += CsvPage_SizeChanged;
Paint += CsvPage_Paint;
tableLayoutPanel1.ResumeLayout(false);
tableLayoutPanel3.ResumeLayout(false);
tableLayoutPanel2.ResumeLayout(false);
tableLayoutPanel4.ResumeLayout(false);
tableLayoutPanel4.PerformLayout();
ResumeLayout(false);
}
#endregion
private TableLayoutPanel tableLayoutPanel1;
private TableLayoutPanel tableLayoutPanel3;
private ReaLTaiizor.Controls.ForeverButton btn_Add;
private Panel pnlLayout;
private TableLayoutPanel tableLayoutPanel2;
private TableLayoutPanel tableLayoutPanel4;
private Label label1;
private Label label2;
private Label label6;
private Label label5;
private Label label4;
private Label label3;
private Label label7;
private Label label13;
private Label label12;
private Label label11;
private Label label10;
private Label label8;
private ReaLTaiizor.Controls.AirButton btnDel;
private ReaLTaiizor.Controls.HopeButton btn_Save;
}
}