namespace LB_SmartVision.Forms.Pages.SettingPage { partial class LayoutPage { /// /// 必需的设计器变量。 /// 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(); btnAdd = new ReaLTaiizor.Controls.ForeverButton(); btnDel = new ReaLTaiizor.Controls.AirButton(); btnSave = new ReaLTaiizor.Controls.HopeButton(); btnTop = new ReaLTaiizor.Controls.AirButton(); tableLayoutPanel2 = new TableLayoutPanel(); pnlLayout = new Panel(); tableLayoutPanel4 = new TableLayoutPanel(); label6 = new Label(); label5 = new Label(); label4 = new Label(); label3 = new Label(); label1 = new Label(); label2 = new Label(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); SuspendLayout(); // // tableLayoutPanel1 // 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(btnAdd, 5, 0); tableLayoutPanel3.Controls.Add(btnDel, 0, 0); tableLayoutPanel3.Controls.Add(btnSave, 4, 0); tableLayoutPanel3.Controls.Add(btnTop, 1, 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; // // btnAdd // btnAdd.BackColor = Color.Transparent; btnAdd.BaseColor = Color.FromArgb(35, 168, 109); btnAdd.Dock = DockStyle.Fill; btnAdd.Font = new Font("宋体", 12F); btnAdd.Location = new Point(638, 3); btnAdd.MinimumSize = new Size(1, 1); btnAdd.Name = "btnAdd"; btnAdd.Rounded = false; btnAdd.Size = new Size(125, 38); btnAdd.TabIndex = 3; btnAdd.Text = "添加"; btnAdd.TextColor = Color.FromArgb(243, 243, 243); btnAdd.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 = 4; btnDel.Text = "移除"; btnDel.Transparent = false; btnDel.Click += btnDel_Click; // // btnSave // btnSave.BorderColor = Color.FromArgb(220, 223, 230); btnSave.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary; btnSave.DangerColor = Color.FromArgb(245, 108, 108); btnSave.DefaultColor = Color.FromArgb(255, 255, 255); btnSave.Dock = DockStyle.Fill; btnSave.Font = new Font("Segoe UI", 12F); btnSave.HoverTextColor = Color.FromArgb(48, 49, 51); btnSave.InfoColor = Color.FromArgb(144, 147, 153); btnSave.Location = new Point(511, 3); btnSave.Name = "btnSave"; btnSave.PrimaryColor = Color.FromArgb(64, 158, 255); btnSave.Size = new Size(121, 38); btnSave.SuccessColor = Color.FromArgb(103, 194, 58); btnSave.TabIndex = 5; btnSave.Text = "保存"; btnSave.TextColor = Color.White; btnSave.WarningColor = Color.FromArgb(230, 162, 60); // // btnTop // btnTop.Customization = "7e3t//Ly8v/r6+v/5ubm/+vr6//f39//p6en/zw8PP8UFBT/gICA/w=="; btnTop.Dock = DockStyle.Fill; btnTop.Font = new Font("Segoe UI", 9F); btnTop.Image = null; btnTop.Location = new Point(130, 3); btnTop.Name = "btnTop"; btnTop.NoRounding = false; btnTop.Size = new Size(121, 38); btnTop.TabIndex = 6; btnTop.Text = "上移"; btnTop.Transparent = false; btnTop.Click += btnTop_Click; // // 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 = 6; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 147F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2835474F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.2835436F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 42.8695221F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.27984F)); tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 14.28355F)); tableLayoutPanel4.Controls.Add(label6, 5, 0); tableLayoutPanel4.Controls.Add(label5, 4, 0); tableLayoutPanel4.Controls.Add(label4, 3, 0); tableLayoutPanel4.Controls.Add(label3, 2, 0); tableLayoutPanel4.Controls.Add(label1, 0, 0); tableLayoutPanel4.Controls.Add(label2, 1, 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; // // label6 // label6.AutoSize = true; label6.Dock = DockStyle.Fill; label6.Location = new Point(677, 0); label6.Margin = new Padding(2, 0, 2, 0); label6.Name = "label6"; label6.Size = new Size(85, 20); label6.TabIndex = 5; label6.Text = "图片前缀"; label6.TextAlign = ContentAlignment.MiddleCenter; // // label5 // label5.AutoSize = true; label5.Dock = DockStyle.Fill; label5.Location = new Point(589, 0); label5.Margin = new Padding(2, 0, 2, 0); label5.Name = "label5"; label5.Size = new Size(84, 20); label5.TabIndex = 4; label5.Text = "存图路径"; label5.TextAlign = ContentAlignment.MiddleCenter; // // label4 // label4.AutoSize = true; label4.Dock = DockStyle.Fill; label4.Location = new Point(325, 0); label4.Margin = new Padding(2, 0, 2, 0); label4.Name = "label4"; label4.Size = new Size(260, 20); label4.TabIndex = 3; label4.Text = "绘制结果(以;为间隔)"; label4.TextAlign = ContentAlignment.MiddleCenter; // // label3 // label3.AutoSize = true; label3.Dock = DockStyle.Fill; label3.Location = new Point(237, 0); label3.Margin = new Padding(2, 0, 2, 0); label3.Name = "label3"; label3.Size = new Size(84, 20); label3.TabIndex = 2; label3.Text = "显示图片"; label3.TextAlign = ContentAlignment.MiddleCenter; // // label1 // label1.AutoSize = true; label1.Dock = DockStyle.Fill; 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 = 0; label1.Text = "显示名称"; label1.TextAlign = ContentAlignment.MiddleCenter; // // label2 // label2.AutoSize = true; label2.Dock = DockStyle.Fill; label2.Location = new Point(149, 0); label2.Margin = new Padding(2, 0, 2, 0); label2.Name = "label2"; label2.Size = new Size(84, 20); label2.TabIndex = 1; label2.Text = "关联流程"; label2.TextAlign = ContentAlignment.MiddleCenter; // // LayoutPage // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(32, 41, 50); Controls.Add(tableLayoutPanel1); ForeColor = Color.White; Name = "LayoutPage"; Size = new Size(772, 535); Paint += LayoutPage_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 btnAdd; private Panel pnlLayout; private ReaLTaiizor.Controls.AirButton btnDel; private ReaLTaiizor.Controls.HopeButton btnSave; 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 ReaLTaiizor.Controls.AirButton btnTop; } }