ParameterTwoControl.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace PaintDotNet.ImageCollect.CameraEDOF
  2. {
  3. partial class ParameterTwoControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.lblRange = new System.Windows.Forms.Label();
  32. this.label10 = new System.Windows.Forms.Label();
  33. this.label9 = new System.Windows.Forms.Label();
  34. this.label8 = new System.Windows.Forms.Label();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.trackBar1 = new System.Windows.Forms.TrackBar();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.textBox1 = new System.Windows.Forms.TextBox();
  39. this.textBox2 = new System.Windows.Forms.TextBox();
  40. this.lblStartDown = new System.Windows.Forms.Label();
  41. this.lblStartUp = new System.Windows.Forms.Label();
  42. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Location = new System.Drawing.Point(19, 28);
  49. this.label1.Name = "label1";
  50. this.label1.Size = new System.Drawing.Size(82, 15);
  51. this.label1.TabIndex = 0;
  52. this.label1.Text = "起始位置:";
  53. //
  54. // label2
  55. //
  56. this.label2.AutoSize = true;
  57. this.label2.Location = new System.Drawing.Point(217, 28);
  58. this.label2.Name = "label2";
  59. this.label2.Size = new System.Drawing.Size(37, 15);
  60. this.label2.TabIndex = 2;
  61. this.label2.Text = "微米";
  62. //
  63. // button1
  64. //
  65. this.button1.Location = new System.Drawing.Point(303, 18);
  66. this.button1.Name = "button1";
  67. this.button1.Size = new System.Drawing.Size(56, 30);
  68. this.button1.TabIndex = 3;
  69. this.button1.Text = "起始";
  70. this.button1.UseVisualStyleBackColor = true;
  71. //
  72. // lblRange
  73. //
  74. this.lblRange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  75. this.lblRange.AutoSize = true;
  76. this.lblRange.BackColor = System.Drawing.SystemColors.HighlightText;
  77. this.lblRange.Location = new System.Drawing.Point(164, 370);
  78. this.lblRange.Name = "lblRange";
  79. this.lblRange.Size = new System.Drawing.Size(47, 15);
  80. this.lblRange.TabIndex = 48;
  81. this.lblRange.Text = "1.000";
  82. //
  83. // label10
  84. //
  85. this.label10.AutoSize = true;
  86. this.label10.Location = new System.Drawing.Point(273, 370);
  87. this.label10.Name = "label10";
  88. this.label10.Size = new System.Drawing.Size(37, 15);
  89. this.label10.TabIndex = 46;
  90. this.label10.Text = "微米";
  91. //
  92. // label9
  93. //
  94. this.label9.AutoSize = true;
  95. this.label9.Location = new System.Drawing.Point(19, 367);
  96. this.label9.Name = "label9";
  97. this.label9.Size = new System.Drawing.Size(82, 15);
  98. this.label9.TabIndex = 45;
  99. this.label9.Text = "拍摄高度:";
  100. //
  101. // label8
  102. //
  103. this.label8.AutoSize = true;
  104. this.label8.Location = new System.Drawing.Point(277, 126);
  105. this.label8.Name = "label8";
  106. this.label8.Size = new System.Drawing.Size(39, 15);
  107. this.label8.TabIndex = 44;
  108. this.label8.Text = "100%";
  109. //
  110. // label7
  111. //
  112. this.label7.AutoSize = true;
  113. this.label7.Location = new System.Drawing.Point(19, 126);
  114. this.label7.Name = "label7";
  115. this.label7.Size = new System.Drawing.Size(15, 15);
  116. this.label7.TabIndex = 43;
  117. this.label7.Text = "0";
  118. //
  119. // trackBar1
  120. //
  121. this.trackBar1.Location = new System.Drawing.Point(31, 122);
  122. this.trackBar1.Maximum = 12;
  123. this.trackBar1.Name = "trackBar1";
  124. this.trackBar1.Size = new System.Drawing.Size(240, 56);
  125. this.trackBar1.TabIndex = 42;
  126. this.trackBar1.Value = 4;
  127. //
  128. // label6
  129. //
  130. this.label6.AutoSize = true;
  131. this.label6.Location = new System.Drawing.Point(19, 72);
  132. this.label6.Name = "label6";
  133. this.label6.Size = new System.Drawing.Size(112, 15);
  134. this.label6.TabIndex = 40;
  135. this.label6.Text = "层距(微米):";
  136. //
  137. // textBox1
  138. //
  139. this.textBox1.Location = new System.Drawing.Point(137, 69);
  140. this.textBox1.Name = "textBox1";
  141. this.textBox1.Size = new System.Drawing.Size(100, 25);
  142. this.textBox1.TabIndex = 49;
  143. //
  144. // textBox2
  145. //
  146. this.textBox2.Location = new System.Drawing.Point(101, 22);
  147. this.textBox2.Name = "textBox2";
  148. this.textBox2.Size = new System.Drawing.Size(110, 25);
  149. this.textBox2.TabIndex = 50;
  150. //
  151. // lblStartDown
  152. //
  153. this.lblStartDown.AutoSize = true;
  154. this.lblStartDown.Location = new System.Drawing.Point(266, 37);
  155. this.lblStartDown.Name = "lblStartDown";
  156. this.lblStartDown.Size = new System.Drawing.Size(22, 15);
  157. this.lblStartDown.TabIndex = 52;
  158. this.lblStartDown.Text = "▼";
  159. //
  160. // lblStartUp
  161. //
  162. this.lblStartUp.AutoSize = true;
  163. this.lblStartUp.Location = new System.Drawing.Point(266, 18);
  164. this.lblStartUp.Name = "lblStartUp";
  165. this.lblStartUp.Size = new System.Drawing.Size(22, 15);
  166. this.lblStartUp.TabIndex = 51;
  167. this.lblStartUp.Text = "▲";
  168. //
  169. // ParameterTwoControl
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.Controls.Add(this.lblStartDown);
  174. this.Controls.Add(this.lblStartUp);
  175. this.Controls.Add(this.textBox2);
  176. this.Controls.Add(this.textBox1);
  177. this.Controls.Add(this.lblRange);
  178. this.Controls.Add(this.label10);
  179. this.Controls.Add(this.label9);
  180. this.Controls.Add(this.label8);
  181. this.Controls.Add(this.label7);
  182. this.Controls.Add(this.trackBar1);
  183. this.Controls.Add(this.label6);
  184. this.Controls.Add(this.button1);
  185. this.Controls.Add(this.label2);
  186. this.Controls.Add(this.label1);
  187. this.Name = "ParameterTwoControl";
  188. this.Size = new System.Drawing.Size(370, 451);
  189. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  190. this.ResumeLayout(false);
  191. this.PerformLayout();
  192. }
  193. #endregion
  194. private System.Windows.Forms.Label label1;
  195. private System.Windows.Forms.Label label2;
  196. private System.Windows.Forms.Button button1;
  197. private System.Windows.Forms.Label lblRange;
  198. private System.Windows.Forms.Label label10;
  199. private System.Windows.Forms.Label label9;
  200. private System.Windows.Forms.Label label8;
  201. private System.Windows.Forms.Label label7;
  202. private System.Windows.Forms.TrackBar trackBar1;
  203. private System.Windows.Forms.Label label6;
  204. private System.Windows.Forms.TextBox textBox1;
  205. private System.Windows.Forms.TextBox textBox2;
  206. private System.Windows.Forms.Label lblStartDown;
  207. private System.Windows.Forms.Label lblStartUp;
  208. }
  209. }