annotate ServerMonitor/Forms/AboutForm.Designer.cs @ 19:b3128fe10d57

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