AdjustWhiteBalanceControl.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. namespace PaintDotNet.ImageCollect
  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.pnlColor = new System.Windows.Forms.Panel();
  30. this.lblCT = new System.Windows.Forms.Label();
  31. this.tbrCT = new System.Windows.Forms.TrackBar();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.tbrRed = new System.Windows.Forms.TrackBar();
  34. this.label7 = new System.Windows.Forms.Label();
  35. this.colorBlue = new System.Windows.Forms.PictureBox();
  36. this.tbrGreen = new System.Windows.Forms.TrackBar();
  37. this.colorYellow = new System.Windows.Forms.PictureBox();
  38. this.label8 = new System.Windows.Forms.Label();
  39. this.colorGreen = new System.Windows.Forms.PictureBox();
  40. this.label9 = new System.Windows.Forms.Label();
  41. this.colorFuchsia = new System.Windows.Forms.PictureBox();
  42. this.tbrBlue = new System.Windows.Forms.TrackBar();
  43. this.colorRed = new System.Windows.Forms.PictureBox();
  44. this.label10 = new System.Windows.Forms.Label();
  45. this.colorCyan = new System.Windows.Forms.PictureBox();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.label12 = new System.Windows.Forms.Label();
  48. this.btnOnce = new System.Windows.Forms.Button();
  49. this.ckbColor = new System.Windows.Forms.CheckBox();
  50. this.btn5500k = new System.Windows.Forms.Button();
  51. this.btn3200k = new System.Windows.Forms.Button();
  52. this.btnAuto = new System.Windows.Forms.Button();
  53. this.btnManual = new System.Windows.Forms.Button();
  54. this.groupBox3.SuspendLayout();
  55. this.pnlColor.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.tbrCT)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.tbrRed)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.colorBlue)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.tbrGreen)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.colorYellow)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.colorGreen)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.tbrBlue)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.colorRed)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.colorCyan)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // groupBox3
  69. //
  70. this.groupBox3.Controls.Add(this.pnlColor);
  71. this.groupBox3.Controls.Add(this.btnOnce);
  72. this.groupBox3.Controls.Add(this.ckbColor);
  73. this.groupBox3.Controls.Add(this.btn5500k);
  74. this.groupBox3.Controls.Add(this.btn3200k);
  75. this.groupBox3.Controls.Add(this.btnAuto);
  76. this.groupBox3.Controls.Add(this.btnManual);
  77. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  79. this.groupBox3.Name = "groupBox3";
  80. this.groupBox3.Size = new System.Drawing.Size(454, 204);
  81. this.groupBox3.TabIndex = 19;
  82. this.groupBox3.TabStop = false;
  83. this.groupBox3.Text = "白平衡";
  84. //
  85. // pnlColor
  86. //
  87. this.pnlColor.Controls.Add(this.lblCT);
  88. this.pnlColor.Controls.Add(this.tbrCT);
  89. this.pnlColor.Controls.Add(this.label1);
  90. this.pnlColor.Controls.Add(this.tbrRed);
  91. this.pnlColor.Controls.Add(this.label7);
  92. this.pnlColor.Controls.Add(this.colorBlue);
  93. this.pnlColor.Controls.Add(this.tbrGreen);
  94. this.pnlColor.Controls.Add(this.colorYellow);
  95. this.pnlColor.Controls.Add(this.label8);
  96. this.pnlColor.Controls.Add(this.colorGreen);
  97. this.pnlColor.Controls.Add(this.label9);
  98. this.pnlColor.Controls.Add(this.colorFuchsia);
  99. this.pnlColor.Controls.Add(this.tbrBlue);
  100. this.pnlColor.Controls.Add(this.colorRed);
  101. this.pnlColor.Controls.Add(this.label10);
  102. this.pnlColor.Controls.Add(this.colorCyan);
  103. this.pnlColor.Controls.Add(this.label11);
  104. this.pnlColor.Controls.Add(this.label12);
  105. this.pnlColor.Dock = System.Windows.Forms.DockStyle.Bottom;
  106. this.pnlColor.Location = new System.Drawing.Point(3, 58);
  107. this.pnlColor.Name = "pnlColor";
  108. this.pnlColor.Size = new System.Drawing.Size(448, 143);
  109. this.pnlColor.TabIndex = 38;
  110. //
  111. // lblCT
  112. //
  113. this.lblCT.AutoSize = true;
  114. this.lblCT.Location = new System.Drawing.Point(357, 107);
  115. this.lblCT.Name = "lblCT";
  116. this.lblCT.Size = new System.Drawing.Size(35, 12);
  117. this.lblCT.TabIndex = 39;
  118. this.lblCT.Text = "3200K";
  119. //
  120. // tbrCT
  121. //
  122. this.tbrCT.AutoSize = false;
  123. this.tbrCT.Location = new System.Drawing.Point(67, 105);
  124. this.tbrCT.Maximum = 1366;
  125. this.tbrCT.Name = "tbrCT";
  126. this.tbrCT.Size = new System.Drawing.Size(272, 30);
  127. this.tbrCT.TabIndex = 38;
  128. this.tbrCT.TickStyle = System.Windows.Forms.TickStyle.None;
  129. this.tbrCT.Scroll += new System.EventHandler(this.tbrCT_Scroll);
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Location = new System.Drawing.Point(15, 107);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(29, 12);
  137. this.label1.TabIndex = 37;
  138. this.label1.Text = "色温";
  139. //
  140. // tbrRed
  141. //
  142. this.tbrRed.AutoSize = false;
  143. this.tbrRed.Location = new System.Drawing.Point(107, 9);
  144. this.tbrRed.Maximum = 1366;
  145. this.tbrRed.Name = "tbrRed";
  146. this.tbrRed.Size = new System.Drawing.Size(246, 30);
  147. this.tbrRed.TabIndex = 22;
  148. this.tbrRed.TickStyle = System.Windows.Forms.TickStyle.None;
  149. this.tbrRed.Scroll += new System.EventHandler(this.redChannelTB_ValueChanged);
  150. this.tbrRed.ValueChanged += new System.EventHandler(this.redChannelTB_ValueChanged);
  151. //
  152. // label7
  153. //
  154. this.label7.AutoSize = true;
  155. this.label7.Location = new System.Drawing.Point(61, 9);
  156. this.label7.Name = "label7";
  157. this.label7.Size = new System.Drawing.Size(29, 12);
  158. this.label7.TabIndex = 23;
  159. this.label7.Text = "青色";
  160. //
  161. // colorBlue
  162. //
  163. this.colorBlue.BackColor = System.Drawing.Color.Blue;
  164. this.colorBlue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  165. this.colorBlue.Location = new System.Drawing.Point(415, 68);
  166. this.colorBlue.Name = "colorBlue";
  167. this.colorBlue.Size = new System.Drawing.Size(12, 12);
  168. this.colorBlue.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  169. this.colorBlue.TabIndex = 36;
  170. this.colorBlue.TabStop = false;
  171. //
  172. // tbrGreen
  173. //
  174. this.tbrGreen.AutoSize = false;
  175. this.tbrGreen.Location = new System.Drawing.Point(107, 38);
  176. this.tbrGreen.Maximum = 1366;
  177. this.tbrGreen.Name = "tbrGreen";
  178. this.tbrGreen.Size = new System.Drawing.Size(246, 30);
  179. this.tbrGreen.TabIndex = 24;
  180. this.tbrGreen.TickStyle = System.Windows.Forms.TickStyle.None;
  181. this.tbrGreen.Scroll += new System.EventHandler(this.greenChannelTB_ValueChanged);
  182. this.tbrGreen.ValueChanged += new System.EventHandler(this.greenChannelTB_ValueChanged);
  183. //
  184. // colorYellow
  185. //
  186. this.colorYellow.BackColor = System.Drawing.Color.Yellow;
  187. this.colorYellow.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  188. this.colorYellow.Location = new System.Drawing.Point(36, 68);
  189. this.colorYellow.Name = "colorYellow";
  190. this.colorYellow.Size = new System.Drawing.Size(12, 12);
  191. this.colorYellow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  192. this.colorYellow.TabIndex = 35;
  193. this.colorYellow.TabStop = false;
  194. //
  195. // label8
  196. //
  197. this.label8.AutoSize = true;
  198. this.label8.Location = new System.Drawing.Point(61, 38);
  199. this.label8.Name = "label8";
  200. this.label8.Size = new System.Drawing.Size(29, 12);
  201. this.label8.TabIndex = 25;
  202. this.label8.Text = "洋红";
  203. //
  204. // colorGreen
  205. //
  206. this.colorGreen.BackColor = System.Drawing.Color.Lime;
  207. this.colorGreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  208. this.colorGreen.Location = new System.Drawing.Point(415, 38);
  209. this.colorGreen.Name = "colorGreen";
  210. this.colorGreen.Size = new System.Drawing.Size(12, 12);
  211. this.colorGreen.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  212. this.colorGreen.TabIndex = 34;
  213. this.colorGreen.TabStop = false;
  214. //
  215. // label9
  216. //
  217. this.label9.AutoSize = true;
  218. this.label9.Location = new System.Drawing.Point(61, 68);
  219. this.label9.Name = "label9";
  220. this.label9.Size = new System.Drawing.Size(29, 12);
  221. this.label9.TabIndex = 26;
  222. this.label9.Text = "黄色";
  223. //
  224. // colorFuchsia
  225. //
  226. this.colorFuchsia.BackColor = System.Drawing.Color.Fuchsia;
  227. this.colorFuchsia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  228. this.colorFuchsia.Location = new System.Drawing.Point(36, 38);
  229. this.colorFuchsia.Name = "colorFuchsia";
  230. this.colorFuchsia.Size = new System.Drawing.Size(12, 12);
  231. this.colorFuchsia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  232. this.colorFuchsia.TabIndex = 33;
  233. this.colorFuchsia.TabStop = false;
  234. //
  235. // tbrBlue
  236. //
  237. this.tbrBlue.AutoSize = false;
  238. this.tbrBlue.Location = new System.Drawing.Point(107, 68);
  239. this.tbrBlue.Maximum = 1366;
  240. this.tbrBlue.Name = "tbrBlue";
  241. this.tbrBlue.Size = new System.Drawing.Size(246, 30);
  242. this.tbrBlue.TabIndex = 27;
  243. this.tbrBlue.TickStyle = System.Windows.Forms.TickStyle.None;
  244. this.tbrBlue.Scroll += new System.EventHandler(this.blueChannelTB_ValueChanged);
  245. this.tbrBlue.ValueChanged += new System.EventHandler(this.blueChannelTB_ValueChanged);
  246. //
  247. // colorRed
  248. //
  249. this.colorRed.BackColor = System.Drawing.Color.Red;
  250. this.colorRed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  251. this.colorRed.Location = new System.Drawing.Point(415, 9);
  252. this.colorRed.Name = "colorRed";
  253. this.colorRed.Size = new System.Drawing.Size(12, 12);
  254. this.colorRed.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  255. this.colorRed.TabIndex = 32;
  256. this.colorRed.TabStop = false;
  257. //
  258. // label10
  259. //
  260. this.label10.AutoSize = true;
  261. this.label10.Location = new System.Drawing.Point(371, 9);
  262. this.label10.Name = "label10";
  263. this.label10.Size = new System.Drawing.Size(29, 12);
  264. this.label10.TabIndex = 28;
  265. this.label10.Text = "红色";
  266. //
  267. // colorCyan
  268. //
  269. this.colorCyan.BackColor = System.Drawing.Color.Cyan;
  270. this.colorCyan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  271. this.colorCyan.Location = new System.Drawing.Point(36, 9);
  272. this.colorCyan.Name = "colorCyan";
  273. this.colorCyan.Size = new System.Drawing.Size(12, 12);
  274. this.colorCyan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  275. this.colorCyan.TabIndex = 31;
  276. this.colorCyan.TabStop = false;
  277. //
  278. // label11
  279. //
  280. this.label11.AutoSize = true;
  281. this.label11.Location = new System.Drawing.Point(371, 38);
  282. this.label11.Name = "label11";
  283. this.label11.Size = new System.Drawing.Size(29, 12);
  284. this.label11.TabIndex = 29;
  285. this.label11.Text = "绿色";
  286. //
  287. // label12
  288. //
  289. this.label12.AutoSize = true;
  290. this.label12.Location = new System.Drawing.Point(371, 68);
  291. this.label12.Name = "label12";
  292. this.label12.Size = new System.Drawing.Size(29, 12);
  293. this.label12.TabIndex = 30;
  294. this.label12.Text = "蓝色";
  295. //
  296. // btnOnce
  297. //
  298. this.btnOnce.Location = new System.Drawing.Point(191, 29);
  299. this.btnOnce.Name = "btnOnce";
  300. this.btnOnce.Size = new System.Drawing.Size(75, 23);
  301. this.btnOnce.TabIndex = 37;
  302. this.btnOnce.Text = "一次白平衡";
  303. this.btnOnce.UseVisualStyleBackColor = true;
  304. this.btnOnce.Click += new System.EventHandler(this.Once_Click);
  305. //
  306. // ckbColor
  307. //
  308. this.ckbColor.AutoSize = true;
  309. this.ckbColor.Checked = true;
  310. this.ckbColor.CheckState = System.Windows.Forms.CheckState.Checked;
  311. this.ckbColor.Location = new System.Drawing.Point(20, 67);
  312. this.ckbColor.Name = "ckbColor";
  313. this.ckbColor.Size = new System.Drawing.Size(108, 16);
  314. this.ckbColor.TabIndex = 21;
  315. this.ckbColor.Text = "显示颜色值通道";
  316. this.ckbColor.UseVisualStyleBackColor = true;
  317. this.ckbColor.CheckedChanged += new System.EventHandler(this.xianshiColourCheckBox_CheckedChanged);
  318. //
  319. // btn5500k
  320. //
  321. this.btn5500k.Location = new System.Drawing.Point(362, 29);
  322. this.btn5500k.Name = "btn5500k";
  323. this.btn5500k.Size = new System.Drawing.Size(75, 23);
  324. this.btn5500k.TabIndex = 20;
  325. this.btn5500k.Text = "5500K";
  326. this.btn5500k.UseVisualStyleBackColor = true;
  327. this.btn5500k.Click += new System.EventHandler(this.button4_Click);
  328. //
  329. // btn3200k
  330. //
  331. this.btn3200k.Location = new System.Drawing.Point(277, 29);
  332. this.btn3200k.Name = "btn3200k";
  333. this.btn3200k.Size = new System.Drawing.Size(75, 23);
  334. this.btn3200k.TabIndex = 19;
  335. this.btn3200k.Text = "3200K";
  336. this.btn3200k.UseVisualStyleBackColor = true;
  337. this.btn3200k.Click += new System.EventHandler(this.button4_Click);
  338. //
  339. // btnAuto
  340. //
  341. this.btnAuto.Location = new System.Drawing.Point(106, 29);
  342. this.btnAuto.Name = "btnAuto";
  343. this.btnAuto.Size = new System.Drawing.Size(75, 23);
  344. this.btnAuto.TabIndex = 18;
  345. this.btnAuto.Text = "自动";
  346. this.btnAuto.UseVisualStyleBackColor = true;
  347. this.btnAuto.Click += new System.EventHandler(this.Manual_Click);
  348. //
  349. // btnManual
  350. //
  351. this.btnManual.Location = new System.Drawing.Point(20, 29);
  352. this.btnManual.Name = "btnManual";
  353. this.btnManual.Size = new System.Drawing.Size(75, 23);
  354. this.btnManual.TabIndex = 17;
  355. this.btnManual.Text = "手动";
  356. this.btnManual.UseVisualStyleBackColor = true;
  357. this.btnManual.Click += new System.EventHandler(this.Manual_Click);
  358. //
  359. // AdjustWhiteBalanceControl
  360. //
  361. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  362. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363. this.Controls.Add(this.groupBox3);
  364. this.Margin = new System.Windows.Forms.Padding(2);
  365. this.Name = "AdjustWhiteBalanceControl";
  366. this.Size = new System.Drawing.Size(454, 204);
  367. this.groupBox3.ResumeLayout(false);
  368. this.groupBox3.PerformLayout();
  369. this.pnlColor.ResumeLayout(false);
  370. this.pnlColor.PerformLayout();
  371. ((System.ComponentModel.ISupportInitialize)(this.tbrCT)).EndInit();
  372. ((System.ComponentModel.ISupportInitialize)(this.tbrRed)).EndInit();
  373. ((System.ComponentModel.ISupportInitialize)(this.colorBlue)).EndInit();
  374. ((System.ComponentModel.ISupportInitialize)(this.tbrGreen)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.colorYellow)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.colorGreen)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.colorFuchsia)).EndInit();
  378. ((System.ComponentModel.ISupportInitialize)(this.tbrBlue)).EndInit();
  379. ((System.ComponentModel.ISupportInitialize)(this.colorRed)).EndInit();
  380. ((System.ComponentModel.ISupportInitialize)(this.colorCyan)).EndInit();
  381. this.ResumeLayout(false);
  382. }
  383. #endregion
  384. private System.Windows.Forms.GroupBox groupBox3;
  385. private System.Windows.Forms.PictureBox colorBlue;
  386. private System.Windows.Forms.PictureBox colorYellow;
  387. private System.Windows.Forms.PictureBox colorGreen;
  388. private System.Windows.Forms.PictureBox colorFuchsia;
  389. private System.Windows.Forms.PictureBox colorRed;
  390. private System.Windows.Forms.PictureBox colorCyan;
  391. private System.Windows.Forms.Label label12;
  392. private System.Windows.Forms.Label label11;
  393. private System.Windows.Forms.Label label10;
  394. private System.Windows.Forms.TrackBar tbrBlue;
  395. private System.Windows.Forms.Label label9;
  396. private System.Windows.Forms.Label label8;
  397. private System.Windows.Forms.TrackBar tbrGreen;
  398. private System.Windows.Forms.Label label7;
  399. private System.Windows.Forms.TrackBar tbrRed;
  400. private System.Windows.Forms.CheckBox ckbColor;
  401. private System.Windows.Forms.Button btn5500k;
  402. private System.Windows.Forms.Button btn3200k;
  403. private System.Windows.Forms.Button btnAuto;
  404. private System.Windows.Forms.Button btnManual;
  405. private System.Windows.Forms.Button btnOnce;
  406. private System.Windows.Forms.Panel pnlColor;
  407. private System.Windows.Forms.Label lblCT;
  408. private System.Windows.Forms.TrackBar tbrCT;
  409. private System.Windows.Forms.Label label1;
  410. }
  411. }