ListOfSimilarParticles.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. using OTSIncAReportGraph.Controls;
  2. namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
  3. {
  4. partial class ListOfSimilarParticles
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.dgV_SimilarParticles = new System.Windows.Forms.DataGridView();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.movetoparticleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.btn_OK = new System.Windows.Forms.Button();
  34. this.btn_Cannnel = new System.Windows.Forms.Button();
  35. this.tB_SimilarRatio = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.btn_Search = new System.Windows.Forms.Button();
  38. this.cBx_All = new System.Windows.Forms.CheckBox();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.label2 = new System.Windows.Forms.Label();
  41. ((System.ComponentModel.ISupportInitialize)(this.dgV_SimilarParticles)).BeginInit();
  42. this.contextMenuStrip1.SuspendLayout();
  43. this.panel1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // dgV_SimilarParticles
  47. //
  48. this.dgV_SimilarParticles.AllowUserToAddRows = false;
  49. this.dgV_SimilarParticles.AllowUserToDeleteRows = false;
  50. this.dgV_SimilarParticles.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  51. this.dgV_SimilarParticles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  52. this.dgV_SimilarParticles.ContextMenuStrip = this.contextMenuStrip1;
  53. this.dgV_SimilarParticles.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.dgV_SimilarParticles.Location = new System.Drawing.Point(0, 0);
  55. this.dgV_SimilarParticles.Name = "dgV_SimilarParticles";
  56. this.dgV_SimilarParticles.ReadOnly = true;
  57. this.dgV_SimilarParticles.RowHeadersWidth = 4;
  58. this.dgV_SimilarParticles.RowTemplate.Height = 23;
  59. this.dgV_SimilarParticles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  60. this.dgV_SimilarParticles.Size = new System.Drawing.Size(1772, 725);
  61. this.dgV_SimilarParticles.TabIndex = 6;
  62. this.dgV_SimilarParticles.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_SimilarParticles_CellMouseClick);
  63. this.dgV_SimilarParticles.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgV_SimilarParticles_KeyUp);
  64. this.dgV_SimilarParticles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_SimilarParticles_MouseUp);
  65. //
  66. // contextMenuStrip1
  67. //
  68. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.movetoparticleToolStripMenuItem});
  70. this.contextMenuStrip1.Name = "contextMenuStrip1";
  71. this.contextMenuStrip1.Size = new System.Drawing.Size(211, 48);
  72. //
  73. // movetoparticleToolStripMenuItem
  74. //
  75. this.movetoparticleToolStripMenuItem.Name = "movetoparticleToolStripMenuItem";
  76. this.movetoparticleToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  77. this.movetoparticleToolStripMenuItem.Text = "移动SEM到颗粒视域位置";
  78. this.movetoparticleToolStripMenuItem.Click += new System.EventHandler(this.movetoparticleToolStripMenuItem_Click);
  79. //
  80. // btn_OK
  81. //
  82. this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  83. this.btn_OK.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btn_OK.Location = new System.Drawing.Point(866, 776);
  85. this.btn_OK.Name = "btn_OK";
  86. this.btn_OK.Size = new System.Drawing.Size(99, 33);
  87. this.btn_OK.TabIndex = 7;
  88. this.btn_OK.Text = "OK";
  89. this.btn_OK.UseVisualStyleBackColor = true;
  90. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  91. //
  92. // btn_Cannnel
  93. //
  94. this.btn_Cannnel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btn_Cannnel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.btn_Cannnel.Location = new System.Drawing.Point(997, 776);
  97. this.btn_Cannnel.Name = "btn_Cannnel";
  98. this.btn_Cannnel.Size = new System.Drawing.Size(107, 33);
  99. this.btn_Cannnel.TabIndex = 8;
  100. this.btn_Cannnel.Text = "Cannnel";
  101. this.btn_Cannnel.UseVisualStyleBackColor = true;
  102. this.btn_Cannnel.Click += new System.EventHandler(this.btn_Cannnel_Click);
  103. //
  104. // tB_SimilarRatio
  105. //
  106. this.tB_SimilarRatio.Location = new System.Drawing.Point(184, 6);
  107. this.tB_SimilarRatio.Name = "tB_SimilarRatio";
  108. this.tB_SimilarRatio.Size = new System.Drawing.Size(90, 21);
  109. this.tB_SimilarRatio.TabIndex = 10;
  110. this.tB_SimilarRatio.Text = "97";
  111. this.tB_SimilarRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  112. this.tB_SimilarRatio.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tB_SimilarRatio_KeyUp);
  113. //
  114. // label1
  115. //
  116. this.label1.Location = new System.Drawing.Point(12, 9);
  117. this.label1.Name = "label1";
  118. this.label1.Size = new System.Drawing.Size(185, 16);
  119. this.label1.TabIndex = 9;
  120. this.label1.Text = "请设定搜索相似度(0-100之间)";
  121. //
  122. // btn_Search
  123. //
  124. this.btn_Search.Location = new System.Drawing.Point(302, 5);
  125. this.btn_Search.Name = "btn_Search";
  126. this.btn_Search.Size = new System.Drawing.Size(75, 23);
  127. this.btn_Search.TabIndex = 11;
  128. this.btn_Search.Text = "Search";
  129. this.btn_Search.UseVisualStyleBackColor = true;
  130. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  131. //
  132. // cBx_All
  133. //
  134. this.cBx_All.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  135. this.cBx_All.Location = new System.Drawing.Point(16, 781);
  136. this.cBx_All.Name = "cBx_All";
  137. this.cBx_All.Size = new System.Drawing.Size(104, 24);
  138. this.cBx_All.TabIndex = 12;
  139. this.cBx_All.Text = "全选";
  140. this.cBx_All.UseVisualStyleBackColor = true;
  141. this.cBx_All.CheckedChanged += new System.EventHandler(this.cBx_All_CheckedChanged);
  142. //
  143. // panel1
  144. //
  145. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  146. | System.Windows.Forms.AnchorStyles.Left)
  147. | System.Windows.Forms.AnchorStyles.Right)));
  148. this.panel1.Controls.Add(this.dgV_SimilarParticles);
  149. this.panel1.Location = new System.Drawing.Point(16, 41);
  150. this.panel1.Name = "panel1";
  151. this.panel1.Size = new System.Drawing.Size(1772, 725);
  152. this.panel1.TabIndex = 13;
  153. //
  154. // label2
  155. //
  156. this.label2.AutoSize = true;
  157. this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.label2.Location = new System.Drawing.Point(276, 7);
  159. this.label2.Name = "label2";
  160. this.label2.Size = new System.Drawing.Size(19, 19);
  161. this.label2.TabIndex = 14;
  162. this.label2.Text = "%";
  163. //
  164. // ListOfSimilarParticles
  165. //
  166. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  167. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  168. this.ClientSize = new System.Drawing.Size(1800, 817);
  169. this.Controls.Add(this.label2);
  170. this.Controls.Add(this.panel1);
  171. this.Controls.Add(this.cBx_All);
  172. this.Controls.Add(this.btn_Search);
  173. this.Controls.Add(this.tB_SimilarRatio);
  174. this.Controls.Add(this.label1);
  175. this.Controls.Add(this.btn_Cannnel);
  176. this.Controls.Add(this.btn_OK);
  177. this.Name = "ListOfSimilarParticles";
  178. this.ShowIcon = false;
  179. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  180. this.Text = "ListOfSimilarParticles";
  181. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  182. this.Load += new System.EventHandler(this.ListOfSimilarParticles_Load);
  183. ((System.ComponentModel.ISupportInitialize)(this.dgV_SimilarParticles)).EndInit();
  184. this.contextMenuStrip1.ResumeLayout(false);
  185. this.panel1.ResumeLayout(false);
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. private System.Windows.Forms.DataGridView dgV_SimilarParticles;
  191. private System.Windows.Forms.Button btn_OK;
  192. private System.Windows.Forms.Button btn_Cannnel;
  193. private System.Windows.Forms.TextBox tB_SimilarRatio;
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.Button btn_Search;
  196. private System.Windows.Forms.CheckBox cBx_All;
  197. private Control_XRayTable control_XRayTable1=new Control_XRayTable();
  198. private System.Windows.Forms.Panel panel1;
  199. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  200. private System.Windows.Forms.ToolStripMenuItem movetoparticleToolStripMenuItem;
  201. private System.Windows.Forms.Label label2;
  202. }
  203. }