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.RegName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.start = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.end = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.diameterStart = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.diameterEnd = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.collectXray = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  36. this.rangeChoose = new System.Windows.Forms.DataGridViewButtonColumn();
  37. this.confirm = new System.Windows.Forms.Button();
  38. this.button2 = new System.Windows.Forms.Button();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.groupBox1 = new System.Windows.Forms.GroupBox();
  42. this.checkBox1 = new System.Windows.Forms.CheckBox();
  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. // RegName
  69. //
  70. this.RegName.DataPropertyName = "RegName";
  71. this.RegName.HeaderText = "名称";
  72. this.RegName.Name = "RegName";
  73. this.RegName.Width = 80;
  74. //
  75. // start
  76. //
  77. this.start.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  78. this.start.DataPropertyName = "start";
  79. this.start.HeaderText = "开始灰度(0-255)";
  80. this.start.Name = "start";
  81. //
  82. // end
  83. //
  84. this.end.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  85. this.end.DataPropertyName = "end";
  86. this.end.HeaderText = "结束灰度(0-255)";
  87. this.end.Name = "end";
  88. //
  89. // diameterStart
  90. //
  91. this.diameterStart.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  92. this.diameterStart.DataPropertyName = "diameterStart";
  93. this.diameterStart.HeaderText = "开始直径(微米)";
  94. this.diameterStart.Name = "diameterStart";
  95. //
  96. // diameterEnd
  97. //
  98. this.diameterEnd.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  99. this.diameterEnd.DataPropertyName = "diameterEnd";
  100. this.diameterEnd.HeaderText = "结束直径(微米)";
  101. this.diameterEnd.Name = "diameterEnd";
  102. //
  103. // collectXray
  104. //
  105. this.collectXray.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  106. this.collectXray.DataPropertyName = "collectXray";
  107. this.collectXray.HeaderText = "是否采集Xray";
  108. this.collectXray.Name = "collectXray";
  109. this.collectXray.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  110. this.collectXray.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  111. //
  112. // rangeChoose
  113. //
  114. this.rangeChoose.HeaderText = "可视化选择";
  115. this.rangeChoose.Name = "rangeChoose";
  116. this.rangeChoose.Text = "灰度选择";
  117. this.rangeChoose.UseColumnTextForButtonValue = true;
  118. //
  119. // confirm
  120. //
  121. this.confirm.Location = new System.Drawing.Point(538, 378);
  122. this.confirm.Name = "confirm";
  123. this.confirm.Size = new System.Drawing.Size(87, 25);
  124. this.confirm.TabIndex = 3;
  125. this.confirm.Text = "确定";
  126. this.confirm.UseVisualStyleBackColor = true;
  127. this.confirm.Click += new System.EventHandler(this.confirm_Click);
  128. //
  129. // button2
  130. //
  131. this.button2.Location = new System.Drawing.Point(646, 378);
  132. this.button2.Name = "button2";
  133. this.button2.Size = new System.Drawing.Size(87, 24);
  134. this.button2.TabIndex = 4;
  135. this.button2.Text = "取消";
  136. this.button2.UseVisualStyleBackColor = true;
  137. this.button2.Click += new System.EventHandler(this.button2_Click);
  138. //
  139. // button1
  140. //
  141. this.button1.Location = new System.Drawing.Point(40, 378);
  142. this.button1.Name = "button1";
  143. this.button1.Size = new System.Drawing.Size(66, 25);
  144. this.button1.TabIndex = 5;
  145. this.button1.Text = "增加";
  146. this.button1.UseVisualStyleBackColor = true;
  147. this.button1.Click += new System.EventHandler(this.button1_Click);
  148. //
  149. // button3
  150. //
  151. this.button3.Location = new System.Drawing.Point(130, 379);
  152. this.button3.Name = "button3";
  153. this.button3.Size = new System.Drawing.Size(62, 22);
  154. this.button3.TabIndex = 6;
  155. this.button3.Text = "删除";
  156. this.button3.UseVisualStyleBackColor = true;
  157. this.button3.Click += new System.EventHandler(this.button3_Click);
  158. //
  159. // groupBox1
  160. //
  161. this.groupBox1.Controls.Add(this.checkBox1);
  162. this.groupBox1.Location = new System.Drawing.Point(4, 318);
  163. this.groupBox1.Name = "groupBox1";
  164. this.groupBox1.Size = new System.Drawing.Size(776, 45);
  165. this.groupBox1.TabIndex = 7;
  166. this.groupBox1.TabStop = false;
  167. //
  168. // checkBox1
  169. //
  170. this.checkBox1.AutoSize = true;
  171. this.checkBox1.Location = new System.Drawing.Point(21, 18);
  172. this.checkBox1.Name = "checkBox1";
  173. this.checkBox1.Size = new System.Drawing.Size(48, 16);
  174. this.checkBox1.TabIndex = 0;
  175. this.checkBox1.Text = "启用";
  176. this.checkBox1.UseVisualStyleBackColor = 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. }