ListOfSimilarParticles.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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.从此颗粒之下取消选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.btn_OK = new System.Windows.Forms.Button();
  35. this.btn_Cannnel = new System.Windows.Forms.Button();
  36. this.tB_SimilarRatio = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.btn_Search = new System.Windows.Forms.Button();
  39. this.cBx_All = new System.Windows.Forms.CheckBox();
  40. this.panel1 = new System.Windows.Forms.Panel();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgV_SimilarParticles)).BeginInit();
  44. this.contextMenuStrip1.SuspendLayout();
  45. this.panel1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // dgV_SimilarParticles
  49. //
  50. this.dgV_SimilarParticles.AllowUserToAddRows = false;
  51. this.dgV_SimilarParticles.AllowUserToDeleteRows = false;
  52. this.dgV_SimilarParticles.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  53. this.dgV_SimilarParticles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  54. this.dgV_SimilarParticles.ContextMenuStrip = this.contextMenuStrip1;
  55. this.dgV_SimilarParticles.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.dgV_SimilarParticles.Location = new System.Drawing.Point(0, 0);
  57. this.dgV_SimilarParticles.Name = "dgV_SimilarParticles";
  58. this.dgV_SimilarParticles.ReadOnly = true;
  59. this.dgV_SimilarParticles.RowHeadersWidth = 4;
  60. this.dgV_SimilarParticles.RowTemplate.Height = 23;
  61. this.dgV_SimilarParticles.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  62. this.dgV_SimilarParticles.Size = new System.Drawing.Size(1772, 725);
  63. this.dgV_SimilarParticles.TabIndex = 6;
  64. this.dgV_SimilarParticles.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_SimilarParticles_CellMouseDoubleClick);
  65. this.dgV_SimilarParticles.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgV_SimilarParticles_KeyUp);
  66. this.dgV_SimilarParticles.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_SimilarParticles_MouseUp);
  67. //
  68. // contextMenuStrip1
  69. //
  70. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.movetoparticleToolStripMenuItem,
  72. this.从此颗粒之下取消选择ToolStripMenuItem});
  73. this.contextMenuStrip1.Name = "contextMenuStrip1";
  74. this.contextMenuStrip1.Size = new System.Drawing.Size(211, 48);
  75. //
  76. // movetoparticleToolStripMenuItem
  77. //
  78. this.movetoparticleToolStripMenuItem.Name = "movetoparticleToolStripMenuItem";
  79. this.movetoparticleToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  80. this.movetoparticleToolStripMenuItem.Text = "移动SEM到颗粒视域位置";
  81. this.movetoparticleToolStripMenuItem.Click += new System.EventHandler(this.movetoparticleToolStripMenuItem_Click);
  82. //
  83. // 从此颗粒之下取消选择ToolStripMenuItem
  84. //
  85. this.从此颗粒之下取消选择ToolStripMenuItem.Name = "从此颗粒之下取消选择ToolStripMenuItem";
  86. this.从此颗粒之下取消选择ToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  87. this.从此颗粒之下取消选择ToolStripMenuItem.Text = "从此颗粒之下取消选择";
  88. this.从此颗粒之下取消选择ToolStripMenuItem.Click += new System.EventHandler(this.从此颗粒之下取消选择ToolStripMenuItem_Click);
  89. //
  90. // btn_OK
  91. //
  92. this.btn_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  93. this.btn_OK.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.btn_OK.Location = new System.Drawing.Point(866, 776);
  95. this.btn_OK.Name = "btn_OK";
  96. this.btn_OK.Size = new System.Drawing.Size(99, 33);
  97. this.btn_OK.TabIndex = 7;
  98. this.btn_OK.Text = "OK";
  99. this.btn_OK.UseVisualStyleBackColor = true;
  100. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  101. //
  102. // btn_Cannnel
  103. //
  104. this.btn_Cannnel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  105. this.btn_Cannnel.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.btn_Cannnel.Location = new System.Drawing.Point(997, 776);
  107. this.btn_Cannnel.Name = "btn_Cannnel";
  108. this.btn_Cannnel.Size = new System.Drawing.Size(107, 33);
  109. this.btn_Cannnel.TabIndex = 8;
  110. this.btn_Cannnel.Text = "Cancel";
  111. this.btn_Cannnel.UseVisualStyleBackColor = true;
  112. this.btn_Cannnel.Click += new System.EventHandler(this.btn_Cannnel_Click);
  113. //
  114. // tB_SimilarRatio
  115. //
  116. this.tB_SimilarRatio.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.tB_SimilarRatio.Location = new System.Drawing.Point(187, 8);
  118. this.tB_SimilarRatio.Name = "tB_SimilarRatio";
  119. this.tB_SimilarRatio.Size = new System.Drawing.Size(90, 26);
  120. this.tB_SimilarRatio.TabIndex = 10;
  121. this.tB_SimilarRatio.Text = "97";
  122. this.tB_SimilarRatio.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  123. this.tB_SimilarRatio.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tB_SimilarRatio_KeyUp);
  124. //
  125. // label1
  126. //
  127. this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.label1.Location = new System.Drawing.Point(12, 9);
  129. this.label1.Name = "label1";
  130. this.label1.Size = new System.Drawing.Size(222, 23);
  131. this.label1.TabIndex = 9;
  132. this.label1.Text = "请设定搜索相似度(0-100之间)";
  133. //
  134. // btn_Search
  135. //
  136. this.btn_Search.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.btn_Search.Location = new System.Drawing.Point(302, 5);
  138. this.btn_Search.Name = "btn_Search";
  139. this.btn_Search.Size = new System.Drawing.Size(112, 30);
  140. this.btn_Search.TabIndex = 11;
  141. this.btn_Search.Text = "Search";
  142. this.btn_Search.UseVisualStyleBackColor = true;
  143. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  144. //
  145. // cBx_All
  146. //
  147. this.cBx_All.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  148. this.cBx_All.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.cBx_All.Location = new System.Drawing.Point(16, 781);
  150. this.cBx_All.Name = "cBx_All";
  151. this.cBx_All.Size = new System.Drawing.Size(104, 24);
  152. this.cBx_All.TabIndex = 12;
  153. this.cBx_All.Text = "全选";
  154. this.cBx_All.UseVisualStyleBackColor = true;
  155. this.cBx_All.CheckedChanged += new System.EventHandler(this.cBx_All_CheckedChanged);
  156. //
  157. // panel1
  158. //
  159. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  160. | System.Windows.Forms.AnchorStyles.Left)
  161. | System.Windows.Forms.AnchorStyles.Right)));
  162. this.panel1.Controls.Add(this.dgV_SimilarParticles);
  163. this.panel1.Location = new System.Drawing.Point(16, 41);
  164. this.panel1.Name = "panel1";
  165. this.panel1.Size = new System.Drawing.Size(1772, 725);
  166. this.panel1.TabIndex = 13;
  167. //
  168. // label2
  169. //
  170. this.label2.AutoSize = true;
  171. this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.label2.Location = new System.Drawing.Point(277, 11);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(19, 19);
  175. this.label2.TabIndex = 14;
  176. this.label2.Text = "%";
  177. //
  178. // label3
  179. //
  180. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  181. this.label3.AutoSize = true;
  182. this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.label3.Location = new System.Drawing.Point(94, 782);
  184. this.label3.Name = "label3";
  185. this.label3.Size = new System.Drawing.Size(76, 21);
  186. this.label3.TabIndex = 15;
  187. this.label3.Text = "label3";
  188. //
  189. // ListOfSimilarParticles
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(1800, 817);
  194. this.Controls.Add(this.label3);
  195. this.Controls.Add(this.label2);
  196. this.Controls.Add(this.panel1);
  197. this.Controls.Add(this.cBx_All);
  198. this.Controls.Add(this.btn_Search);
  199. this.Controls.Add(this.tB_SimilarRatio);
  200. this.Controls.Add(this.label1);
  201. this.Controls.Add(this.btn_Cannnel);
  202. this.Controls.Add(this.btn_OK);
  203. this.Name = "ListOfSimilarParticles";
  204. this.ShowIcon = false;
  205. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  206. this.Text = "SearchSimilarParticles";
  207. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  208. this.Load += new System.EventHandler(this.ListOfSimilarParticles_Load);
  209. ((System.ComponentModel.ISupportInitialize)(this.dgV_SimilarParticles)).EndInit();
  210. this.contextMenuStrip1.ResumeLayout(false);
  211. this.panel1.ResumeLayout(false);
  212. this.ResumeLayout(false);
  213. this.PerformLayout();
  214. }
  215. #endregion
  216. private System.Windows.Forms.DataGridView dgV_SimilarParticles;
  217. private System.Windows.Forms.Button btn_OK;
  218. private System.Windows.Forms.Button btn_Cannnel;
  219. private System.Windows.Forms.TextBox tB_SimilarRatio;
  220. private System.Windows.Forms.Label label1;
  221. private System.Windows.Forms.Button btn_Search;
  222. private System.Windows.Forms.CheckBox cBx_All;
  223. private Control_XRayTable control_XRayTable1=new Control_XRayTable();
  224. private System.Windows.Forms.Panel panel1;
  225. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  226. private System.Windows.Forms.ToolStripMenuItem movetoparticleToolStripMenuItem;
  227. private System.Windows.Forms.Label label2;
  228. private System.Windows.Forms.Label label3;
  229. private System.Windows.Forms.ToolStripMenuItem 从此颗粒之下取消选择ToolStripMenuItem;
  230. }
  231. }