Exemplo n.º 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     NFox.Expression.Runtime.Image2D image2D1 = new NFox.Expression.Runtime.Image2D();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.odxView1          = new NFox.Expression.Runtime.OdxView();
     this.lblName           = new System.Windows.Forms.Label();
     this.lblImage          = new System.Windows.Forms.Label();
     this.txtName           = new System.Windows.Forms.Label();
     this.paramList1        = new NFox.Expression.Runtime.ParamList();
     this.label1            = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.Teal;
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 6F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 6F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblName, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblImage, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.txtName, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.paramList1, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.label1, 1, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 128F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(240, 300);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tableLayoutPanel2.ColumnCount = 3;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel2.Controls.Add(this.odxView1, 1, 1);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(46, 26);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 3;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
     this.tableLayoutPanel2.Size       = new System.Drawing.Size(188, 128);
     this.tableLayoutPanel2.TabIndex   = 211;
     this.tableLayoutPanel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mouseMove);
     //
     // odxView1
     //
     this.odxView1.BackColor = System.Drawing.Color.Black;
     this.odxView1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.odxView1.Image     = image2D1;
     this.odxView1.Location  = new System.Drawing.Point(5, 5);
     this.odxView1.Margin    = new System.Windows.Forms.Padding(0);
     this.odxView1.Name      = "odxView1";
     this.odxView1.Size      = new System.Drawing.Size(178, 118);
     this.odxView1.TabIndex  = 207;
     //
     // lblName
     //
     this.lblName.BackColor  = System.Drawing.Color.Teal;
     this.lblName.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lblName.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblName.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.lblName.Location   = new System.Drawing.Point(6, 6);
     this.lblName.Margin     = new System.Windows.Forms.Padding(0);
     this.lblName.Name       = "lblName";
     this.lblName.Size       = new System.Drawing.Size(40, 20);
     this.lblName.TabIndex   = 0;
     this.lblName.Text       = "名称";
     this.lblName.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mouseMove);
     //
     // lblImage
     //
     this.lblImage.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.lblImage.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.lblImage.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblImage.ForeColor  = System.Drawing.Color.Teal;
     this.lblImage.Location   = new System.Drawing.Point(6, 26);
     this.lblImage.Margin     = new System.Windows.Forms.Padding(0);
     this.lblImage.Name       = "lblImage";
     this.lblImage.Size       = new System.Drawing.Size(40, 128);
     this.lblImage.TabIndex   = 1;
     this.lblImage.Text       = "预览";
     this.lblImage.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mouseMove);
     //
     // txtName
     //
     this.txtName.BackColor  = System.Drawing.Color.Teal;
     this.txtName.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtName.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtName.Location   = new System.Drawing.Point(46, 6);
     this.txtName.Margin     = new System.Windows.Forms.Padding(0);
     this.txtName.Name       = "txtName";
     this.txtName.Size       = new System.Drawing.Size(188, 20);
     this.txtName.TabIndex   = 208;
     this.txtName.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtName.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mouseMove);
     //
     // paramList1
     //
     this.paramList1.BackColor = System.Drawing.Color.Teal;
     this.paramList1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.paramList1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.paramList1.Location  = new System.Drawing.Point(46, 154);
     this.paramList1.Margin    = new System.Windows.Forms.Padding(0);
     this.paramList1.Name      = "paramList1";
     this.paramList1.Padding   = new System.Windows.Forms.Padding(0, 12, 0, 0);
     this.paramList1.Part      = null;
     this.paramList1.Size      = new System.Drawing.Size(188, 140);
     this.paramList1.TabIndex  = 209;
     //
     // label1
     //
     this.label1.BackColor  = System.Drawing.Color.Teal;
     this.label1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.label1.Location   = new System.Drawing.Point(6, 154);
     this.label1.Margin     = new System.Windows.Forms.Padding(0);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(40, 140);
     this.label1.TabIndex   = 210;
     this.label1.Text       = "参数";
     this.label1.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.label1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.mouseMove);
     //
     // PartPropertyList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin = new System.Windows.Forms.Padding(0);
     this.Name   = "PartPropertyList";
     this.Size   = new System.Drawing.Size(240, 300);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     NFox.Expression.Runtime.Image2D image2D1 = new NFox.Expression.Runtime.Image2D();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.txtLongName       = new System.Windows.Forms.TextBox();
     this.label1            = new System.Windows.Forms.Label();
     this.lblCheckStandard  = new System.Windows.Forms.Label();
     this.txtField          = new System.Windows.Forms.TextBox();
     this.txtNo             = new System.Windows.Forms.TextBox();
     this.lblField          = new System.Windows.Forms.Label();
     this.lblNo             = new System.Windows.Forms.Label();
     this.lblStandard       = new System.Windows.Forms.Label();
     this.lblName           = new System.Windows.Forms.Label();
     this.txtName           = new System.Windows.Forms.TextBox();
     this.lblCheckName      = new System.Windows.Forms.Label();
     this.cboStandard       = new System.Windows.Forms.ComboBox();
     this.odxView1          = new NFox.Expression.Runtime.OdxView();
     this.lblError          = new System.Windows.Forms.Label();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 5;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.Controls.Add(this.txtLongName, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblCheckStandard, 4, 2);
     this.tableLayoutPanel1.Controls.Add(this.txtField, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.txtNo, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblField, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblNo, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblStandard, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.lblName, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.txtName, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblCheckName, 4, 0);
     this.tableLayoutPanel1.Controls.Add(this.cboStandard, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.odxView1, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.lblError, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(340, 290);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // txtLongName
     //
     this.tableLayoutPanel1.SetColumnSpan(this.txtLongName, 3);
     this.txtLongName.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtLongName.Location = new System.Drawing.Point(63, 28);
     this.txtLongName.Name     = "txtLongName";
     this.txtLongName.Size     = new System.Drawing.Size(242, 21);
     this.txtLongName.TabIndex = 1;
     this.txtLongName.Enter   += new System.EventHandler(this.textBox_Enter);
     this.txtLongName.Leave   += new System.EventHandler(this.textBox_Leave);
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(3, 25);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 25);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "全名";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCheckStandard
     //
     this.lblCheckStandard.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblCheckStandard.ForeColor = System.Drawing.Color.Red;
     this.lblCheckStandard.Location  = new System.Drawing.Point(311, 50);
     this.lblCheckStandard.Name      = "lblCheckStandard";
     this.lblCheckStandard.Size      = new System.Drawing.Size(26, 25);
     this.lblCheckStandard.TabIndex  = 8;
     this.lblCheckStandard.Text      = "*";
     this.lblCheckStandard.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtField
     //
     this.tableLayoutPanel1.SetColumnSpan(this.txtField, 3);
     this.txtField.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtField.Location = new System.Drawing.Point(63, 78);
     this.txtField.Name     = "txtField";
     this.txtField.Size     = new System.Drawing.Size(242, 21);
     this.txtField.TabIndex = 4;
     this.txtField.Enter   += new System.EventHandler(this.textBox_Enter);
     this.txtField.Leave   += new System.EventHandler(this.textBox_Leave);
     //
     // txtNo
     //
     this.txtNo.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.txtNo.Enabled      = false;
     this.txtNo.Location     = new System.Drawing.Point(217, 53);
     this.txtNo.Name         = "txtNo";
     this.txtNo.Size         = new System.Drawing.Size(88, 21);
     this.txtNo.TabIndex     = 3;
     this.txtNo.TextChanged += new System.EventHandler(this.Check);
     this.txtNo.Enter       += new System.EventHandler(this.textBox_Enter);
     this.txtNo.Leave       += new System.EventHandler(this.textBox_Leave);
     //
     // lblField
     //
     this.lblField.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblField.Location  = new System.Drawing.Point(3, 75);
     this.lblField.Name      = "lblField";
     this.lblField.Size      = new System.Drawing.Size(54, 25);
     this.lblField.TabIndex  = 3;
     this.lblField.Text      = "搜索字段";
     this.lblField.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblNo
     //
     this.lblNo.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblNo.Enabled   = false;
     this.lblNo.Location  = new System.Drawing.Point(157, 50);
     this.lblNo.Name      = "lblNo";
     this.lblNo.Size      = new System.Drawing.Size(54, 25);
     this.lblNo.TabIndex  = 2;
     this.lblNo.Text      = "标准序号";
     this.lblNo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblStandard
     //
     this.lblStandard.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblStandard.Location  = new System.Drawing.Point(3, 50);
     this.lblStandard.Name      = "lblStandard";
     this.lblStandard.Size      = new System.Drawing.Size(54, 25);
     this.lblStandard.TabIndex  = 1;
     this.lblStandard.Text      = "所属标准";
     this.lblStandard.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblName
     //
     this.lblName.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblName.Location  = new System.Drawing.Point(3, 0);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(54, 25);
     this.lblName.TabIndex  = 0;
     this.lblName.Text      = "简称";
     this.lblName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtName
     //
     this.tableLayoutPanel1.SetColumnSpan(this.txtName, 3);
     this.txtName.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.txtName.Location     = new System.Drawing.Point(63, 3);
     this.txtName.Name         = "txtName";
     this.txtName.Size         = new System.Drawing.Size(242, 21);
     this.txtName.TabIndex     = 0;
     this.txtName.TextChanged += new System.EventHandler(this.Check);
     this.txtName.Enter       += new System.EventHandler(this.textBox_Enter);
     this.txtName.Leave       += new System.EventHandler(this.textBox_Leave);
     //
     // lblCheckName
     //
     this.lblCheckName.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblCheckName.ForeColor = System.Drawing.Color.Red;
     this.lblCheckName.Location  = new System.Drawing.Point(311, 0);
     this.lblCheckName.Name      = "lblCheckName";
     this.lblCheckName.Size      = new System.Drawing.Size(26, 25);
     this.lblCheckName.TabIndex  = 5;
     this.lblCheckName.Text      = "*";
     this.lblCheckName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboStandard
     //
     this.cboStandard.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.cboStandard.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStandard.FormattingEnabled     = true;
     this.cboStandard.Location              = new System.Drawing.Point(63, 53);
     this.cboStandard.Name                  = "cboStandard";
     this.cboStandard.Size                  = new System.Drawing.Size(88, 20);
     this.cboStandard.TabIndex              = 2;
     this.cboStandard.SelectedIndexChanged += new System.EventHandler(this.cboStandard_SelectedIndexChanged);
     //
     // odxView1
     //
     this.odxView1.BackColor = System.Drawing.Color.Black;
     this.tableLayoutPanel1.SetColumnSpan(this.odxView1, 5);
     this.odxView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.odxView1.Image    = image2D1;
     this.odxView1.Location = new System.Drawing.Point(3, 128);
     this.odxView1.Name     = "odxView1";
     this.odxView1.Size     = new System.Drawing.Size(334, 159);
     this.odxView1.TabIndex = 7;
     //
     // lblError
     //
     this.tableLayoutPanel1.SetColumnSpan(this.lblError, 5);
     this.lblError.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblError.ForeColor = System.Drawing.Color.Red;
     this.lblError.Location  = new System.Drawing.Point(3, 100);
     this.lblError.Name      = "lblError";
     this.lblError.Size      = new System.Drawing.Size(334, 25);
     this.lblError.TabIndex  = 9;
     this.lblError.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // PartInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "PartInfo";
     this.Size = new System.Drawing.Size(340, 290);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }