ListOfSimilarParticles.Designer.cs 13 KB

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