diff ServerMonitor/Controls/ServerSummaryControl.Designer.cs @ 0:3e1a2131f897

Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
author Brad Greco <brad@bgreco.net>
date Mon, 31 Dec 2018 18:32:14 -0500
parents
children 3142e52cbe69
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServerMonitor/Controls/ServerSummaryControl.Designer.cs	Mon Dec 31 18:32:14 2018 -0500
@@ -0,0 +1,76 @@
+namespace ServerMonitorApp
+{
+    partial class ServerSummaryControl
+    {
+        /// <summary> 
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary> 
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Component Designer generated code
+
+        /// <summary> 
+        /// Required method for Designer support - do not modify 
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.ServerNameLabel = new System.Windows.Forms.Label();
+            this.ServerPictureBox = new System.Windows.Forms.PictureBox();
+            ((System.ComponentModel.ISupportInitialize)(this.ServerPictureBox)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // ServerNameLabel
+            // 
+            this.ServerNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.ServerNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.ServerNameLabel.Location = new System.Drawing.Point(0, 127);
+            this.ServerNameLabel.Name = "ServerNameLabel";
+            this.ServerNameLabel.Size = new System.Drawing.Size(192, 21);
+            this.ServerNameLabel.TabIndex = 1;
+            this.ServerNameLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
+            // 
+            // ServerPictureBox
+            // 
+            this.ServerPictureBox.Image = global::ServerMonitorApp.Properties.Resources.server;
+            this.ServerPictureBox.Location = new System.Drawing.Point(0, 0);
+            this.ServerPictureBox.Name = "ServerPictureBox";
+            this.ServerPictureBox.Size = new System.Drawing.Size(192, 124);
+            this.ServerPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
+            this.ServerPictureBox.TabIndex = 0;
+            this.ServerPictureBox.TabStop = false;
+            // 
+            // 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.ServerNameLabel);
+            this.Controls.Add(this.ServerPictureBox);
+            this.Name = "ServerSummaryControl";
+            this.Size = new System.Drawing.Size(192, 192);
+            ((System.ComponentModel.ISupportInitialize)(this.ServerPictureBox)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.PictureBox ServerPictureBox;
+        private System.Windows.Forms.Label ServerNameLabel;
+    }
+}