diff ServerMonitor/Controls/DiskSpaceCheckControl.Designer.cs @ 3:96f0b028176d

File check
author Brad Greco <brad@bgreco.net>
date Fri, 11 Jan 2019 22:34:18 -0500
parents 453ecc1ed9ea
children 052aa62cb42a
line wrap: on
line diff
--- a/ServerMonitor/Controls/DiskSpaceCheckControl.Designer.cs	Sun Jan 06 20:49:08 2019 -0500
+++ b/ServerMonitor/Controls/DiskSpaceCheckControl.Designer.cs	Fri Jan 11 22:34:18 2019 -0500
@@ -28,35 +28,35 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.ResponseBodyPanel = new System.Windows.Forms.Panel();
+            this.FreeSpacePanel = new System.Windows.Forms.Panel();
             this.FreeSpaceUnitsComboBox = new System.Windows.Forms.ComboBox();
             this.FreeSpaceLabel = new System.Windows.Forms.Label();
             this.FreeSpaceTextBox = new System.Windows.Forms.TextBox();
             this.DeviceLabel = new System.Windows.Forms.Label();
             this.DeviceTextBox = new System.Windows.Forms.TextBox();
             this.CheckGroupBox.SuspendLayout();
-            this.ResponseBodyPanel.SuspendLayout();
+            this.FreeSpacePanel.SuspendLayout();
             this.SuspendLayout();
             // 
             // CheckGroupBox
             // 
-            this.CheckGroupBox.Controls.Add(this.ResponseBodyPanel);
+            this.CheckGroupBox.Controls.Add(this.FreeSpacePanel);
             this.CheckGroupBox.Controls.Add(this.DeviceLabel);
             this.CheckGroupBox.Controls.Add(this.DeviceTextBox);
             this.CheckGroupBox.Size = new System.Drawing.Size(526, 87);
             this.CheckGroupBox.Text = "null";
             // 
-            // ResponseBodyPanel
+            // FreeSpacePanel
             // 
-            this.ResponseBodyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            this.FreeSpacePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
-            this.ResponseBodyPanel.Controls.Add(this.FreeSpaceUnitsComboBox);
-            this.ResponseBodyPanel.Controls.Add(this.FreeSpaceLabel);
-            this.ResponseBodyPanel.Controls.Add(this.FreeSpaceTextBox);
-            this.ResponseBodyPanel.Location = new System.Drawing.Point(9, 48);
-            this.ResponseBodyPanel.Name = "ResponseBodyPanel";
-            this.ResponseBodyPanel.Size = new System.Drawing.Size(511, 28);
-            this.ResponseBodyPanel.TabIndex = 21;
+            this.FreeSpacePanel.Controls.Add(this.FreeSpaceUnitsComboBox);
+            this.FreeSpacePanel.Controls.Add(this.FreeSpaceLabel);
+            this.FreeSpacePanel.Controls.Add(this.FreeSpaceTextBox);
+            this.FreeSpacePanel.Location = new System.Drawing.Point(9, 48);
+            this.FreeSpacePanel.Name = "FreeSpacePanel";
+            this.FreeSpacePanel.Size = new System.Drawing.Size(511, 28);
+            this.FreeSpacePanel.TabIndex = 21;
             // 
             // FreeSpaceUnitsComboBox
             // 
@@ -117,15 +117,15 @@
             this.Load += new System.EventHandler(this.DiskSpaceCheckControl_Load);
             this.CheckGroupBox.ResumeLayout(false);
             this.CheckGroupBox.PerformLayout();
-            this.ResponseBodyPanel.ResumeLayout(false);
-            this.ResponseBodyPanel.PerformLayout();
+            this.FreeSpacePanel.ResumeLayout(false);
+            this.FreeSpacePanel.PerformLayout();
             this.ResumeLayout(false);
 
         }
 
         #endregion
 
-        private System.Windows.Forms.Panel ResponseBodyPanel;
+        private System.Windows.Forms.Panel FreeSpacePanel;
         private System.Windows.Forms.TextBox FreeSpaceTextBox;
         private System.Windows.Forms.Label DeviceLabel;
         private System.Windows.Forms.TextBox DeviceTextBox;