ExposureControl.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. namespace PaintDotNet.Preview2
  2. {
  3. partial class ExposureControl
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.cmpTarget = new PaintDotNet.Preview2.CameraParamBar2();
  30. this.pnlExposure = new System.Windows.Forms.Panel();
  31. this.txbS = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txbMs = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.lblExposure = new System.Windows.Forms.Label();
  36. this.txbUs = new System.Windows.Forms.TextBox();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.lblExpMax = new System.Windows.Forms.Label();
  40. this.lblExpMin = new System.Windows.Forms.Label();
  41. this.tkbExposure = new System.Windows.Forms.TrackBar();
  42. this.btnAutoExposureOnce = new System.Windows.Forms.Button();
  43. this.ckbAutoExposure = new System.Windows.Forms.CheckBox();
  44. this.groupBox2 = new System.Windows.Forms.GroupBox();
  45. this.cmpGain = new PaintDotNet.Preview2.CameraParamBar2();
  46. this.groupBox1.SuspendLayout();
  47. this.pnlExposure.SuspendLayout();
  48. this.panel2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).BeginInit();
  50. this.groupBox2.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // groupBox1
  54. //
  55. this.groupBox1.Controls.Add(this.cmpTarget);
  56. this.groupBox1.Controls.Add(this.pnlExposure);
  57. this.groupBox1.Controls.Add(this.btnAutoExposureOnce);
  58. this.groupBox1.Controls.Add(this.ckbAutoExposure);
  59. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  60. this.groupBox1.Location = new System.Drawing.Point(0, 8);
  61. this.groupBox1.Name = "groupBox1";
  62. this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 6, 4, 4);
  63. this.groupBox1.Size = new System.Drawing.Size(269, 148);
  64. this.groupBox1.TabIndex = 48;
  65. this.groupBox1.TabStop = false;
  66. this.groupBox1.Text = "曝光时间";
  67. //
  68. // cmpTarget
  69. //
  70. this.cmpTarget.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  71. this.cmpTarget.Caption = "亮度:";
  72. this.cmpTarget.DecimalPalces = 0;
  73. this.cmpTarget.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.cmpTarget.IsFloat = false;
  75. this.cmpTarget.IsRangeVisible = true;
  76. this.cmpTarget.Location = new System.Drawing.Point(4, 72);
  77. this.cmpTarget.Max = 100;
  78. this.cmpTarget.Min = 0;
  79. this.cmpTarget.Name = "cmpTarget";
  80. this.cmpTarget.Padding = new System.Windows.Forms.Padding(2);
  81. this.cmpTarget.Size = new System.Drawing.Size(261, 40);
  82. this.cmpTarget.TabIndex = 68;
  83. this.cmpTarget.Value = 0;
  84. //
  85. // pnlExposure
  86. //
  87. this.pnlExposure.Controls.Add(this.txbS);
  88. this.pnlExposure.Controls.Add(this.label3);
  89. this.pnlExposure.Controls.Add(this.txbMs);
  90. this.pnlExposure.Controls.Add(this.label2);
  91. this.pnlExposure.Controls.Add(this.lblExposure);
  92. this.pnlExposure.Controls.Add(this.txbUs);
  93. this.pnlExposure.Controls.Add(this.label1);
  94. this.pnlExposure.Controls.Add(this.panel2);
  95. this.pnlExposure.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.pnlExposure.Location = new System.Drawing.Point(4, 20);
  97. this.pnlExposure.Name = "pnlExposure";
  98. this.pnlExposure.Size = new System.Drawing.Size(261, 52);
  99. this.pnlExposure.TabIndex = 70;
  100. //
  101. // txbS
  102. //
  103. this.txbS.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.txbS.Dock = System.Windows.Forms.DockStyle.Right;
  105. this.txbS.Location = new System.Drawing.Point(111, 0);
  106. this.txbS.Name = "txbS";
  107. this.txbS.Size = new System.Drawing.Size(35, 21);
  108. this.txbS.TabIndex = 76;
  109. this.txbS.Text = "999";
  110. this.txbS.WordWrap = false;
  111. this.txbS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Exposure_KeyPress);
  112. //
  113. // label3
  114. //
  115. this.label3.AutoSize = true;
  116. this.label3.Dock = System.Windows.Forms.DockStyle.Right;
  117. this.label3.Location = new System.Drawing.Point(146, 0);
  118. this.label3.Name = "label3";
  119. this.label3.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  120. this.label3.Size = new System.Drawing.Size(11, 16);
  121. this.label3.TabIndex = 75;
  122. this.label3.Text = "s";
  123. //
  124. // txbMs
  125. //
  126. this.txbMs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  127. this.txbMs.Dock = System.Windows.Forms.DockStyle.Right;
  128. this.txbMs.Location = new System.Drawing.Point(157, 0);
  129. this.txbMs.Name = "txbMs";
  130. this.txbMs.Size = new System.Drawing.Size(35, 21);
  131. this.txbMs.TabIndex = 74;
  132. this.txbMs.Text = "999";
  133. this.txbMs.WordWrap = false;
  134. this.txbMs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Exposure_KeyPress);
  135. //
  136. // label2
  137. //
  138. this.label2.AutoSize = true;
  139. this.label2.Dock = System.Windows.Forms.DockStyle.Right;
  140. this.label2.Location = new System.Drawing.Point(192, 0);
  141. this.label2.Name = "label2";
  142. this.label2.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  143. this.label2.Size = new System.Drawing.Size(17, 16);
  144. this.label2.TabIndex = 73;
  145. this.label2.Text = "ms";
  146. //
  147. // lblExposure
  148. //
  149. this.lblExposure.Dock = System.Windows.Forms.DockStyle.Left;
  150. this.lblExposure.Location = new System.Drawing.Point(0, 0);
  151. this.lblExposure.Name = "lblExposure";
  152. this.lblExposure.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  153. this.lblExposure.Size = new System.Drawing.Size(83, 20);
  154. this.lblExposure.TabIndex = 70;
  155. this.lblExposure.Text = "曝光时间 :";
  156. //
  157. // txbUs
  158. //
  159. this.txbUs.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  160. this.txbUs.Dock = System.Windows.Forms.DockStyle.Right;
  161. this.txbUs.Location = new System.Drawing.Point(209, 0);
  162. this.txbUs.Name = "txbUs";
  163. this.txbUs.Size = new System.Drawing.Size(35, 21);
  164. this.txbUs.TabIndex = 72;
  165. this.txbUs.Text = "999";
  166. this.txbUs.WordWrap = false;
  167. this.txbUs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Exposure_KeyPress);
  168. //
  169. // label1
  170. //
  171. this.label1.AutoSize = true;
  172. this.label1.Dock = System.Windows.Forms.DockStyle.Right;
  173. this.label1.Location = new System.Drawing.Point(244, 0);
  174. this.label1.Name = "label1";
  175. this.label1.Padding = new System.Windows.Forms.Padding(0, 4, 0, 0);
  176. this.label1.Size = new System.Drawing.Size(17, 16);
  177. this.label1.TabIndex = 69;
  178. this.label1.Text = "us";
  179. //
  180. // panel2
  181. //
  182. this.panel2.Controls.Add(this.lblExpMax);
  183. this.panel2.Controls.Add(this.lblExpMin);
  184. this.panel2.Controls.Add(this.tkbExposure);
  185. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  186. this.panel2.Location = new System.Drawing.Point(0, 20);
  187. this.panel2.Name = "panel2";
  188. this.panel2.Padding = new System.Windows.Forms.Padding(69, 0, 4, 0);
  189. this.panel2.Size = new System.Drawing.Size(261, 32);
  190. this.panel2.TabIndex = 71;
  191. //
  192. // lblExpMax
  193. //
  194. this.lblExpMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  195. this.lblExpMax.Location = new System.Drawing.Point(226, 18);
  196. this.lblExpMax.Name = "lblExpMax";
  197. this.lblExpMax.Size = new System.Drawing.Size(35, 12);
  198. this.lblExpMax.TabIndex = 2;
  199. this.lblExpMax.Text = "15s";
  200. this.lblExpMax.TextAlign = System.Drawing.ContentAlignment.TopRight;
  201. //
  202. // lblExpMin
  203. //
  204. this.lblExpMin.AutoSize = true;
  205. this.lblExpMin.Location = new System.Drawing.Point(72, 18);
  206. this.lblExpMin.Name = "lblExpMin";
  207. this.lblExpMin.Size = new System.Drawing.Size(35, 12);
  208. this.lblExpMin.TabIndex = 1;
  209. this.lblExpMin.Text = "130us";
  210. //
  211. // tkbExposure
  212. //
  213. this.tkbExposure.AutoSize = false;
  214. this.tkbExposure.Dock = System.Windows.Forms.DockStyle.Top;
  215. this.tkbExposure.Location = new System.Drawing.Point(69, 0);
  216. this.tkbExposure.Name = "tkbExposure";
  217. this.tkbExposure.Size = new System.Drawing.Size(188, 20);
  218. this.tkbExposure.TabIndex = 3;
  219. this.tkbExposure.TabStop = false;
  220. this.tkbExposure.Text = "metroTrackBar1";
  221. this.tkbExposure.TickStyle = System.Windows.Forms.TickStyle.None;
  222. this.tkbExposure.Scroll += new System.EventHandler(this.tkbExposure_Scroll);
  223. //
  224. // btnAutoExposureOnce
  225. //
  226. this.btnAutoExposureOnce.Location = new System.Drawing.Point(95, 115);
  227. this.btnAutoExposureOnce.Margin = new System.Windows.Forms.Padding(2);
  228. this.btnAutoExposureOnce.Name = "btnAutoExposureOnce";
  229. this.btnAutoExposureOnce.Size = new System.Drawing.Size(102, 25);
  230. this.btnAutoExposureOnce.TabIndex = 61;
  231. this.btnAutoExposureOnce.Text = "一次自动曝光";
  232. this.btnAutoExposureOnce.UseVisualStyleBackColor = true;
  233. this.btnAutoExposureOnce.Click += new System.EventHandler(this.btnAutoExposureOnce_Click);
  234. //
  235. // ckbAutoExposure
  236. //
  237. this.ckbAutoExposure.AutoSize = true;
  238. this.ckbAutoExposure.Location = new System.Drawing.Point(9, 122);
  239. this.ckbAutoExposure.Margin = new System.Windows.Forms.Padding(2);
  240. this.ckbAutoExposure.Name = "ckbAutoExposure";
  241. this.ckbAutoExposure.Size = new System.Drawing.Size(72, 16);
  242. this.ckbAutoExposure.TabIndex = 60;
  243. this.ckbAutoExposure.Text = "自动曝光";
  244. this.ckbAutoExposure.UseVisualStyleBackColor = true;
  245. this.ckbAutoExposure.Click += new System.EventHandler(this.ckbAutoExposure_Click);
  246. //
  247. // groupBox2
  248. //
  249. this.groupBox2.Controls.Add(this.cmpGain);
  250. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  251. this.groupBox2.Location = new System.Drawing.Point(0, 165);
  252. this.groupBox2.Name = "groupBox2";
  253. this.groupBox2.Padding = new System.Windows.Forms.Padding(4, 6, 4, 4);
  254. this.groupBox2.Size = new System.Drawing.Size(269, 51);
  255. this.groupBox2.TabIndex = 49;
  256. this.groupBox2.TabStop = false;
  257. this.groupBox2.Text = "增益值调整";
  258. //
  259. // cmpGain
  260. //
  261. this.cmpGain.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  262. this.cmpGain.Caption = "曝光增益:";
  263. this.cmpGain.DecimalPalces = 0;
  264. this.cmpGain.Dock = System.Windows.Forms.DockStyle.Top;
  265. this.cmpGain.IsFloat = false;
  266. this.cmpGain.IsRangeVisible = false;
  267. this.cmpGain.Location = new System.Drawing.Point(4, 20);
  268. this.cmpGain.Max = 100;
  269. this.cmpGain.Min = 0;
  270. this.cmpGain.Name = "cmpGain";
  271. this.cmpGain.Padding = new System.Windows.Forms.Padding(2);
  272. this.cmpGain.Size = new System.Drawing.Size(261, 23);
  273. this.cmpGain.TabIndex = 70;
  274. this.cmpGain.Value = 0;
  275. //
  276. // ExposureControl
  277. //
  278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  279. this.Controls.Add(this.groupBox1);
  280. this.Controls.Add(this.groupBox2);
  281. this.Margin = new System.Windows.Forms.Padding(2);
  282. this.Name = "ExposureControl";
  283. this.Padding = new System.Windows.Forms.Padding(0, 8, 0, 0);
  284. this.Size = new System.Drawing.Size(269, 216);
  285. this.groupBox1.ResumeLayout(false);
  286. this.groupBox1.PerformLayout();
  287. this.pnlExposure.ResumeLayout(false);
  288. this.pnlExposure.PerformLayout();
  289. this.panel2.ResumeLayout(false);
  290. this.panel2.PerformLayout();
  291. ((System.ComponentModel.ISupportInitialize)(this.tkbExposure)).EndInit();
  292. this.groupBox2.ResumeLayout(false);
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private System.Windows.Forms.GroupBox groupBox1;
  297. private System.Windows.Forms.CheckBox ckbAutoExposure;
  298. private System.Windows.Forms.Button btnAutoExposureOnce;
  299. private CameraParamBar2 cmpTarget;
  300. private System.Windows.Forms.GroupBox groupBox2;
  301. private CameraParamBar2 cmpGain;
  302. private System.Windows.Forms.Label label1;
  303. private System.Windows.Forms.Panel pnlExposure;
  304. private System.Windows.Forms.Label lblExposure;
  305. private System.Windows.Forms.Panel panel2;
  306. private System.Windows.Forms.Label lblExpMax;
  307. private System.Windows.Forms.Label lblExpMin;
  308. public System.Windows.Forms.TrackBar tkbExposure;
  309. private System.Windows.Forms.TextBox txbUs;
  310. private System.Windows.Forms.TextBox txbS;
  311. private System.Windows.Forms.Label label3;
  312. private System.Windows.Forms.TextBox txbMs;
  313. private System.Windows.Forms.Label label2;
  314. }
  315. }