MainForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500
  1. namespace quick_color_picker
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.colorPanel = new System.Windows.Forms.Panel();
  31. this.rgbTextBox = new System.Windows.Forms.TextBox();
  32. this.rgbLabel = new System.Windows.Forms.Label();
  33. this.htmlLabel = new System.Windows.Forms.Label();
  34. this.htmlTextBox = new System.Windows.Forms.TextBox();
  35. this.xLabel = new System.Windows.Forms.Label();
  36. this.yLabel = new System.Windows.Forms.Label();
  37. this.colorList = new System.Windows.Forms.ListBox();
  38. this.rgbCopyButton = new System.Windows.Forms.Button();
  39. this.htmlCopyButton = new System.Windows.Forms.Button();
  40. this.cmykCopyButton = new System.Windows.Forms.Button();
  41. this.cmykTextBox = new System.Windows.Forms.TextBox();
  42. this.cmykLabel = new System.Windows.Forms.Label();
  43. this.hslCopyButton = new System.Windows.Forms.Button();
  44. this.hslTextBox = new System.Windows.Forms.TextBox();
  45. this.hslLabel = new System.Windows.Forms.Label();
  46. this.rgbOneCopyButton = new System.Windows.Forms.Button();
  47. this.rgbOneTextBox = new System.Windows.Forms.TextBox();
  48. this.rgbOneLabel = new System.Windows.Forms.Label();
  49. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  50. this.onTopButton = new System.Windows.Forms.ToolStripButton();
  51. this.clearListButton = new System.Windows.Forms.ToolStripButton();
  52. this.deleteButton = new System.Windows.Forms.ToolStripButton();
  53. this.aboutButton = new System.Windows.Forms.ToolStripButton();
  54. this.label1 = new System.Windows.Forms.Label();
  55. this.gradPanel1 = new System.Windows.Forms.Panel();
  56. this.gradPanel2 = new System.Windows.Forms.Panel();
  57. this.gradPanel3 = new System.Windows.Forms.Panel();
  58. this.gradPanel4 = new System.Windows.Forms.Panel();
  59. this.gridPanel = new System.Windows.Forms.Panel();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  61. this.toolStrip1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // pictureBox1
  65. //
  66. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  67. this.pictureBox1.Location = new System.Drawing.Point(9, 9);
  68. this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
  69. this.pictureBox1.Name = "pictureBox1";
  70. this.pictureBox1.Size = new System.Drawing.Size(120, 120);
  71. this.pictureBox1.TabIndex = 0;
  72. this.pictureBox1.TabStop = false;
  73. //
  74. // colorPanel
  75. //
  76. this.colorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  77. this.colorPanel.Location = new System.Drawing.Point(9, 139);
  78. this.colorPanel.Margin = new System.Windows.Forms.Padding(0, 10, 0, 10);
  79. this.colorPanel.Name = "colorPanel";
  80. this.colorPanel.Size = new System.Drawing.Size(40, 40);
  81. this.colorPanel.TabIndex = 2;
  82. //
  83. // rgbTextBox
  84. //
  85. this.rgbTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.rgbTextBox.Location = new System.Drawing.Point(139, 27);
  87. this.rgbTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 3, 10);
  88. this.rgbTextBox.Name = "rgbTextBox";
  89. this.rgbTextBox.ReadOnly = true;
  90. this.rgbTextBox.Size = new System.Drawing.Size(100, 23);
  91. this.rgbTextBox.TabIndex = 3;
  92. this.rgbTextBox.Text = "255,255,255";
  93. //
  94. // rgbLabel
  95. //
  96. this.rgbLabel.AutoSize = true;
  97. this.rgbLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.rgbLabel.Location = new System.Drawing.Point(136, 9);
  99. this.rgbLabel.Name = "rgbLabel";
  100. this.rgbLabel.Size = new System.Drawing.Size(32, 15);
  101. this.rgbLabel.TabIndex = 4;
  102. this.rgbLabel.Text = "RGB:";
  103. //
  104. // htmlLabel
  105. //
  106. this.htmlLabel.AutoSize = true;
  107. this.htmlLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  108. this.htmlLabel.Location = new System.Drawing.Point(136, 61);
  109. this.htmlLabel.Name = "htmlLabel";
  110. this.htmlLabel.Size = new System.Drawing.Size(42, 15);
  111. this.htmlLabel.TabIndex = 5;
  112. this.htmlLabel.Text = "HTML:";
  113. //
  114. // htmlTextBox
  115. //
  116. this.htmlTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  117. this.htmlTextBox.Location = new System.Drawing.Point(139, 79);
  118. this.htmlTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 10, 10);
  119. this.htmlTextBox.Name = "htmlTextBox";
  120. this.htmlTextBox.ReadOnly = true;
  121. this.htmlTextBox.Size = new System.Drawing.Size(100, 23);
  122. this.htmlTextBox.TabIndex = 6;
  123. this.htmlTextBox.Text = "#FFFFFF";
  124. //
  125. // xLabel
  126. //
  127. this.xLabel.AutoSize = true;
  128. this.xLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. this.xLabel.Location = new System.Drawing.Point(55, 142);
  130. this.xLabel.Margin = new System.Windows.Forms.Padding(13, 13, 13, 3);
  131. this.xLabel.Name = "xLabel";
  132. this.xLabel.Size = new System.Drawing.Size(26, 15);
  133. this.xLabel.TabIndex = 7;
  134. this.xLabel.Text = "X: 0";
  135. //
  136. // yLabel
  137. //
  138. this.yLabel.AutoSize = true;
  139. this.yLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  140. this.yLabel.Location = new System.Drawing.Point(55, 161);
  141. this.yLabel.Margin = new System.Windows.Forms.Padding(3);
  142. this.yLabel.Name = "yLabel";
  143. this.yLabel.Size = new System.Drawing.Size(26, 15);
  144. this.yLabel.TabIndex = 8;
  145. this.yLabel.Text = "Y: 0";
  146. //
  147. // colorList
  148. //
  149. this.colorList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.colorList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  151. this.colorList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  152. this.colorList.FormattingEnabled = true;
  153. this.colorList.ItemHeight = 17;
  154. this.colorList.Location = new System.Drawing.Point(275, 36);
  155. this.colorList.Margin = new System.Windows.Forms.Padding(0);
  156. this.colorList.Name = "colorList";
  157. this.colorList.Size = new System.Drawing.Size(120, 223);
  158. this.colorList.TabIndex = 1;
  159. this.colorList.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.colorList_DrawItem);
  160. this.colorList.SelectedIndexChanged += new System.EventHandler(this.colorList_SelectedIndexChanged);
  161. //
  162. // rgbCopyButton
  163. //
  164. this.rgbCopyButton.FlatAppearance.BorderSize = 0;
  165. this.rgbCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  166. this.rgbCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("rgbCopyButton.Image")));
  167. this.rgbCopyButton.Location = new System.Drawing.Point(240, 26);
  168. this.rgbCopyButton.Name = "rgbCopyButton";
  169. this.rgbCopyButton.Size = new System.Drawing.Size(25, 25);
  170. this.rgbCopyButton.TabIndex = 9;
  171. this.rgbCopyButton.UseVisualStyleBackColor = true;
  172. this.rgbCopyButton.Click += new System.EventHandler(this.rgbCopyButton_Click);
  173. //
  174. // htmlCopyButton
  175. //
  176. this.htmlCopyButton.FlatAppearance.BorderSize = 0;
  177. this.htmlCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  178. this.htmlCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("htmlCopyButton.Image")));
  179. this.htmlCopyButton.Location = new System.Drawing.Point(240, 78);
  180. this.htmlCopyButton.Name = "htmlCopyButton";
  181. this.htmlCopyButton.Size = new System.Drawing.Size(25, 25);
  182. this.htmlCopyButton.TabIndex = 10;
  183. this.htmlCopyButton.UseVisualStyleBackColor = true;
  184. this.htmlCopyButton.Click += new System.EventHandler(this.htmlCopyButton_Click);
  185. //
  186. // cmykCopyButton
  187. //
  188. this.cmykCopyButton.FlatAppearance.BorderSize = 0;
  189. this.cmykCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  190. this.cmykCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("cmykCopyButton.Image")));
  191. this.cmykCopyButton.Location = new System.Drawing.Point(240, 130);
  192. this.cmykCopyButton.Name = "cmykCopyButton";
  193. this.cmykCopyButton.Size = new System.Drawing.Size(25, 25);
  194. this.cmykCopyButton.TabIndex = 14;
  195. this.cmykCopyButton.UseVisualStyleBackColor = true;
  196. this.cmykCopyButton.Click += new System.EventHandler(this.cmykCopyButton_Click);
  197. //
  198. // cmykTextBox
  199. //
  200. this.cmykTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  201. this.cmykTextBox.Location = new System.Drawing.Point(139, 131);
  202. this.cmykTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 10, 10);
  203. this.cmykTextBox.Name = "cmykTextBox";
  204. this.cmykTextBox.ReadOnly = true;
  205. this.cmykTextBox.Size = new System.Drawing.Size(100, 23);
  206. this.cmykTextBox.TabIndex = 12;
  207. this.cmykTextBox.Text = "0,0,0,0";
  208. //
  209. // cmykLabel
  210. //
  211. this.cmykLabel.AutoSize = true;
  212. this.cmykLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  213. this.cmykLabel.Location = new System.Drawing.Point(136, 113);
  214. this.cmykLabel.Name = "cmykLabel";
  215. this.cmykLabel.Size = new System.Drawing.Size(64, 15);
  216. this.cmykLabel.TabIndex = 11;
  217. this.cmykLabel.Text = "CMYK (%):";
  218. //
  219. // hslCopyButton
  220. //
  221. this.hslCopyButton.FlatAppearance.BorderSize = 0;
  222. this.hslCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  223. this.hslCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("hslCopyButton.Image")));
  224. this.hslCopyButton.Location = new System.Drawing.Point(240, 182);
  225. this.hslCopyButton.Name = "hslCopyButton";
  226. this.hslCopyButton.Size = new System.Drawing.Size(25, 25);
  227. this.hslCopyButton.TabIndex = 17;
  228. this.hslCopyButton.UseVisualStyleBackColor = true;
  229. this.hslCopyButton.Click += new System.EventHandler(this.hslCopyButton_Click);
  230. //
  231. // hslTextBox
  232. //
  233. this.hslTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  234. this.hslTextBox.Location = new System.Drawing.Point(139, 183);
  235. this.hslTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 10, 10);
  236. this.hslTextBox.Name = "hslTextBox";
  237. this.hslTextBox.ReadOnly = true;
  238. this.hslTextBox.Size = new System.Drawing.Size(100, 23);
  239. this.hslTextBox.TabIndex = 16;
  240. this.hslTextBox.Text = "0,0,100";
  241. //
  242. // hslLabel
  243. //
  244. this.hslLabel.AutoSize = true;
  245. this.hslLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  246. this.hslLabel.Location = new System.Drawing.Point(136, 165);
  247. this.hslLabel.Name = "hslLabel";
  248. this.hslLabel.Size = new System.Drawing.Size(52, 15);
  249. this.hslLabel.TabIndex = 15;
  250. this.hslLabel.Text = "HSL (%):";
  251. //
  252. // rgbOneCopyButton
  253. //
  254. this.rgbOneCopyButton.FlatAppearance.BorderSize = 0;
  255. this.rgbOneCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  256. this.rgbOneCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("rgbOneCopyButton.Image")));
  257. this.rgbOneCopyButton.Location = new System.Drawing.Point(240, 234);
  258. this.rgbOneCopyButton.Name = "rgbOneCopyButton";
  259. this.rgbOneCopyButton.Size = new System.Drawing.Size(25, 25);
  260. this.rgbOneCopyButton.TabIndex = 20;
  261. this.rgbOneCopyButton.UseVisualStyleBackColor = true;
  262. this.rgbOneCopyButton.Click += new System.EventHandler(this.rgbOneCopyButton_Click);
  263. //
  264. // rgbOneTextBox
  265. //
  266. this.rgbOneTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  267. this.rgbOneTextBox.Location = new System.Drawing.Point(139, 235);
  268. this.rgbOneTextBox.Margin = new System.Windows.Forms.Padding(10, 3, 10, 10);
  269. this.rgbOneTextBox.Name = "rgbOneTextBox";
  270. this.rgbOneTextBox.ReadOnly = true;
  271. this.rgbOneTextBox.Size = new System.Drawing.Size(100, 23);
  272. this.rgbOneTextBox.TabIndex = 19;
  273. this.rgbOneTextBox.Text = "1/1/1";
  274. //
  275. // rgbOneLabel
  276. //
  277. this.rgbOneLabel.AutoSize = true;
  278. this.rgbOneLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  279. this.rgbOneLabel.Location = new System.Drawing.Point(136, 217);
  280. this.rgbOneLabel.Name = "rgbOneLabel";
  281. this.rgbOneLabel.Size = new System.Drawing.Size(61, 15);
  282. this.rgbOneLabel.TabIndex = 18;
  283. this.rgbOneLabel.Text = "RGB [0..1]:";
  284. //
  285. // toolStrip1
  286. //
  287. this.toolStrip1.AutoSize = false;
  288. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  289. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  290. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  291. this.onTopButton,
  292. this.clearListButton,
  293. this.deleteButton,
  294. this.aboutButton});
  295. this.toolStrip1.Location = new System.Drawing.Point(270, 0);
  296. this.toolStrip1.Name = "toolStrip1";
  297. this.toolStrip1.Padding = new System.Windows.Forms.Padding(5);
  298. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  299. this.toolStrip1.Size = new System.Drawing.Size(134, 35);
  300. this.toolStrip1.TabIndex = 24;
  301. this.toolStrip1.Text = "toolStrip1";
  302. //
  303. // onTopButton
  304. //
  305. this.onTopButton.AutoSize = false;
  306. this.onTopButton.Checked = true;
  307. this.onTopButton.CheckState = System.Windows.Forms.CheckState.Checked;
  308. this.onTopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  309. this.onTopButton.Image = ((System.Drawing.Image)(resources.GetObject("onTopButton.Image")));
  310. this.onTopButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  311. this.onTopButton.Name = "onTopButton";
  312. this.onTopButton.Size = new System.Drawing.Size(24, 25);
  313. this.onTopButton.Text = "Toggle always on top | Ctrl + T";
  314. this.onTopButton.Click += new System.EventHandler(this.onTopButton_Click);
  315. //
  316. // clearListButton
  317. //
  318. this.clearListButton.AutoSize = false;
  319. this.clearListButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  320. this.clearListButton.Image = ((System.Drawing.Image)(resources.GetObject("clearListButton.Image")));
  321. this.clearListButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  322. this.clearListButton.Name = "clearListButton";
  323. this.clearListButton.Size = new System.Drawing.Size(24, 25);
  324. this.clearListButton.Text = "Clear color list | Ctrl + L";
  325. this.clearListButton.Click += new System.EventHandler(this.clearListButton_Click);
  326. //
  327. // deleteButton
  328. //
  329. this.deleteButton.AutoSize = false;
  330. this.deleteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  331. this.deleteButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
  332. this.deleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  333. this.deleteButton.Name = "deleteButton";
  334. this.deleteButton.Size = new System.Drawing.Size(24, 25);
  335. this.deleteButton.Text = "Remove selected color | Delete";
  336. this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
  337. //
  338. // aboutButton
  339. //
  340. this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  341. this.aboutButton.AutoSize = false;
  342. this.aboutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  343. this.aboutButton.Image = ((System.Drawing.Image)(resources.GetObject("aboutButton.Image")));
  344. this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  345. this.aboutButton.Name = "aboutButton";
  346. this.aboutButton.Size = new System.Drawing.Size(24, 25);
  347. this.aboutButton.Text = "About | F1";
  348. this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
  349. //
  350. // label1
  351. //
  352. this.label1.AutoSize = true;
  353. this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  354. this.label1.Location = new System.Drawing.Point(6, 188);
  355. this.label1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 10);
  356. this.label1.Name = "label1";
  357. this.label1.Size = new System.Drawing.Size(101, 15);
  358. this.label1.TabIndex = 25;
  359. this.label1.Text = "Pick color: Alt + X";
  360. //
  361. // gradPanel1
  362. //
  363. this.gradPanel1.BackColor = System.Drawing.Color.White;
  364. this.gradPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  365. this.gradPanel1.Location = new System.Drawing.Point(9, 213);
  366. this.gradPanel1.Margin = new System.Windows.Forms.Padding(0);
  367. this.gradPanel1.Name = "gradPanel1";
  368. this.gradPanel1.Size = new System.Drawing.Size(24, 46);
  369. this.gradPanel1.TabIndex = 26;
  370. //
  371. // gradPanel2
  372. //
  373. this.gradPanel2.BackColor = System.Drawing.Color.White;
  374. this.gradPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  375. this.gradPanel2.Location = new System.Drawing.Point(33, 213);
  376. this.gradPanel2.Margin = new System.Windows.Forms.Padding(0);
  377. this.gradPanel2.Name = "gradPanel2";
  378. this.gradPanel2.Size = new System.Drawing.Size(24, 46);
  379. this.gradPanel2.TabIndex = 27;
  380. //
  381. // gradPanel3
  382. //
  383. this.gradPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  384. this.gradPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  385. this.gradPanel3.Location = new System.Drawing.Point(81, 213);
  386. this.gradPanel3.Margin = new System.Windows.Forms.Padding(0);
  387. this.gradPanel3.Name = "gradPanel3";
  388. this.gradPanel3.Size = new System.Drawing.Size(24, 46);
  389. this.gradPanel3.TabIndex = 27;
  390. //
  391. // gradPanel4
  392. //
  393. this.gradPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(205)))), ((int)(((byte)(205)))));
  394. this.gradPanel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  395. this.gradPanel4.Location = new System.Drawing.Point(105, 213);
  396. this.gradPanel4.Margin = new System.Windows.Forms.Padding(0);
  397. this.gradPanel4.Name = "gradPanel4";
  398. this.gradPanel4.Size = new System.Drawing.Size(24, 46);
  399. this.gradPanel4.TabIndex = 27;
  400. //
  401. // gridPanel
  402. //
  403. this.gridPanel.BackColor = System.Drawing.Color.White;
  404. this.gridPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  405. this.gridPanel.Location = new System.Drawing.Point(57, 213);
  406. this.gridPanel.Margin = new System.Windows.Forms.Padding(0);
  407. this.gridPanel.Name = "gridPanel";
  408. this.gridPanel.Size = new System.Drawing.Size(24, 46);
  409. this.gridPanel.TabIndex = 28;
  410. //
  411. // MainForm
  412. //
  413. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  414. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  415. this.ClientSize = new System.Drawing.Size(404, 268);
  416. this.Controls.Add(this.gridPanel);
  417. this.Controls.Add(this.gradPanel4);
  418. this.Controls.Add(this.gradPanel3);
  419. this.Controls.Add(this.gradPanel2);
  420. this.Controls.Add(this.gradPanel1);
  421. this.Controls.Add(this.label1);
  422. this.Controls.Add(this.toolStrip1);
  423. this.Controls.Add(this.rgbOneCopyButton);
  424. this.Controls.Add(this.rgbOneTextBox);
  425. this.Controls.Add(this.rgbOneLabel);
  426. this.Controls.Add(this.hslCopyButton);
  427. this.Controls.Add(this.hslTextBox);
  428. this.Controls.Add(this.hslLabel);
  429. this.Controls.Add(this.cmykCopyButton);
  430. this.Controls.Add(this.cmykTextBox);
  431. this.Controls.Add(this.cmykLabel);
  432. this.Controls.Add(this.htmlCopyButton);
  433. this.Controls.Add(this.rgbCopyButton);
  434. this.Controls.Add(this.yLabel);
  435. this.Controls.Add(this.xLabel);
  436. this.Controls.Add(this.htmlTextBox);
  437. this.Controls.Add(this.htmlLabel);
  438. this.Controls.Add(this.rgbLabel);
  439. this.Controls.Add(this.rgbTextBox);
  440. this.Controls.Add(this.colorPanel);
  441. this.Controls.Add(this.colorList);
  442. this.Controls.Add(this.pictureBox1);
  443. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  444. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  445. this.KeyPreview = true;
  446. this.MaximizeBox = false;
  447. this.Name = "MainForm";
  448. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  449. this.Text = "Quick Color Picker";
  450. this.TopMost = true;
  451. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  452. this.Load += new System.EventHandler(this.MainForm_Load);
  453. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
  454. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  455. this.toolStrip1.ResumeLayout(false);
  456. this.toolStrip1.PerformLayout();
  457. this.ResumeLayout(false);
  458. this.PerformLayout();
  459. }
  460. #endregion
  461. private System.Windows.Forms.PictureBox pictureBox1;
  462. private System.Windows.Forms.Panel colorPanel;
  463. private System.Windows.Forms.TextBox rgbTextBox;
  464. private System.Windows.Forms.Label rgbLabel;
  465. private System.Windows.Forms.Label htmlLabel;
  466. private System.Windows.Forms.TextBox htmlTextBox;
  467. private System.Windows.Forms.Label xLabel;
  468. private System.Windows.Forms.Label yLabel;
  469. private System.Windows.Forms.ListBox colorList;
  470. private System.Windows.Forms.Button rgbCopyButton;
  471. private System.Windows.Forms.Button htmlCopyButton;
  472. private System.Windows.Forms.Button cmykCopyButton;
  473. private System.Windows.Forms.TextBox cmykTextBox;
  474. private System.Windows.Forms.Label cmykLabel;
  475. private System.Windows.Forms.Button hslCopyButton;
  476. private System.Windows.Forms.TextBox hslTextBox;
  477. private System.Windows.Forms.Label hslLabel;
  478. private System.Windows.Forms.Button rgbOneCopyButton;
  479. private System.Windows.Forms.TextBox rgbOneTextBox;
  480. private System.Windows.Forms.Label rgbOneLabel;
  481. private System.Windows.Forms.ToolStrip toolStrip1;
  482. private System.Windows.Forms.ToolStripButton onTopButton;
  483. private System.Windows.Forms.ToolStripButton clearListButton;
  484. private System.Windows.Forms.ToolStripButton aboutButton;
  485. private System.Windows.Forms.ToolStripButton deleteButton;
  486. private System.Windows.Forms.Label label1;
  487. private System.Windows.Forms.Panel gradPanel1;
  488. private System.Windows.Forms.Panel gradPanel2;
  489. private System.Windows.Forms.Panel gradPanel3;
  490. private System.Windows.Forms.Panel gradPanel4;
  491. private System.Windows.Forms.Panel gridPanel;
  492. }
  493. }