WhiteBalanceControl.Designer.cs 19 KB

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