|
@@ -72,9 +72,6 @@
|
|
|
this.ToolStripMenuItem_selectparticle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem_exportimagefile = 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();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
@@ -389,16 +386,11 @@
|
|
|
this.ToolStripMenuItem_selectparticle,
|
|
|
this.ToolStripMenuItem_exportimagefile,
|
|
|
this.testToolStripMenuItem,
|
|
|
- this.EXCELToolStripMenuItem,
|
|
|
- this.ToolStripMenuItemDelete_Particle});
|
|
|
+ this.EXCELToolStripMenuItem});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
-<<<<<<< .mine
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(219, 310);
|
|
|
-=======
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(219, 280);
|
|
|
->>>>>>> .theirs
|
|
|
//
|
|
|
- // ToolStripMenuItem1
|
|
|
+ // toolStripSeparator1
|
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(215, 6);
|
|
@@ -479,21 +471,8 @@
|
|
|
this.toolStripMenuItem4.Text = "复制图像";
|
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
|
|
//
|
|
|
- // toolStripSeparator1
|
|
|
- //
|
|
|
-<<<<<<< .mine
|
|
|
- this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(215, 6);
|
|
|
- //
|
|
|
// ToolStripMenuItem3
|
|
|
//
|
|
|
-=======
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
->>>>>>> .theirs
|
|
|
this.ToolStripMenuItem3.Image = global::OTSIncAReportApp.Properties.Resources.恢复;
|
|
|
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
|
this.ToolStripMenuItem3.Size = new System.Drawing.Size(218, 30);
|
|
@@ -524,126 +503,17 @@
|
|
|
this.ToolStripMenuItem_exportimagefile.Text = "导出图像文件";
|
|
|
this.ToolStripMenuItem_exportimagefile.Click += new System.EventHandler(this.ToolStripMenuItem_exportimagefile_Click);
|
|
|
//
|
|
|
- // testToolStripMenuItem
|
|
|
- //
|
|
|
-<<<<<<< .mine
|
|
|
- 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
|
|
|
//
|
|
|
-=======
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
->>>>>>> .theirs
|
|
|
this.EXCELToolStripMenuItem.Image = global::OTSIncAReportApp.Properties.Resources.导出所有数据到EXCEL321;
|
|
|
this.EXCELToolStripMenuItem.Name = "EXCELToolStripMenuItem";
|
|
|
this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
|
|
|
this.EXCELToolStripMenuItem.Text = "导出EXCEL";
|
|
|
this.EXCELToolStripMenuItem.Click += new System.EventHandler(this.EXCELToolStripMenuItem_Click);
|
|
|
//
|
|
|
-<<<<<<< .mine
|
|
|
- // ToolStripMenuItemDelete_Particle
|
|
|
-=======
|
|
|
// ParticlesGridDevidePage
|
|
|
->>>>>>> .theirs
|
|
|
//
|
|
|
-<<<<<<< .mine
|
|
|
- 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;
|
|
|
- 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);
|
|
|
-=======
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
->>>>>>> .theirs
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.Name = "ParticlesGridDevidePage";
|
|
@@ -703,10 +573,6 @@
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem EXCELToolStripMenuItem;
|
|
|
private System.Windows.Forms.DataGridView dgV_ParticlesDevidePage;
|
|
|
-<<<<<<< .mine
|
|
|
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete_Particle;
|
|
|
-=======
|
|
|
private System.Windows.Forms.Button btn_ReMeasure;
|
|
|
->>>>>>> .theirs
|
|
|
}
|
|
|
}
|