MainForm.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  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.cmykTextBox = new System.Windows.Forms.TextBox();
  39. this.cmykLabel = new System.Windows.Forms.Label();
  40. this.hslTextBox = new System.Windows.Forms.TextBox();
  41. this.hslLabel = new System.Windows.Forms.Label();
  42. this.rgbOneTextBox = new System.Windows.Forms.TextBox();
  43. this.rgbOneLabel = new System.Windows.Forms.Label();
  44. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  45. this.onTopButton = new System.Windows.Forms.ToolStripButton();
  46. this.formatButton = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.clearListButton = new System.Windows.Forms.ToolStripButton();
  49. this.deleteButton = new System.Windows.Forms.ToolStripButton();
  50. this.aboutButton = new System.Windows.Forms.ToolStripButton();
  51. this.gradPanel1 = new System.Windows.Forms.Panel();
  52. this.gradPanel2 = new System.Windows.Forms.Panel();
  53. this.gradPanel3 = new System.Windows.Forms.Panel();
  54. this.gradPanel4 = new System.Windows.Forms.Panel();
  55. this.gradPanel = new System.Windows.Forms.Panel();
  56. this.copyTooltip = new System.Windows.Forms.ToolTip(this.components);
  57. this.rgbOneCopyButton = new System.Windows.Forms.Button();
  58. this.hslCopyButton = new System.Windows.Forms.Button();
  59. this.cmykCopyButton = new System.Windows.Forms.Button();
  60. this.htmlCopyButton = new System.Windows.Forms.Button();
  61. this.rgbCopyButton = new System.Windows.Forms.Button();
  62. this.aimPictureBox = new System.Windows.Forms.PictureBox();
  63. this.hsvTextBox = new System.Windows.Forms.TextBox();
  64. this.hsvLabel = new System.Windows.Forms.Label();
  65. this.hsvCopyButton = new System.Windows.Forms.Button();
  66. this.ratioPanel = new System.Windows.Forms.Panel();
  67. this.ratioWhiteLabel = new System.Windows.Forms.Label();
  68. this.ratioBlackLabel = new System.Windows.Forms.Label();
  69. this.renameTextBox = new System.Windows.Forms.TextBox();
  70. this.renameButton = new System.Windows.Forms.Button();
  71. this.linearGradPictureBox = new System.Windows.Forms.PictureBox();
  72. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  73. this.pickColorStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  74. this.copyColorStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  75. this.rgbStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  76. this.hexStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  77. this.toolStrip1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.aimPictureBox)).BeginInit();
  79. this.ratioPanel.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.linearGradPictureBox)).BeginInit();
  81. this.statusStrip1.SuspendLayout();
  82. this.SuspendLayout();
  83. //
  84. // colorPanel
  85. //
  86. this.colorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.colorPanel.Location = new System.Drawing.Point(9, 9);
  88. this.colorPanel.Margin = new System.Windows.Forms.Padding(0, 0, 0, 9);
  89. this.colorPanel.Name = "colorPanel";
  90. this.colorPanel.Size = new System.Drawing.Size(40, 40);
  91. this.colorPanel.TabIndex = 2;
  92. //
  93. // rgbTextBox
  94. //
  95. this.rgbTextBox.BackColor = System.Drawing.SystemColors.Window;
  96. this.rgbTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  97. this.rgbTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  98. this.rgbTextBox.Location = new System.Drawing.Point(138, 28);
  99. this.rgbTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  100. this.rgbTextBox.Multiline = true;
  101. this.rgbTextBox.Name = "rgbTextBox";
  102. this.rgbTextBox.ReadOnly = true;
  103. this.rgbTextBox.Size = new System.Drawing.Size(137, 20);
  104. this.rgbTextBox.TabIndex = 3;
  105. this.rgbTextBox.Text = "255, 255, 255";
  106. this.rgbTextBox.WordWrap = false;
  107. //
  108. // rgbLabel
  109. //
  110. this.rgbLabel.AutoSize = true;
  111. this.rgbLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. this.rgbLabel.Location = new System.Drawing.Point(135, 10);
  113. this.rgbLabel.Margin = new System.Windows.Forms.Padding(3);
  114. this.rgbLabel.Name = "rgbLabel";
  115. this.rgbLabel.Size = new System.Drawing.Size(32, 15);
  116. this.rgbLabel.TabIndex = 4;
  117. this.rgbLabel.Text = "RGB:";
  118. //
  119. // htmlLabel
  120. //
  121. this.htmlLabel.AutoSize = true;
  122. this.htmlLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  123. this.htmlLabel.Location = new System.Drawing.Point(135, 60);
  124. this.htmlLabel.Margin = new System.Windows.Forms.Padding(3);
  125. this.htmlLabel.Name = "htmlLabel";
  126. this.htmlLabel.Size = new System.Drawing.Size(32, 15);
  127. this.htmlLabel.TabIndex = 5;
  128. this.htmlLabel.Text = "HEX:";
  129. //
  130. // htmlTextBox
  131. //
  132. this.htmlTextBox.BackColor = System.Drawing.SystemColors.Window;
  133. this.htmlTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  134. this.htmlTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.htmlTextBox.Location = new System.Drawing.Point(138, 78);
  136. this.htmlTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  137. this.htmlTextBox.Multiline = true;
  138. this.htmlTextBox.Name = "htmlTextBox";
  139. this.htmlTextBox.ReadOnly = true;
  140. this.htmlTextBox.Size = new System.Drawing.Size(137, 20);
  141. this.htmlTextBox.TabIndex = 6;
  142. this.htmlTextBox.Text = "#FFFFFF";
  143. this.htmlTextBox.WordWrap = false;
  144. //
  145. // xLabel
  146. //
  147. this.xLabel.AutoSize = true;
  148. this.xLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  149. this.xLabel.Location = new System.Drawing.Point(55, 12);
  150. this.xLabel.Margin = new System.Windows.Forms.Padding(13, 13, 13, 3);
  151. this.xLabel.Name = "xLabel";
  152. this.xLabel.Size = new System.Drawing.Size(26, 15);
  153. this.xLabel.TabIndex = 7;
  154. this.xLabel.Text = "X: 0";
  155. //
  156. // yLabel
  157. //
  158. this.yLabel.AutoSize = true;
  159. this.yLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  160. this.yLabel.Location = new System.Drawing.Point(55, 31);
  161. this.yLabel.Margin = new System.Windows.Forms.Padding(3);
  162. this.yLabel.Name = "yLabel";
  163. this.yLabel.Size = new System.Drawing.Size(26, 15);
  164. this.yLabel.TabIndex = 8;
  165. this.yLabel.Text = "Y: 0";
  166. //
  167. // colorList
  168. //
  169. this.colorList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  170. this.colorList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  171. this.colorList.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  172. this.colorList.FormattingEnabled = true;
  173. this.colorList.ItemHeight = 17;
  174. this.colorList.Location = new System.Drawing.Point(309, 41);
  175. this.colorList.Margin = new System.Windows.Forms.Padding(0);
  176. this.colorList.Name = "colorList";
  177. this.colorList.Size = new System.Drawing.Size(151, 223);
  178. this.colorList.TabIndex = 1;
  179. this.colorList.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.colorList_DrawItem);
  180. this.colorList.SelectedIndexChanged += new System.EventHandler(this.colorList_SelectedIndexChanged);
  181. //
  182. // cmykTextBox
  183. //
  184. this.cmykTextBox.BackColor = System.Drawing.SystemColors.Window;
  185. this.cmykTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  186. this.cmykTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  187. this.cmykTextBox.Location = new System.Drawing.Point(138, 128);
  188. this.cmykTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  189. this.cmykTextBox.Multiline = true;
  190. this.cmykTextBox.Name = "cmykTextBox";
  191. this.cmykTextBox.ReadOnly = true;
  192. this.cmykTextBox.Size = new System.Drawing.Size(137, 20);
  193. this.cmykTextBox.TabIndex = 12;
  194. this.cmykTextBox.Text = "0, 0, 0, 0";
  195. this.cmykTextBox.WordWrap = false;
  196. //
  197. // cmykLabel
  198. //
  199. this.cmykLabel.AutoSize = true;
  200. this.cmykLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  201. this.cmykLabel.Location = new System.Drawing.Point(135, 110);
  202. this.cmykLabel.Margin = new System.Windows.Forms.Padding(3);
  203. this.cmykLabel.Name = "cmykLabel";
  204. this.cmykLabel.Size = new System.Drawing.Size(64, 15);
  205. this.cmykLabel.TabIndex = 11;
  206. this.cmykLabel.Text = "CMYK (%):";
  207. //
  208. // hslTextBox
  209. //
  210. this.hslTextBox.BackColor = System.Drawing.SystemColors.Window;
  211. this.hslTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  212. this.hslTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  213. this.hslTextBox.Location = new System.Drawing.Point(138, 178);
  214. this.hslTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  215. this.hslTextBox.Multiline = true;
  216. this.hslTextBox.Name = "hslTextBox";
  217. this.hslTextBox.ReadOnly = true;
  218. this.hslTextBox.Size = new System.Drawing.Size(137, 20);
  219. this.hslTextBox.TabIndex = 16;
  220. this.hslTextBox.Text = "0, 0, 100";
  221. this.hslTextBox.WordWrap = false;
  222. //
  223. // hslLabel
  224. //
  225. this.hslLabel.AutoSize = true;
  226. this.hslLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  227. this.hslLabel.Location = new System.Drawing.Point(135, 160);
  228. this.hslLabel.Margin = new System.Windows.Forms.Padding(3);
  229. this.hslLabel.Name = "hslLabel";
  230. this.hslLabel.Size = new System.Drawing.Size(31, 15);
  231. this.hslLabel.TabIndex = 15;
  232. this.hslLabel.Text = "HSL:";
  233. //
  234. // rgbOneTextBox
  235. //
  236. this.rgbOneTextBox.BackColor = System.Drawing.SystemColors.Window;
  237. this.rgbOneTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  238. this.rgbOneTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  239. this.rgbOneTextBox.Location = new System.Drawing.Point(138, 228);
  240. this.rgbOneTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  241. this.rgbOneTextBox.Multiline = true;
  242. this.rgbOneTextBox.Name = "rgbOneTextBox";
  243. this.rgbOneTextBox.ReadOnly = true;
  244. this.rgbOneTextBox.Size = new System.Drawing.Size(137, 20);
  245. this.rgbOneTextBox.TabIndex = 19;
  246. this.rgbOneTextBox.Text = "1; 1; 1";
  247. this.rgbOneTextBox.WordWrap = false;
  248. //
  249. // rgbOneLabel
  250. //
  251. this.rgbOneLabel.AutoSize = true;
  252. this.rgbOneLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  253. this.rgbOneLabel.Location = new System.Drawing.Point(135, 210);
  254. this.rgbOneLabel.Margin = new System.Windows.Forms.Padding(3);
  255. this.rgbOneLabel.Name = "rgbOneLabel";
  256. this.rgbOneLabel.Size = new System.Drawing.Size(61, 15);
  257. this.rgbOneLabel.TabIndex = 18;
  258. this.rgbOneLabel.Text = "RGB [0..1]:";
  259. //
  260. // toolStrip1
  261. //
  262. this.toolStrip1.AutoSize = false;
  263. this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
  264. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  265. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  266. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  267. this.onTopButton,
  268. this.formatButton,
  269. this.toolStripSeparator1,
  270. this.clearListButton,
  271. this.deleteButton,
  272. this.aboutButton});
  273. this.toolStrip1.Location = new System.Drawing.Point(304, 0);
  274. this.toolStrip1.Name = "toolStrip1";
  275. this.toolStrip1.Padding = new System.Windows.Forms.Padding(5);
  276. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  277. this.toolStrip1.Size = new System.Drawing.Size(165, 35);
  278. this.toolStrip1.TabIndex = 24;
  279. this.toolStrip1.Text = "toolStrip1";
  280. //
  281. // onTopButton
  282. //
  283. this.onTopButton.AutoSize = false;
  284. this.onTopButton.Checked = true;
  285. this.onTopButton.CheckState = System.Windows.Forms.CheckState.Checked;
  286. this.onTopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  287. this.onTopButton.Image = ((System.Drawing.Image)(resources.GetObject("onTopButton.Image")));
  288. this.onTopButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  289. this.onTopButton.Name = "onTopButton";
  290. this.onTopButton.Size = new System.Drawing.Size(24, 25);
  291. this.onTopButton.Text = "Toggle always on top | Ctrl + T";
  292. this.onTopButton.ToolTipText = "Always on top | Ctrl + T";
  293. this.onTopButton.Click += new System.EventHandler(this.onTopButton_Click);
  294. //
  295. // formatButton
  296. //
  297. this.formatButton.AutoSize = false;
  298. this.formatButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  299. this.formatButton.Image = ((System.Drawing.Image)(resources.GetObject("formatButton.Image")));
  300. this.formatButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  301. this.formatButton.Name = "formatButton";
  302. this.formatButton.Size = new System.Drawing.Size(24, 25);
  303. this.formatButton.Text = "Clear color list | Ctrl + L";
  304. this.formatButton.ToolTipText = "Another format | Ctrl + F";
  305. this.formatButton.Click += new System.EventHandler(this.formatButton_Click);
  306. //
  307. // toolStripSeparator1
  308. //
  309. this.toolStripSeparator1.AutoSize = false;
  310. this.toolStripSeparator1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
  311. this.toolStripSeparator1.Name = "toolStripSeparator1";
  312. this.toolStripSeparator1.Size = new System.Drawing.Size(2, 16);
  313. //
  314. // clearListButton
  315. //
  316. this.clearListButton.AutoSize = false;
  317. this.clearListButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  318. this.clearListButton.Image = ((System.Drawing.Image)(resources.GetObject("clearListButton.Image")));
  319. this.clearListButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  320. this.clearListButton.Name = "clearListButton";
  321. this.clearListButton.Size = new System.Drawing.Size(24, 25);
  322. this.clearListButton.Text = "Clear color list | Ctrl + L";
  323. this.clearListButton.Click += new System.EventHandler(this.clearListButton_Click);
  324. //
  325. // deleteButton
  326. //
  327. this.deleteButton.AutoSize = false;
  328. this.deleteButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  329. this.deleteButton.Enabled = false;
  330. this.deleteButton.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton.Image")));
  331. this.deleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  332. this.deleteButton.Name = "deleteButton";
  333. this.deleteButton.Size = new System.Drawing.Size(24, 25);
  334. this.deleteButton.Text = "Delete selected color | Delete";
  335. this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
  336. //
  337. // aboutButton
  338. //
  339. this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  340. this.aboutButton.AutoSize = false;
  341. this.aboutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  342. this.aboutButton.Image = ((System.Drawing.Image)(resources.GetObject("aboutButton.Image")));
  343. this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  344. this.aboutButton.Name = "aboutButton";
  345. this.aboutButton.Size = new System.Drawing.Size(24, 25);
  346. this.aboutButton.Text = "About | F1";
  347. this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
  348. //
  349. // gradPanel1
  350. //
  351. this.gradPanel1.BackColor = System.Drawing.Color.White;
  352. this.gradPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  353. this.gradPanel1.Location = new System.Drawing.Point(9, 187);
  354. this.gradPanel1.Margin = new System.Windows.Forms.Padding(0);
  355. this.gradPanel1.Name = "gradPanel1";
  356. this.gradPanel1.Size = new System.Drawing.Size(24, 24);
  357. this.gradPanel1.TabIndex = 26;
  358. this.gradPanel1.Click += new System.EventHandler(this.gradPanel_Click);
  359. //
  360. // gradPanel2
  361. //
  362. this.gradPanel2.BackColor = System.Drawing.Color.White;
  363. this.gradPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  364. this.gradPanel2.Location = new System.Drawing.Point(33, 187);
  365. this.gradPanel2.Margin = new System.Windows.Forms.Padding(0);
  366. this.gradPanel2.Name = "gradPanel2";
  367. this.gradPanel2.Size = new System.Drawing.Size(24, 24);
  368. this.gradPanel2.TabIndex = 27;
  369. this.gradPanel2.Click += new System.EventHandler(this.gradPanel_Click);
  370. //
  371. // gradPanel3
  372. //
  373. this.gradPanel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
  374. this.gradPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  375. this.gradPanel3.Location = new System.Drawing.Point(81, 187);
  376. this.gradPanel3.Margin = new System.Windows.Forms.Padding(0);
  377. this.gradPanel3.Name = "gradPanel3";
  378. this.gradPanel3.Size = new System.Drawing.Size(24, 24);
  379. this.gradPanel3.TabIndex = 27;
  380. this.gradPanel3.Click += new System.EventHandler(this.gradPanel_Click);
  381. //
  382. // gradPanel4
  383. //
  384. this.gradPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(205)))), ((int)(((byte)(205)))));
  385. this.gradPanel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  386. this.gradPanel4.Location = new System.Drawing.Point(105, 187);
  387. this.gradPanel4.Margin = new System.Windows.Forms.Padding(0);
  388. this.gradPanel4.Name = "gradPanel4";
  389. this.gradPanel4.Size = new System.Drawing.Size(24, 24);
  390. this.gradPanel4.TabIndex = 27;
  391. this.gradPanel4.Click += new System.EventHandler(this.gradPanel_Click);
  392. //
  393. // gradPanel
  394. //
  395. this.gradPanel.BackColor = System.Drawing.Color.White;
  396. this.gradPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  397. this.gradPanel.Location = new System.Drawing.Point(57, 187);
  398. this.gradPanel.Margin = new System.Windows.Forms.Padding(0);
  399. this.gradPanel.Name = "gradPanel";
  400. this.gradPanel.Size = new System.Drawing.Size(24, 24);
  401. this.gradPanel.TabIndex = 28;
  402. this.gradPanel.Click += new System.EventHandler(this.gradPanel_Click);
  403. //
  404. // rgbOneCopyButton
  405. //
  406. this.rgbOneCopyButton.FlatAppearance.BorderSize = 0;
  407. this.rgbOneCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  408. this.rgbOneCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("rgbOneCopyButton.Image")));
  409. this.rgbOneCopyButton.Location = new System.Drawing.Point(277, 225);
  410. this.rgbOneCopyButton.Name = "rgbOneCopyButton";
  411. this.rgbOneCopyButton.Size = new System.Drawing.Size(25, 25);
  412. this.rgbOneCopyButton.TabIndex = 20;
  413. this.rgbOneCopyButton.UseVisualStyleBackColor = true;
  414. this.rgbOneCopyButton.Click += new System.EventHandler(this.rgbOneCopyButton_Click);
  415. //
  416. // hslCopyButton
  417. //
  418. this.hslCopyButton.FlatAppearance.BorderSize = 0;
  419. this.hslCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  420. this.hslCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("hslCopyButton.Image")));
  421. this.hslCopyButton.Location = new System.Drawing.Point(277, 175);
  422. this.hslCopyButton.Name = "hslCopyButton";
  423. this.hslCopyButton.Size = new System.Drawing.Size(25, 25);
  424. this.hslCopyButton.TabIndex = 17;
  425. this.hslCopyButton.UseVisualStyleBackColor = true;
  426. this.hslCopyButton.Click += new System.EventHandler(this.hslCopyButton_Click);
  427. //
  428. // cmykCopyButton
  429. //
  430. this.cmykCopyButton.FlatAppearance.BorderSize = 0;
  431. this.cmykCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  432. this.cmykCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("cmykCopyButton.Image")));
  433. this.cmykCopyButton.Location = new System.Drawing.Point(277, 125);
  434. this.cmykCopyButton.Name = "cmykCopyButton";
  435. this.cmykCopyButton.Size = new System.Drawing.Size(25, 25);
  436. this.cmykCopyButton.TabIndex = 14;
  437. this.cmykCopyButton.UseVisualStyleBackColor = true;
  438. this.cmykCopyButton.Click += new System.EventHandler(this.cmykCopyButton_Click);
  439. //
  440. // htmlCopyButton
  441. //
  442. this.htmlCopyButton.FlatAppearance.BorderSize = 0;
  443. this.htmlCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  444. this.htmlCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("htmlCopyButton.Image")));
  445. this.htmlCopyButton.Location = new System.Drawing.Point(277, 75);
  446. this.htmlCopyButton.Name = "htmlCopyButton";
  447. this.htmlCopyButton.Size = new System.Drawing.Size(25, 25);
  448. this.htmlCopyButton.TabIndex = 10;
  449. this.htmlCopyButton.UseVisualStyleBackColor = true;
  450. this.htmlCopyButton.Click += new System.EventHandler(this.htmlCopyButton_Click);
  451. //
  452. // rgbCopyButton
  453. //
  454. this.rgbCopyButton.FlatAppearance.BorderSize = 0;
  455. this.rgbCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  456. this.rgbCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("rgbCopyButton.Image")));
  457. this.rgbCopyButton.Location = new System.Drawing.Point(277, 25);
  458. this.rgbCopyButton.Name = "rgbCopyButton";
  459. this.rgbCopyButton.Size = new System.Drawing.Size(25, 25);
  460. this.rgbCopyButton.TabIndex = 9;
  461. this.rgbCopyButton.UseVisualStyleBackColor = true;
  462. this.rgbCopyButton.Click += new System.EventHandler(this.rgbCopyButton_Click);
  463. //
  464. // aimPictureBox
  465. //
  466. this.aimPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  467. this.aimPictureBox.Location = new System.Drawing.Point(9, 58);
  468. this.aimPictureBox.Margin = new System.Windows.Forms.Padding(0);
  469. this.aimPictureBox.Name = "aimPictureBox";
  470. this.aimPictureBox.Size = new System.Drawing.Size(120, 120);
  471. this.aimPictureBox.TabIndex = 0;
  472. this.aimPictureBox.TabStop = false;
  473. //
  474. // hsvTextBox
  475. //
  476. this.hsvTextBox.BackColor = System.Drawing.SystemColors.Window;
  477. this.hsvTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  478. this.hsvTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  479. this.hsvTextBox.Location = new System.Drawing.Point(138, 278);
  480. this.hsvTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  481. this.hsvTextBox.Multiline = true;
  482. this.hsvTextBox.Name = "hsvTextBox";
  483. this.hsvTextBox.ReadOnly = true;
  484. this.hsvTextBox.Size = new System.Drawing.Size(137, 20);
  485. this.hsvTextBox.TabIndex = 30;
  486. this.hsvTextBox.Text = "0, 0, 100";
  487. this.hsvTextBox.WordWrap = false;
  488. //
  489. // hsvLabel
  490. //
  491. this.hsvLabel.AutoSize = true;
  492. this.hsvLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  493. this.hsvLabel.Location = new System.Drawing.Point(135, 260);
  494. this.hsvLabel.Margin = new System.Windows.Forms.Padding(3);
  495. this.hsvLabel.Name = "hsvLabel";
  496. this.hsvLabel.Size = new System.Drawing.Size(65, 15);
  497. this.hsvLabel.TabIndex = 29;
  498. this.hsvLabel.Text = "HSB / HSV:";
  499. //
  500. // hsvCopyButton
  501. //
  502. this.hsvCopyButton.FlatAppearance.BorderSize = 0;
  503. this.hsvCopyButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  504. this.hsvCopyButton.Image = ((System.Drawing.Image)(resources.GetObject("hsvCopyButton.Image")));
  505. this.hsvCopyButton.Location = new System.Drawing.Point(277, 275);
  506. this.hsvCopyButton.Name = "hsvCopyButton";
  507. this.hsvCopyButton.Size = new System.Drawing.Size(25, 25);
  508. this.hsvCopyButton.TabIndex = 31;
  509. this.hsvCopyButton.UseVisualStyleBackColor = true;
  510. this.hsvCopyButton.Click += new System.EventHandler(this.hsvCopyButton_Click);
  511. //
  512. // ratioPanel
  513. //
  514. this.ratioPanel.BackColor = System.Drawing.Color.White;
  515. this.ratioPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  516. this.ratioPanel.Controls.Add(this.ratioWhiteLabel);
  517. this.ratioPanel.Controls.Add(this.ratioBlackLabel);
  518. this.ratioPanel.Location = new System.Drawing.Point(9, 253);
  519. this.ratioPanel.Margin = new System.Windows.Forms.Padding(0);
  520. this.ratioPanel.Name = "ratioPanel";
  521. this.ratioPanel.Size = new System.Drawing.Size(120, 45);
  522. this.ratioPanel.TabIndex = 32;
  523. //
  524. // ratioWhiteLabel
  525. //
  526. this.ratioWhiteLabel.AutoSize = true;
  527. this.ratioWhiteLabel.BackColor = System.Drawing.Color.Transparent;
  528. this.ratioWhiteLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  529. this.ratioWhiteLabel.ForeColor = System.Drawing.Color.White;
  530. this.ratioWhiteLabel.Location = new System.Drawing.Point(65, 14);
  531. this.ratioWhiteLabel.Margin = new System.Windows.Forms.Padding(3);
  532. this.ratioWhiteLabel.Name = "ratioWhiteLabel";
  533. this.ratioWhiteLabel.Size = new System.Drawing.Size(41, 15);
  534. this.ratioWhiteLabel.TabIndex = 34;
  535. this.ratioWhiteLabel.Text = "White";
  536. //
  537. // ratioBlackLabel
  538. //
  539. this.ratioBlackLabel.AutoSize = true;
  540. this.ratioBlackLabel.BackColor = System.Drawing.Color.Transparent;
  541. this.ratioBlackLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  542. this.ratioBlackLabel.ForeColor = System.Drawing.Color.Black;
  543. this.ratioBlackLabel.Location = new System.Drawing.Point(13, 14);
  544. this.ratioBlackLabel.Margin = new System.Windows.Forms.Padding(3);
  545. this.ratioBlackLabel.Name = "ratioBlackLabel";
  546. this.ratioBlackLabel.Size = new System.Drawing.Size(37, 15);
  547. this.ratioBlackLabel.TabIndex = 33;
  548. this.ratioBlackLabel.Text = "Black";
  549. //
  550. // renameTextBox
  551. //
  552. this.renameTextBox.BackColor = System.Drawing.SystemColors.Window;
  553. this.renameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  554. this.renameTextBox.Enabled = false;
  555. this.renameTextBox.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  556. this.renameTextBox.Location = new System.Drawing.Point(309, 278);
  557. this.renameTextBox.Margin = new System.Windows.Forms.Padding(9, 0, 9, 9);
  558. this.renameTextBox.Name = "renameTextBox";
  559. this.renameTextBox.Size = new System.Drawing.Size(124, 23);
  560. this.renameTextBox.TabIndex = 33;
  561. this.renameTextBox.WordWrap = false;
  562. this.renameTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.renameTextBox_KeyUp);
  563. //
  564. // renameButton
  565. //
  566. this.renameButton.Enabled = false;
  567. this.renameButton.FlatAppearance.BorderSize = 0;
  568. this.renameButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  569. this.renameButton.Image = ((System.Drawing.Image)(resources.GetObject("renameButton.Image")));
  570. this.renameButton.Location = new System.Drawing.Point(435, 275);
  571. this.renameButton.Name = "renameButton";
  572. this.renameButton.Size = new System.Drawing.Size(25, 25);
  573. this.renameButton.TabIndex = 34;
  574. this.renameButton.UseVisualStyleBackColor = true;
  575. this.renameButton.Click += new System.EventHandler(this.renameButton_Click);
  576. //
  577. // linearGradPictureBox
  578. //
  579. this.linearGradPictureBox.BackColor = System.Drawing.Color.White;
  580. this.linearGradPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  581. this.linearGradPictureBox.Location = new System.Drawing.Point(9, 220);
  582. this.linearGradPictureBox.Margin = new System.Windows.Forms.Padding(0, 9, 0, 9);
  583. this.linearGradPictureBox.Name = "linearGradPictureBox";
  584. this.linearGradPictureBox.Size = new System.Drawing.Size(120, 24);
  585. this.linearGradPictureBox.TabIndex = 35;
  586. this.linearGradPictureBox.TabStop = false;
  587. this.linearGradPictureBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.linearGradPictureBox_MouseClick);
  588. //
  589. // statusStrip1
  590. //
  591. this.statusStrip1.BackColor = System.Drawing.SystemColors.ControlLight;
  592. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  593. this.pickColorStatusLabel,
  594. this.copyColorStatusLabel,
  595. this.rgbStatusLabel,
  596. this.hexStatusLabel});
  597. this.statusStrip1.Location = new System.Drawing.Point(0, 307);
  598. this.statusStrip1.Name = "statusStrip1";
  599. this.statusStrip1.Size = new System.Drawing.Size(469, 25);
  600. this.statusStrip1.TabIndex = 36;
  601. this.statusStrip1.Text = "statusStrip1";
  602. //
  603. // pickColorStatusLabel
  604. //
  605. this.pickColorStatusLabel.Margin = new System.Windows.Forms.Padding(5);
  606. this.pickColorStatusLabel.Name = "pickColorStatusLabel";
  607. this.pickColorStatusLabel.Size = new System.Drawing.Size(98, 15);
  608. this.pickColorStatusLabel.Text = "Pick color: Alt +X";
  609. //
  610. // copyColorStatusLabel
  611. //
  612. this.copyColorStatusLabel.Margin = new System.Windows.Forms.Padding(5);
  613. this.copyColorStatusLabel.Name = "copyColorStatusLabel";
  614. this.copyColorStatusLabel.Size = new System.Drawing.Size(108, 15);
  615. this.copyColorStatusLabel.Text = "Copy color: Alt + C";
  616. //
  617. // rgbStatusLabel
  618. //
  619. this.rgbStatusLabel.Margin = new System.Windows.Forms.Padding(5);
  620. this.rgbStatusLabel.Name = "rgbStatusLabel";
  621. this.rgbStatusLabel.Size = new System.Drawing.Size(101, 15);
  622. this.rgbStatusLabel.Text = "RGB: 255, 255, 255";
  623. //
  624. // hexStatusLabel
  625. //
  626. this.hexStatusLabel.Margin = new System.Windows.Forms.Padding(5);
  627. this.hexStatusLabel.Name = "hexStatusLabel";
  628. this.hexStatusLabel.Size = new System.Drawing.Size(78, 15);
  629. this.hexStatusLabel.Text = "HEX: #FFFFFF";
  630. //
  631. // MainForm
  632. //
  633. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  634. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  635. this.ClientSize = new System.Drawing.Size(469, 332);
  636. this.Controls.Add(this.linearGradPictureBox);
  637. this.Controls.Add(this.renameButton);
  638. this.Controls.Add(this.renameTextBox);
  639. this.Controls.Add(this.ratioPanel);
  640. this.Controls.Add(this.hsvCopyButton);
  641. this.Controls.Add(this.hsvTextBox);
  642. this.Controls.Add(this.hsvLabel);
  643. this.Controls.Add(this.gradPanel);
  644. this.Controls.Add(this.gradPanel4);
  645. this.Controls.Add(this.gradPanel3);
  646. this.Controls.Add(this.gradPanel2);
  647. this.Controls.Add(this.gradPanel1);
  648. this.Controls.Add(this.toolStrip1);
  649. this.Controls.Add(this.rgbOneCopyButton);
  650. this.Controls.Add(this.rgbOneTextBox);
  651. this.Controls.Add(this.rgbOneLabel);
  652. this.Controls.Add(this.hslCopyButton);
  653. this.Controls.Add(this.hslTextBox);
  654. this.Controls.Add(this.hslLabel);
  655. this.Controls.Add(this.cmykCopyButton);
  656. this.Controls.Add(this.cmykTextBox);
  657. this.Controls.Add(this.cmykLabel);
  658. this.Controls.Add(this.htmlCopyButton);
  659. this.Controls.Add(this.rgbCopyButton);
  660. this.Controls.Add(this.yLabel);
  661. this.Controls.Add(this.xLabel);
  662. this.Controls.Add(this.htmlTextBox);
  663. this.Controls.Add(this.htmlLabel);
  664. this.Controls.Add(this.rgbLabel);
  665. this.Controls.Add(this.rgbTextBox);
  666. this.Controls.Add(this.colorPanel);
  667. this.Controls.Add(this.colorList);
  668. this.Controls.Add(this.aimPictureBox);
  669. this.Controls.Add(this.statusStrip1);
  670. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  671. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  672. this.KeyPreview = true;
  673. this.MaximizeBox = false;
  674. this.Name = "MainForm";
  675. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  676. this.Text = "Quick Color Picker";
  677. this.TopMost = true;
  678. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  679. this.Load += new System.EventHandler(this.MainForm_Load);
  680. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
  681. this.toolStrip1.ResumeLayout(false);
  682. this.toolStrip1.PerformLayout();
  683. ((System.ComponentModel.ISupportInitialize)(this.aimPictureBox)).EndInit();
  684. this.ratioPanel.ResumeLayout(false);
  685. this.ratioPanel.PerformLayout();
  686. ((System.ComponentModel.ISupportInitialize)(this.linearGradPictureBox)).EndInit();
  687. this.statusStrip1.ResumeLayout(false);
  688. this.statusStrip1.PerformLayout();
  689. this.ResumeLayout(false);
  690. this.PerformLayout();
  691. }
  692. #endregion
  693. private System.Windows.Forms.PictureBox aimPictureBox;
  694. private System.Windows.Forms.Panel colorPanel;
  695. private System.Windows.Forms.TextBox rgbTextBox;
  696. private System.Windows.Forms.Label rgbLabel;
  697. private System.Windows.Forms.Label htmlLabel;
  698. private System.Windows.Forms.TextBox htmlTextBox;
  699. private System.Windows.Forms.Label xLabel;
  700. private System.Windows.Forms.Label yLabel;
  701. private System.Windows.Forms.ListBox colorList;
  702. private System.Windows.Forms.Button rgbCopyButton;
  703. private System.Windows.Forms.Button htmlCopyButton;
  704. private System.Windows.Forms.Button cmykCopyButton;
  705. private System.Windows.Forms.TextBox cmykTextBox;
  706. private System.Windows.Forms.Label cmykLabel;
  707. private System.Windows.Forms.Button hslCopyButton;
  708. private System.Windows.Forms.TextBox hslTextBox;
  709. private System.Windows.Forms.Label hslLabel;
  710. private System.Windows.Forms.Button rgbOneCopyButton;
  711. private System.Windows.Forms.TextBox rgbOneTextBox;
  712. private System.Windows.Forms.Label rgbOneLabel;
  713. private System.Windows.Forms.ToolStrip toolStrip1;
  714. private System.Windows.Forms.ToolStripButton onTopButton;
  715. private System.Windows.Forms.ToolStripButton clearListButton;
  716. private System.Windows.Forms.ToolStripButton aboutButton;
  717. private System.Windows.Forms.ToolStripButton deleteButton;
  718. private System.Windows.Forms.Panel gradPanel1;
  719. private System.Windows.Forms.Panel gradPanel2;
  720. private System.Windows.Forms.Panel gradPanel3;
  721. private System.Windows.Forms.Panel gradPanel4;
  722. private System.Windows.Forms.Panel gradPanel;
  723. private System.Windows.Forms.ToolStripButton formatButton;
  724. private System.Windows.Forms.ToolTip copyTooltip;
  725. private System.Windows.Forms.TextBox hsvTextBox;
  726. private System.Windows.Forms.Label hsvLabel;
  727. private System.Windows.Forms.Button hsvCopyButton;
  728. private System.Windows.Forms.Panel ratioPanel;
  729. private System.Windows.Forms.Label ratioBlackLabel;
  730. private System.Windows.Forms.Label ratioWhiteLabel;
  731. private System.Windows.Forms.TextBox renameTextBox;
  732. private System.Windows.Forms.Button renameButton;
  733. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  734. private System.Windows.Forms.PictureBox linearGradPictureBox;
  735. private System.Windows.Forms.StatusStrip statusStrip1;
  736. private System.Windows.Forms.ToolStripStatusLabel rgbStatusLabel;
  737. private System.Windows.Forms.ToolStripStatusLabel hexStatusLabel;
  738. private System.Windows.Forms.ToolStripStatusLabel pickColorStatusLabel;
  739. private System.Windows.Forms.ToolStripStatusLabel copyColorStatusLabel;
  740. }
  741. }