annotate ServerMonitor/Forms/AboutForm.Designer.cs @ 29:f6235dc0a8ec

Add ability to play a sound on check failure.
author Brad Greco <brad@bgreco.net>
date Fri, 14 Jun 2019 21:01:55 -0400
parents b21318f6e3f1
children
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();
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
36 this.SshNetLinkLabel = new System.Windows.Forms.LinkLabel();
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
37 this.NAppUpdateLinkLabel = new System.Windows.Forms.LinkLabel();
29
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
38 this.NAudioLinkLabel = new System.Windows.Forms.LinkLabel();
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
39 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).BeginInit();
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
40 this.SuspendLayout();
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 // IconPictureBox
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
43 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
44 this.IconPictureBox.Anchor = System.Windows.Forms.AnchorStyles.Top;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
45 this.IconPictureBox.Image = global::ServerMonitorApp.Properties.Resources.icon_png;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
46 this.IconPictureBox.Location = new System.Drawing.Point(130, 12);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
47 this.IconPictureBox.Name = "IconPictureBox";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
48 this.IconPictureBox.Size = new System.Drawing.Size(64, 64);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
49 this.IconPictureBox.TabIndex = 0;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
50 this.IconPictureBox.TabStop = false;
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 // NameLabel
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
53 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
54 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
55 this.NameLabel.Location = new System.Drawing.Point(12, 91);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
56 this.NameLabel.Name = "NameLabel";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
57 this.NameLabel.Size = new System.Drawing.Size(300, 20);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
58 this.NameLabel.TabIndex = 1;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
59 this.NameLabel.Text = "Personal Server Monitor";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
60 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
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 // CopyrightLabel
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
63 //
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
64 this.CopyrightLabel.Location = new System.Drawing.Point(12, 109);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
65 this.CopyrightLabel.Name = "CopyrightLabel";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
66 this.CopyrightLabel.Size = new System.Drawing.Size(300, 20);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
67 this.CopyrightLabel.TabIndex = 2;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
68 this.CopyrightLabel.Text = "Copyright © 2019 Brad Greco";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
69 this.CopyrightLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
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 // HomePageLink
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
72 //
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
73 this.HomePageLink.Location = new System.Drawing.Point(12, 127);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
74 this.HomePageLink.Name = "HomePageLink";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
75 this.HomePageLink.Size = new System.Drawing.Size(300, 20);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
76 this.HomePageLink.TabIndex = 3;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
77 this.HomePageLink.TabStop = true;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
78 this.HomePageLink.Text = "https://www.bgreco.net/servermonitor";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
79 this.HomePageLink.TextAlign = System.Drawing.ContentAlignment.TopCenter;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
80 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
81 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
82 // LicenseLabel
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
83 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
84 this.LicenseLabel.Location = new System.Drawing.Point(12, 163);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
85 this.LicenseLabel.Name = "LicenseLabel";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
86 this.LicenseLabel.Size = new System.Drawing.Size(300, 54);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
87 this.LicenseLabel.TabIndex = 4;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
88 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
89 "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
90 " NO WARRANTY.";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
91 this.LicenseLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
92 //
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
93 // SshNetLinkLabel
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
94 //
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
95 this.SshNetLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(31, 7);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
96 this.SshNetLinkLabel.Location = new System.Drawing.Point(12, 230);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
97 this.SshNetLinkLabel.Name = "SshNetLinkLabel";
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
98 this.SshNetLinkLabel.Size = new System.Drawing.Size(300, 18);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
99 this.SshNetLinkLabel.TabIndex = 6;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
100 this.SshNetLinkLabel.TabStop = true;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
101 this.SshNetLinkLabel.Text = "SSH support is provided by the SSH.NET library.";
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
102 this.SshNetLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
103 this.SshNetLinkLabel.UseCompatibleTextRendering = true;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
104 this.SshNetLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SshNetLinkLabel_LinkClicked);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
105 //
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
106 // NAppUpdateLinkLabel
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
107 //
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
108 this.NAppUpdateLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(35, 10);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
109 this.NAppUpdateLinkLabel.Location = new System.Drawing.Point(12, 246);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
110 this.NAppUpdateLinkLabel.Name = "NAppUpdateLinkLabel";
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
111 this.NAppUpdateLinkLabel.Size = new System.Drawing.Size(300, 18);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
112 this.NAppUpdateLinkLabel.TabIndex = 7;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
113 this.NAppUpdateLinkLabel.TabStop = true;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
114 this.NAppUpdateLinkLabel.Text = "Program updates are handled by the NAppUpdate library.";
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
115 this.NAppUpdateLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
116 this.NAppUpdateLinkLabel.UseCompatibleTextRendering = true;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
117 this.NAppUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAppUpdateLinkLabel_LinkClicked);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
118 //
29
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
119 // NAudioLinkLabel
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
120 //
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
121 this.NAudioLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(25, 6);
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
122 this.NAudioLinkLabel.Location = new System.Drawing.Point(12, 262);
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
123 this.NAudioLinkLabel.Name = "NAudioLinkLabel";
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
124 this.NAudioLinkLabel.Size = new System.Drawing.Size(300, 18);
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
125 this.NAudioLinkLabel.TabIndex = 8;
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
126 this.NAudioLinkLabel.TabStop = true;
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
127 this.NAudioLinkLabel.Text = "Audio is provided by the NAudio library.";
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
128 this.NAudioLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
129 this.NAudioLinkLabel.UseCompatibleTextRendering = true;
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
130 this.NAudioLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAudioLinkLabel_LinkClicked);
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
131 //
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
132 // AboutForm
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
133 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
134 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
135 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
29
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
136 this.ClientSize = new System.Drawing.Size(324, 289);
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
137 this.Controls.Add(this.NAudioLinkLabel);
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
138 this.Controls.Add(this.NAppUpdateLinkLabel);
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
139 this.Controls.Add(this.SshNetLinkLabel);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
140 this.Controls.Add(this.LicenseLabel);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
141 this.Controls.Add(this.HomePageLink);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
142 this.Controls.Add(this.CopyrightLabel);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
143 this.Controls.Add(this.NameLabel);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
144 this.Controls.Add(this.IconPictureBox);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
145 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
146 this.MaximizeBox = false;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
147 this.MinimizeBox = false;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
148 this.Name = "AboutForm";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
149 this.Text = "About";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
150 this.Load += new System.EventHandler(this.AboutForm_Load);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
151 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).EndInit();
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
152 this.ResumeLayout(false);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
153
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
154 }
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
155
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
156 #endregion
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
157
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
158 private System.Windows.Forms.PictureBox IconPictureBox;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
159 private System.Windows.Forms.Label NameLabel;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
160 private System.Windows.Forms.Label CopyrightLabel;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
161 private System.Windows.Forms.LinkLabel HomePageLink;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
162 private System.Windows.Forms.Label LicenseLabel;
20
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
163 private System.Windows.Forms.LinkLabel SshNetLinkLabel;
b21318f6e3f1 About window tweaks
Brad Greco <brad@bgreco.net>
parents: 19
diff changeset
164 private System.Windows.Forms.LinkLabel NAppUpdateLinkLabel;
29
f6235dc0a8ec Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents: 20
diff changeset
165 private System.Windows.Forms.LinkLabel NAudioLinkLabel;
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
166 }
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents:
diff changeset
167 }