diff ServerMonitor/Controls/ServerSummaryControl.Designer.cs @ 4:3142e52cbe69

Lots more progress
author Brad Greco <brad@bgreco.net>
date Sun, 10 Feb 2019 20:51:26 -0500
parents 3e1a2131f897
children 832a07de0f90
line wrap: on
line diff
--- a/ServerMonitor/Controls/ServerSummaryControl.Designer.cs	Fri Jan 11 22:34:18 2019 -0500
+++ b/ServerMonitor/Controls/ServerSummaryControl.Designer.cs	Sun Feb 10 20:51:26 2019 -0500
@@ -30,7 +30,9 @@
         {
             this.ServerNameLabel = new System.Windows.Forms.Label();
             this.ServerPictureBox = new System.Windows.Forms.PictureBox();
+            this.StatusPictureBox = new System.Windows.Forms.PictureBox();
             ((System.ComponentModel.ISupportInitialize)(this.ServerPictureBox)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.StatusPictureBox)).BeginInit();
             this.SuspendLayout();
             // 
             // ServerNameLabel
@@ -54,16 +56,29 @@
             this.ServerPictureBox.TabIndex = 0;
             this.ServerPictureBox.TabStop = false;
             // 
+            // StatusPictureBox
+            // 
+            this.StatusPictureBox.BackColor = System.Drawing.Color.Transparent;
+            this.StatusPictureBox.Image = global::ServerMonitorApp.Properties.Resources.pass;
+            this.StatusPictureBox.Location = new System.Drawing.Point(104, 92);
+            this.StatusPictureBox.Name = "StatusPictureBox";
+            this.StatusPictureBox.Size = new System.Drawing.Size(32, 32);
+            this.StatusPictureBox.TabIndex = 2;
+            this.StatusPictureBox.TabStop = false;
+            this.StatusPictureBox.Click += new System.EventHandler(this.Control_Click);
+            // 
             // ServerSummaryControl
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.BackColor = System.Drawing.SystemColors.Control;
+            this.Controls.Add(this.StatusPictureBox);
             this.Controls.Add(this.ServerNameLabel);
             this.Controls.Add(this.ServerPictureBox);
             this.Name = "ServerSummaryControl";
             this.Size = new System.Drawing.Size(192, 192);
             ((System.ComponentModel.ISupportInitialize)(this.ServerPictureBox)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.StatusPictureBox)).EndInit();
             this.ResumeLayout(false);
 
         }
@@ -72,5 +87,6 @@
 
         private System.Windows.Forms.PictureBox ServerPictureBox;
         private System.Windows.Forms.Label ServerNameLabel;
+        private System.Windows.Forms.PictureBox StatusPictureBox;
     }
 }