SpecialParticleForm.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. 
  2. namespace OTSMeasureApp
  3. {
  4. partial class SpecialParticleForm
  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.dg1 = new System.Windows.Forms.DataGridView();
  30. this.confirm = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.checkBox1 = new System.Windows.Forms.CheckBox();
  36. this.RegName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.start = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.end = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.diameterStart = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.diameterEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.collectXray = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.rangeChoose = new System.Windows.Forms.DataGridViewButtonColumn();
  43. ((System.ComponentModel.ISupportInitialize)(this.dg1)).BeginInit();
  44. this.groupBox1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // dg1
  48. //
  49. this.dg1.AllowUserToAddRows = false;
  50. this.dg1.AllowUserToDeleteRows = false;
  51. this.dg1.AllowUserToOrderColumns = true;
  52. this.dg1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  53. this.dg1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  54. this.RegName,
  55. this.start,
  56. this.end,
  57. this.diameterStart,
  58. this.diameterEnd,
  59. this.collectXray,
  60. this.rangeChoose});
  61. this.dg1.Location = new System.Drawing.Point(2, 2);
  62. this.dg1.Name = "dg1";
  63. this.dg1.RowTemplate.Height = 23;
  64. this.dg1.Size = new System.Drawing.Size(779, 312);
  65. this.dg1.TabIndex = 2;
  66. this.dg1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg1_CellContentClick);
  67. //
  68. // confirm
  69. //
  70. this.confirm.Location = new System.Drawing.Point(538, 378);
  71. this.confirm.Name = "confirm";
  72. this.confirm.Size = new System.Drawing.Size(87, 25);
  73. this.confirm.TabIndex = 3;
  74. this.confirm.Text = "确定";
  75. this.confirm.UseVisualStyleBackColor = true;
  76. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  77. //
  78. // button2
  79. //
  80. this.button2.Location = new System.Drawing.Point(646, 378);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(87, 24);
  83. this.button2.TabIndex = 4;
  84. this.button2.Text = "取消";
  85. this.button2.UseVisualStyleBackColor = true;
  86. this.button2.Click += new System.EventHandler(this.button2_Click);
  87. //
  88. // button1
  89. //
  90. this.button1.Location = new System.Drawing.Point(40, 378);
  91. this.button1.Name = "button1";
  92. this.button1.Size = new System.Drawing.Size(66, 25);
  93. this.button1.TabIndex = 5;
  94. this.button1.Text = "增加";
  95. this.button1.UseVisualStyleBackColor = true;
  96. this.button1.Click += new System.EventHandler(this.button1_Click);
  97. //
  98. // button3
  99. //
  100. this.button3.Location = new System.Drawing.Point(130, 379);
  101. this.button3.Name = "button3";
  102. this.button3.Size = new System.Drawing.Size(62, 22);
  103. this.button3.TabIndex = 6;
  104. this.button3.Text = "删除";
  105. this.button3.UseVisualStyleBackColor = true;
  106. this.button3.Click += new System.EventHandler(this.button3_Click);
  107. //
  108. // groupBox1
  109. //
  110. this.groupBox1.Controls.Add(this.checkBox1);
  111. this.groupBox1.Location = new System.Drawing.Point(4, 318);
  112. this.groupBox1.Name = "groupBox1";
  113. this.groupBox1.Size = new System.Drawing.Size(776, 45);
  114. this.groupBox1.TabIndex = 7;
  115. this.groupBox1.TabStop = false;
  116. //
  117. // checkBox1
  118. //
  119. this.checkBox1.AutoSize = true;
  120. this.checkBox1.Location = new System.Drawing.Point(21, 18);
  121. this.checkBox1.Name = "checkBox1";
  122. this.checkBox1.Size = new System.Drawing.Size(48, 16);
  123. this.checkBox1.TabIndex = 0;
  124. this.checkBox1.Text = "启用";
  125. this.checkBox1.UseVisualStyleBackColor = true;
  126. //
  127. // RegName
  128. //
  129. this.RegName.DataPropertyName = "RegName";
  130. this.RegName.HeaderText = "名称";
  131. this.RegName.Name = "RegName";
  132. this.RegName.Width = 80;
  133. //
  134. // start
  135. //
  136. this.start.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  137. this.start.DataPropertyName = "start";
  138. this.start.HeaderText = "开始灰度(0-255)";
  139. this.start.Name = "start";
  140. //
  141. // end
  142. //
  143. this.end.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  144. this.end.DataPropertyName = "end";
  145. this.end.HeaderText = "结束灰度(0-255)";
  146. this.end.Name = "end";
  147. //
  148. // diameterStart
  149. //
  150. this.diameterStart.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  151. this.diameterStart.DataPropertyName = "diameterStart";
  152. this.diameterStart.HeaderText = "开始直径(微米)";
  153. this.diameterStart.Name = "diameterStart";
  154. //
  155. // diameterEnd
  156. //
  157. this.diameterEnd.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  158. this.diameterEnd.DataPropertyName = "diameterEnd";
  159. this.diameterEnd.HeaderText = "结束直径(微米)";
  160. this.diameterEnd.Name = "diameterEnd";
  161. //
  162. // collectXray
  163. //
  164. this.collectXray.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  165. this.collectXray.DataPropertyName = "collectXray";
  166. this.collectXray.HeaderText = "是否采集Xray";
  167. this.collectXray.Name = "collectXray";
  168. this.collectXray.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  169. this.collectXray.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  170. //
  171. // rangeChoose
  172. //
  173. this.rangeChoose.HeaderText = "可视化选择";
  174. this.rangeChoose.Name = "rangeChoose";
  175. this.rangeChoose.Text = "GrayLevel";
  176. this.rangeChoose.UseColumnTextForButtonValue = true;
  177. //
  178. // SpecialParticleForm
  179. //
  180. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  181. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  182. this.ClientSize = new System.Drawing.Size(784, 414);
  183. this.Controls.Add(this.groupBox1);
  184. this.Controls.Add(this.button3);
  185. this.Controls.Add(this.button1);
  186. this.Controls.Add(this.button2);
  187. this.Controls.Add(this.confirm);
  188. this.Controls.Add(this.dg1);
  189. this.MaximumSize = new System.Drawing.Size(800, 453);
  190. this.MinimumSize = new System.Drawing.Size(800, 453);
  191. this.Name = "SpecialParticleForm";
  192. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  193. this.Text = "特殊灰度阈值颗粒提取";
  194. ((System.ComponentModel.ISupportInitialize)(this.dg1)).EndInit();
  195. this.groupBox1.ResumeLayout(false);
  196. this.groupBox1.PerformLayout();
  197. this.ResumeLayout(false);
  198. }
  199. #endregion
  200. private System.Windows.Forms.DataGridView dg1;
  201. private System.Windows.Forms.Button confirm;
  202. private System.Windows.Forms.Button button2;
  203. private System.Windows.Forms.Button button1;
  204. private System.Windows.Forms.Button button3;
  205. private System.Windows.Forms.GroupBox groupBox1;
  206. private System.Windows.Forms.CheckBox checkBox1;
  207. private System.Windows.Forms.DataGridViewTextBoxColumn RegName;
  208. private System.Windows.Forms.DataGridViewTextBoxColumn start;
  209. private System.Windows.Forms.DataGridViewTextBoxColumn end;
  210. private System.Windows.Forms.DataGridViewTextBoxColumn diameterStart;
  211. private System.Windows.Forms.DataGridViewTextBoxColumn diameterEnd;
  212. private System.Windows.Forms.DataGridViewCheckBoxColumn collectXray;
  213. private System.Windows.Forms.DataGridViewButtonColumn rangeChoose;
  214. }
  215. }