123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- namespace DnsServerSystemTrayApp
- {
- partial class frmAbout
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.lnkTerms = new System.Windows.Forms.LinkLabel();
- this.btnClose = new System.Windows.Forms.Button();
- this.label3 = new System.Windows.Forms.Label();
- this.lnkWebsite = new System.Windows.Forms.LinkLabel();
- this.label1 = new System.Windows.Forms.Label();
- this.lnkContactEmail = new System.Windows.Forms.LinkLabel();
- this.labVersion = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(56, 261);
- this.panel1.TabIndex = 21;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 205);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Padding = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Size = new System.Drawing.Size(56, 56);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.pictureBox1.TabIndex = 12;
- this.pictureBox1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Arial", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.label2.Location = new System.Drawing.Point(75, 24);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(456, 46);
- this.label2.TabIndex = 24;
- this.label2.Text = "Technitium DNS Server";
- //
- // label4
- //
- this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.label4.Font = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.label4.Location = new System.Drawing.Point(62, 193);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(436, 44);
- this.label4.TabIndex = 33;
- this.label4.Text = resources.GetString("label4.Text");
- //
- // lnkTerms
- //
- this.lnkTerms.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.lnkTerms.AutoSize = true;
- this.lnkTerms.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lnkTerms.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
- this.lnkTerms.Location = new System.Drawing.Point(62, 237);
- this.lnkTerms.Name = "lnkTerms";
- this.lnkTerms.Size = new System.Drawing.Size(116, 15);
- this.lnkTerms.TabIndex = 32;
- this.lnkTerms.TabStop = true;
- this.lnkTerms.Text = "Terms && Conditions";
- this.lnkTerms.VisitedLinkColor = System.Drawing.Color.White;
- this.lnkTerms.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkTerms_LinkClicked);
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Location = new System.Drawing.Point(565, 229);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 23);
- this.btnClose.TabIndex = 31;
- this.btnClose.Text = "&Close";
- this.btnClose.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.label3.Location = new System.Drawing.Point(476, 144);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(59, 16);
- this.label3.TabIndex = 37;
- this.label3.Text = "Website";
- //
- // lnkWebsite
- //
- this.lnkWebsite.AutoSize = true;
- this.lnkWebsite.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lnkWebsite.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
- this.lnkWebsite.Location = new System.Drawing.Point(476, 160);
- this.lnkWebsite.Name = "lnkWebsite";
- this.lnkWebsite.Size = new System.Drawing.Size(129, 16);
- this.lnkWebsite.TabIndex = 36;
- this.lnkWebsite.TabStop = true;
- this.lnkWebsite.Text = "technitium.com/dns";
- this.lnkWebsite.VisitedLinkColor = System.Drawing.Color.White;
- this.lnkWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkWebsite_LinkClicked);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.label1.Location = new System.Drawing.Point(476, 99);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(57, 16);
- this.label1.TabIndex = 35;
- this.label1.Text = "Contact";
- //
- // lnkContactEmail
- //
- this.lnkContactEmail.AutoSize = true;
- this.lnkContactEmail.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lnkContactEmail.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
- this.lnkContactEmail.Location = new System.Drawing.Point(476, 115);
- this.lnkContactEmail.Name = "lnkContactEmail";
- this.lnkContactEmail.Size = new System.Drawing.Size(164, 16);
- this.lnkContactEmail.TabIndex = 34;
- this.lnkContactEmail.TabStop = true;
- this.lnkContactEmail.Text = "support@technitium.com";
- this.lnkContactEmail.VisitedLinkColor = System.Drawing.Color.White;
- this.lnkContactEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkContactEmail_LinkClicked);
- //
- // labVersion
- //
- this.labVersion.AutoSize = true;
- this.labVersion.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.labVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.labVersion.Location = new System.Drawing.Point(86, 132);
- this.labVersion.Name = "labVersion";
- this.labVersion.Size = new System.Drawing.Size(102, 18);
- this.labVersion.TabIndex = 38;
- this.labVersion.Text = "version x.x.x.x";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
- this.label5.Location = new System.Drawing.Point(84, 103);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(206, 29);
- this.label5.TabIndex = 39;
- this.label5.Text = "System Tray App";
- //
- // frmAbout
- //
- this.AcceptButton = this.btnClose;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(652, 261);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.labVersion);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.lnkWebsite);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.lnkContactEmail);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.lnkTerms);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmAbout";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "About Technitium DNS Server";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.LinkLabel lnkTerms;
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.LinkLabel lnkWebsite;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.LinkLabel lnkContactEmail;
- private System.Windows.Forms.Label labVersion;
- private System.Windows.Forms.Label label5;
- }
- }
|