Mercurial > servermonitor
annotate ServerMonitor/Forms/ServerSummaryForm.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 | b3128fe10d57 |
children |
rev | line source |
---|---|
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
1 namespace ServerMonitorApp |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
2 { |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
3 partial class ServerSummaryForm |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
4 { |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
5 /// <summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
6 /// Required designer variable. |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
7 /// </summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
8 private System.ComponentModel.IContainer components = null; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
9 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
10 /// <summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
11 /// Clean up any resources being used. |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
12 /// </summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
14 protected override void Dispose(bool disposing) |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
15 { |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
16 if (disposing && (components != null)) |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
17 { |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
18 components.Dispose(); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
19 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
20 base.Dispose(disposing); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
21 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
22 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
23 #region Windows Form Designer generated code |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
24 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
25 /// <summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
26 /// Required method for Designer support - do not modify |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
27 /// the contents of this method with the code editor. |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
28 /// </summary> |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
29 private void InitializeComponent() |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
30 { |
4 | 31 this.components = new System.ComponentModel.Container(); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
32 this.ServerPanel = new System.Windows.Forms.FlowLayoutPanel(); |
4 | 33 this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components); |
10 | 34 this.NotificationIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components); |
35 this.ShowServerMonitorMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | |
36 this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | |
4 | 37 this.ServerContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
38 this.ToggleEnableServerMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
4 | 39 this.DeleteServerMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
40 this.SettingsButton = new System.Windows.Forms.Button(); | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
41 this.NewServerButton = new System.Windows.Forms.Button(); |
10 | 42 this.UpdatePanel = new System.Windows.Forms.Panel(); |
43 this.UpdateLabel = new System.Windows.Forms.Label(); | |
19 | 44 this.AboutButton = new System.Windows.Forms.Button(); |
10 | 45 this.NotificationIconMenu.SuspendLayout(); |
4 | 46 this.ServerContextMenu.SuspendLayout(); |
10 | 47 this.UpdatePanel.SuspendLayout(); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
48 this.SuspendLayout(); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
49 // |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
50 // ServerPanel |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
51 // |
4 | 52 this.ServerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
53 | System.Windows.Forms.AnchorStyles.Left) | |
54 | System.Windows.Forms.AnchorStyles.Right))); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
55 this.ServerPanel.AutoScroll = true; |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
56 this.ServerPanel.Location = new System.Drawing.Point(12, 12); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
57 this.ServerPanel.Name = "ServerPanel"; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
58 this.ServerPanel.Size = new System.Drawing.Size(648, 336); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
59 this.ServerPanel.TabIndex = 0; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
60 // |
4 | 61 // NotifyIcon |
62 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
63 this.NotifyIcon.ContextMenuStrip = this.NotificationIconMenu; |
4 | 64 this.NotifyIcon.Text = "Server Monitor"; |
65 this.NotifyIcon.Visible = true; | |
66 this.NotifyIcon.BalloonTipClicked += new System.EventHandler(this.NotifyIcon_BalloonTipClicked); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
67 this.NotifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseClick); |
4 | 68 // |
10 | 69 // NotificationIconMenu |
70 // | |
71 this.NotificationIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |
72 this.ShowServerMonitorMenuItem, | |
73 this.ExitMenuItem}); | |
74 this.NotificationIconMenu.Name = "NotificationIconMenu"; | |
75 this.NotificationIconMenu.Size = new System.Drawing.Size(161, 48); | |
76 this.NotificationIconMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.NotificationIconMenu_ItemClicked); | |
77 // | |
78 // ShowServerMonitorMenuItem | |
79 // | |
80 this.ShowServerMonitorMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); | |
81 this.ShowServerMonitorMenuItem.Name = "ShowServerMonitorMenuItem"; | |
82 this.ShowServerMonitorMenuItem.Size = new System.Drawing.Size(160, 22); | |
83 this.ShowServerMonitorMenuItem.Text = "Server Monitor"; | |
84 // | |
85 // ExitMenuItem | |
86 // | |
87 this.ExitMenuItem.Name = "ExitMenuItem"; | |
88 this.ExitMenuItem.Size = new System.Drawing.Size(160, 22); | |
89 this.ExitMenuItem.Text = "Exit"; | |
90 // | |
4 | 91 // ServerContextMenu |
92 // | |
93 this.ServerContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |
94 this.ToggleEnableServerMenuItem, | |
95 this.DeleteServerMenuItem}); | |
96 this.ServerContextMenu.Name = "ServerContextMenu"; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
97 this.ServerContextMenu.Size = new System.Drawing.Size(142, 48); |
4 | 98 this.ServerContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ServerContextMenu_Opening); |
99 this.ServerContextMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ServerContextMenu_ItemClicked); | |
100 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
101 // ToggleEnableServerMenuItem |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
102 // |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
103 this.ToggleEnableServerMenuItem.Name = "ToggleEnableServerMenuItem"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
104 this.ToggleEnableServerMenuItem.Size = new System.Drawing.Size(141, 22); |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
105 this.ToggleEnableServerMenuItem.Text = "Disable"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
106 // |
4 | 107 // DeleteServerMenuItem |
108 // | |
109 this.DeleteServerMenuItem.Name = "DeleteServerMenuItem"; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
110 this.DeleteServerMenuItem.Size = new System.Drawing.Size(141, 22); |
4 | 111 this.DeleteServerMenuItem.Text = "Delete server"; |
112 // | |
113 // SettingsButton | |
114 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
115 this.SettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
4 | 116 this.SettingsButton.Image = global::ServerMonitorApp.Properties.Resources.settings; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
117 this.SettingsButton.Location = new System.Drawing.Point(568, 354); |
4 | 118 this.SettingsButton.Name = "SettingsButton"; |
119 this.SettingsButton.Size = new System.Drawing.Size(92, 29); | |
19 | 120 this.SettingsButton.TabIndex = 4; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
121 this.SettingsButton.Text = "&Settings"; |
4 | 122 this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
123 this.SettingsButton.UseVisualStyleBackColor = true; | |
124 this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click); | |
125 // | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
126 // NewServerButton |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
127 // |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
128 this.NewServerButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
129 this.NewServerButton.Image = global::ServerMonitorApp.Properties.Resources.add; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
130 this.NewServerButton.Location = new System.Drawing.Point(12, 354); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
131 this.NewServerButton.Name = "NewServerButton"; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
132 this.NewServerButton.Size = new System.Drawing.Size(96, 29); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
133 this.NewServerButton.TabIndex = 0; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
134 this.NewServerButton.Text = "&New server"; |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
135 this.NewServerButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
136 this.NewServerButton.UseVisualStyleBackColor = true; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
137 this.NewServerButton.Click += new System.EventHandler(this.NewServerButton_Click); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
138 // |
10 | 139 // UpdatePanel |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
140 // |
10 | 141 this.UpdatePanel.BackColor = System.Drawing.Color.Aquamarine; |
142 this.UpdatePanel.Controls.Add(this.UpdateLabel); | |
143 this.UpdatePanel.Dock = System.Windows.Forms.DockStyle.Top; | |
144 this.UpdatePanel.Location = new System.Drawing.Point(0, 0); | |
145 this.UpdatePanel.Name = "UpdatePanel"; | |
146 this.UpdatePanel.Size = new System.Drawing.Size(672, 22); | |
147 this.UpdatePanel.TabIndex = 0; | |
148 this.UpdatePanel.Visible = false; | |
4 | 149 // |
10 | 150 // UpdateLabel |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
151 // |
10 | 152 this.UpdateLabel.Cursor = System.Windows.Forms.Cursors.Hand; |
153 this.UpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill; | |
154 this.UpdateLabel.Location = new System.Drawing.Point(0, 0); | |
155 this.UpdateLabel.Name = "UpdateLabel"; | |
156 this.UpdateLabel.Size = new System.Drawing.Size(672, 22); | |
157 this.UpdateLabel.TabIndex = 0; | |
158 this.UpdateLabel.Text = "Program update available"; | |
159 this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | |
160 this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click); | |
4 | 161 // |
19 | 162 // AboutButton |
163 // | |
164 this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
165 this.AboutButton.Image = global::ServerMonitorApp.Properties.Resources.help; | |
166 this.AboutButton.Location = new System.Drawing.Point(533, 354); | |
167 this.AboutButton.Name = "AboutButton"; | |
168 this.AboutButton.Size = new System.Drawing.Size(29, 29); | |
169 this.AboutButton.TabIndex = 2; | |
170 this.AboutButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | |
171 this.AboutButton.UseVisualStyleBackColor = true; | |
172 this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click); | |
173 // | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
174 // ServerSummaryForm |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
175 // |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
176 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
177 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
178 this.ClientSize = new System.Drawing.Size(672, 395); |
19 | 179 this.Controls.Add(this.AboutButton); |
10 | 180 this.Controls.Add(this.UpdatePanel); |
4 | 181 this.Controls.Add(this.SettingsButton); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
182 this.Controls.Add(this.NewServerButton); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
183 this.Controls.Add(this.ServerPanel); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
184 this.MinimumSize = new System.Drawing.Size(240, 300); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
185 this.Name = "ServerSummaryForm"; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
186 this.Text = "Server Monitor"; |
4 | 187 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerSummaryForm_FormClosing); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
188 this.Load += new System.EventHandler(this.ServerSummaryForm_Load); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
189 this.ResizeEnd += new System.EventHandler(this.ServerSummaryForm_ResizeEnd); |
10 | 190 this.NotificationIconMenu.ResumeLayout(false); |
4 | 191 this.ServerContextMenu.ResumeLayout(false); |
10 | 192 this.UpdatePanel.ResumeLayout(false); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
193 this.ResumeLayout(false); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
194 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
195 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
196 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
197 #endregion |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
198 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
199 private System.Windows.Forms.FlowLayoutPanel ServerPanel; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
200 private System.Windows.Forms.Button NewServerButton; |
4 | 201 private System.Windows.Forms.NotifyIcon NotifyIcon; |
202 private System.Windows.Forms.Button SettingsButton; | |
203 private System.Windows.Forms.ContextMenuStrip ServerContextMenu; | |
204 private System.Windows.Forms.ToolStripMenuItem DeleteServerMenuItem; | |
205 private System.Windows.Forms.ToolStripMenuItem ToggleEnableServerMenuItem; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
206 private System.Windows.Forms.ContextMenuStrip NotificationIconMenu; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
207 private System.Windows.Forms.ToolStripMenuItem ShowServerMonitorMenuItem; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
208 private System.Windows.Forms.ToolStripMenuItem ExitMenuItem; |
10 | 209 private System.Windows.Forms.Panel UpdatePanel; |
210 private System.Windows.Forms.Label UpdateLabel; | |
19 | 211 private System.Windows.Forms.Button AboutButton; |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
212 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
213 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
214 |