annotate ServerMonitor/Forms/ServerSummaryForm.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 9e77c0dccb66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
33 this.NotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
34 this.NotificationIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
35 this.ShowServerMonitorMenuItem = new System.Windows.Forms.ToolStripMenuItem();
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
36 this.ExitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
39 this.DeleteServerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
42 this.UpdatePanel = new System.Windows.Forms.Panel();
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
43 this.UpdateLabel = new System.Windows.Forms.Label();
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
44 this.AboutButton = new System.Windows.Forms.Button();
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
45 this.NotificationIconMenu.SuspendLayout();
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
46 this.ServerContextMenu.SuspendLayout();
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
52 this.ServerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
53 | System.Windows.Forms.AnchorStyles.Left)
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
61 // NotifyIcon
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
64 this.NotifyIcon.Text = "Server Monitor";
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
65 this.NotifyIcon.Visible = true;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
68 //
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
69 // NotificationIconMenu
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
70 //
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
71 this.NotificationIconMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
72 this.ShowServerMonitorMenuItem,
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
73 this.ExitMenuItem});
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
74 this.NotificationIconMenu.Name = "NotificationIconMenu";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
75 this.NotificationIconMenu.Size = new System.Drawing.Size(161, 48);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
76 this.NotificationIconMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.NotificationIconMenu_ItemClicked);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
77 //
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
78 // ShowServerMonitorMenuItem
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
79 //
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
80 this.ShowServerMonitorMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
81 this.ShowServerMonitorMenuItem.Name = "ShowServerMonitorMenuItem";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
82 this.ShowServerMonitorMenuItem.Size = new System.Drawing.Size(160, 22);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
83 this.ShowServerMonitorMenuItem.Text = "Server Monitor";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
84 //
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
85 // ExitMenuItem
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
86 //
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
87 this.ExitMenuItem.Name = "ExitMenuItem";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
88 this.ExitMenuItem.Size = new System.Drawing.Size(160, 22);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
89 this.ExitMenuItem.Text = "Exit";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
90 //
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
91 // ServerContextMenu
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
92 //
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
93 this.ServerContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
94 this.ToggleEnableServerMenuItem,
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
95 this.DeleteServerMenuItem});
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
98 this.ServerContextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ServerContextMenu_Opening);
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
99 this.ServerContextMenu.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ServerContextMenu_ItemClicked);
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
107 // DeleteServerMenuItem
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
108 //
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
111 this.DeleteServerMenuItem.Text = "Delete server";
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
112 //
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
113 // SettingsButton
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
118 this.SettingsButton.Name = "SettingsButton";
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
119 this.SettingsButton.Size = new System.Drawing.Size(92, 29);
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
122 this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
123 this.SettingsButton.UseVisualStyleBackColor = true;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
124 this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
139 // UpdatePanel
8
052aa62cb42a Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents: 4
diff changeset
140 //
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
141 this.UpdatePanel.BackColor = System.Drawing.Color.Aquamarine;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
142 this.UpdatePanel.Controls.Add(this.UpdateLabel);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
143 this.UpdatePanel.Dock = System.Windows.Forms.DockStyle.Top;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
144 this.UpdatePanel.Location = new System.Drawing.Point(0, 0);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
145 this.UpdatePanel.Name = "UpdatePanel";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
146 this.UpdatePanel.Size = new System.Drawing.Size(672, 22);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
147 this.UpdatePanel.TabIndex = 0;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
148 this.UpdatePanel.Visible = false;
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
149 //
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
150 // UpdateLabel
8
052aa62cb42a Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents: 4
diff changeset
151 //
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
152 this.UpdateLabel.Cursor = System.Windows.Forms.Cursors.Hand;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
153 this.UpdateLabel.Dock = System.Windows.Forms.DockStyle.Fill;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
154 this.UpdateLabel.Location = new System.Drawing.Point(0, 0);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
155 this.UpdateLabel.Name = "UpdateLabel";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
156 this.UpdateLabel.Size = new System.Drawing.Size(672, 22);
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
157 this.UpdateLabel.TabIndex = 0;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
158 this.UpdateLabel.Text = "Program update available";
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
159 this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
160 this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click);
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
161 //
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
162 // AboutButton
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
163 //
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
164 this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
165 this.AboutButton.Image = global::ServerMonitorApp.Properties.Resources.help;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
166 this.AboutButton.Location = new System.Drawing.Point(533, 354);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
167 this.AboutButton.Name = "AboutButton";
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
168 this.AboutButton.Size = new System.Drawing.Size(29, 29);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
169 this.AboutButton.TabIndex = 2;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
170 this.AboutButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
171 this.AboutButton.UseVisualStyleBackColor = true;
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
172 this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click);
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
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
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
179 this.Controls.Add(this.AboutButton);
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
180 this.Controls.Add(this.UpdatePanel);
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
190 this.NotificationIconMenu.ResumeLayout(false);
4
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
191 this.ServerContextMenu.ResumeLayout(false);
10
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
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
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
201 private System.Windows.Forms.NotifyIcon NotifyIcon;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
202 private System.Windows.Forms.Button SettingsButton;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
203 private System.Windows.Forms.ContextMenuStrip ServerContextMenu;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
204 private System.Windows.Forms.ToolStripMenuItem DeleteServerMenuItem;
3142e52cbe69 Lots more progress
Brad Greco <brad@bgreco.net>
parents: 0
diff changeset
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
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
209 private System.Windows.Forms.Panel UpdatePanel;
9e77c0dccb66 Add update checker
Brad Greco <brad@bgreco.net>
parents: 8
diff changeset
210 private System.Windows.Forms.Label UpdateLabel;
19
b3128fe10d57 Add About form and license.
Brad Greco <brad@bgreco.net>
parents: 10
diff changeset
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