ParameterOneControl.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. namespace PaintDotNet.ImageCollect.CameraEDOF
  2. {
  3. partial class ParameterOneControl
  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.btnStartPos = new System.Windows.Forms.Button();
  29. this.btnStopPos = new System.Windows.Forms.Button();
  30. this.nudLayers = new System.Windows.Forms.NumericUpDown();
  31. this.label10 = new System.Windows.Forms.Label();
  32. this.label9 = new System.Windows.Forms.Label();
  33. this.lblFix = new System.Windows.Forms.Label();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.trackBar1 = new System.Windows.Forms.TrackBar();
  36. this.btnCalculate = new System.Windows.Forms.Button();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.txtStart = new System.Windows.Forms.TextBox();
  42. this.txtStop = new System.Windows.Forms.TextBox();
  43. this.txtDistance = new System.Windows.Forms.TextBox();
  44. this.lblHeight = new System.Windows.Forms.Label();
  45. this.btnContinuityLower = new System.Windows.Forms.Button();
  46. this.btnContinuityUp = new System.Windows.Forms.Button();
  47. ((System.ComponentModel.ISupportInitialize)(this.nudLayers)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnStartPos
  52. //
  53. this.btnStartPos.Location = new System.Drawing.Point(16, 16);
  54. this.btnStartPos.Margin = new System.Windows.Forms.Padding(2);
  55. this.btnStartPos.Name = "btnStartPos";
  56. this.btnStartPos.Size = new System.Drawing.Size(56, 22);
  57. this.btnStartPos.TabIndex = 37;
  58. this.btnStartPos.Text = "起始:";
  59. this.btnStartPos.UseVisualStyleBackColor = true;
  60. this.btnStartPos.Click += new System.EventHandler(this.btnStartPos_Click);
  61. //
  62. // btnStopPos
  63. //
  64. this.btnStopPos.Location = new System.Drawing.Point(16, 54);
  65. this.btnStopPos.Margin = new System.Windows.Forms.Padding(2);
  66. this.btnStopPos.Name = "btnStopPos";
  67. this.btnStopPos.Size = new System.Drawing.Size(56, 22);
  68. this.btnStopPos.TabIndex = 36;
  69. this.btnStopPos.Text = "截止:";
  70. this.btnStopPos.UseVisualStyleBackColor = true;
  71. this.btnStopPos.Click += new System.EventHandler(this.btnStopPos_Click);
  72. //
  73. // nudLayers
  74. //
  75. this.nudLayers.Location = new System.Drawing.Point(100, 93);
  76. this.nudLayers.Margin = new System.Windows.Forms.Padding(2);
  77. this.nudLayers.Maximum = new decimal(new int[] {
  78. 999999,
  79. 0,
  80. 0,
  81. 0});
  82. this.nudLayers.Minimum = new decimal(new int[] {
  83. 1,
  84. 0,
  85. 0,
  86. 0});
  87. this.nudLayers.Name = "nudLayers";
  88. this.nudLayers.Size = new System.Drawing.Size(90, 21);
  89. this.nudLayers.TabIndex = 35;
  90. this.nudLayers.Value = new decimal(new int[] {
  91. 5,
  92. 0,
  93. 0,
  94. 0});
  95. //
  96. // label10
  97. //
  98. this.label10.AutoSize = true;
  99. this.label10.Location = new System.Drawing.Point(206, 268);
  100. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  101. this.label10.Name = "label10";
  102. this.label10.Size = new System.Drawing.Size(29, 12);
  103. this.label10.TabIndex = 34;
  104. this.label10.Text = "微米";
  105. //
  106. // label9
  107. //
  108. this.label9.AutoSize = true;
  109. this.label9.Location = new System.Drawing.Point(16, 266);
  110. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  111. this.label9.Name = "label9";
  112. this.label9.Size = new System.Drawing.Size(65, 12);
  113. this.label9.TabIndex = 33;
  114. this.label9.Text = "拍摄高度:";
  115. //
  116. // lblFix
  117. //
  118. this.lblFix.AutoSize = true;
  119. this.lblFix.Location = new System.Drawing.Point(207, 181);
  120. this.lblFix.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  121. this.lblFix.Name = "lblFix";
  122. this.lblFix.Size = new System.Drawing.Size(29, 12);
  123. this.lblFix.TabIndex = 32;
  124. this.lblFix.Text = "100%";
  125. //
  126. // label7
  127. //
  128. this.label7.AutoSize = true;
  129. this.label7.Location = new System.Drawing.Point(14, 181);
  130. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  131. this.label7.Name = "label7";
  132. this.label7.Size = new System.Drawing.Size(11, 12);
  133. this.label7.TabIndex = 31;
  134. this.label7.Text = "0";
  135. //
  136. // trackBar1
  137. //
  138. this.trackBar1.Enabled = false;
  139. this.trackBar1.Location = new System.Drawing.Point(23, 178);
  140. this.trackBar1.Margin = new System.Windows.Forms.Padding(2);
  141. this.trackBar1.Maximum = 12;
  142. this.trackBar1.Name = "trackBar1";
  143. this.trackBar1.Size = new System.Drawing.Size(187, 45);
  144. this.trackBar1.TabIndex = 30;
  145. this.trackBar1.Value = 4;
  146. this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
  147. //
  148. // btnCalculate
  149. //
  150. this.btnCalculate.Location = new System.Drawing.Point(206, 135);
  151. this.btnCalculate.Margin = new System.Windows.Forms.Padding(2);
  152. this.btnCalculate.Name = "btnCalculate";
  153. this.btnCalculate.Size = new System.Drawing.Size(56, 22);
  154. this.btnCalculate.TabIndex = 29;
  155. this.btnCalculate.Text = "计算";
  156. this.btnCalculate.UseVisualStyleBackColor = true;
  157. this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
  158. //
  159. // label6
  160. //
  161. this.label6.AutoSize = true;
  162. this.label6.Location = new System.Drawing.Point(14, 139);
  163. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  164. this.label6.Name = "label6";
  165. this.label6.Size = new System.Drawing.Size(77, 12);
  166. this.label6.TabIndex = 28;
  167. this.label6.Text = "层距(微米):";
  168. //
  169. // label5
  170. //
  171. this.label5.AutoSize = true;
  172. this.label5.Location = new System.Drawing.Point(14, 97);
  173. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  174. this.label5.Name = "label5";
  175. this.label5.Size = new System.Drawing.Size(65, 12);
  176. this.label5.TabIndex = 27;
  177. this.label5.Text = "拍摄层数:";
  178. //
  179. // label4
  180. //
  181. this.label4.AutoSize = true;
  182. this.label4.Location = new System.Drawing.Point(204, 58);
  183. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  184. this.label4.Name = "label4";
  185. this.label4.Size = new System.Drawing.Size(29, 12);
  186. this.label4.TabIndex = 26;
  187. this.label4.Text = "微米";
  188. //
  189. // label3
  190. //
  191. this.label3.AutoSize = true;
  192. this.label3.Location = new System.Drawing.Point(204, 21);
  193. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  194. this.label3.Name = "label3";
  195. this.label3.Size = new System.Drawing.Size(29, 12);
  196. this.label3.TabIndex = 25;
  197. this.label3.Text = "微米";
  198. //
  199. // txtStart
  200. //
  201. this.txtStart.BackColor = System.Drawing.SystemColors.Window;
  202. this.txtStart.Location = new System.Drawing.Point(100, 16);
  203. this.txtStart.Margin = new System.Windows.Forms.Padding(2);
  204. this.txtStart.Name = "txtStart";
  205. this.txtStart.ReadOnly = true;
  206. this.txtStart.Size = new System.Drawing.Size(91, 21);
  207. this.txtStart.TabIndex = 43;
  208. //
  209. // txtStop
  210. //
  211. this.txtStop.BackColor = System.Drawing.SystemColors.Window;
  212. this.txtStop.Location = new System.Drawing.Point(100, 54);
  213. this.txtStop.Margin = new System.Windows.Forms.Padding(2);
  214. this.txtStop.Name = "txtStop";
  215. this.txtStop.ReadOnly = true;
  216. this.txtStop.Size = new System.Drawing.Size(90, 21);
  217. this.txtStop.TabIndex = 44;
  218. //
  219. // txtDistance
  220. //
  221. this.txtDistance.BackColor = System.Drawing.SystemColors.Window;
  222. this.txtDistance.Location = new System.Drawing.Point(100, 135);
  223. this.txtDistance.Margin = new System.Windows.Forms.Padding(2);
  224. this.txtDistance.Name = "txtDistance";
  225. this.txtDistance.ReadOnly = true;
  226. this.txtDistance.Size = new System.Drawing.Size(91, 21);
  227. this.txtDistance.TabIndex = 45;
  228. //
  229. // lblHeight
  230. //
  231. this.lblHeight.AutoSize = true;
  232. this.lblHeight.Location = new System.Drawing.Point(98, 266);
  233. this.lblHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  234. this.lblHeight.Name = "lblHeight";
  235. this.lblHeight.Size = new System.Drawing.Size(11, 12);
  236. this.lblHeight.TabIndex = 48;
  237. this.lblHeight.Text = "0";
  238. //
  239. // btnContinuityLower
  240. //
  241. this.btnContinuityLower.Location = new System.Drawing.Point(241, 50);
  242. this.btnContinuityLower.Name = "btnContinuityLower";
  243. this.btnContinuityLower.Size = new System.Drawing.Size(32, 27);
  244. this.btnContinuityLower.TabIndex = 49;
  245. this.btnContinuityLower.UseVisualStyleBackColor = true;
  246. //
  247. // btnContinuityUp
  248. //
  249. this.btnContinuityUp.Location = new System.Drawing.Point(241, 16);
  250. this.btnContinuityUp.Name = "btnContinuityUp";
  251. this.btnContinuityUp.Size = new System.Drawing.Size(32, 28);
  252. this.btnContinuityUp.TabIndex = 49;
  253. this.btnContinuityUp.UseVisualStyleBackColor = true;
  254. //
  255. // ParameterOneControl
  256. //
  257. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  258. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  259. this.Controls.Add(this.btnContinuityUp);
  260. this.Controls.Add(this.btnContinuityLower);
  261. this.Controls.Add(this.lblHeight);
  262. this.Controls.Add(this.txtDistance);
  263. this.Controls.Add(this.txtStop);
  264. this.Controls.Add(this.txtStart);
  265. this.Controls.Add(this.btnStartPos);
  266. this.Controls.Add(this.btnStopPos);
  267. this.Controls.Add(this.nudLayers);
  268. this.Controls.Add(this.label10);
  269. this.Controls.Add(this.label9);
  270. this.Controls.Add(this.lblFix);
  271. this.Controls.Add(this.label7);
  272. this.Controls.Add(this.trackBar1);
  273. this.Controls.Add(this.btnCalculate);
  274. this.Controls.Add(this.label6);
  275. this.Controls.Add(this.label5);
  276. this.Controls.Add(this.label4);
  277. this.Controls.Add(this.label3);
  278. this.Margin = new System.Windows.Forms.Padding(2);
  279. this.Name = "ParameterOneControl";
  280. this.Size = new System.Drawing.Size(278, 317);
  281. ((System.ComponentModel.ISupportInitialize)(this.nudLayers)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  283. this.ResumeLayout(false);
  284. this.PerformLayout();
  285. }
  286. #endregion
  287. private System.Windows.Forms.Button btnStartPos;
  288. private System.Windows.Forms.Button btnStopPos;
  289. private System.Windows.Forms.NumericUpDown nudLayers;
  290. private System.Windows.Forms.Label label10;
  291. private System.Windows.Forms.Label label9;
  292. private System.Windows.Forms.Label lblFix;
  293. private System.Windows.Forms.Label label7;
  294. private System.Windows.Forms.TrackBar trackBar1;
  295. private System.Windows.Forms.Button btnCalculate;
  296. private System.Windows.Forms.Label label6;
  297. private System.Windows.Forms.Label label5;
  298. private System.Windows.Forms.Label label4;
  299. private System.Windows.Forms.Label label3;
  300. private System.Windows.Forms.TextBox txtStart;
  301. private System.Windows.Forms.TextBox txtStop;
  302. private System.Windows.Forms.TextBox txtDistance;
  303. private System.Windows.Forms.Label lblHeight;
  304. private System.Windows.Forms.Button btnContinuityLower;
  305. private System.Windows.Forms.Button btnContinuityUp;
  306. }
  307. }