ToolWindow.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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(394, 78);
  51. this.tbGrayStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  52. this.tbGrayStart.Maximum = 255;
  53. this.tbGrayStart.Name = "tbGrayStart";
  54. this.tbGrayStart.Size = new System.Drawing.Size(146, 69);
  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(16, 50);
  63. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(80, 18);
  66. this.label1.TabIndex = 6;
  67. this.label1.Text = "灰度范围";
  68. //
  69. // nuDownGrayStart
  70. //
  71. this.nuDownGrayStart.Location = new System.Drawing.Point(165, 47);
  72. this.nuDownGrayStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. this.nuDownGrayStart.Maximum = new decimal(new int[] {
  74. 255,
  75. 0,
  76. 0,
  77. 0});
  78. this.nuDownGrayStart.Name = "nuDownGrayStart";
  79. this.nuDownGrayStart.Size = new System.Drawing.Size(102, 28);
  80. this.nuDownGrayStart.TabIndex = 8;
  81. this.nuDownGrayStart.ValueChanged += new System.EventHandler(this.nuDwonGrayStart_ValueChanged);
  82. //
  83. // nuDownGrayEnd
  84. //
  85. this.nuDownGrayEnd.Location = new System.Drawing.Point(290, 47);
  86. this.nuDownGrayEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  87. this.nuDownGrayEnd.Maximum = new decimal(new int[] {
  88. 255,
  89. 0,
  90. 0,
  91. 0});
  92. this.nuDownGrayEnd.Name = "nuDownGrayEnd";
  93. this.nuDownGrayEnd.Size = new System.Drawing.Size(102, 28);
  94. this.nuDownGrayEnd.TabIndex = 7;
  95. this.nuDownGrayEnd.ValueChanged += new System.EventHandler(this.nuDownGrayEnd_ValueChanged);
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Location = new System.Drawing.Point(270, 53);
  101. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(17, 18);
  104. this.label2.TabIndex = 9;
  105. this.label2.Text = "-";
  106. //
  107. // btnYes
  108. //
  109. this.btnYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  110. this.btnYes.Location = new System.Drawing.Point(1269, 24);
  111. this.btnYes.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  112. this.btnYes.Name = "btnYes";
  113. this.btnYes.Size = new System.Drawing.Size(112, 76);
  114. this.btnYes.TabIndex = 10;
  115. this.btnYes.Text = "确认";
  116. this.btnYes.UseVisualStyleBackColor = true;
  117. this.btnYes.Click += new System.EventHandler(this.btnYes_Click);
  118. //
  119. // btnCancel
  120. //
  121. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  122. this.btnCancel.Location = new System.Drawing.Point(1390, 24);
  123. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  124. this.btnCancel.Name = "btnCancel";
  125. this.btnCancel.Size = new System.Drawing.Size(112, 76);
  126. this.btnCancel.TabIndex = 10;
  127. this.btnCancel.Text = "取消";
  128. this.btnCancel.UseVisualStyleBackColor = true;
  129. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  130. //
  131. // tbGrayEnd
  132. //
  133. this.tbGrayEnd.Location = new System.Drawing.Point(532, 78);
  134. this.tbGrayEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  135. this.tbGrayEnd.Maximum = 255;
  136. this.tbGrayEnd.Name = "tbGrayEnd";
  137. this.tbGrayEnd.Size = new System.Drawing.Size(146, 69);
  138. this.tbGrayEnd.TabIndex = 11;
  139. this.tbGrayEnd.TickStyle = System.Windows.Forms.TickStyle.None;
  140. this.tbGrayEnd.Scroll += new System.EventHandler(this.tbGrayEnd_Scroll);
  141. //
  142. // txtGrayStart
  143. //
  144. this.txtGrayStart.Location = new System.Drawing.Point(408, 47);
  145. this.txtGrayStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  146. this.txtGrayStart.Name = "txtGrayStart";
  147. this.txtGrayStart.ReadOnly = true;
  148. this.txtGrayStart.Size = new System.Drawing.Size(118, 28);
  149. this.txtGrayStart.TabIndex = 12;
  150. //
  151. // txtGrayEnd
  152. //
  153. this.txtGrayEnd.Location = new System.Drawing.Point(546, 47);
  154. this.txtGrayEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  155. this.txtGrayEnd.Name = "txtGrayEnd";
  156. this.txtGrayEnd.ReadOnly = true;
  157. this.txtGrayEnd.Size = new System.Drawing.Size(118, 28);
  158. this.txtGrayEnd.TabIndex = 13;
  159. //
  160. // groupBox1
  161. //
  162. this.groupBox1.Controls.Add(this.txtGrayEnd);
  163. this.groupBox1.Controls.Add(this.txtGrayStart);
  164. this.groupBox1.Controls.Add(this.tbGrayEnd);
  165. this.groupBox1.Controls.Add(this.btnCancel);
  166. this.groupBox1.Controls.Add(this.btnYes);
  167. this.groupBox1.Controls.Add(this.label2);
  168. this.groupBox1.Controls.Add(this.nuDownGrayEnd);
  169. this.groupBox1.Controls.Add(this.nuDownGrayStart);
  170. this.groupBox1.Controls.Add(this.label1);
  171. this.groupBox1.Controls.Add(this.tbGrayStart);
  172. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  173. this.groupBox1.Location = new System.Drawing.Point(0, 984);
  174. this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  175. this.groupBox1.Name = "groupBox1";
  176. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  177. this.groupBox1.Size = new System.Drawing.Size(1512, 110);
  178. this.groupBox1.TabIndex = 5;
  179. this.groupBox1.TabStop = false;
  180. this.groupBox1.Text = "设置参数";
  181. //
  182. // pbBSEImage
  183. //
  184. this.pbBSEImage.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
  186. this.pbBSEImage.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  187. this.pbBSEImage.Name = "pbBSEImage";
  188. this.pbBSEImage.Size = new System.Drawing.Size(1512, 984);
  189. this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  190. this.pbBSEImage.TabIndex = 6;
  191. this.pbBSEImage.TabStop = false;
  192. //
  193. // ToolWindow
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(1512, 1094);
  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.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  202. this.Name = "ToolWindow";
  203. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  204. this.Text = "设置BSE图可视化灰度范围";
  205. this.Load += new System.EventHandler(this.ToolWindow_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 btnCancel;
  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. }
  229. }