AboutForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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(6, 26);
  61. this.productLabel.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  62. this.productLabel.Name = "productLabel";
  63. this.productLabel.Size = new System.Drawing.Size(95, 13);
  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, 45);
  71. this.versionLabel.Margin = new System.Windows.Forms.Padding(3);
  72. this.versionLabel.Name = "versionLabel";
  73. this.versionLabel.Size = new System.Drawing.Size(42, 13);
  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, 97);
  81. this.companyLabel.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  82. this.companyLabel.Name = "companyLabel";
  83. this.companyLabel.Size = new System.Drawing.Size(72, 13);
  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, 116);
  91. this.authorLabel.Margin = new System.Windows.Forms.Padding(3);
  92. this.authorLabel.Name = "authorLabel";
  93. this.authorLabel.Size = new System.Drawing.Size(122, 13);
  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, 142);
  101. this.descriptionLabel.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  102. this.descriptionLabel.Name = "descriptionLabel";
  103. this.descriptionLabel.Size = new System.Drawing.Size(181, 13);
  104. this.descriptionLabel.TabIndex = 31;
  105. this.descriptionLabel.Text = "Lightweight color picker for Windows";
  106. //
  107. // developerLink
  108. //
  109. this.developerLink.AutoSize = true;
  110. this.developerLink.Location = new System.Drawing.Point(6, 26);
  111. this.developerLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  112. this.developerLink.Name = "developerLink";
  113. this.developerLink.Size = new System.Drawing.Size(58, 13);
  114. this.developerLink.TabIndex = 32;
  115. this.developerLink.TabStop = true;
  116. this.developerLink.Text = "Module Art";
  117. this.developerLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.developerLink_LinkClicked);
  118. //
  119. // projectLink
  120. //
  121. this.projectLink.AutoSize = true;
  122. this.projectLink.Location = new System.Drawing.Point(70, 26);
  123. this.projectLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  124. this.projectLink.Name = "projectLink";
  125. this.projectLink.Size = new System.Drawing.Size(67, 13);
  126. this.projectLink.TabIndex = 33;
  127. this.projectLink.TabStop = true;
  128. this.projectLink.Text = "Project page";
  129. this.projectLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.projectLink_LinkClicked);
  130. //
  131. // okButton
  132. //
  133. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  134. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  135. this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
  136. this.okButton.Location = new System.Drawing.Point(190, 357);
  137. this.okButton.Margin = new System.Windows.Forms.Padding(0);
  138. this.okButton.Name = "okButton";
  139. this.okButton.Size = new System.Drawing.Size(75, 23);
  140. this.okButton.TabIndex = 21;
  141. this.okButton.Text = "&OK";
  142. //
  143. // infoGroup
  144. //
  145. this.infoGroup.Controls.Add(this.updatesLink);
  146. this.infoGroup.Controls.Add(this.versionLabel);
  147. this.infoGroup.Controls.Add(this.companyLabel);
  148. this.infoGroup.Controls.Add(this.productLabel);
  149. this.infoGroup.Controls.Add(this.descriptionLabel);
  150. this.infoGroup.Controls.Add(this.authorLabel);
  151. this.infoGroup.Location = new System.Drawing.Point(9, 109);
  152. this.infoGroup.Margin = new System.Windows.Forms.Padding(0);
  153. this.infoGroup.Name = "infoGroup";
  154. this.infoGroup.Size = new System.Drawing.Size(256, 173);
  155. this.infoGroup.TabIndex = 34;
  156. this.infoGroup.TabStop = false;
  157. this.infoGroup.Text = "Info";
  158. //
  159. // updatesLink
  160. //
  161. this.updatesLink.AutoSize = true;
  162. this.updatesLink.Location = new System.Drawing.Point(6, 71);
  163. this.updatesLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  164. this.updatesLink.Name = "updatesLink";
  165. this.updatesLink.Size = new System.Drawing.Size(94, 13);
  166. this.updatesLink.TabIndex = 35;
  167. this.updatesLink.TabStop = true;
  168. this.updatesLink.Text = "Check for updates";
  169. this.updatesLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.updatesLink_LinkClicked);
  170. //
  171. // issuesLink
  172. //
  173. this.issuesLink.AutoSize = true;
  174. this.issuesLink.Location = new System.Drawing.Point(143, 26);
  175. this.issuesLink.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
  176. this.issuesLink.Name = "issuesLink";
  177. this.issuesLink.Size = new System.Drawing.Size(37, 13);
  178. this.issuesLink.TabIndex = 34;
  179. this.issuesLink.TabStop = true;
  180. this.issuesLink.Text = "Issues";
  181. this.issuesLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.issuesLink_LinkClicked);
  182. //
  183. // pagesGroup
  184. //
  185. this.pagesGroup.Controls.Add(this.developerLink);
  186. this.pagesGroup.Controls.Add(this.projectLink);
  187. this.pagesGroup.Controls.Add(this.issuesLink);
  188. this.pagesGroup.Location = new System.Drawing.Point(9, 292);
  189. this.pagesGroup.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
  190. this.pagesGroup.Name = "pagesGroup";
  191. this.pagesGroup.Size = new System.Drawing.Size(256, 58);
  192. this.pagesGroup.TabIndex = 37;
  193. this.pagesGroup.TabStop = false;
  194. this.pagesGroup.Text = "Links";
  195. //
  196. // AboutForm
  197. //
  198. this.AcceptButton = this.okButton;
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  201. this.ClientSize = new System.Drawing.Size(274, 389);
  202. this.Controls.Add(this.pagesGroup);
  203. this.Controls.Add(this.infoGroup);
  204. this.Controls.Add(this.okButton);
  205. this.Controls.Add(this.logoPictureBox);
  206. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  207. this.MaximizeBox = false;
  208. this.MinimizeBox = false;
  209. this.Name = "AboutForm";
  210. this.Padding = new System.Windows.Forms.Padding(9);
  211. this.ShowIcon = false;
  212. this.ShowInTaskbar = false;
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  214. this.Text = "About";
  215. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  216. this.infoGroup.ResumeLayout(false);
  217. this.infoGroup.PerformLayout();
  218. this.pagesGroup.ResumeLayout(false);
  219. this.pagesGroup.PerformLayout();
  220. this.ResumeLayout(false);
  221. }
  222. #endregion
  223. private System.Windows.Forms.PictureBox logoPictureBox;
  224. private System.Windows.Forms.Label productLabel;
  225. private System.Windows.Forms.Label versionLabel;
  226. private System.Windows.Forms.Label companyLabel;
  227. private System.Windows.Forms.Label authorLabel;
  228. private System.Windows.Forms.Label descriptionLabel;
  229. private System.Windows.Forms.LinkLabel developerLink;
  230. private System.Windows.Forms.LinkLabel projectLink;
  231. private System.Windows.Forms.Button okButton;
  232. private System.Windows.Forms.GroupBox infoGroup;
  233. private System.Windows.Forms.LinkLabel issuesLink;
  234. private System.Windows.Forms.LinkLabel updatesLink;
  235. private System.Windows.Forms.GroupBox pagesGroup;
  236. }
  237. }