frmSpecialGrayParticle.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. namespace OTSMeasureApp
  2. {
  3. partial class frmSpecialGrayParticle
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbGrayStart = new System.Windows.Forms.TrackBar();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.nuDownGrayStart = new System.Windows.Forms.NumericUpDown();
  31. this.nuDownGrayEnd = new System.Windows.Forms.NumericUpDown();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.btnYes = new System.Windows.Forms.Button();
  34. this.btnOk = new System.Windows.Forms.Button();
  35. this.tbGrayEnd = new System.Windows.Forms.TrackBar();
  36. this.txtGrayStart = new System.Windows.Forms.TextBox();
  37. this.txtGrayEnd = new System.Windows.Forms.TextBox();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.button1 = new System.Windows.Forms.Button();
  40. this.pbBSEImage = new System.Windows.Forms.PictureBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).BeginInit();
  45. this.groupBox1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // tbGrayStart
  50. //
  51. this.tbGrayStart.Location = new System.Drawing.Point(263, 52);
  52. this.tbGrayStart.Maximum = 255;
  53. this.tbGrayStart.Name = "tbGrayStart";
  54. this.tbGrayStart.Size = new System.Drawing.Size(97, 45);
  55. this.tbGrayStart.TabIndex = 5;
  56. this.tbGrayStart.TickStyle = System.Windows.Forms.TickStyle.None;
  57. this.tbGrayStart.Scroll += new System.EventHandler(this.tbGrayStart_Scroll);
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Location = new System.Drawing.Point(11, 33);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(77, 12);
  65. this.label1.TabIndex = 6;
  66. this.label1.Text = "选择灰度范围";
  67. //
  68. // nuDownGrayStart
  69. //
  70. this.nuDownGrayStart.Location = new System.Drawing.Point(110, 31);
  71. this.nuDownGrayStart.Maximum = new decimal(new int[] {
  72. 255,
  73. 0,
  74. 0,
  75. 0});
  76. this.nuDownGrayStart.Name = "nuDownGrayStart";
  77. this.nuDownGrayStart.Size = new System.Drawing.Size(68, 21);
  78. this.nuDownGrayStart.TabIndex = 8;
  79. this.nuDownGrayStart.ValueChanged += new System.EventHandler(this.nuDwonGrayStart_ValueChanged);
  80. //
  81. // nuDownGrayEnd
  82. //
  83. this.nuDownGrayEnd.Location = new System.Drawing.Point(193, 31);
  84. this.nuDownGrayEnd.Maximum = new decimal(new int[] {
  85. 255,
  86. 0,
  87. 0,
  88. 0});
  89. this.nuDownGrayEnd.Name = "nuDownGrayEnd";
  90. this.nuDownGrayEnd.Size = new System.Drawing.Size(68, 21);
  91. this.nuDownGrayEnd.TabIndex = 7;
  92. this.nuDownGrayEnd.ValueChanged += new System.EventHandler(this.nuDownGrayEnd_ValueChanged);
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.Location = new System.Drawing.Point(180, 35);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(11, 12);
  100. this.label2.TabIndex = 9;
  101. this.label2.Text = "-";
  102. //
  103. // btnYes
  104. //
  105. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  106. this.btnYes.Location = new System.Drawing.Point(468, 25);
  107. this.btnYes.Name = "btnYes";
  108. this.btnYes.Size = new System.Drawing.Size(75, 36);
  109. this.btnYes.TabIndex = 10;
  110. this.btnYes.Text = "显示效果";
  111. this.btnYes.UseVisualStyleBackColor = true;
  112. this.btnYes.Click += new System.EventHandler(this.btnShowEffect_Click);
  113. //
  114. // btnOk
  115. //
  116. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  117. this.btnOk.Location = new System.Drawing.Point(795, 23);
  118. this.btnOk.Name = "btnOk";
  119. this.btnOk.Size = new System.Drawing.Size(75, 36);
  120. this.btnOk.TabIndex = 10;
  121. this.btnOk.Text = "确定";
  122. this.btnOk.UseVisualStyleBackColor = true;
  123. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  124. //
  125. // tbGrayEnd
  126. //
  127. this.tbGrayEnd.Location = new System.Drawing.Point(355, 52);
  128. this.tbGrayEnd.Maximum = 255;
  129. this.tbGrayEnd.Name = "tbGrayEnd";
  130. this.tbGrayEnd.Size = new System.Drawing.Size(97, 45);
  131. this.tbGrayEnd.TabIndex = 11;
  132. this.tbGrayEnd.TickStyle = System.Windows.Forms.TickStyle.None;
  133. this.tbGrayEnd.Scroll += new System.EventHandler(this.tbGrayEnd_Scroll);
  134. //
  135. // txtGrayStart
  136. //
  137. this.txtGrayStart.Location = new System.Drawing.Point(272, 31);
  138. this.txtGrayStart.Name = "txtGrayStart";
  139. this.txtGrayStart.ReadOnly = true;
  140. this.txtGrayStart.Size = new System.Drawing.Size(80, 21);
  141. this.txtGrayStart.TabIndex = 12;
  142. //
  143. // txtGrayEnd
  144. //
  145. this.txtGrayEnd.Location = new System.Drawing.Point(364, 31);
  146. this.txtGrayEnd.Name = "txtGrayEnd";
  147. this.txtGrayEnd.ReadOnly = true;
  148. this.txtGrayEnd.Size = new System.Drawing.Size(80, 21);
  149. this.txtGrayEnd.TabIndex = 13;
  150. //
  151. // groupBox1
  152. //
  153. this.groupBox1.Controls.Add(this.txtGrayEnd);
  154. this.groupBox1.Controls.Add(this.txtGrayStart);
  155. this.groupBox1.Controls.Add(this.tbGrayEnd);
  156. this.groupBox1.Controls.Add(this.button1);
  157. this.groupBox1.Controls.Add(this.btnOk);
  158. this.groupBox1.Controls.Add(this.btnYes);
  159. this.groupBox1.Controls.Add(this.label2);
  160. this.groupBox1.Controls.Add(this.nuDownGrayEnd);
  161. this.groupBox1.Controls.Add(this.nuDownGrayStart);
  162. this.groupBox1.Controls.Add(this.label1);
  163. this.groupBox1.Controls.Add(this.tbGrayStart);
  164. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  165. this.groupBox1.Location = new System.Drawing.Point(0, 624);
  166. this.groupBox1.Name = "groupBox1";
  167. this.groupBox1.Size = new System.Drawing.Size(1008, 73);
  168. this.groupBox1.TabIndex = 5;
  169. this.groupBox1.TabStop = false;
  170. this.groupBox1.Text = "设置参数";
  171. //
  172. // button1
  173. //
  174. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  175. this.button1.Location = new System.Drawing.Point(889, 23);
  176. this.button1.Name = "button1";
  177. this.button1.Size = new System.Drawing.Size(75, 36);
  178. this.button1.TabIndex = 10;
  179. this.button1.Text = "取消";
  180. this.button1.UseVisualStyleBackColor = true;
  181. this.button1.Click += new System.EventHandler(this.btnCancel_Click);
  182. //
  183. // pbBSEImage
  184. //
  185. this.pbBSEImage.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
  187. this.pbBSEImage.Name = "pbBSEImage";
  188. this.pbBSEImage.Size = new System.Drawing.Size(1008, 624);
  189. this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  190. this.pbBSEImage.TabIndex = 6;
  191. this.pbBSEImage.TabStop = false;
  192. //
  193. // frmSpecialGrayParticle
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(1008, 697);
  198. this.Controls.Add(this.pbBSEImage);
  199. this.Controls.Add(this.groupBox1);
  200. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.Name = "frmSpecialGrayParticle";
  202. this.ShowIcon = false;
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  204. this.Text = "设置前景灰度范围";
  205. this.Load += new System.EventHandler(this.frmSpecialGrayParticle_Load);
  206. ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).EndInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).EndInit();
  210. this.groupBox1.ResumeLayout(false);
  211. this.groupBox1.PerformLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).EndInit();
  213. this.ResumeLayout(false);
  214. }
  215. #endregion
  216. private System.Windows.Forms.TrackBar tbGrayStart;
  217. private System.Windows.Forms.Label label1;
  218. private System.Windows.Forms.NumericUpDown nuDownGrayStart;
  219. private System.Windows.Forms.NumericUpDown nuDownGrayEnd;
  220. private System.Windows.Forms.Label label2;
  221. private System.Windows.Forms.Button btnYes;
  222. private System.Windows.Forms.Button btnOk;
  223. private System.Windows.Forms.TrackBar tbGrayEnd;
  224. private System.Windows.Forms.TextBox txtGrayStart;
  225. private System.Windows.Forms.TextBox txtGrayEnd;
  226. private System.Windows.Forms.GroupBox groupBox1;
  227. private System.Windows.Forms.PictureBox pbBSEImage;
  228. private System.Windows.Forms.Button button1;
  229. }
  230. }