|
@@ -63,7 +63,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
this.dgV_SimilarParticles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgV_SimilarParticles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgV_SimilarParticles.Size = new System.Drawing.Size(1772, 725);
|
|
this.dgV_SimilarParticles.Size = new System.Drawing.Size(1772, 725);
|
|
this.dgV_SimilarParticles.TabIndex = 6;
|
|
this.dgV_SimilarParticles.TabIndex = 6;
|
|
- this.dgV_SimilarParticles.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_SimilarParticles_CellMouseClick);
|
|
|
|
|
|
+ this.dgV_SimilarParticles.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_SimilarParticles_CellMouseDoubleClick);
|
|
this.dgV_SimilarParticles.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgV_SimilarParticles_KeyUp);
|
|
this.dgV_SimilarParticles.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgV_SimilarParticles_KeyUp);
|
|
this.dgV_SimilarParticles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_SimilarParticles_MouseUp);
|
|
this.dgV_SimilarParticles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_SimilarParticles_MouseUp);
|
|
//
|
|
//
|
|
@@ -72,7 +72,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.movetoparticleToolStripMenuItem});
|
|
this.movetoparticleToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(211, 48);
|
|
|
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(211, 26);
|
|
//
|
|
//
|
|
// movetoparticleToolStripMenuItem
|
|
// movetoparticleToolStripMenuItem
|
|
//
|
|
//
|
|
@@ -101,7 +101,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
this.btn_Cannnel.Name = "btn_Cannnel";
|
|
this.btn_Cannnel.Name = "btn_Cannnel";
|
|
this.btn_Cannnel.Size = new System.Drawing.Size(107, 33);
|
|
this.btn_Cannnel.Size = new System.Drawing.Size(107, 33);
|
|
this.btn_Cannnel.TabIndex = 8;
|
|
this.btn_Cannnel.TabIndex = 8;
|
|
- this.btn_Cannnel.Text = "Cannnel";
|
|
|
|
|
|
+ this.btn_Cannnel.Text = "Cancel";
|
|
this.btn_Cannnel.UseVisualStyleBackColor = true;
|
|
this.btn_Cannnel.UseVisualStyleBackColor = true;
|
|
this.btn_Cannnel.Click += new System.EventHandler(this.btn_Cannnel_Click);
|
|
this.btn_Cannnel.Click += new System.EventHandler(this.btn_Cannnel_Click);
|
|
//
|
|
//
|