ExposureSbControl.Designer.cs 13 KB

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