AdjustExposureControl.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. namespace PaintDotNet.ImageCollect.CameraComponent
  2. {
  3. partial class AdjustExposureControl
  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. m_aeTimer.Stop();
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.btnAutoExposureOnce = new System.Windows.Forms.Button();
  31. this.checkBoxAutoExposure = new System.Windows.Forms.CheckBox();
  32. this.unitLabel = new System.Windows.Forms.Label();
  33. this.ExposureBox = new System.Windows.Forms.TextBox();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.lblBaoGuangMaxVal = new System.Windows.Forms.Label();
  37. this.lblBaoGuangMinVal = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.lightTBar = new System.Windows.Forms.TrackBar();
  41. this.ExposureTBar = new System.Windows.Forms.TrackBar();
  42. this.LightBox = new System.Windows.Forms.TextBox();
  43. this.groupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.lightTBar)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.ExposureTBar)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // groupBox1
  49. //
  50. this.groupBox1.Controls.Add(this.btnAutoExposureOnce);
  51. this.groupBox1.Controls.Add(this.checkBoxAutoExposure);
  52. this.groupBox1.Controls.Add(this.unitLabel);
  53. this.groupBox1.Controls.Add(this.ExposureBox);
  54. this.groupBox1.Controls.Add(this.label3);
  55. this.groupBox1.Controls.Add(this.label4);
  56. this.groupBox1.Controls.Add(this.lblBaoGuangMaxVal);
  57. this.groupBox1.Controls.Add(this.lblBaoGuangMinVal);
  58. this.groupBox1.Controls.Add(this.label6);
  59. this.groupBox1.Controls.Add(this.label5);
  60. this.groupBox1.Controls.Add(this.lightTBar);
  61. this.groupBox1.Controls.Add(this.ExposureTBar);
  62. this.groupBox1.Controls.Add(this.LightBox);
  63. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  65. this.groupBox1.Name = "groupBox1";
  66. this.groupBox1.Size = new System.Drawing.Size(470, 144);
  67. this.groupBox1.TabIndex = 48;
  68. this.groupBox1.TabStop = false;
  69. this.groupBox1.Text = "曝光时间";
  70. //
  71. // btnAutoExposureOnce
  72. //
  73. this.btnAutoExposureOnce.Location = new System.Drawing.Point(135, 106);
  74. this.btnAutoExposureOnce.Margin = new System.Windows.Forms.Padding(2);
  75. this.btnAutoExposureOnce.Name = "btnAutoExposureOnce";
  76. this.btnAutoExposureOnce.Size = new System.Drawing.Size(102, 25);
  77. this.btnAutoExposureOnce.TabIndex = 61;
  78. this.btnAutoExposureOnce.Text = "一次自动曝光";
  79. this.btnAutoExposureOnce.UseVisualStyleBackColor = true;
  80. this.btnAutoExposureOnce.Click += new System.EventHandler(this.btnAutoExposureOnce_Click);
  81. //
  82. // checkBoxAutoExposure
  83. //
  84. this.checkBoxAutoExposure.AutoSize = true;
  85. this.checkBoxAutoExposure.Location = new System.Drawing.Point(20, 112);
  86. this.checkBoxAutoExposure.Margin = new System.Windows.Forms.Padding(2);
  87. this.checkBoxAutoExposure.Name = "checkBoxAutoExposure";
  88. this.checkBoxAutoExposure.Size = new System.Drawing.Size(72, 16);
  89. this.checkBoxAutoExposure.TabIndex = 60;
  90. this.checkBoxAutoExposure.Text = "自动曝光";
  91. this.checkBoxAutoExposure.UseVisualStyleBackColor = true;
  92. this.checkBoxAutoExposure.Click += new System.EventHandler(this.checkBoxAutoExposure_CheckedChanged);
  93. //
  94. // unitLabel
  95. //
  96. this.unitLabel.AutoSize = true;
  97. this.unitLabel.Location = new System.Drawing.Point(430, 30);
  98. this.unitLabel.Name = "unitLabel";
  99. this.unitLabel.Size = new System.Drawing.Size(17, 12);
  100. this.unitLabel.TabIndex = 58;
  101. this.unitLabel.Text = "us";
  102. //
  103. // ExposureBox
  104. //
  105. this.ExposureBox.Location = new System.Drawing.Point(368, 26);
  106. this.ExposureBox.Name = "ExposureBox";
  107. this.ExposureBox.Size = new System.Drawing.Size(55, 21);
  108. this.ExposureBox.TabIndex = 57;
  109. this.ExposureBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baoGuangTBox_KeyPress);
  110. //
  111. // label3
  112. //
  113. this.label3.AutoSize = true;
  114. this.label3.Location = new System.Drawing.Point(326, 86);
  115. this.label3.Name = "label3";
  116. this.label3.Size = new System.Drawing.Size(23, 12);
  117. this.label3.TabIndex = 55;
  118. this.label3.Text = "255";
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Location = new System.Drawing.Point(92, 86);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(11, 12);
  126. this.label4.TabIndex = 54;
  127. this.label4.Text = "0";
  128. //
  129. // lblBaoGuangMaxVal
  130. //
  131. this.lblBaoGuangMaxVal.AutoSize = true;
  132. this.lblBaoGuangMaxVal.Location = new System.Drawing.Point(320, 48);
  133. this.lblBaoGuangMaxVal.Name = "lblBaoGuangMaxVal";
  134. this.lblBaoGuangMaxVal.Size = new System.Drawing.Size(41, 12);
  135. this.lblBaoGuangMaxVal.TabIndex = 53;
  136. this.lblBaoGuangMaxVal.Text = "1000ms";
  137. //
  138. // lblBaoGuangMinVal
  139. //
  140. this.lblBaoGuangMinVal.AutoSize = true;
  141. this.lblBaoGuangMinVal.Location = new System.Drawing.Point(92, 48);
  142. this.lblBaoGuangMinVal.Name = "lblBaoGuangMinVal";
  143. this.lblBaoGuangMinVal.Size = new System.Drawing.Size(41, 12);
  144. this.lblBaoGuangMinVal.TabIndex = 52;
  145. this.lblBaoGuangMinVal.Text = "250μs";
  146. //
  147. // label6
  148. //
  149. this.label6.AutoSize = true;
  150. this.label6.Location = new System.Drawing.Point(16, 62);
  151. this.label6.Name = "label6";
  152. this.label6.Size = new System.Drawing.Size(71, 12);
  153. this.label6.TabIndex = 51;
  154. this.label6.Text = "曝光百分比:";
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Location = new System.Drawing.Point(16, 26);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(65, 12);
  162. this.label5.TabIndex = 48;
  163. this.label5.Text = "曝光时间:";
  164. //
  165. // lightTBar
  166. //
  167. this.lightTBar.Location = new System.Drawing.Point(88, 62);
  168. this.lightTBar.Maximum = 255;
  169. this.lightTBar.Name = "lightTBar";
  170. this.lightTBar.Size = new System.Drawing.Size(274, 45);
  171. this.lightTBar.TabIndex = 49;
  172. this.lightTBar.TickStyle = System.Windows.Forms.TickStyle.None;
  173. this.lightTBar.Value = 100;
  174. this.lightTBar.Scroll += new System.EventHandler(this.Light_ValueChanged);
  175. //
  176. // ExposureTBar
  177. //
  178. this.ExposureTBar.Location = new System.Drawing.Point(88, 26);
  179. this.ExposureTBar.Maximum = 5000;
  180. this.ExposureTBar.Name = "ExposureTBar";
  181. this.ExposureTBar.Size = new System.Drawing.Size(274, 45);
  182. this.ExposureTBar.TabIndex = 50;
  183. this.ExposureTBar.TickStyle = System.Windows.Forms.TickStyle.None;
  184. this.ExposureTBar.Scroll += new System.EventHandler(this.Exposure_ValueChanged);
  185. //
  186. // LightBox
  187. //
  188. this.LightBox.Location = new System.Drawing.Point(368, 62);
  189. this.LightBox.Name = "LightBox";
  190. this.LightBox.Size = new System.Drawing.Size(55, 21);
  191. this.LightBox.TabIndex = 56;
  192. this.LightBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.baoGuangTBox_KeyPress);
  193. //
  194. // AdjustExposureControl
  195. //
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.Controls.Add(this.groupBox1);
  199. this.Margin = new System.Windows.Forms.Padding(2);
  200. this.Name = "AdjustExposureControl";
  201. this.Size = new System.Drawing.Size(470, 144);
  202. this.groupBox1.ResumeLayout(false);
  203. this.groupBox1.PerformLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.lightTBar)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.ExposureTBar)).EndInit();
  206. this.ResumeLayout(false);
  207. }
  208. #endregion
  209. private System.Windows.Forms.GroupBox groupBox1;
  210. private System.Windows.Forms.CheckBox checkBoxAutoExposure;
  211. private System.Windows.Forms.Label unitLabel;
  212. private System.Windows.Forms.TextBox ExposureBox;
  213. private System.Windows.Forms.TextBox LightBox;
  214. private System.Windows.Forms.Label label3;
  215. private System.Windows.Forms.Label label4;
  216. private System.Windows.Forms.Label lblBaoGuangMaxVal;
  217. private System.Windows.Forms.Label lblBaoGuangMinVal;
  218. private System.Windows.Forms.Label label6;
  219. private System.Windows.Forms.Label label5;
  220. private System.Windows.Forms.TrackBar lightTBar;
  221. private System.Windows.Forms.TrackBar ExposureTBar;
  222. private System.Windows.Forms.Button btnAutoExposureOnce;
  223. }
  224. }