PageRenderTime 26ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/SOS.Net/AboutForm.Designer.cs

https://bitbucket.org/grozeille/sosnet
C# | 249 lines | 190 code | 6 blank | 53 comment | 3 complexity | 95c75a5f71adbf31478737b634750f5d MD5 | raw file
Possible License(s): Apache-2.0
  1. namespace SOS.Net
  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. /// <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(AboutForm));
  29. this.buttonOK = new System.Windows.Forms.Button();
  30. this.labelHelp = new System.Windows.Forms.Label();
  31. this.labelAuthor = new System.Windows.Forms.Label();
  32. this.labelVersion = new System.Windows.Forms.Label();
  33. this.labelWebSite = new System.Windows.Forms.Label();
  34. this.labelReportBugs = new System.Windows.Forms.Label();
  35. this.linkLabelAuthor = new System.Windows.Forms.LinkLabel();
  36. this.tableLayoutPanelAbout = new System.Windows.Forms.TableLayoutPanel();
  37. this.labelVersionInfo = new System.Windows.Forms.Label();
  38. this.linkLabelWebSite = new System.Windows.Forms.LinkLabel();
  39. this.linkLabelReportBugs = new System.Windows.Forms.LinkLabel();
  40. this.labelLicence = new System.Windows.Forms.Label();
  41. this.textBoxLicence = new System.Windows.Forms.TextBox();
  42. this.tableLayoutPanelAbout.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // buttonOK
  46. //
  47. this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  48. this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  49. this.buttonOK.Location = new System.Drawing.Point(362, 183);
  50. this.buttonOK.Name = "buttonOK";
  51. this.buttonOK.Size = new System.Drawing.Size(75, 23);
  52. this.buttonOK.TabIndex = 0;
  53. this.buttonOK.Text = "&OK";
  54. this.buttonOK.UseVisualStyleBackColor = true;
  55. //
  56. // labelHelp
  57. //
  58. this.labelHelp.AutoSize = true;
  59. this.labelHelp.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  60. this.labelHelp.Location = new System.Drawing.Point(12, 9);
  61. this.labelHelp.Name = "labelHelp";
  62. this.labelHelp.Size = new System.Drawing.Size(111, 20);
  63. this.labelHelp.TabIndex = 1;
  64. this.labelHelp.Text = "SOS for .Net";
  65. //
  66. // labelAuthor
  67. //
  68. this.labelAuthor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  69. this.labelAuthor.AutoSize = true;
  70. this.labelAuthor.Location = new System.Drawing.Point(3, 3);
  71. this.labelAuthor.Name = "labelAuthor";
  72. this.labelAuthor.Size = new System.Drawing.Size(68, 13);
  73. this.labelAuthor.TabIndex = 2;
  74. this.labelAuthor.Text = "Author:";
  75. //
  76. // labelVersion
  77. //
  78. this.labelVersion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  79. this.labelVersion.AutoSize = true;
  80. this.labelVersion.Location = new System.Drawing.Point(3, 23);
  81. this.labelVersion.Name = "labelVersion";
  82. this.labelVersion.Size = new System.Drawing.Size(68, 13);
  83. this.labelVersion.TabIndex = 2;
  84. this.labelVersion.Text = "Version:";
  85. //
  86. // labelWebSite
  87. //
  88. this.labelWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  89. this.labelWebSite.AutoSize = true;
  90. this.labelWebSite.Location = new System.Drawing.Point(3, 43);
  91. this.labelWebSite.Name = "labelWebSite";
  92. this.labelWebSite.Size = new System.Drawing.Size(68, 13);
  93. this.labelWebSite.TabIndex = 2;
  94. this.labelWebSite.Text = "WebSite:";
  95. //
  96. // labelReportBugs
  97. //
  98. this.labelReportBugs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  99. this.labelReportBugs.AutoSize = true;
  100. this.labelReportBugs.Location = new System.Drawing.Point(3, 63);
  101. this.labelReportBugs.Name = "labelReportBugs";
  102. this.labelReportBugs.Size = new System.Drawing.Size(68, 13);
  103. this.labelReportBugs.TabIndex = 2;
  104. this.labelReportBugs.Text = "Report bugs:";
  105. //
  106. // linkLabelAuthor
  107. //
  108. this.linkLabelAuthor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  109. this.linkLabelAuthor.AutoSize = true;
  110. this.linkLabelAuthor.Location = new System.Drawing.Point(77, 3);
  111. this.linkLabelAuthor.Name = "linkLabelAuthor";
  112. this.linkLabelAuthor.Size = new System.Drawing.Size(345, 13);
  113. this.linkLabelAuthor.TabIndex = 3;
  114. this.linkLabelAuthor.TabStop = true;
  115. this.linkLabelAuthor.Text = "http://grozeille.com";
  116. this.linkLabelAuthor.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
  117. //
  118. // tableLayoutPanelAbout
  119. //
  120. this.tableLayoutPanelAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  121. | System.Windows.Forms.AnchorStyles.Left)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.tableLayoutPanelAbout.ColumnCount = 2;
  124. this.tableLayoutPanelAbout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  125. this.tableLayoutPanelAbout.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  126. this.tableLayoutPanelAbout.Controls.Add(this.labelLicence, 0, 4);
  127. this.tableLayoutPanelAbout.Controls.Add(this.linkLabelReportBugs, 1, 3);
  128. this.tableLayoutPanelAbout.Controls.Add(this.labelAuthor, 0, 0);
  129. this.tableLayoutPanelAbout.Controls.Add(this.linkLabelAuthor, 1, 0);
  130. this.tableLayoutPanelAbout.Controls.Add(this.labelVersion, 0, 1);
  131. this.tableLayoutPanelAbout.Controls.Add(this.labelReportBugs, 0, 3);
  132. this.tableLayoutPanelAbout.Controls.Add(this.labelWebSite, 0, 2);
  133. this.tableLayoutPanelAbout.Controls.Add(this.labelVersionInfo, 1, 1);
  134. this.tableLayoutPanelAbout.Controls.Add(this.linkLabelWebSite, 1, 2);
  135. this.tableLayoutPanelAbout.Controls.Add(this.textBoxLicence, 1, 4);
  136. this.tableLayoutPanelAbout.Location = new System.Drawing.Point(12, 32);
  137. this.tableLayoutPanelAbout.Name = "tableLayoutPanelAbout";
  138. this.tableLayoutPanelAbout.RowCount = 6;
  139. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  140. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  141. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  142. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  143. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  144. this.tableLayoutPanelAbout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  145. this.tableLayoutPanelAbout.Size = new System.Drawing.Size(425, 145);
  146. this.tableLayoutPanelAbout.TabIndex = 4;
  147. //
  148. // labelVersionInfo
  149. //
  150. this.labelVersionInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  151. this.labelVersionInfo.AutoSize = true;
  152. this.labelVersionInfo.Location = new System.Drawing.Point(77, 23);
  153. this.labelVersionInfo.Name = "labelVersionInfo";
  154. this.labelVersionInfo.Size = new System.Drawing.Size(345, 13);
  155. this.labelVersionInfo.TabIndex = 2;
  156. this.labelVersionInfo.Text = "1.0.0.0";
  157. //
  158. // linkLabelWebSite
  159. //
  160. this.linkLabelWebSite.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  161. this.linkLabelWebSite.AutoSize = true;
  162. this.linkLabelWebSite.Location = new System.Drawing.Point(77, 43);
  163. this.linkLabelWebSite.Name = "linkLabelWebSite";
  164. this.linkLabelWebSite.Size = new System.Drawing.Size(345, 13);
  165. this.linkLabelWebSite.TabIndex = 3;
  166. this.linkLabelWebSite.TabStop = true;
  167. this.linkLabelWebSite.Text = "http://bitbucket.org/grozeille/sosnet/wiki/Home";
  168. this.linkLabelWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
  169. //
  170. // linkLabelReportBugs
  171. //
  172. this.linkLabelReportBugs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  173. this.linkLabelReportBugs.AutoSize = true;
  174. this.linkLabelReportBugs.Location = new System.Drawing.Point(77, 63);
  175. this.linkLabelReportBugs.Name = "linkLabelReportBugs";
  176. this.linkLabelReportBugs.Size = new System.Drawing.Size(345, 13);
  177. this.linkLabelReportBugs.TabIndex = 4;
  178. this.linkLabelReportBugs.TabStop = true;
  179. this.linkLabelReportBugs.Text = "http://bitbucket.org/grozeille/sosnet/issues/?status=new&status=open";
  180. this.linkLabelReportBugs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
  181. //
  182. // labelLicence
  183. //
  184. this.labelLicence.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  185. this.labelLicence.AutoSize = true;
  186. this.labelLicence.Location = new System.Drawing.Point(3, 83);
  187. this.labelLicence.Name = "labelLicence";
  188. this.labelLicence.Size = new System.Drawing.Size(68, 13);
  189. this.labelLicence.TabIndex = 5;
  190. this.labelLicence.Text = "Licence:";
  191. //
  192. // textBoxLicence
  193. //
  194. this.textBoxLicence.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.textBoxLicence.Location = new System.Drawing.Point(77, 83);
  198. this.textBoxLicence.Multiline = true;
  199. this.textBoxLicence.Name = "textBoxLicence";
  200. this.textBoxLicence.ReadOnly = true;
  201. this.tableLayoutPanelAbout.SetRowSpan(this.textBoxLicence, 2);
  202. this.textBoxLicence.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  203. this.textBoxLicence.Size = new System.Drawing.Size(345, 59);
  204. this.textBoxLicence.TabIndex = 6;
  205. //
  206. // AboutForm
  207. //
  208. this.AcceptButton = this.buttonOK;
  209. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  210. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  211. this.CancelButton = this.buttonOK;
  212. this.ClientSize = new System.Drawing.Size(449, 218);
  213. this.Controls.Add(this.tableLayoutPanelAbout);
  214. this.Controls.Add(this.labelHelp);
  215. this.Controls.Add(this.buttonOK);
  216. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  217. this.MaximizeBox = false;
  218. this.MinimizeBox = false;
  219. this.Name = "AboutForm";
  220. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  221. this.Text = "About SOS for .Net";
  222. this.Load += new System.EventHandler(this.AboutForm_Load);
  223. this.tableLayoutPanelAbout.ResumeLayout(false);
  224. this.tableLayoutPanelAbout.PerformLayout();
  225. this.ResumeLayout(false);
  226. this.PerformLayout();
  227. }
  228. #endregion
  229. private System.Windows.Forms.Button buttonOK;
  230. private System.Windows.Forms.Label labelHelp;
  231. private System.Windows.Forms.Label labelAuthor;
  232. private System.Windows.Forms.Label labelVersion;
  233. private System.Windows.Forms.Label labelWebSite;
  234. private System.Windows.Forms.Label labelReportBugs;
  235. private System.Windows.Forms.LinkLabel linkLabelAuthor;
  236. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelAbout;
  237. private System.Windows.Forms.LinkLabel linkLabelReportBugs;
  238. private System.Windows.Forms.Label labelVersionInfo;
  239. private System.Windows.Forms.LinkLabel linkLabelWebSite;
  240. private System.Windows.Forms.Label labelLicence;
  241. private System.Windows.Forms.TextBox textBoxLicence;
  242. }
  243. }