19
|
1 namespace ServerMonitorApp
|
|
2 {
|
|
3 partial class AboutForm
|
|
4 {
|
|
5 /// <summary>
|
|
6 /// Required designer variable.
|
|
7 /// </summary>
|
|
8 private System.ComponentModel.IContainer components = null;
|
|
9
|
|
10 /// <summary>
|
|
11 /// Clean up any resources being used.
|
|
12 /// </summary>
|
|
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
14 protected override void Dispose(bool disposing)
|
|
15 {
|
|
16 if (disposing && (components != null))
|
|
17 {
|
|
18 components.Dispose();
|
|
19 }
|
|
20 base.Dispose(disposing);
|
|
21 }
|
|
22
|
|
23 #region Windows Form Designer generated code
|
|
24
|
|
25 /// <summary>
|
|
26 /// Required method for Designer support - do not modify
|
|
27 /// the contents of this method with the code editor.
|
|
28 /// </summary>
|
|
29 private void InitializeComponent()
|
|
30 {
|
|
31 this.IconPictureBox = new System.Windows.Forms.PictureBox();
|
|
32 this.NameLabel = new System.Windows.Forms.Label();
|
|
33 this.CopyrightLabel = new System.Windows.Forms.Label();
|
|
34 this.HomePageLink = new System.Windows.Forms.LinkLabel();
|
|
35 this.LicenseLabel = new System.Windows.Forms.Label();
|
20
|
36 this.SshNetLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
37 this.NAppUpdateLinkLabel = new System.Windows.Forms.LinkLabel();
|
19
|
38 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).BeginInit();
|
|
39 this.SuspendLayout();
|
|
40 //
|
|
41 // IconPictureBox
|
|
42 //
|
|
43 this.IconPictureBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
44 this.IconPictureBox.Image = global::ServerMonitorApp.Properties.Resources.icon_png;
|
|
45 this.IconPictureBox.Location = new System.Drawing.Point(130, 12);
|
|
46 this.IconPictureBox.Name = "IconPictureBox";
|
|
47 this.IconPictureBox.Size = new System.Drawing.Size(64, 64);
|
|
48 this.IconPictureBox.TabIndex = 0;
|
|
49 this.IconPictureBox.TabStop = false;
|
|
50 //
|
|
51 // NameLabel
|
|
52 //
|
|
53 this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
54 this.NameLabel.Location = new System.Drawing.Point(12, 91);
|
|
55 this.NameLabel.Name = "NameLabel";
|
|
56 this.NameLabel.Size = new System.Drawing.Size(300, 20);
|
|
57 this.NameLabel.TabIndex = 1;
|
|
58 this.NameLabel.Text = "Personal Server Monitor";
|
|
59 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
60 //
|
|
61 // CopyrightLabel
|
|
62 //
|
20
|
63 this.CopyrightLabel.Location = new System.Drawing.Point(12, 109);
|
19
|
64 this.CopyrightLabel.Name = "CopyrightLabel";
|
|
65 this.CopyrightLabel.Size = new System.Drawing.Size(300, 20);
|
|
66 this.CopyrightLabel.TabIndex = 2;
|
|
67 this.CopyrightLabel.Text = "Copyright © 2019 Brad Greco";
|
|
68 this.CopyrightLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
69 //
|
|
70 // HomePageLink
|
|
71 //
|
20
|
72 this.HomePageLink.Location = new System.Drawing.Point(12, 127);
|
19
|
73 this.HomePageLink.Name = "HomePageLink";
|
|
74 this.HomePageLink.Size = new System.Drawing.Size(300, 20);
|
|
75 this.HomePageLink.TabIndex = 3;
|
|
76 this.HomePageLink.TabStop = true;
|
|
77 this.HomePageLink.Text = "https://www.bgreco.net/servermonitor";
|
|
78 this.HomePageLink.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
79 this.HomePageLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HomePageLink_LinkClicked);
|
|
80 //
|
|
81 // LicenseLabel
|
|
82 //
|
|
83 this.LicenseLabel.Location = new System.Drawing.Point(12, 163);
|
|
84 this.LicenseLabel.Name = "LicenseLabel";
|
|
85 this.LicenseLabel.Size = new System.Drawing.Size(300, 54);
|
|
86 this.LicenseLabel.TabIndex = 4;
|
|
87 this.LicenseLabel.Text = "This software is released under the GNU General Public License version 2. Complet" +
|
|
88 "e source code is available at the URL above. This software comes with ABSOLUTELY" +
|
|
89 " NO WARRANTY.";
|
|
90 this.LicenseLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
91 //
|
20
|
92 // SshNetLinkLabel
|
|
93 //
|
|
94 this.SshNetLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(31, 7);
|
|
95 this.SshNetLinkLabel.Location = new System.Drawing.Point(12, 230);
|
|
96 this.SshNetLinkLabel.Name = "SshNetLinkLabel";
|
|
97 this.SshNetLinkLabel.Size = new System.Drawing.Size(300, 18);
|
|
98 this.SshNetLinkLabel.TabIndex = 6;
|
|
99 this.SshNetLinkLabel.TabStop = true;
|
|
100 this.SshNetLinkLabel.Text = "SSH support is provided by the SSH.NET library.";
|
|
101 this.SshNetLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
102 this.SshNetLinkLabel.UseCompatibleTextRendering = true;
|
|
103 this.SshNetLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SshNetLinkLabel_LinkClicked);
|
19
|
104 //
|
20
|
105 // NAppUpdateLinkLabel
|
|
106 //
|
|
107 this.NAppUpdateLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(35, 10);
|
|
108 this.NAppUpdateLinkLabel.Location = new System.Drawing.Point(12, 246);
|
|
109 this.NAppUpdateLinkLabel.Name = "NAppUpdateLinkLabel";
|
|
110 this.NAppUpdateLinkLabel.Size = new System.Drawing.Size(300, 18);
|
|
111 this.NAppUpdateLinkLabel.TabIndex = 7;
|
|
112 this.NAppUpdateLinkLabel.TabStop = true;
|
|
113 this.NAppUpdateLinkLabel.Text = "Program updates are handled by the NAppUpdate library.";
|
|
114 this.NAppUpdateLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
115 this.NAppUpdateLinkLabel.UseCompatibleTextRendering = true;
|
|
116 this.NAppUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAppUpdateLinkLabel_LinkClicked);
|
19
|
117 //
|
|
118 // AboutForm
|
|
119 //
|
|
120 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
121 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
122 this.ClientSize = new System.Drawing.Size(324, 273);
|
20
|
123 this.Controls.Add(this.NAppUpdateLinkLabel);
|
|
124 this.Controls.Add(this.SshNetLinkLabel);
|
19
|
125 this.Controls.Add(this.LicenseLabel);
|
|
126 this.Controls.Add(this.HomePageLink);
|
|
127 this.Controls.Add(this.CopyrightLabel);
|
|
128 this.Controls.Add(this.NameLabel);
|
|
129 this.Controls.Add(this.IconPictureBox);
|
|
130 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
131 this.MaximizeBox = false;
|
|
132 this.MinimizeBox = false;
|
|
133 this.Name = "AboutForm";
|
|
134 this.Text = "About";
|
|
135 this.Load += new System.EventHandler(this.AboutForm_Load);
|
|
136 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).EndInit();
|
|
137 this.ResumeLayout(false);
|
|
138
|
|
139 }
|
|
140
|
|
141 #endregion
|
|
142
|
|
143 private System.Windows.Forms.PictureBox IconPictureBox;
|
|
144 private System.Windows.Forms.Label NameLabel;
|
|
145 private System.Windows.Forms.Label CopyrightLabel;
|
|
146 private System.Windows.Forms.LinkLabel HomePageLink;
|
|
147 private System.Windows.Forms.Label LicenseLabel;
|
20
|
148 private System.Windows.Forms.LinkLabel SshNetLinkLabel;
|
|
149 private System.Windows.Forms.LinkLabel NAppUpdateLinkLabel;
|
19
|
150 }
|
|
151 } |