|
|
@@ -69,6 +69,7 @@
|
|
|
this.ToolStripMenuItem_exportimagefile = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.EXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
this.panel2.SuspendLayout();
|
|
|
@@ -95,37 +96,33 @@
|
|
|
this.panel2.Controls.Add(this.cbB_order);
|
|
|
this.panel2.Controls.Add(this.label_order);
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel2.Location = new System.Drawing.Point(4, 4);
|
|
|
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(3, 3);
|
|
|
this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(2254, 56);
|
|
|
+ this.panel2.Size = new System.Drawing.Size(1502, 37);
|
|
|
this.panel2.TabIndex = 6;
|
|
|
//
|
|
|
// label_Condition
|
|
|
//
|
|
|
this.label_Condition.AutoSize = true;
|
|
|
- this.label_Condition.Location = new System.Drawing.Point(21, 20);
|
|
|
- this.label_Condition.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label_Condition.Location = new System.Drawing.Point(14, 13);
|
|
|
this.label_Condition.Name = "label_Condition";
|
|
|
- this.label_Condition.Size = new System.Drawing.Size(89, 18);
|
|
|
+ this.label_Condition.Size = new System.Drawing.Size(59, 12);
|
|
|
this.label_Condition.TabIndex = 35;
|
|
|
this.label_Condition.Text = "条件查询:";
|
|
|
//
|
|
|
// tbx_Type
|
|
|
//
|
|
|
- this.tbx_Type.Location = new System.Drawing.Point(693, 15);
|
|
|
- this.tbx_Type.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.tbx_Type.Location = new System.Drawing.Point(462, 10);
|
|
|
this.tbx_Type.Name = "tbx_Type";
|
|
|
- this.tbx_Type.Size = new System.Drawing.Size(101, 28);
|
|
|
+ this.tbx_Type.Size = new System.Drawing.Size(69, 21);
|
|
|
this.tbx_Type.TabIndex = 34;
|
|
|
this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// btn_Sel
|
|
|
//
|
|
|
- this.btn_Sel.Location = new System.Drawing.Point(802, 12);
|
|
|
- this.btn_Sel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btn_Sel.Location = new System.Drawing.Point(535, 8);
|
|
|
this.btn_Sel.Name = "btn_Sel";
|
|
|
- this.btn_Sel.Size = new System.Drawing.Size(81, 34);
|
|
|
+ this.btn_Sel.Size = new System.Drawing.Size(54, 23);
|
|
|
this.btn_Sel.TabIndex = 33;
|
|
|
this.btn_Sel.Text = "查询";
|
|
|
this.btn_Sel.UseVisualStyleBackColor = true;
|
|
|
@@ -134,86 +131,77 @@
|
|
|
// label_ParticleName
|
|
|
//
|
|
|
this.label_ParticleName.AutoSize = true;
|
|
|
- this.label_ParticleName.Location = new System.Drawing.Point(613, 20);
|
|
|
- this.label_ParticleName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label_ParticleName.Location = new System.Drawing.Point(409, 13);
|
|
|
this.label_ParticleName.Name = "label_ParticleName";
|
|
|
- this.label_ParticleName.Size = new System.Drawing.Size(80, 18);
|
|
|
+ this.label_ParticleName.Size = new System.Drawing.Size(53, 12);
|
|
|
this.label_ParticleName.TabIndex = 32;
|
|
|
this.label_ParticleName.Text = "颗粒名称";
|
|
|
//
|
|
|
// label_Dmax
|
|
|
//
|
|
|
this.label_Dmax.AutoSize = true;
|
|
|
- this.label_Dmax.Location = new System.Drawing.Point(368, 22);
|
|
|
- this.label_Dmax.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label_Dmax.Location = new System.Drawing.Point(245, 15);
|
|
|
this.label_Dmax.Name = "label_Dmax";
|
|
|
- this.label_Dmax.Size = new System.Drawing.Size(89, 18);
|
|
|
+ this.label_Dmax.Size = new System.Drawing.Size(59, 12);
|
|
|
this.label_Dmax.TabIndex = 27;
|
|
|
this.label_Dmax.Text = "Dmax(μm)";
|
|
|
//
|
|
|
// tbx_DmaxMax
|
|
|
//
|
|
|
- this.tbx_DmaxMax.Location = new System.Drawing.Point(548, 17);
|
|
|
- this.tbx_DmaxMax.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.tbx_DmaxMax.Location = new System.Drawing.Point(365, 11);
|
|
|
this.tbx_DmaxMax.Name = "tbx_DmaxMax";
|
|
|
- this.tbx_DmaxMax.Size = new System.Drawing.Size(58, 28);
|
|
|
+ this.tbx_DmaxMax.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tbx_DmaxMax.TabIndex = 25;
|
|
|
this.tbx_DmaxMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// label9
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
- this.label9.Location = new System.Drawing.Point(527, 22);
|
|
|
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label9.Location = new System.Drawing.Point(351, 15);
|
|
|
this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(17, 18);
|
|
|
+ this.label9.Size = new System.Drawing.Size(11, 12);
|
|
|
this.label9.TabIndex = 24;
|
|
|
this.label9.Text = "~";
|
|
|
//
|
|
|
// tbx_DmaxMin
|
|
|
//
|
|
|
- this.tbx_DmaxMin.Location = new System.Drawing.Point(463, 17);
|
|
|
- this.tbx_DmaxMin.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.tbx_DmaxMin.Location = new System.Drawing.Point(309, 11);
|
|
|
this.tbx_DmaxMin.Name = "tbx_DmaxMin";
|
|
|
- this.tbx_DmaxMin.Size = new System.Drawing.Size(58, 28);
|
|
|
+ this.tbx_DmaxMin.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tbx_DmaxMin.TabIndex = 23;
|
|
|
this.tbx_DmaxMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// label_Area
|
|
|
//
|
|
|
this.label_Area.AutoSize = true;
|
|
|
- this.label_Area.Location = new System.Drawing.Point(113, 20);
|
|
|
- this.label_Area.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label_Area.Location = new System.Drawing.Point(75, 13);
|
|
|
this.label_Area.Name = "label_Area";
|
|
|
- this.label_Area.Size = new System.Drawing.Size(98, 18);
|
|
|
+ this.label_Area.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label_Area.TabIndex = 22;
|
|
|
this.label_Area.Text = "面积(μm²)";
|
|
|
//
|
|
|
// Tbx_AreaMax
|
|
|
//
|
|
|
- this.Tbx_AreaMax.Location = new System.Drawing.Point(299, 15);
|
|
|
- this.Tbx_AreaMax.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Tbx_AreaMax.Location = new System.Drawing.Point(199, 10);
|
|
|
this.Tbx_AreaMax.Name = "Tbx_AreaMax";
|
|
|
- this.Tbx_AreaMax.Size = new System.Drawing.Size(58, 28);
|
|
|
+ this.Tbx_AreaMax.Size = new System.Drawing.Size(40, 21);
|
|
|
this.Tbx_AreaMax.TabIndex = 4;
|
|
|
this.Tbx_AreaMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Location = new System.Drawing.Point(278, 20);
|
|
|
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label5.Location = new System.Drawing.Point(185, 13);
|
|
|
this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(17, 18);
|
|
|
+ this.label5.Size = new System.Drawing.Size(11, 12);
|
|
|
this.label5.TabIndex = 3;
|
|
|
this.label5.Text = "~";
|
|
|
//
|
|
|
// tBx_AreaMin
|
|
|
//
|
|
|
- this.tBx_AreaMin.Location = new System.Drawing.Point(213, 15);
|
|
|
- this.tBx_AreaMin.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.tBx_AreaMin.Location = new System.Drawing.Point(142, 10);
|
|
|
this.tBx_AreaMin.Name = "tBx_AreaMin";
|
|
|
- this.tBx_AreaMin.Size = new System.Drawing.Size(58, 28);
|
|
|
+ this.tBx_AreaMin.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tBx_AreaMin.TabIndex = 2;
|
|
|
this.tBx_AreaMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
@@ -221,10 +209,9 @@
|
|
|
//
|
|
|
this.cbB_order.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbB_order.FormattingEnabled = true;
|
|
|
- this.cbB_order.Location = new System.Drawing.Point(1152, 15);
|
|
|
- this.cbB_order.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.cbB_order.Location = new System.Drawing.Point(768, 10);
|
|
|
this.cbB_order.Name = "cbB_order";
|
|
|
- this.cbB_order.Size = new System.Drawing.Size(160, 26);
|
|
|
+ this.cbB_order.Size = new System.Drawing.Size(108, 20);
|
|
|
this.cbB_order.TabIndex = 1;
|
|
|
this.cbB_order.Visible = false;
|
|
|
this.cbB_order.SelectedIndexChanged += new System.EventHandler(this.cbB_order_SelectedIndexChanged);
|
|
|
@@ -232,10 +219,9 @@
|
|
|
// label_order
|
|
|
//
|
|
|
this.label_order.AutoSize = true;
|
|
|
- this.label_order.Location = new System.Drawing.Point(1065, 20);
|
|
|
- this.label_order.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label_order.Location = new System.Drawing.Point(710, 13);
|
|
|
this.label_order.Name = "label_order";
|
|
|
- this.label_order.Size = new System.Drawing.Size(89, 18);
|
|
|
+ this.label_order.Size = new System.Drawing.Size(59, 12);
|
|
|
this.label_order.TabIndex = 0;
|
|
|
this.label_order.Text = "排序方式:";
|
|
|
this.label_order.Visible = false;
|
|
|
@@ -256,40 +242,36 @@
|
|
|
this.panel1.Controls.Add(this.label2);
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.panel1.Location = new System.Drawing.Point(4, 1188);
|
|
|
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(3, 793);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(2254, 60);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1502, 39);
|
|
|
this.panel1.TabIndex = 4;
|
|
|
//
|
|
|
// cbB_PageSize
|
|
|
//
|
|
|
this.cbB_PageSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbB_PageSize.FormattingEnabled = true;
|
|
|
- this.cbB_PageSize.Location = new System.Drawing.Point(204, 15);
|
|
|
- this.cbB_PageSize.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.cbB_PageSize.Location = new System.Drawing.Point(136, 10);
|
|
|
this.cbB_PageSize.Name = "cbB_PageSize";
|
|
|
- this.cbB_PageSize.Size = new System.Drawing.Size(86, 26);
|
|
|
+ this.cbB_PageSize.Size = new System.Drawing.Size(59, 20);
|
|
|
this.cbB_PageSize.TabIndex = 38;
|
|
|
this.cbB_PageSize.SelectedIndexChanged += new System.EventHandler(this.cbB_PageSize_SelectedIndexChanged);
|
|
|
//
|
|
|
// label6
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
- this.label6.Location = new System.Drawing.Point(393, 19);
|
|
|
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label6.Location = new System.Drawing.Point(262, 13);
|
|
|
this.label6.Name = "label6";
|
|
|
- this.label6.Size = new System.Drawing.Size(26, 18);
|
|
|
+ this.label6.Size = new System.Drawing.Size(17, 12);
|
|
|
this.label6.TabIndex = 37;
|
|
|
this.label6.Text = "页";
|
|
|
//
|
|
|
// lblPageCount
|
|
|
//
|
|
|
this.lblPageCount.AutoSize = true;
|
|
|
- this.lblPageCount.Location = new System.Drawing.Point(360, 19);
|
|
|
- this.lblPageCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblPageCount.Location = new System.Drawing.Point(240, 13);
|
|
|
this.lblPageCount.Name = "lblPageCount";
|
|
|
- this.lblPageCount.Size = new System.Drawing.Size(35, 18);
|
|
|
+ this.lblPageCount.Size = new System.Drawing.Size(23, 12);
|
|
|
this.lblPageCount.TabIndex = 36;
|
|
|
this.lblPageCount.Text = "100";
|
|
|
this.lblPageCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
@@ -297,30 +279,27 @@
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(82, 19);
|
|
|
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label4.Location = new System.Drawing.Point(55, 13);
|
|
|
this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(116, 18);
|
|
|
+ this.label4.Size = new System.Drawing.Size(77, 12);
|
|
|
this.label4.TabIndex = 35;
|
|
|
this.label4.Text = "条记录,每页";
|
|
|
//
|
|
|
// lblTotalCount
|
|
|
//
|
|
|
this.lblTotalCount.AutoSize = true;
|
|
|
- this.lblTotalCount.Location = new System.Drawing.Point(33, 19);
|
|
|
- this.lblTotalCount.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblTotalCount.Location = new System.Drawing.Point(22, 13);
|
|
|
this.lblTotalCount.Name = "lblTotalCount";
|
|
|
- this.lblTotalCount.Size = new System.Drawing.Size(26, 18);
|
|
|
+ this.lblTotalCount.Size = new System.Drawing.Size(17, 12);
|
|
|
this.lblTotalCount.TabIndex = 34;
|
|
|
this.lblTotalCount.Text = "20";
|
|
|
this.lblTotalCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// btnGo
|
|
|
//
|
|
|
- this.btnGo.Location = new System.Drawing.Point(760, 11);
|
|
|
- this.btnGo.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.btnGo.Location = new System.Drawing.Point(507, 7);
|
|
|
this.btnGo.Name = "btnGo";
|
|
|
- this.btnGo.Size = new System.Drawing.Size(56, 34);
|
|
|
+ this.btnGo.Size = new System.Drawing.Size(37, 23);
|
|
|
this.btnGo.TabIndex = 33;
|
|
|
this.btnGo.Text = "GO";
|
|
|
this.btnGo.UseVisualStyleBackColor = true;
|
|
|
@@ -328,10 +307,9 @@
|
|
|
//
|
|
|
// lnkLast
|
|
|
//
|
|
|
- this.lnkLast.Location = new System.Drawing.Point(696, 11);
|
|
|
- this.lnkLast.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.lnkLast.Location = new System.Drawing.Point(464, 7);
|
|
|
this.lnkLast.Name = "lnkLast";
|
|
|
- this.lnkLast.Size = new System.Drawing.Size(56, 34);
|
|
|
+ this.lnkLast.Size = new System.Drawing.Size(37, 23);
|
|
|
this.lnkLast.TabIndex = 32;
|
|
|
this.lnkLast.Text = ">|";
|
|
|
this.lnkLast.UseVisualStyleBackColor = true;
|
|
|
@@ -339,10 +317,9 @@
|
|
|
//
|
|
|
// lnkNext
|
|
|
//
|
|
|
- this.lnkNext.Location = new System.Drawing.Point(632, 11);
|
|
|
- this.lnkNext.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.lnkNext.Location = new System.Drawing.Point(421, 7);
|
|
|
this.lnkNext.Name = "lnkNext";
|
|
|
- this.lnkNext.Size = new System.Drawing.Size(56, 34);
|
|
|
+ this.lnkNext.Size = new System.Drawing.Size(37, 23);
|
|
|
this.lnkNext.TabIndex = 31;
|
|
|
this.lnkNext.Text = ">";
|
|
|
this.lnkNext.UseVisualStyleBackColor = true;
|
|
|
@@ -350,20 +327,18 @@
|
|
|
//
|
|
|
// txtPageNum
|
|
|
//
|
|
|
- this.txtPageNum.Location = new System.Drawing.Point(567, 14);
|
|
|
- this.txtPageNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.txtPageNum.Location = new System.Drawing.Point(378, 9);
|
|
|
this.txtPageNum.Name = "txtPageNum";
|
|
|
- this.txtPageNum.Size = new System.Drawing.Size(54, 28);
|
|
|
+ this.txtPageNum.Size = new System.Drawing.Size(37, 21);
|
|
|
this.txtPageNum.TabIndex = 30;
|
|
|
this.txtPageNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
this.txtPageNum.TextChanged += new System.EventHandler(this.txtPageSize_TextChanged);
|
|
|
//
|
|
|
// lnkPrev
|
|
|
//
|
|
|
- this.lnkPrev.Location = new System.Drawing.Point(502, 11);
|
|
|
- this.lnkPrev.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.lnkPrev.Location = new System.Drawing.Point(335, 7);
|
|
|
this.lnkPrev.Name = "lnkPrev";
|
|
|
- this.lnkPrev.Size = new System.Drawing.Size(56, 34);
|
|
|
+ this.lnkPrev.Size = new System.Drawing.Size(37, 23);
|
|
|
this.lnkPrev.TabIndex = 29;
|
|
|
this.lnkPrev.Text = "<";
|
|
|
this.lnkPrev.UseVisualStyleBackColor = true;
|
|
|
@@ -371,10 +346,9 @@
|
|
|
//
|
|
|
// lnkFirst
|
|
|
//
|
|
|
- this.lnkFirst.Location = new System.Drawing.Point(438, 11);
|
|
|
- this.lnkFirst.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.lnkFirst.Location = new System.Drawing.Point(292, 7);
|
|
|
this.lnkFirst.Name = "lnkFirst";
|
|
|
- this.lnkFirst.Size = new System.Drawing.Size(56, 34);
|
|
|
+ this.lnkFirst.Size = new System.Drawing.Size(37, 23);
|
|
|
this.lnkFirst.TabIndex = 28;
|
|
|
this.lnkFirst.Text = "|<";
|
|
|
this.lnkFirst.UseVisualStyleBackColor = true;
|
|
|
@@ -383,20 +357,18 @@
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(298, 19);
|
|
|
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label2.Location = new System.Drawing.Point(199, 13);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(62, 18);
|
|
|
+ this.label2.Size = new System.Drawing.Size(41, 12);
|
|
|
this.label2.TabIndex = 27;
|
|
|
this.label2.Text = "条,共";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(4, 19);
|
|
|
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.label1.Location = new System.Drawing.Point(3, 13);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(26, 18);
|
|
|
+ this.label1.Size = new System.Drawing.Size(17, 12);
|
|
|
this.label1.TabIndex = 26;
|
|
|
this.label1.Text = "共";
|
|
|
//
|
|
|
@@ -413,15 +385,16 @@
|
|
|
this.ToolStripMenuItem_selectparticle,
|
|
|
this.ToolStripMenuItem_exportimagefile,
|
|
|
this.testToolStripMenuItem,
|
|
|
- this.EXCELToolStripMenuItem});
|
|
|
+ this.EXCELToolStripMenuItem,
|
|
|
+ this.ToolStripMenuItemDelete_Particle});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(289, 298);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(219, 310);
|
|
|
//
|
|
|
// ToolStripMenuItem1
|
|
|
//
|
|
|
this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
|
|
|
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
|
|
|
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem1.Text = "复制整个表";
|
|
|
this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
|
|
//
|
|
|
@@ -429,7 +402,7 @@
|
|
|
//
|
|
|
this.ToolStripMenuItem2.Image = global::OTSIncAReportApp.Properties.Resources.复制全部;
|
|
|
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
|
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem2.Text = "复制选择区域";
|
|
|
this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
|
//
|
|
|
@@ -437,20 +410,20 @@
|
|
|
//
|
|
|
this.toolStripMenuItem4.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
|
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
|
- this.toolStripMenuItem4.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.toolStripMenuItem4.Size = new System.Drawing.Size(218, 30);
|
|
|
this.toolStripMenuItem4.Text = "复制图像";
|
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
|
|
//
|
|
|
// toolStripSeparator1
|
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(285, 6);
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(215, 6);
|
|
|
//
|
|
|
// ToolStripMenuItem3
|
|
|
//
|
|
|
this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
|
|
|
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
|
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem3.Text = "恢复至初始状态";
|
|
|
this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
|
|
|
//
|
|
|
@@ -458,7 +431,7 @@
|
|
|
//
|
|
|
this.ToolStripMenuItem5.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
|
|
|
this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
|
|
|
- this.ToolStripMenuItem5.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem5.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem5.Text = "移动SEM到颗粒视域位置";
|
|
|
this.ToolStripMenuItem5.Click += new System.EventHandler(this.ToolStripMenuItem5_Click);
|
|
|
//
|
|
|
@@ -466,7 +439,7 @@
|
|
|
//
|
|
|
this.ToolStripMenuItem_selectparticle.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
|
|
|
this.ToolStripMenuItem_selectparticle.Name = "ToolStripMenuItem_selectparticle";
|
|
|
- this.ToolStripMenuItem_selectparticle.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem_selectparticle.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem_selectparticle.Text = "Select Particles";
|
|
|
this.ToolStripMenuItem_selectparticle.Click += new System.EventHandler(this.ToolStripMenuItem_selectparticle_Click);
|
|
|
//
|
|
|
@@ -474,14 +447,14 @@
|
|
|
//
|
|
|
this.ToolStripMenuItem_exportimagefile.Image = global::OTSIncAReportApp.Properties.Resources.导出;
|
|
|
this.ToolStripMenuItem_exportimagefile.Name = "ToolStripMenuItem_exportimagefile";
|
|
|
- this.ToolStripMenuItem_exportimagefile.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.ToolStripMenuItem_exportimagefile.Size = new System.Drawing.Size(218, 30);
|
|
|
this.ToolStripMenuItem_exportimagefile.Text = "导出图像文件";
|
|
|
this.ToolStripMenuItem_exportimagefile.Click += new System.EventHandler(this.ToolStripMenuItem_exportimagefile_Click);
|
|
|
//
|
|
|
// testToolStripMenuItem
|
|
|
//
|
|
|
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
|
|
- this.testToolStripMenuItem.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.testToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
|
|
|
this.testToolStripMenuItem.Text = "显示能谱数据";
|
|
|
this.testToolStripMenuItem.Visible = false;
|
|
|
this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
|
|
|
@@ -490,10 +463,17 @@
|
|
|
//
|
|
|
this.EXCELToolStripMenuItem.Image = global::OTSIncAReportApp.Properties.Resources.导出所有数据到EXCEL321;
|
|
|
this.EXCELToolStripMenuItem.Name = "EXCELToolStripMenuItem";
|
|
|
- this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(288, 32);
|
|
|
+ this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
|
|
|
this.EXCELToolStripMenuItem.Text = "导出EXCEL";
|
|
|
this.EXCELToolStripMenuItem.Click += new System.EventHandler(this.EXCELToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // ToolStripMenuItemDelete_Particle
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItemDelete_Particle.Name = "ToolStripMenuItemDelete_Particle";
|
|
|
+ this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(218, 30);
|
|
|
+ this.ToolStripMenuItemDelete_Particle.Text = "Delete particles";
|
|
|
+ this.ToolStripMenuItemDelete_Particle.Click += new System.EventHandler(this.ToolStripMenuItem_Delete_Particle_Click);
|
|
|
+ //
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
@@ -503,14 +483,13 @@
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
|
|
|
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(4);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
this.tableLayoutPanel1.RowCount = 3;
|
|
|
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
|
|
|
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, 68F));
|
|
|
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.tableLayoutPanel1.Size = new System.Drawing.Size(2262, 1252);
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
|
|
|
+ this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
|
|
|
+ this.tableLayoutPanel1.Size = new System.Drawing.Size(1508, 835);
|
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
|
//
|
|
|
// dgV_ParticlesDevidePage
|
|
|
@@ -521,23 +500,21 @@
|
|
|
this.dgV_ParticlesDevidePage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dgV_ParticlesDevidePage.ContextMenuStrip = this.contextMenuStrip1;
|
|
|
this.dgV_ParticlesDevidePage.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.dgV_ParticlesDevidePage.Location = new System.Drawing.Point(4, 68);
|
|
|
- this.dgV_ParticlesDevidePage.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.dgV_ParticlesDevidePage.Location = new System.Drawing.Point(3, 46);
|
|
|
this.dgV_ParticlesDevidePage.Name = "dgV_ParticlesDevidePage";
|
|
|
this.dgV_ParticlesDevidePage.ReadOnly = true;
|
|
|
this.dgV_ParticlesDevidePage.RowHeadersWidth = 4;
|
|
|
this.dgV_ParticlesDevidePage.RowTemplate.Height = 23;
|
|
|
- this.dgV_ParticlesDevidePage.Size = new System.Drawing.Size(2254, 1112);
|
|
|
+ this.dgV_ParticlesDevidePage.Size = new System.Drawing.Size(1502, 741);
|
|
|
this.dgV_ParticlesDevidePage.TabIndex = 5;
|
|
|
//
|
|
|
// ParticlesGridDevidePage
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "ParticlesGridDevidePage";
|
|
|
- this.Size = new System.Drawing.Size(2262, 1252);
|
|
|
+ this.Size = new System.Drawing.Size(1508, 835);
|
|
|
this.Load += new System.EventHandler(this.ParticlesGridDevidePage_Load);
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
@@ -593,5 +570,6 @@
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem EXCELToolStripMenuItem;
|
|
|
private System.Windows.Forms.DataGridView dgV_ParticlesDevidePage;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete_Particle;
|
|
|
}
|
|
|
}
|