|
@@ -32,6 +32,7 @@
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.label_Condition = new System.Windows.Forms.Label();
|
|
|
this.tbx_Type = new System.Windows.Forms.TextBox();
|
|
|
+ this.btn_ReMeasure = new System.Windows.Forms.Button();
|
|
|
this.btn_Sel = new System.Windows.Forms.Button();
|
|
|
this.label_ParticleName = new System.Windows.Forms.Label();
|
|
|
this.label_Dmax = new System.Windows.Forms.Label();
|
|
@@ -59,19 +60,18 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
- this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
- this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
- this.btn_ReMeasure = new System.Windows.Forms.Button();
|
|
|
this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem_selectparticle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem_exportimagefile = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.EXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
@@ -119,6 +119,17 @@
|
|
|
this.tbx_Type.TabIndex = 34;
|
|
|
this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
+ // btn_ReMeasure
|
|
|
+ //
|
|
|
+ this.btn_ReMeasure.Location = new System.Drawing.Point(595, 8);
|
|
|
+ this.btn_ReMeasure.Name = "btn_ReMeasure";
|
|
|
+ this.btn_ReMeasure.Size = new System.Drawing.Size(80, 23);
|
|
|
+ this.btn_ReMeasure.TabIndex = 33;
|
|
|
+ this.btn_ReMeasure.Text = "二次采集";
|
|
|
+ this.btn_ReMeasure.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_ReMeasure.Visible = false;
|
|
|
+ this.btn_ReMeasure.Click += new System.EventHandler(this.btn_ReMeasure_Click);
|
|
|
+ //
|
|
|
// btn_Sel
|
|
|
//
|
|
|
this.btn_Sel.Location = new System.Drawing.Point(535, 8);
|
|
@@ -390,63 +401,6 @@
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(219, 280);
|
|
|
//
|
|
|
- // toolStripSeparator1
|
|
|
- //
|
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(215, 6);
|
|
|
- //
|
|
|
- // testToolStripMenuItem
|
|
|
- //
|
|
|
- this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
|
|
- 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);
|
|
|
- //
|
|
|
- // tableLayoutPanel1
|
|
|
- //
|
|
|
- this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
- this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
|
|
|
- this.tableLayoutPanel1.Controls.Add(this.dgV_ParticlesDevidePage, 0, 1);
|
|
|
- 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.Name = "tableLayoutPanel1";
|
|
|
- this.tableLayoutPanel1.RowCount = 3;
|
|
|
- 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, 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
|
|
|
- //
|
|
|
- this.dgV_ParticlesDevidePage.AllowUserToAddRows = false;
|
|
|
- this.dgV_ParticlesDevidePage.AllowUserToDeleteRows = false;
|
|
|
- this.dgV_ParticlesDevidePage.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
- 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(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(1502, 741);
|
|
|
- this.dgV_ParticlesDevidePage.TabIndex = 5;
|
|
|
- //
|
|
|
- // btn_ReMeasure
|
|
|
- //
|
|
|
- this.btn_ReMeasure.Location = new System.Drawing.Point(595, 8);
|
|
|
- this.btn_ReMeasure.Name = "btn_ReMeasure";
|
|
|
- this.btn_ReMeasure.Size = new System.Drawing.Size(80, 23);
|
|
|
- this.btn_ReMeasure.TabIndex = 33;
|
|
|
- this.btn_ReMeasure.Text = "二次采集";
|
|
|
- this.btn_ReMeasure.UseVisualStyleBackColor = true;
|
|
|
- this.btn_ReMeasure.Click += new System.EventHandler(this.btn_ReMeasure_Click);
|
|
|
- //
|
|
|
// ToolStripMenuItem1
|
|
|
//
|
|
|
this.ToolStripMenuItem1.Image = global::OTSIncAReportApp.Properties.Resources.复制;
|
|
@@ -471,6 +425,11 @@
|
|
|
this.toolStripMenuItem4.Text = "复制图像";
|
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
|
|
//
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(215, 6);
|
|
|
+ //
|
|
|
// ToolStripMenuItem3
|
|
|
//
|
|
|
this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
|
|
@@ -503,6 +462,14 @@
|
|
|
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(218, 30);
|
|
|
+ this.testToolStripMenuItem.Text = "显示能谱数据";
|
|
|
+ this.testToolStripMenuItem.Visible = false;
|
|
|
+ this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// EXCELToolStripMenuItem
|
|
|
//
|
|
|
this.EXCELToolStripMenuItem.Image = global::OTSIncAReportApp.Properties.Resources.导出所有数据到EXCEL321;
|
|
@@ -511,6 +478,40 @@
|
|
|
this.EXCELToolStripMenuItem.Text = "导出EXCEL";
|
|
|
this.EXCELToolStripMenuItem.Click += new System.EventHandler(this.EXCELToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // tableLayoutPanel1
|
|
|
+ //
|
|
|
+ this.tableLayoutPanel1.ColumnCount = 1;
|
|
|
+ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
|
|
|
+ this.tableLayoutPanel1.Controls.Add(this.dgV_ParticlesDevidePage, 0, 1);
|
|
|
+ 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.Name = "tableLayoutPanel1";
|
|
|
+ this.tableLayoutPanel1.RowCount = 3;
|
|
|
+ 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, 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
|
|
|
+ //
|
|
|
+ this.dgV_ParticlesDevidePage.AllowUserToAddRows = false;
|
|
|
+ this.dgV_ParticlesDevidePage.AllowUserToDeleteRows = false;
|
|
|
+ this.dgV_ParticlesDevidePage.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
|
+ 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(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(1502, 741);
|
|
|
+ this.dgV_ParticlesDevidePage.TabIndex = 5;
|
|
|
+ //
|
|
|
// ParticlesGridDevidePage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|