frmAbout.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace DnsServerSystemTrayApp
  2. {
  3. partial class frmAbout
  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(frmAbout));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.lnkTerms = new System.Windows.Forms.LinkLabel();
  34. this.btnClose = new System.Windows.Forms.Button();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.lnkWebsite = new System.Windows.Forms.LinkLabel();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.lnkContactEmail = new System.Windows.Forms.LinkLabel();
  39. this.labVersion = new System.Windows.Forms.Label();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.panel1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // panel1
  46. //
  47. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  48. this.panel1.Controls.Add(this.pictureBox1);
  49. this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
  50. this.panel1.Location = new System.Drawing.Point(0, 0);
  51. this.panel1.Name = "panel1";
  52. this.panel1.Size = new System.Drawing.Size(56, 261);
  53. this.panel1.TabIndex = 21;
  54. //
  55. // pictureBox1
  56. //
  57. this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  58. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  59. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  60. this.pictureBox1.Location = new System.Drawing.Point(0, 205);
  61. this.pictureBox1.Name = "pictureBox1";
  62. this.pictureBox1.Padding = new System.Windows.Forms.Padding(4);
  63. this.pictureBox1.Size = new System.Drawing.Size(56, 56);
  64. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  65. this.pictureBox1.TabIndex = 12;
  66. this.pictureBox1.TabStop = false;
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  73. this.label2.Location = new System.Drawing.Point(75, 24);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(456, 46);
  76. this.label2.TabIndex = 24;
  77. this.label2.Text = "Technitium DNS Server";
  78. //
  79. // label4
  80. //
  81. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  82. this.label4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  83. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  84. this.label4.Location = new System.Drawing.Point(62, 193);
  85. this.label4.Name = "label4";
  86. this.label4.Size = new System.Drawing.Size(436, 44);
  87. this.label4.TabIndex = 33;
  88. this.label4.Text = resources.GetString("label4.Text");
  89. //
  90. // lnkTerms
  91. //
  92. this.lnkTerms.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  93. this.lnkTerms.AutoSize = true;
  94. this.lnkTerms.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. this.lnkTerms.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  96. this.lnkTerms.Location = new System.Drawing.Point(62, 237);
  97. this.lnkTerms.Name = "lnkTerms";
  98. this.lnkTerms.Size = new System.Drawing.Size(116, 15);
  99. this.lnkTerms.TabIndex = 32;
  100. this.lnkTerms.TabStop = true;
  101. this.lnkTerms.Text = "Terms && Conditions";
  102. this.lnkTerms.VisitedLinkColor = System.Drawing.Color.White;
  103. this.lnkTerms.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkTerms_LinkClicked);
  104. //
  105. // btnClose
  106. //
  107. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  108. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  109. this.btnClose.Location = new System.Drawing.Point(565, 229);
  110. this.btnClose.Name = "btnClose";
  111. this.btnClose.Size = new System.Drawing.Size(75, 23);
  112. this.btnClose.TabIndex = 31;
  113. this.btnClose.Text = "&Close";
  114. this.btnClose.UseVisualStyleBackColor = true;
  115. //
  116. // label3
  117. //
  118. this.label3.AutoSize = true;
  119. this.label3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  121. this.label3.Location = new System.Drawing.Point(476, 144);
  122. this.label3.Name = "label3";
  123. this.label3.Size = new System.Drawing.Size(59, 16);
  124. this.label3.TabIndex = 37;
  125. this.label3.Text = "Website";
  126. //
  127. // lnkWebsite
  128. //
  129. this.lnkWebsite.AutoSize = true;
  130. this.lnkWebsite.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  131. this.lnkWebsite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  132. this.lnkWebsite.Location = new System.Drawing.Point(476, 160);
  133. this.lnkWebsite.Name = "lnkWebsite";
  134. this.lnkWebsite.Size = new System.Drawing.Size(129, 16);
  135. this.lnkWebsite.TabIndex = 36;
  136. this.lnkWebsite.TabStop = true;
  137. this.lnkWebsite.Text = "technitium.com/dns";
  138. this.lnkWebsite.VisitedLinkColor = System.Drawing.Color.White;
  139. this.lnkWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkWebsite_LinkClicked);
  140. //
  141. // label1
  142. //
  143. this.label1.AutoSize = true;
  144. this.label1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  145. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  146. this.label1.Location = new System.Drawing.Point(476, 99);
  147. this.label1.Name = "label1";
  148. this.label1.Size = new System.Drawing.Size(57, 16);
  149. this.label1.TabIndex = 35;
  150. this.label1.Text = "Contact";
  151. //
  152. // lnkContactEmail
  153. //
  154. this.lnkContactEmail.AutoSize = true;
  155. this.lnkContactEmail.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  156. this.lnkContactEmail.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
  157. this.lnkContactEmail.Location = new System.Drawing.Point(476, 115);
  158. this.lnkContactEmail.Name = "lnkContactEmail";
  159. this.lnkContactEmail.Size = new System.Drawing.Size(164, 16);
  160. this.lnkContactEmail.TabIndex = 34;
  161. this.lnkContactEmail.TabStop = true;
  162. this.lnkContactEmail.Text = "support@technitium.com";
  163. this.lnkContactEmail.VisitedLinkColor = System.Drawing.Color.White;
  164. this.lnkContactEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkContactEmail_LinkClicked);
  165. //
  166. // labVersion
  167. //
  168. this.labVersion.AutoSize = true;
  169. this.labVersion.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  170. this.labVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  171. this.labVersion.Location = new System.Drawing.Point(86, 132);
  172. this.labVersion.Name = "labVersion";
  173. this.labVersion.Size = new System.Drawing.Size(102, 18);
  174. this.labVersion.TabIndex = 38;
  175. this.labVersion.Text = "version x.x.x.x";
  176. //
  177. // label5
  178. //
  179. this.label5.AutoSize = true;
  180. this.label5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  181. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
  182. this.label5.Location = new System.Drawing.Point(84, 103);
  183. this.label5.Name = "label5";
  184. this.label5.Size = new System.Drawing.Size(206, 29);
  185. this.label5.TabIndex = 39;
  186. this.label5.Text = "System Tray App";
  187. //
  188. // frmAbout
  189. //
  190. this.AcceptButton = this.btnClose;
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
  194. this.CancelButton = this.btnClose;
  195. this.ClientSize = new System.Drawing.Size(652, 261);
  196. this.Controls.Add(this.label5);
  197. this.Controls.Add(this.labVersion);
  198. this.Controls.Add(this.label3);
  199. this.Controls.Add(this.lnkWebsite);
  200. this.Controls.Add(this.label1);
  201. this.Controls.Add(this.lnkContactEmail);
  202. this.Controls.Add(this.label4);
  203. this.Controls.Add(this.lnkTerms);
  204. this.Controls.Add(this.btnClose);
  205. this.Controls.Add(this.label2);
  206. this.Controls.Add(this.panel1);
  207. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  208. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  209. this.MaximizeBox = false;
  210. this.MinimizeBox = false;
  211. this.Name = "frmAbout";
  212. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  213. this.Text = "About Technitium DNS Server";
  214. this.panel1.ResumeLayout(false);
  215. this.panel1.PerformLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.Panel panel1;
  222. private System.Windows.Forms.PictureBox pictureBox1;
  223. private System.Windows.Forms.Label label2;
  224. private System.Windows.Forms.Label label4;
  225. private System.Windows.Forms.LinkLabel lnkTerms;
  226. private System.Windows.Forms.Button btnClose;
  227. private System.Windows.Forms.Label label3;
  228. private System.Windows.Forms.LinkLabel lnkWebsite;
  229. private System.Windows.Forms.Label label1;
  230. private System.Windows.Forms.LinkLabel lnkContactEmail;
  231. private System.Windows.Forms.Label labVersion;
  232. private System.Windows.Forms.Label label5;
  233. }
  234. }