AboutForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. namespace quick_color_picker
  2. {
  3. partial class AboutForm
  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. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
  28. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  29. this.productLabel = new System.Windows.Forms.Label();
  30. this.versionLabel = new System.Windows.Forms.Label();
  31. this.companyLabel = new System.Windows.Forms.Label();
  32. this.authorLabel = new System.Windows.Forms.Label();
  33. this.descriptionLabel = new System.Windows.Forms.Label();
  34. this.developerLink = new System.Windows.Forms.LinkLabel();
  35. this.projectLink = new System.Windows.Forms.LinkLabel();
  36. this.okButton = new System.Windows.Forms.Button();
  37. this.infoGroup = new System.Windows.Forms.GroupBox();
  38. this.updatesLink = new System.Windows.Forms.LinkLabel();
  39. this.issuesLink = new System.Windows.Forms.LinkLabel();
  40. this.pagesGroup = new System.Windows.Forms.GroupBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  42. this.infoGroup.SuspendLayout();
  43. this.pagesGroup.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // logoPictureBox
  47. //
  48. this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
  49. this.logoPictureBox.Location = new System.Drawing.Point(9, 9);
  50. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(0);
  51. this.logoPictureBox.Name = "logoPictureBox";
  52. this.logoPictureBox.Size = new System.Drawing.Size(256, 100);
  53. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  54. this.logoPictureBox.TabIndex = 12;
  55. this.logoPictureBox.TabStop = false;
  56. //
  57. // productLabel
  58. //
  59. this.productLabel.AutoSize = true;
  60. this.productLabel.Location = new System.Drawing.Point(4, 28);
  61. this.productLabel.Margin = new System.Windows.Forms.Padding(3, 19, 3, 3);
  62. this.productLabel.Name = "productLabel";
  63. this.productLabel.Size = new System.Drawing.Size(105, 15);
  64. this.productLabel.TabIndex = 27;
  65. this.productLabel.Text = "Quick Color Picker";
  66. //
  67. // versionLabel
  68. //
  69. this.versionLabel.AutoSize = true;
  70. this.versionLabel.Location = new System.Drawing.Point(6, 49);
  71. this.versionLabel.Margin = new System.Windows.Forms.Padding(3);
  72. this.versionLabel.Name = "versionLabel";
  73. this.versionLabel.Size = new System.Drawing.Size(45, 15);
  74. this.versionLabel.TabIndex = 28;
  75. this.versionLabel.Text = "Version";
  76. //
  77. // companyLabel
  78. //
  79. this.companyLabel.AutoSize = true;
  80. this.companyLabel.Location = new System.Drawing.Point(6, 103);
  81. this.companyLabel.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3);
  82. this.companyLabel.Name = "companyLabel";
  83. this.companyLabel.Size = new System.Drawing.Size(83, 15);
  84. this.companyLabel.TabIndex = 29;
  85. this.companyLabel.Text = "by Module Art";
  86. //
  87. // authorLabel
  88. //
  89. this.authorLabel.AutoSize = true;
  90. this.authorLabel.Location = new System.Drawing.Point(6, 124);
  91. this.authorLabel.Margin = new System.Windows.Forms.Padding(3);
  92. this.authorLabel.Name = "authorLabel";
  93. this.authorLabel.Size = new System.Drawing.Size(134, 15);
  94. this.authorLabel.TabIndex = 30;
  95. this.authorLabel.Text = "Author: Eugene Volynko";
  96. //
  97. // descriptionLabel
  98. //
  99. this.descriptionLabel.AutoSize = true;
  100. this.descriptionLabel.Location = new System.Drawing.Point(6, 151);
  101. this.descriptionLabel.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3);
  102. this.descriptionLabel.Name = "descriptionLabel";
  103. this.descriptionLabel.Size = new System.Drawing.Size(242, 45);
  104. this.descriptionLabel.TabIndex = 31;
  105. this.descriptionLabel.Text = "Lightweight desktop color picker and color \r\neditor utility to get and save color" +
  106. "s quickly \r\nfor Windows, build on top of WinForms (C#)";
  107. //
  108. // developerLink
  109. //
  110. this.developerLink.AutoSize = true;
  111. this.developerLink.Location = new System.Drawing.Point(6, 28);
  112. this.developerLink.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3);
  113. this.developerLink.Name = "developerLink";
  114. this.developerLink.Size = new System.Drawing.Size(67, 15);
  115. this.developerLink.TabIndex = 32;
  116. this.developerLink.TabStop = true;
  117. this.developerLink.Text = "Module Art";
  118. this.developerLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.developerLink_LinkClicked);
  119. //
  120. // projectLink
  121. //
  122. this.projectLink.AutoSize = true;
  123. this.projectLink.Location = new System.Drawing.Point(79, 29);
  124. this.projectLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  125. this.projectLink.Name = "projectLink";
  126. this.projectLink.Size = new System.Drawing.Size(73, 15);
  127. this.projectLink.TabIndex = 33;
  128. this.projectLink.TabStop = true;
  129. this.projectLink.Text = "Project page";
  130. this.projectLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.projectLink_LinkClicked);
  131. //
  132. // okButton
  133. //
  134. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  135. this.okButton.BackColor = System.Drawing.SystemColors.ControlLight;
  136. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  137. this.okButton.FlatAppearance.BorderSize = 0;
  138. this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  139. this.okButton.Location = new System.Drawing.Point(9, 408);
  140. this.okButton.Margin = new System.Windows.Forms.Padding(0);
  141. this.okButton.Name = "okButton";
  142. this.okButton.Size = new System.Drawing.Size(256, 23);
  143. this.okButton.TabIndex = 21;
  144. this.okButton.Text = "Close";
  145. this.okButton.UseVisualStyleBackColor = false;
  146. //
  147. // infoGroup
  148. //
  149. this.infoGroup.Controls.Add(this.updatesLink);
  150. this.infoGroup.Controls.Add(this.versionLabel);
  151. this.infoGroup.Controls.Add(this.companyLabel);
  152. this.infoGroup.Controls.Add(this.productLabel);
  153. this.infoGroup.Controls.Add(this.descriptionLabel);
  154. this.infoGroup.Controls.Add(this.authorLabel);
  155. this.infoGroup.Location = new System.Drawing.Point(9, 118);
  156. this.infoGroup.Margin = new System.Windows.Forms.Padding(0, 9, 0, 0);
  157. this.infoGroup.Name = "infoGroup";
  158. this.infoGroup.Size = new System.Drawing.Size(256, 213);
  159. this.infoGroup.TabIndex = 34;
  160. this.infoGroup.TabStop = false;
  161. this.infoGroup.Text = "Info";
  162. //
  163. // updatesLink
  164. //
  165. this.updatesLink.AutoSize = true;
  166. this.updatesLink.Location = new System.Drawing.Point(6, 76);
  167. this.updatesLink.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3);
  168. this.updatesLink.Name = "updatesLink";
  169. this.updatesLink.Size = new System.Drawing.Size(103, 15);
  170. this.updatesLink.TabIndex = 35;
  171. this.updatesLink.TabStop = true;
  172. this.updatesLink.Text = "Check for updates";
  173. this.updatesLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.updatesLink_LinkClicked);
  174. //
  175. // issuesLink
  176. //
  177. this.issuesLink.AutoSize = true;
  178. this.issuesLink.Location = new System.Drawing.Point(158, 29);
  179. this.issuesLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  180. this.issuesLink.Name = "issuesLink";
  181. this.issuesLink.Size = new System.Drawing.Size(38, 15);
  182. this.issuesLink.TabIndex = 34;
  183. this.issuesLink.TabStop = true;
  184. this.issuesLink.Text = "Issues";
  185. this.issuesLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.issuesLink_LinkClicked);
  186. //
  187. // pagesGroup
  188. //
  189. this.pagesGroup.Controls.Add(this.developerLink);
  190. this.pagesGroup.Controls.Add(this.projectLink);
  191. this.pagesGroup.Controls.Add(this.issuesLink);
  192. this.pagesGroup.Location = new System.Drawing.Point(9, 340);
  193. this.pagesGroup.Margin = new System.Windows.Forms.Padding(0, 9, 0, 0);
  194. this.pagesGroup.Name = "pagesGroup";
  195. this.pagesGroup.Size = new System.Drawing.Size(256, 60);
  196. this.pagesGroup.TabIndex = 37;
  197. this.pagesGroup.TabStop = false;
  198. this.pagesGroup.Text = "Links";
  199. //
  200. // AboutForm
  201. //
  202. this.AcceptButton = this.okButton;
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  205. this.ClientSize = new System.Drawing.Size(274, 440);
  206. this.Controls.Add(this.pagesGroup);
  207. this.Controls.Add(this.infoGroup);
  208. this.Controls.Add(this.okButton);
  209. this.Controls.Add(this.logoPictureBox);
  210. this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  211. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  212. this.KeyPreview = true;
  213. this.MaximizeBox = false;
  214. this.MinimizeBox = false;
  215. this.Name = "AboutForm";
  216. this.Padding = new System.Windows.Forms.Padding(9);
  217. this.ShowIcon = false;
  218. this.ShowInTaskbar = false;
  219. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  220. this.Text = "About";
  221. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AboutForm_KeyDown);
  222. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  223. this.infoGroup.ResumeLayout(false);
  224. this.infoGroup.PerformLayout();
  225. this.pagesGroup.ResumeLayout(false);
  226. this.pagesGroup.PerformLayout();
  227. this.ResumeLayout(false);
  228. }
  229. #endregion
  230. private System.Windows.Forms.PictureBox logoPictureBox;
  231. private System.Windows.Forms.Label productLabel;
  232. private System.Windows.Forms.Label versionLabel;
  233. private System.Windows.Forms.Label companyLabel;
  234. private System.Windows.Forms.Label authorLabel;
  235. private System.Windows.Forms.Label descriptionLabel;
  236. private System.Windows.Forms.LinkLabel developerLink;
  237. private System.Windows.Forms.LinkLabel projectLink;
  238. private System.Windows.Forms.Button okButton;
  239. private System.Windows.Forms.GroupBox infoGroup;
  240. private System.Windows.Forms.LinkLabel issuesLink;
  241. private System.Windows.Forms.LinkLabel updatesLink;
  242. private System.Windows.Forms.GroupBox pagesGroup;
  243. }
  244. }