AdjustWhiteBalanceControl.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. namespace PaintDotNet.ImageCollect.CameraComponent
  2. {
  3. partial class AdjustWhiteBalanceControl
  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.groupBox3 = new System.Windows.Forms.GroupBox();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.lansepictureBox = new System.Windows.Forms.PictureBox();
  31. this.huangsepictureBox = new System.Windows.Forms.PictureBox();
  32. this.lvsepictureBox = new System.Windows.Forms.PictureBox();
  33. this.yanghongsepictureBox = new System.Windows.Forms.PictureBox();
  34. this.hongsepictureBox = new System.Windows.Forms.PictureBox();
  35. this.lanlvpictureBox = new System.Windows.Forms.PictureBox();
  36. this.label12 = new System.Windows.Forms.Label();
  37. this.label11 = new System.Windows.Forms.Label();
  38. this.label10 = new System.Windows.Forms.Label();
  39. this.blueChannelTB = new System.Windows.Forms.TrackBar();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.label8 = new System.Windows.Forms.Label();
  42. this.greenChannelTB = new System.Windows.Forms.TrackBar();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.redChannelTB = new System.Windows.Forms.TrackBar();
  45. this.ColourCheckBox = new System.Windows.Forms.CheckBox();
  46. this.button5 = new System.Windows.Forms.Button();
  47. this.button4 = new System.Windows.Forms.Button();
  48. this.button3 = new System.Windows.Forms.Button();
  49. this.button2 = new System.Windows.Forms.Button();
  50. this.groupBox3.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.lansepictureBox)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.huangsepictureBox)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.lvsepictureBox)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.yanghongsepictureBox)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.hongsepictureBox)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.lanlvpictureBox)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.blueChannelTB)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.greenChannelTB)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.redChannelTB)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // groupBox3
  63. //
  64. this.groupBox3.Controls.Add(this.button1);
  65. this.groupBox3.Controls.Add(this.lansepictureBox);
  66. this.groupBox3.Controls.Add(this.huangsepictureBox);
  67. this.groupBox3.Controls.Add(this.lvsepictureBox);
  68. this.groupBox3.Controls.Add(this.yanghongsepictureBox);
  69. this.groupBox3.Controls.Add(this.hongsepictureBox);
  70. this.groupBox3.Controls.Add(this.lanlvpictureBox);
  71. this.groupBox3.Controls.Add(this.label12);
  72. this.groupBox3.Controls.Add(this.label11);
  73. this.groupBox3.Controls.Add(this.label10);
  74. this.groupBox3.Controls.Add(this.blueChannelTB);
  75. this.groupBox3.Controls.Add(this.label9);
  76. this.groupBox3.Controls.Add(this.label8);
  77. this.groupBox3.Controls.Add(this.greenChannelTB);
  78. this.groupBox3.Controls.Add(this.label7);
  79. this.groupBox3.Controls.Add(this.redChannelTB);
  80. this.groupBox3.Controls.Add(this.ColourCheckBox);
  81. this.groupBox3.Controls.Add(this.button5);
  82. this.groupBox3.Controls.Add(this.button4);
  83. this.groupBox3.Controls.Add(this.button3);
  84. this.groupBox3.Controls.Add(this.button2);
  85. this.groupBox3.Location = new System.Drawing.Point(3, 3);
  86. this.groupBox3.Name = "groupBox3";
  87. this.groupBox3.Size = new System.Drawing.Size(448, 205);
  88. this.groupBox3.TabIndex = 19;
  89. this.groupBox3.TabStop = false;
  90. this.groupBox3.Text = "白平衡";
  91. //
  92. // button1
  93. //
  94. this.button1.Location = new System.Drawing.Point(191, 29);
  95. this.button1.Name = "button1";
  96. this.button1.Size = new System.Drawing.Size(75, 23);
  97. this.button1.TabIndex = 37;
  98. this.button1.Text = "一次白平衡";
  99. this.button1.UseVisualStyleBackColor = true;
  100. this.button1.Click += new System.EventHandler(this.button1_Click);
  101. //
  102. // lansepictureBox
  103. //
  104. this.lansepictureBox.BackColor = System.Drawing.Color.Blue;
  105. this.lansepictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.lansepictureBox.Location = new System.Drawing.Point(412, 155);
  107. this.lansepictureBox.Name = "lansepictureBox";
  108. this.lansepictureBox.Size = new System.Drawing.Size(12, 12);
  109. this.lansepictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  110. this.lansepictureBox.TabIndex = 36;
  111. this.lansepictureBox.TabStop = false;
  112. //
  113. // huangsepictureBox
  114. //
  115. this.huangsepictureBox.BackColor = System.Drawing.Color.Yellow;
  116. this.huangsepictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.huangsepictureBox.Location = new System.Drawing.Point(33, 155);
  118. this.huangsepictureBox.Name = "huangsepictureBox";
  119. this.huangsepictureBox.Size = new System.Drawing.Size(12, 12);
  120. this.huangsepictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  121. this.huangsepictureBox.TabIndex = 35;
  122. this.huangsepictureBox.TabStop = false;
  123. //
  124. // lvsepictureBox
  125. //
  126. this.lvsepictureBox.BackColor = System.Drawing.Color.Lime;
  127. this.lvsepictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  128. this.lvsepictureBox.Location = new System.Drawing.Point(412, 125);
  129. this.lvsepictureBox.Name = "lvsepictureBox";
  130. this.lvsepictureBox.Size = new System.Drawing.Size(12, 12);
  131. this.lvsepictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  132. this.lvsepictureBox.TabIndex = 34;
  133. this.lvsepictureBox.TabStop = false;
  134. //
  135. // yanghongsepictureBox
  136. //
  137. this.yanghongsepictureBox.BackColor = System.Drawing.Color.Fuchsia;
  138. this.yanghongsepictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  139. this.yanghongsepictureBox.Location = new System.Drawing.Point(33, 125);
  140. this.yanghongsepictureBox.Name = "yanghongsepictureBox";
  141. this.yanghongsepictureBox.Size = new System.Drawing.Size(12, 12);
  142. this.yanghongsepictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  143. this.yanghongsepictureBox.TabIndex = 33;
  144. this.yanghongsepictureBox.TabStop = false;
  145. //
  146. // hongsepictureBox
  147. //
  148. this.hongsepictureBox.BackColor = System.Drawing.Color.Red;
  149. this.hongsepictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.hongsepictureBox.Location = new System.Drawing.Point(412, 96);
  151. this.hongsepictureBox.Name = "hongsepictureBox";
  152. this.hongsepictureBox.Size = new System.Drawing.Size(12, 12);
  153. this.hongsepictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  154. this.hongsepictureBox.TabIndex = 32;
  155. this.hongsepictureBox.TabStop = false;
  156. //
  157. // lanlvpictureBox
  158. //
  159. this.lanlvpictureBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  160. this.lanlvpictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  161. this.lanlvpictureBox.Location = new System.Drawing.Point(33, 96);
  162. this.lanlvpictureBox.Name = "lanlvpictureBox";
  163. this.lanlvpictureBox.Size = new System.Drawing.Size(12, 12);
  164. this.lanlvpictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  165. this.lanlvpictureBox.TabIndex = 31;
  166. this.lanlvpictureBox.TabStop = false;
  167. //
  168. // label12
  169. //
  170. this.label12.AutoSize = true;
  171. this.label12.Location = new System.Drawing.Point(368, 155);
  172. this.label12.Name = "label12";
  173. this.label12.Size = new System.Drawing.Size(29, 12);
  174. this.label12.TabIndex = 30;
  175. this.label12.Text = "蓝色";
  176. //
  177. // label11
  178. //
  179. this.label11.AutoSize = true;
  180. this.label11.Location = new System.Drawing.Point(368, 125);
  181. this.label11.Name = "label11";
  182. this.label11.Size = new System.Drawing.Size(29, 12);
  183. this.label11.TabIndex = 29;
  184. this.label11.Text = "绿色";
  185. //
  186. // label10
  187. //
  188. this.label10.AutoSize = true;
  189. this.label10.Location = new System.Drawing.Point(368, 96);
  190. this.label10.Name = "label10";
  191. this.label10.Size = new System.Drawing.Size(29, 12);
  192. this.label10.TabIndex = 28;
  193. this.label10.Text = "红色";
  194. //
  195. // blueChannelTB
  196. //
  197. this.blueChannelTB.Location = new System.Drawing.Point(104, 155);
  198. this.blueChannelTB.Maximum = 1366;
  199. this.blueChannelTB.Name = "blueChannelTB";
  200. this.blueChannelTB.Size = new System.Drawing.Size(246, 45);
  201. this.blueChannelTB.TabIndex = 27;
  202. this.blueChannelTB.TickStyle = System.Windows.Forms.TickStyle.None;
  203. this.blueChannelTB.ValueChanged += new System.EventHandler(this.blueChannelTB_ValueChanged);
  204. //
  205. // label9
  206. //
  207. this.label9.AutoSize = true;
  208. this.label9.Location = new System.Drawing.Point(58, 155);
  209. this.label9.Name = "label9";
  210. this.label9.Size = new System.Drawing.Size(29, 12);
  211. this.label9.TabIndex = 26;
  212. this.label9.Text = "黄色";
  213. //
  214. // label8
  215. //
  216. this.label8.AutoSize = true;
  217. this.label8.Location = new System.Drawing.Point(58, 125);
  218. this.label8.Name = "label8";
  219. this.label8.Size = new System.Drawing.Size(29, 12);
  220. this.label8.TabIndex = 25;
  221. this.label8.Text = "洋红";
  222. //
  223. // greenChannelTB
  224. //
  225. this.greenChannelTB.Location = new System.Drawing.Point(104, 125);
  226. this.greenChannelTB.Maximum = 1366;
  227. this.greenChannelTB.Name = "greenChannelTB";
  228. this.greenChannelTB.Size = new System.Drawing.Size(246, 45);
  229. this.greenChannelTB.TabIndex = 24;
  230. this.greenChannelTB.TickStyle = System.Windows.Forms.TickStyle.None;
  231. this.greenChannelTB.ValueChanged += new System.EventHandler(this.greenChannelTB_ValueChanged);
  232. //
  233. // label7
  234. //
  235. this.label7.AutoSize = true;
  236. this.label7.Location = new System.Drawing.Point(58, 96);
  237. this.label7.Name = "label7";
  238. this.label7.Size = new System.Drawing.Size(29, 12);
  239. this.label7.TabIndex = 23;
  240. this.label7.Text = "青色";
  241. //
  242. // redChannelTB
  243. //
  244. this.redChannelTB.Location = new System.Drawing.Point(104, 96);
  245. this.redChannelTB.Maximum = 1366;
  246. this.redChannelTB.Name = "redChannelTB";
  247. this.redChannelTB.Size = new System.Drawing.Size(246, 45);
  248. this.redChannelTB.TabIndex = 22;
  249. this.redChannelTB.TickStyle = System.Windows.Forms.TickStyle.None;
  250. this.redChannelTB.ValueChanged += new System.EventHandler(this.redChannelTB_ValueChanged);
  251. //
  252. // ColourCheckBox
  253. //
  254. this.ColourCheckBox.AutoSize = true;
  255. this.ColourCheckBox.Checked = true;
  256. this.ColourCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  257. this.ColourCheckBox.Location = new System.Drawing.Point(20, 67);
  258. this.ColourCheckBox.Name = "ColourCheckBox";
  259. this.ColourCheckBox.Size = new System.Drawing.Size(108, 16);
  260. this.ColourCheckBox.TabIndex = 21;
  261. this.ColourCheckBox.Text = "显示颜色值通道";
  262. this.ColourCheckBox.UseVisualStyleBackColor = true;
  263. this.ColourCheckBox.CheckedChanged += new System.EventHandler(this.xianshiColourCheckBox_CheckedChanged);
  264. //
  265. // button5
  266. //
  267. this.button5.Location = new System.Drawing.Point(362, 29);
  268. this.button5.Name = "button5";
  269. this.button5.Size = new System.Drawing.Size(75, 23);
  270. this.button5.TabIndex = 20;
  271. this.button5.Text = "5500K";
  272. this.button5.UseVisualStyleBackColor = true;
  273. this.button5.Click += new System.EventHandler(this.button5_Click);
  274. //
  275. // button4
  276. //
  277. this.button4.Location = new System.Drawing.Point(277, 29);
  278. this.button4.Name = "button4";
  279. this.button4.Size = new System.Drawing.Size(75, 23);
  280. this.button4.TabIndex = 19;
  281. this.button4.Text = "3200K";
  282. this.button4.UseVisualStyleBackColor = true;
  283. this.button4.Click += new System.EventHandler(this.button4_Click);
  284. //
  285. // button3
  286. //
  287. this.button3.Location = new System.Drawing.Point(106, 29);
  288. this.button3.Name = "button3";
  289. this.button3.Size = new System.Drawing.Size(75, 23);
  290. this.button3.TabIndex = 18;
  291. this.button3.Text = "自动";
  292. this.button3.UseVisualStyleBackColor = true;
  293. this.button3.Click += new System.EventHandler(this.button3_Click);
  294. //
  295. // button2
  296. //
  297. this.button2.Location = new System.Drawing.Point(20, 29);
  298. this.button2.Name = "button2";
  299. this.button2.Size = new System.Drawing.Size(75, 23);
  300. this.button2.TabIndex = 17;
  301. this.button2.Text = "手动";
  302. this.button2.UseVisualStyleBackColor = true;
  303. this.button2.Click += new System.EventHandler(this.button2_Click);
  304. //
  305. // AdjustWhiteBalanceControl
  306. //
  307. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  308. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  309. this.Controls.Add(this.groupBox3);
  310. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  311. this.Name = "AdjustWhiteBalanceControl";
  312. this.Size = new System.Drawing.Size(454, 211);
  313. this.groupBox3.ResumeLayout(false);
  314. this.groupBox3.PerformLayout();
  315. ((System.ComponentModel.ISupportInitialize)(this.lansepictureBox)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.huangsepictureBox)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.lvsepictureBox)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.yanghongsepictureBox)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.hongsepictureBox)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.lanlvpictureBox)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.blueChannelTB)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.greenChannelTB)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.redChannelTB)).EndInit();
  324. this.ResumeLayout(false);
  325. }
  326. #endregion
  327. private System.Windows.Forms.GroupBox groupBox3;
  328. private System.Windows.Forms.PictureBox lansepictureBox;
  329. private System.Windows.Forms.PictureBox huangsepictureBox;
  330. private System.Windows.Forms.PictureBox lvsepictureBox;
  331. private System.Windows.Forms.PictureBox yanghongsepictureBox;
  332. private System.Windows.Forms.PictureBox hongsepictureBox;
  333. private System.Windows.Forms.PictureBox lanlvpictureBox;
  334. private System.Windows.Forms.Label label12;
  335. private System.Windows.Forms.Label label11;
  336. private System.Windows.Forms.Label label10;
  337. private System.Windows.Forms.TrackBar blueChannelTB;
  338. private System.Windows.Forms.Label label9;
  339. private System.Windows.Forms.Label label8;
  340. private System.Windows.Forms.TrackBar greenChannelTB;
  341. private System.Windows.Forms.Label label7;
  342. private System.Windows.Forms.TrackBar redChannelTB;
  343. private System.Windows.Forms.CheckBox ColourCheckBox;
  344. private System.Windows.Forms.Button button5;
  345. private System.Windows.Forms.Button button4;
  346. private System.Windows.Forms.Button button3;
  347. private System.Windows.Forms.Button button2;
  348. private System.Windows.Forms.Button button1;
  349. }
  350. }