Mercurial > servermonitor
diff 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 |
line wrap: on
line diff
--- a/ServerMonitor/Forms/ServerSummaryForm.Designer.cs Mon May 27 15:40:44 2019 -0400 +++ b/ServerMonitor/Forms/ServerSummaryForm.Designer.cs Wed May 29 20:18:37 2019 -0400 @@ -41,6 +41,7 @@ this.NewServerButton = new System.Windows.Forms.Button(); this.UpdatePanel = new System.Windows.Forms.Panel(); this.UpdateLabel = new System.Windows.Forms.Label(); + this.AboutButton = new System.Windows.Forms.Button(); this.NotificationIconMenu.SuspendLayout(); this.ServerContextMenu.SuspendLayout(); this.UpdatePanel.SuspendLayout(); @@ -116,7 +117,7 @@ this.SettingsButton.Location = new System.Drawing.Point(568, 354); this.SettingsButton.Name = "SettingsButton"; this.SettingsButton.Size = new System.Drawing.Size(92, 29); - this.SettingsButton.TabIndex = 1; + this.SettingsButton.TabIndex = 4; this.SettingsButton.Text = "&Settings"; this.SettingsButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.SettingsButton.UseVisualStyleBackColor = true; @@ -158,11 +159,24 @@ this.UpdateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.UpdateLabel.Click += new System.EventHandler(this.UpdateLabel_Click); // + // AboutButton + // + this.AboutButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.AboutButton.Image = global::ServerMonitorApp.Properties.Resources.help; + this.AboutButton.Location = new System.Drawing.Point(533, 354); + this.AboutButton.Name = "AboutButton"; + this.AboutButton.Size = new System.Drawing.Size(29, 29); + this.AboutButton.TabIndex = 2; + this.AboutButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; + this.AboutButton.UseVisualStyleBackColor = true; + this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click); + // // ServerSummaryForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(672, 395); + this.Controls.Add(this.AboutButton); this.Controls.Add(this.UpdatePanel); this.Controls.Add(this.SettingsButton); this.Controls.Add(this.NewServerButton); @@ -194,6 +208,7 @@ private System.Windows.Forms.ToolStripMenuItem ExitMenuItem; private System.Windows.Forms.Panel UpdatePanel; private System.Windows.Forms.Label UpdateLabel; + private System.Windows.Forms.Button AboutButton; } }