namespace LB_VisionProcesses.Alogrithms.Halcon { partial class HMulitModelControl { /// /// 必需的设计器变量。 /// 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() { btnEditModel = new Button(); pnlModelImg = new Panel(); txtModelName = new TextBox(); lblIndex = new Label(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel2 = new TableLayoutPanel(); tableLayoutPanel3 = new TableLayoutPanel(); tableLayoutPanel4 = new TableLayoutPanel(); btnDelModel = new Button(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); tableLayoutPanel4.SuspendLayout(); SuspendLayout(); // // btnEditModel // btnEditModel.Dock = DockStyle.Fill; btnEditModel.Location = new Point(3, 63); btnEditModel.Name = "btnEditModel"; btnEditModel.Size = new Size(68, 24); btnEditModel.TabIndex = 0; btnEditModel.Text = "编辑"; btnEditModel.UseVisualStyleBackColor = true; btnEditModel.Click += btnEditModel_Click; // // pnlModelImg // pnlModelImg.Dock = DockStyle.Fill; pnlModelImg.Location = new Point(123, 3); pnlModelImg.Name = "pnlModelImg"; pnlModelImg.Size = new Size(113, 151); pnlModelImg.TabIndex = 2; // // txtModelName // txtModelName.Location = new Point(3, 63); txtModelName.Name = "txtModelName"; txtModelName.ReadOnly = true; txtModelName.Size = new Size(88, 23); txtModelName.TabIndex = 3; // // lblIndex // lblIndex.AutoSize = true; lblIndex.Dock = DockStyle.Fill; lblIndex.Location = new Point(3, 0); lblIndex.Name = "lblIndex"; lblIndex.Size = new Size(14, 157); lblIndex.TabIndex = 4; lblIndex.Text = "0"; lblIndex.TextAlign = ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 5; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 100F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80F)); tableLayoutPanel1.Controls.Add(pnlModelImg, 2, 0); tableLayoutPanel1.Controls.Add(lblIndex, 0, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 3, 0); tableLayoutPanel1.Controls.Add(tableLayoutPanel4, 4, 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(399, 157); tableLayoutPanel1.TabIndex = 5; // // tableLayoutPanel2 // tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel2.Controls.Add(txtModelName, 0, 2); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(23, 3); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 5; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel2.Size = new Size(94, 151); tableLayoutPanel2.TabIndex = 5; // // tableLayoutPanel3 // tableLayoutPanel3.ColumnCount = 1; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel3.Controls.Add(btnEditModel, 0, 2); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(242, 3); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 5; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel3.Size = new Size(74, 151); tableLayoutPanel3.TabIndex = 6; // // tableLayoutPanel4 // tableLayoutPanel4.ColumnCount = 1; tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); tableLayoutPanel4.Controls.Add(btnDelModel, 0, 2); tableLayoutPanel4.Dock = DockStyle.Fill; tableLayoutPanel4.Location = new Point(322, 3); tableLayoutPanel4.Name = "tableLayoutPanel4"; tableLayoutPanel4.RowCount = 5; tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 25F)); tableLayoutPanel4.Size = new Size(74, 151); tableLayoutPanel4.TabIndex = 7; // // btnDelModel // btnDelModel.Dock = DockStyle.Fill; btnDelModel.Location = new Point(3, 63); btnDelModel.Name = "btnDelModel"; btnDelModel.Size = new Size(68, 24); btnDelModel.TabIndex = 0; btnDelModel.Text = "删除"; btnDelModel.UseVisualStyleBackColor = true; btnDelModel.Visible = false; btnDelModel.Click += btnDelModel_Click; // // HMulitModelControl // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(tableLayoutPanel1); Name = "HMulitModelControl"; Size = new Size(399, 157); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel4.ResumeLayout(false); ResumeLayout(false); } #endregion private Button btnEditModel; private Panel pnlModelImg; private TextBox txtModelName; private Label lblIndex; private TableLayoutPanel tableLayoutPanel1; private TableLayoutPanel tableLayoutPanel2; private TableLayoutPanel tableLayoutPanel3; private TableLayoutPanel tableLayoutPanel4; private Button btnDelModel; } }