diff ServerMonitor/Controls/CheckControl.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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServerMonitor/Controls/CheckControl.Designer.cs	Mon Dec 31 18:32:14 2018 -0500
@@ -0,0 +1,60 @@
+namespace ServerMonitorApp
+{
+    partial class CheckControl
+    {
+        /// <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.CheckGroupBox = new System.Windows.Forms.GroupBox();
+            this.SuspendLayout();
+            // 
+            // CheckGroupBox
+            // 
+            this.CheckGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.CheckGroupBox.Location = new System.Drawing.Point(0, 0);
+            this.CheckGroupBox.Name = "CheckGroupBox";
+            this.CheckGroupBox.Size = new System.Drawing.Size(526, 217);
+            this.CheckGroupBox.TabIndex = 0;
+            this.CheckGroupBox.TabStop = false;
+            this.CheckGroupBox.Text = "Check";
+            // 
+            // CheckControl
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.Controls.Add(this.CheckGroupBox);
+            this.Name = "CheckControl";
+            this.Size = new System.Drawing.Size(526, 217);
+            this.Load += new System.EventHandler(this.CheckControl_Load);
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        protected System.Windows.Forms.GroupBox CheckGroupBox;
+    }
+}