Mercurial > servermonitor
annotate ServerMonitor/Forms/AboutForm.Designer.cs @ 40:c4fc74593a78 default tip
Mono fix
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sat, 13 Jun 2020 13:28:20 -0400 |
parents | f6235dc0a8ec |
children |
rev | line source |
---|---|
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(); | |
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 | 39 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).BeginInit(); |
40 this.SuspendLayout(); | |
41 // | |
42 // IconPictureBox | |
43 // | |
44 this.IconPictureBox.Anchor = System.Windows.Forms.AnchorStyles.Top; | |
45 this.IconPictureBox.Image = global::ServerMonitorApp.Properties.Resources.icon_png; | |
46 this.IconPictureBox.Location = new System.Drawing.Point(130, 12); | |
47 this.IconPictureBox.Name = "IconPictureBox"; | |
48 this.IconPictureBox.Size = new System.Drawing.Size(64, 64); | |
49 this.IconPictureBox.TabIndex = 0; | |
50 this.IconPictureBox.TabStop = false; | |
51 // | |
52 // NameLabel | |
53 // | |
54 this.NameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | |
55 this.NameLabel.Location = new System.Drawing.Point(12, 91); | |
56 this.NameLabel.Name = "NameLabel"; | |
57 this.NameLabel.Size = new System.Drawing.Size(300, 20); | |
58 this.NameLabel.TabIndex = 1; | |
59 this.NameLabel.Text = "Personal Server Monitor"; | |
60 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
61 // | |
62 // CopyrightLabel | |
63 // | |
20 | 64 this.CopyrightLabel.Location = new System.Drawing.Point(12, 109); |
19 | 65 this.CopyrightLabel.Name = "CopyrightLabel"; |
66 this.CopyrightLabel.Size = new System.Drawing.Size(300, 20); | |
67 this.CopyrightLabel.TabIndex = 2; | |
68 this.CopyrightLabel.Text = "Copyright © 2019 Brad Greco"; | |
69 this.CopyrightLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
70 // | |
71 // HomePageLink | |
72 // | |
20 | 73 this.HomePageLink.Location = new System.Drawing.Point(12, 127); |
19 | 74 this.HomePageLink.Name = "HomePageLink"; |
75 this.HomePageLink.Size = new System.Drawing.Size(300, 20); | |
76 this.HomePageLink.TabIndex = 3; | |
77 this.HomePageLink.TabStop = true; | |
78 this.HomePageLink.Text = "https://www.bgreco.net/servermonitor"; | |
79 this.HomePageLink.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
80 this.HomePageLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HomePageLink_LinkClicked); | |
81 // | |
82 // LicenseLabel | |
83 // | |
84 this.LicenseLabel.Location = new System.Drawing.Point(12, 163); | |
85 this.LicenseLabel.Name = "LicenseLabel"; | |
86 this.LicenseLabel.Size = new System.Drawing.Size(300, 54); | |
87 this.LicenseLabel.TabIndex = 4; | |
88 this.LicenseLabel.Text = "This software is released under the GNU General Public License version 2. Complet" + | |
89 "e source code is available at the URL above. This software comes with ABSOLUTELY" + | |
90 " NO WARRANTY."; | |
91 this.LicenseLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
92 // | |
20 | 93 // SshNetLinkLabel |
94 // | |
95 this.SshNetLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(31, 7); | |
96 this.SshNetLinkLabel.Location = new System.Drawing.Point(12, 230); | |
97 this.SshNetLinkLabel.Name = "SshNetLinkLabel"; | |
98 this.SshNetLinkLabel.Size = new System.Drawing.Size(300, 18); | |
99 this.SshNetLinkLabel.TabIndex = 6; | |
100 this.SshNetLinkLabel.TabStop = true; | |
101 this.SshNetLinkLabel.Text = "SSH support is provided by the SSH.NET library."; | |
102 this.SshNetLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
103 this.SshNetLinkLabel.UseCompatibleTextRendering = true; | |
104 this.SshNetLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.SshNetLinkLabel_LinkClicked); | |
19 | 105 // |
20 | 106 // NAppUpdateLinkLabel |
107 // | |
108 this.NAppUpdateLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(35, 10); | |
109 this.NAppUpdateLinkLabel.Location = new System.Drawing.Point(12, 246); | |
110 this.NAppUpdateLinkLabel.Name = "NAppUpdateLinkLabel"; | |
111 this.NAppUpdateLinkLabel.Size = new System.Drawing.Size(300, 18); | |
112 this.NAppUpdateLinkLabel.TabIndex = 7; | |
113 this.NAppUpdateLinkLabel.TabStop = true; | |
114 this.NAppUpdateLinkLabel.Text = "Program updates are handled by the NAppUpdate library."; | |
115 this.NAppUpdateLinkLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | |
116 this.NAppUpdateLinkLabel.UseCompatibleTextRendering = true; | |
117 this.NAppUpdateLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.NAppUpdateLinkLabel_LinkClicked); | |
19 | 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 | 132 // AboutForm |
133 // | |
134 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |
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 | 138 this.Controls.Add(this.NAppUpdateLinkLabel); |
139 this.Controls.Add(this.SshNetLinkLabel); | |
19 | 140 this.Controls.Add(this.LicenseLabel); |
141 this.Controls.Add(this.HomePageLink); | |
142 this.Controls.Add(this.CopyrightLabel); | |
143 this.Controls.Add(this.NameLabel); | |
144 this.Controls.Add(this.IconPictureBox); | |
145 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; | |
146 this.MaximizeBox = false; | |
147 this.MinimizeBox = false; | |
148 this.Name = "AboutForm"; | |
149 this.Text = "About"; | |
150 this.Load += new System.EventHandler(this.AboutForm_Load); | |
151 ((System.ComponentModel.ISupportInitialize)(this.IconPictureBox)).EndInit(); | |
152 this.ResumeLayout(false); | |
153 | |
154 } | |
155 | |
156 #endregion | |
157 | |
158 private System.Windows.Forms.PictureBox IconPictureBox; | |
159 private System.Windows.Forms.Label NameLabel; | |
160 private System.Windows.Forms.Label CopyrightLabel; | |
161 private System.Windows.Forms.LinkLabel HomePageLink; | |
162 private System.Windows.Forms.Label LicenseLabel; | |
20 | 163 private System.Windows.Forms.LinkLabel SshNetLinkLabel; |
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 | 166 } |
167 } |