comparison 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
comparison
equal deleted inserted replaced
18:b713b9db4c82 19:b3128fe10d57
39 this.DeleteServerMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 39 this.DeleteServerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.SettingsButton = new System.Windows.Forms.Button(); 40 this.SettingsButton = new System.Windows.Forms.Button();
41 this.NewServerButton = new System.Windows.Forms.Button(); 41 this.NewServerButton = new System.Windows.Forms.Button();
42 this.UpdatePanel = new System.Windows.Forms.Panel(); 42 this.UpdatePanel = new System.Windows.Forms.Panel();
43 this.UpdateLabel = new System.Windows.Forms.Label(); 43 this.UpdateLabel = new System.Windows.Forms.Label();
44 this.AboutButton = new System.Windows.Forms.Button();
44 this.NotificationIconMenu.SuspendLayout(); 45 this.NotificationIconMenu.SuspendLayout();
45 this.ServerContextMenu.SuspendLayout(); 46 this.ServerContextMenu.SuspendLayout();
46 this.UpdatePanel.SuspendLayout(); 47 this.UpdatePanel.SuspendLayout();
47 this.SuspendLayout(); 48 this.SuspendLayout();
48 // 49 //
114 this.SettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 115 this.SettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
115 this.SettingsButton.Image = global::ServerMonitorApp.Properties.Resources.settings; 116 this.SettingsButton.Image = global::ServerMonitorApp.Properties.Resources.settings;
116 this.SettingsButton.Location = new System.Drawing.Point(568, 354); 117 this.SettingsButton.Location = new System.Drawing.Point(568, 354);
117 this.SettingsButton.Name = "SettingsButton"; 118 this.SettingsButton.Name = "SettingsButton";
118 this.SettingsButton.Size = new System.Drawing.Size(92, 29); 119 this.SettingsButton.Size = new System.Drawing.Size(92, 29);
119 this.SettingsButton.TabIndex = 1; 120 this.SettingsButton.TabIndex = 4;
120 this.SettingsButton.Text = "&Settings"; 121 this.SettingsButton.Text = "&Settings";
121 this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 122 this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
122 this.SettingsButton.UseVisualStyleBackColor = true; 123 this.SettingsButton.UseVisualStyleBackColor = true;
123 this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click); 124 this.SettingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
124 // 125 //
156 this.UpdateLabel.TabIndex = 0; 157 this.UpdateLabel.TabIndex = 0;
157 this.UpdateLabel.Text = "Program update available"; 158 this.UpdateLabel.Text = "Program update available";
158 this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; 159 this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
159 this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click); 160 this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click);
160 // 161 //
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 //
161 // ServerSummaryForm 174 // ServerSummaryForm
162 // 175 //
163 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 176 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
164 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 177 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
165 this.ClientSize = new System.Drawing.Size(672, 395); 178 this.ClientSize = new System.Drawing.Size(672, 395);
179 this.Controls.Add(this.AboutButton);
166 this.Controls.Add(this.UpdatePanel); 180 this.Controls.Add(this.UpdatePanel);
167 this.Controls.Add(this.SettingsButton); 181 this.Controls.Add(this.SettingsButton);
168 this.Controls.Add(this.NewServerButton); 182 this.Controls.Add(this.NewServerButton);
169 this.Controls.Add(this.ServerPanel); 183 this.Controls.Add(this.ServerPanel);
170 this.MinimumSize = new System.Drawing.Size(240, 300); 184 this.MinimumSize = new System.Drawing.Size(240, 300);
192 private System.Windows.Forms.ContextMenuStrip NotificationIconMenu; 206 private System.Windows.Forms.ContextMenuStrip NotificationIconMenu;
193 private System.Windows.Forms.ToolStripMenuItem ShowServerMonitorMenuItem; 207 private System.Windows.Forms.ToolStripMenuItem ShowServerMonitorMenuItem;
194 private System.Windows.Forms.ToolStripMenuItem ExitMenuItem; 208 private System.Windows.Forms.ToolStripMenuItem ExitMenuItem;
195 private System.Windows.Forms.Panel UpdatePanel; 209 private System.Windows.Forms.Panel UpdatePanel;
196 private System.Windows.Forms.Label UpdateLabel; 210 private System.Windows.Forms.Label UpdateLabel;
211 private System.Windows.Forms.Button AboutButton;
197 } 212 }
198 } 213 }
199 214