ToolWindow.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace OTSMeasureApp
  2. {
  3. partial class ToolWindow
  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.btnCancel = 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.pbBSEImage = new System.Windows.Forms.PictureBox();
  40. ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).BeginInit();
  44. this.groupBox1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // tbGrayStart
  49. //
  50. this.tbGrayStart.Location = new System.Drawing.Point(263, 52);
  51. this.tbGrayStart.Maximum = 255;
  52. this.tbGrayStart.Name = "tbGrayStart";
  53. this.tbGrayStart.Size = new System.Drawing.Size(97, 45);
  54. this.tbGrayStart.TabIndex = 5;
  55. this.tbGrayStart.TickStyle = System.Windows.Forms.TickStyle.None;
  56. this.tbGrayStart.Scroll += new System.EventHandler(this.tbGrayStart_Scroll);
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Location = new System.Drawing.Point(11, 33);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(77, 12);
  64. this.label1.TabIndex = 6;
  65. this.label1.Text = "背景灰度范围";
  66. //
  67. // nuDownGrayStart
  68. //
  69. this.nuDownGrayStart.Location = new System.Drawing.Point(110, 31);
  70. this.nuDownGrayStart.Maximum = new decimal(new int[] {
  71. 255,
  72. 0,
  73. 0,
  74. 0});
  75. this.nuDownGrayStart.Name = "nuDownGrayStart";
  76. this.nuDownGrayStart.Size = new System.Drawing.Size(68, 21);
  77. this.nuDownGrayStart.TabIndex = 8;
  78. this.nuDownGrayStart.ValueChanged += new System.EventHandler(this.nuDwonGrayStart_ValueChanged);
  79. //
  80. // nuDownGrayEnd
  81. //
  82. this.nuDownGrayEnd.Location = new System.Drawing.Point(193, 31);
  83. this.nuDownGrayEnd.Maximum = new decimal(new int[] {
  84. 255,
  85. 0,
  86. 0,
  87. 0});
  88. this.nuDownGrayEnd.Name = "nuDownGrayEnd";
  89. this.nuDownGrayEnd.Size = new System.Drawing.Size(68, 21);
  90. this.nuDownGrayEnd.TabIndex = 7;
  91. this.nuDownGrayEnd.ValueChanged += new System.EventHandler(this.nuDownGrayEnd_ValueChanged);
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Location = new System.Drawing.Point(180, 35);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(11, 12);
  99. this.label2.TabIndex = 9;
  100. this.label2.Text = "-";
  101. //
  102. // btnYes
  103. //
  104. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  105. this.btnYes.Location = new System.Drawing.Point(846, 16);
  106. this.btnYes.Name = "btnYes";
  107. this.btnYes.Size = new System.Drawing.Size(75, 51);
  108. this.btnYes.TabIndex = 10;
  109. this.btnYes.Text = "确认";
  110. this.btnYes.UseVisualStyleBackColor = true;
  111. this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  112. //
  113. // btnCancel
  114. //
  115. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  116. this.btnCancel.Location = new System.Drawing.Point(927, 16);
  117. this.btnCancel.Name = "btnCancel";
  118. this.btnCancel.Size = new System.Drawing.Size(75, 51);
  119. this.btnCancel.TabIndex = 10;
  120. this.btnCancel.Text = "取消";
  121. this.btnCancel.UseVisualStyleBackColor = true;
  122. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  123. //
  124. // tbGrayEnd
  125. //
  126. this.tbGrayEnd.Location = new System.Drawing.Point(355, 52);
  127. this.tbGrayEnd.Maximum = 255;
  128. this.tbGrayEnd.Name = "tbGrayEnd";
  129. this.tbGrayEnd.Size = new System.Drawing.Size(97, 45);
  130. this.tbGrayEnd.TabIndex = 11;
  131. this.tbGrayEnd.TickStyle = System.Windows.Forms.TickStyle.None;
  132. this.tbGrayEnd.Scroll += new System.EventHandler(this.tbGrayEnd_Scroll);
  133. //
  134. // txtGrayStart
  135. //
  136. this.txtGrayStart.Location = new System.Drawing.Point(272, 31);
  137. this.txtGrayStart.Name = "txtGrayStart";
  138. this.txtGrayStart.ReadOnly = true;
  139. this.txtGrayStart.Size = new System.Drawing.Size(80, 21);
  140. this.txtGrayStart.TabIndex = 12;
  141. //
  142. // txtGrayEnd
  143. //
  144. this.txtGrayEnd.Location = new System.Drawing.Point(364, 31);
  145. this.txtGrayEnd.Name = "txtGrayEnd";
  146. this.txtGrayEnd.ReadOnly = true;
  147. this.txtGrayEnd.Size = new System.Drawing.Size(80, 21);
  148. this.txtGrayEnd.TabIndex = 13;
  149. //
  150. // groupBox1
  151. //
  152. this.groupBox1.Controls.Add(this.txtGrayEnd);
  153. this.groupBox1.Controls.Add(this.txtGrayStart);
  154. this.groupBox1.Controls.Add(this.tbGrayEnd);
  155. this.groupBox1.Controls.Add(this.btnCancel);
  156. this.groupBox1.Controls.Add(this.btnYes);
  157. this.groupBox1.Controls.Add(this.label2);
  158. this.groupBox1.Controls.Add(this.nuDownGrayEnd);
  159. this.groupBox1.Controls.Add(this.nuDownGrayStart);
  160. this.groupBox1.Controls.Add(this.label1);
  161. this.groupBox1.Controls.Add(this.tbGrayStart);
  162. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  163. this.groupBox1.Location = new System.Drawing.Point(0, 624);
  164. this.groupBox1.Name = "groupBox1";
  165. this.groupBox1.Size = new System.Drawing.Size(1008, 73);
  166. this.groupBox1.TabIndex = 5;
  167. this.groupBox1.TabStop = false;
  168. this.groupBox1.Text = "设置参数";
  169. //
  170. // pbBSEImage
  171. //
  172. this.pbBSEImage.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
  174. this.pbBSEImage.Name = "pbBSEImage";
  175. this.pbBSEImage.Size = new System.Drawing.Size(1008, 624);
  176. this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  177. this.pbBSEImage.TabIndex = 6;
  178. this.pbBSEImage.TabStop = false;
  179. //
  180. // ToolWindow
  181. //
  182. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  183. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  184. this.ClientSize = new System.Drawing.Size(1008, 697);
  185. this.Controls.Add(this.pbBSEImage);
  186. this.Controls.Add(this.groupBox1);
  187. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.Name = "ToolWindow";
  189. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  190. this.Text = "设置BSE图背景灰度范围";
  191. this.Load += new System.EventHandler(this.ToolWindow_Load);
  192. ((System.ComponentModel.ISupportInitialize)(this.tbGrayStart)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayStart)).EndInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.nuDownGrayEnd)).EndInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.tbGrayEnd)).EndInit();
  196. this.groupBox1.ResumeLayout(false);
  197. this.groupBox1.PerformLayout();
  198. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).EndInit();
  199. this.ResumeLayout(false);
  200. }
  201. #endregion
  202. private System.Windows.Forms.TrackBar tbGrayStart;
  203. private System.Windows.Forms.Label label1;
  204. private System.Windows.Forms.NumericUpDown nuDownGrayStart;
  205. private System.Windows.Forms.NumericUpDown nuDownGrayEnd;
  206. private System.Windows.Forms.Label label2;
  207. private System.Windows.Forms.Button btnYes;
  208. private System.Windows.Forms.Button btnCancel;
  209. private System.Windows.Forms.TrackBar tbGrayEnd;
  210. private System.Windows.Forms.TextBox txtGrayStart;
  211. private System.Windows.Forms.TextBox txtGrayEnd;
  212. private System.Windows.Forms.GroupBox groupBox1;
  213. private System.Windows.Forms.PictureBox pbBSEImage;
  214. }
  215. }