Mercurial > servermonitor
annotate ServerMonitor/Forms/ServerSummaryForm.Designer.cs @ 18:b713b9db4c82
HTTP checks.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Mon, 27 May 2019 15:40:44 -0400 |
parents | 9e77c0dccb66 |
children | b3128fe10d57 |
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(); | |
44 this.NotificationIconMenu.SuspendLayout(); | |
4 | 45 this.ServerContextMenu.SuspendLayout(); |
10 | 46 this.UpdatePanel.SuspendLayout(); |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
47 this.SuspendLayout(); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
48 // |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
49 // ServerPanel |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
50 // |
4 | 51 this.ServerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
52 | System.Windows.Forms.AnchorStyles.Left) | |
53 | 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
|
54 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
|
55 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
|
56 this.ServerPanel.Name = "ServerPanel"; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
57 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
|
58 this.ServerPanel.TabIndex = 0; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
59 // |
4 | 60 // NotifyIcon |
61 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
62 this.NotifyIcon.ContextMenuStrip = this.NotificationIconMenu; |
4 | 63 this.NotifyIcon.Text = "Server Monitor"; |
64 this.NotifyIcon.Visible = true; | |
65 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
|
66 this.NotifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon_MouseClick); |
4 | 67 // |
10 | 68 // NotificationIconMenu |
69 // | |
70 this.NotificationIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |
71 this.ShowServerMonitorMenuItem, | |
72 this.ExitMenuItem}); | |
73 this.NotificationIconMenu.Name = "NotificationIconMenu"; | |
74 this.NotificationIconMenu.Size = new System.Drawing.Size(161, 48); | |
75 this.NotificationIconMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.NotificationIconMenu_ItemClicked); | |
76 // | |
77 // ShowServerMonitorMenuItem | |
78 // | |
79 this.ShowServerMonitorMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); | |
80 this.ShowServerMonitorMenuItem.Name = "ShowServerMonitorMenuItem"; | |
81 this.ShowServerMonitorMenuItem.Size = new System.Drawing.Size(160, 22); | |
82 this.ShowServerMonitorMenuItem.Text = "Server Monitor"; | |
83 // | |
84 // ExitMenuItem | |
85 // | |
86 this.ExitMenuItem.Name = "ExitMenuItem"; | |
87 this.ExitMenuItem.Size = new System.Drawing.Size(160, 22); | |
88 this.ExitMenuItem.Text = "Exit"; | |
89 // | |
4 | 90 // ServerContextMenu |
91 // | |
92 this.ServerContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { | |
93 this.ToggleEnableServerMenuItem, | |
94 this.DeleteServerMenuItem}); | |
95 this.ServerContextMenu.Name = "ServerContextMenu"; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
96 this.ServerContextMenu.Size = new System.Drawing.Size(142, 48); |
4 | 97 this.ServerContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ServerContextMenu_Opening); |
98 this.ServerContextMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ServerContextMenu_ItemClicked); | |
99 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
100 // ToggleEnableServerMenuItem |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
101 // |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
102 this.ToggleEnableServerMenuItem.Name = "ToggleEnableServerMenuItem"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
103 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
|
104 this.ToggleEnableServerMenuItem.Text = "Disable"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
105 // |
4 | 106 // DeleteServerMenuItem |
107 // | |
108 this.DeleteServerMenuItem.Name = "DeleteServerMenuItem"; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
109 this.DeleteServerMenuItem.Size = new System.Drawing.Size(141, 22); |
4 | 110 this.DeleteServerMenuItem.Text = "Delete server"; |
111 // | |
112 // SettingsButton | |
113 // | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
114 this.SettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
4 | 115 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
|
116 this.SettingsButton.Location = new System.Drawing.Point(568, 354); |
4 | 117 this.SettingsButton.Name = "SettingsButton"; |
118 this.SettingsButton.Size = new System.Drawing.Size(92, 29); | |
119 this.SettingsButton.TabIndex = 1; | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
120 this.SettingsButton.Text = "&Settings"; |
4 | 121 this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
122 this.SettingsButton.UseVisualStyleBackColor = true; | |
123 this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click); | |
124 // | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
125 // NewServerButton |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
126 // |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
127 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
|
128 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
|
129 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
|
130 this.NewServerButton.Name = "NewServerButton"; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
131 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
|
132 this.NewServerButton.TabIndex = 0; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
133 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
|
134 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
|
135 this.NewServerButton.UseVisualStyleBackColor = true; |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
136 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
|
137 // |
10 | 138 // UpdatePanel |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
139 // |
10 | 140 this.UpdatePanel.BackColor = System.Drawing.Color.Aquamarine; |
141 this.UpdatePanel.Controls.Add(this.UpdateLabel); | |
142 this.UpdatePanel.Dock = System.Windows.Forms.DockStyle.Top; | |
143 this.UpdatePanel.Location = new System.Drawing.Point(0, 0); | |
144 this.UpdatePanel.Name = "UpdatePanel"; | |
145 this.UpdatePanel.Size = new System.Drawing.Size(672, 22); | |
146 this.UpdatePanel.TabIndex = 0; | |
147 this.UpdatePanel.Visible = false; | |
4 | 148 // |
10 | 149 // UpdateLabel |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
150 // |
10 | 151 this.UpdateLabel.Cursor = System.Windows.Forms.Cursors.Hand; |
152 this.UpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill; | |
153 this.UpdateLabel.Location = new System.Drawing.Point(0, 0); | |
154 this.UpdateLabel.Name = "UpdateLabel"; | |
155 this.UpdateLabel.Size = new System.Drawing.Size(672, 22); | |
156 this.UpdateLabel.TabIndex = 0; | |
157 this.UpdateLabel.Text = "Program update available"; | |
158 this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | |
159 this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click); | |
4 | 160 // |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
161 // ServerSummaryForm |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
162 // |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
163 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
|
164 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
|
165 this.ClientSize = new System.Drawing.Size(672, 395); |
10 | 166 this.Controls.Add(this.UpdatePanel); |
4 | 167 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
|
168 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
|
169 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
|
170 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
|
171 this.Name = "ServerSummaryForm"; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
172 this.Text = "Server Monitor"; |
4 | 173 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
|
174 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
|
175 this.ResizeEnd += new System.EventHandler(this.ServerSummaryForm_ResizeEnd); |
10 | 176 this.NotificationIconMenu.ResumeLayout(false); |
4 | 177 this.ServerContextMenu.ResumeLayout(false); |
10 | 178 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
|
179 this.ResumeLayout(false); |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
180 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
181 } |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
182 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
183 #endregion |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
184 |
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
185 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
|
186 private System.Windows.Forms.Button NewServerButton; |
4 | 187 private System.Windows.Forms.NotifyIcon NotifyIcon; |
188 private System.Windows.Forms.Button SettingsButton; | |
189 private System.Windows.Forms.ContextMenuStrip ServerContextMenu; | |
190 private System.Windows.Forms.ToolStripMenuItem DeleteServerMenuItem; | |
191 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
|
192 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
|
193 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
|
194 private System.Windows.Forms.ToolStripMenuItem ExitMenuItem; |
10 | 195 private System.Windows.Forms.Panel UpdatePanel; |
196 private System.Windows.Forms.Label UpdateLabel; | |
0
3e1a2131f897
Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
Brad Greco <brad@bgreco.net>
parents:
diff
changeset
|
197 } |
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 |