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();
|
|
36 this.LibrariesLabel = new System.Windows.Forms.Label();
|
|
37 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).BeginInit();
|
|
38 this.SuspendLayout();
|
|
39 //
|
|
40 // IconPictureBox
|
|
41 //
|
|
42 this.IconPictureBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
43 this.IconPictureBox.Image = global::ServerMonitorApp.Properties.Resources.icon_png;
|
|
44 this.IconPictureBox.Location = new System.Drawing.Point(130, 12);
|
|
45 this.IconPictureBox.Name = "IconPictureBox";
|
|
46 this.IconPictureBox.Size = new System.Drawing.Size(64, 64);
|
|
47 this.IconPictureBox.TabIndex = 0;
|
|
48 this.IconPictureBox.TabStop = false;
|
|
49 //
|
|
50 // NameLabel
|
|
51 //
|
|
52 this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
53 this.NameLabel.Location = new System.Drawing.Point(12, 91);
|
|
54 this.NameLabel.Name = "NameLabel";
|
|
55 this.NameLabel.Size = new System.Drawing.Size(300, 20);
|
|
56 this.NameLabel.TabIndex = 1;
|
|
57 this.NameLabel.Text = "Personal Server Monitor";
|
|
58 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
59 //
|
|
60 // CopyrightLabel
|
|
61 //
|
|
62 this.CopyrightLabel.Location = new System.Drawing.Point(12, 111);
|
|
63 this.CopyrightLabel.Name = "CopyrightLabel";
|
|
64 this.CopyrightLabel.Size = new System.Drawing.Size(300, 20);
|
|
65 this.CopyrightLabel.TabIndex = 2;
|
|
66 this.CopyrightLabel.Text = "Copyright © 2019 Brad Greco";
|
|
67 this.CopyrightLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
68 //
|
|
69 // HomePageLink
|
|
70 //
|
|
71 this.HomePageLink.Location = new System.Drawing.Point(12, 131);
|
|
72 this.HomePageLink.Name = "HomePageLink";
|
|
73 this.HomePageLink.Size = new System.Drawing.Size(300, 20);
|
|
74 this.HomePageLink.TabIndex = 3;
|
|
75 this.HomePageLink.TabStop = true;
|
|
76 this.HomePageLink.Text = "https://www.bgreco.net/servermonitor";
|
|
77 this.HomePageLink.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
78 this.HomePageLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HomePageLink_LinkClicked);
|
|
79 //
|
|
80 // LicenseLabel
|
|
81 //
|
|
82 this.LicenseLabel.Location = new System.Drawing.Point(12, 163);
|
|
83 this.LicenseLabel.Name = "LicenseLabel";
|
|
84 this.LicenseLabel.Size = new System.Drawing.Size(300, 54);
|
|
85 this.LicenseLabel.TabIndex = 4;
|
|
86 this.LicenseLabel.Text = "This software is released under the GNU General Public License version 2. Complet" +
|
|
87 "e source code is available at the URL above. This software comes with ABSOLUTELY" +
|
|
88 " NO WARRANTY.";
|
|
89 this.LicenseLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
90 //
|
|
91 // LibrariesLabel
|
|
92 //
|
|
93 this.LibrariesLabel.Location = new System.Drawing.Point(12, 230);
|
|
94 this.LibrariesLabel.Name = "LibrariesLabel";
|
|
95 this.LibrariesLabel.Size = new System.Drawing.Size(300, 45);
|
|
96 this.LibrariesLabel.TabIndex = 5;
|
|
97 this.LibrariesLabel.Text = "SSH support is provided by the SSH.NET library.\r\nProgram updates are handled by t" +
|
|
98 "he NAppUpdate library.";
|
|
99 this.LibrariesLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
100 //
|
|
101 // AboutForm
|
|
102 //
|
|
103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
104 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
105 this.ClientSize = new System.Drawing.Size(324, 273);
|
|
106 this.Controls.Add(this.LibrariesLabel);
|
|
107 this.Controls.Add(this.LicenseLabel);
|
|
108 this.Controls.Add(this.HomePageLink);
|
|
109 this.Controls.Add(this.CopyrightLabel);
|
|
110 this.Controls.Add(this.NameLabel);
|
|
111 this.Controls.Add(this.IconPictureBox);
|
|
112 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
113 this.MaximizeBox = false;
|
|
114 this.MinimizeBox = false;
|
|
115 this.Name = "AboutForm";
|
|
116 this.Text = "About";
|
|
117 this.Load += new System.EventHandler(this.AboutForm_Load);
|
|
118 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).EndInit();
|
|
119 this.ResumeLayout(false);
|
|
120
|
|
121 }
|
|
122
|
|
123 #endregion
|
|
124
|
|
125 private System.Windows.Forms.PictureBox IconPictureBox;
|
|
126 private System.Windows.Forms.Label NameLabel;
|
|
127 private System.Windows.Forms.Label CopyrightLabel;
|
|
128 private System.Windows.Forms.LinkLabel HomePageLink;
|
|
129 private System.Windows.Forms.Label LicenseLabel;
|
|
130 private System.Windows.Forms.Label LibrariesLabel;
|
|
131 }
|
|
132 } |