Mercurial > servermonitor
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:453ecc1ed9ea | 3:96f0b028176d |
---|---|
26 /// Required method for Designer support - do not modify | 26 /// Required method for Designer support - do not modify |
27 /// the contents of this method with the code editor. | 27 /// the contents of this method with the code editor. |
28 /// </summary> | 28 /// </summary> |
29 private void InitializeComponent() | 29 private void InitializeComponent() |
30 { | 30 { |
31 this.ResponseBodyPanel = new System.Windows.Forms.Panel(); | 31 this.FreeSpacePanel = new System.Windows.Forms.Panel(); |
32 this.FreeSpaceUnitsComboBox = new System.Windows.Forms.ComboBox(); | 32 this.FreeSpaceUnitsComboBox = new System.Windows.Forms.ComboBox(); |
33 this.FreeSpaceLabel = new System.Windows.Forms.Label(); | 33 this.FreeSpaceLabel = new System.Windows.Forms.Label(); |
34 this.FreeSpaceTextBox = new System.Windows.Forms.TextBox(); | 34 this.FreeSpaceTextBox = new System.Windows.Forms.TextBox(); |
35 this.DeviceLabel = new System.Windows.Forms.Label(); | 35 this.DeviceLabel = new System.Windows.Forms.Label(); |
36 this.DeviceTextBox = new System.Windows.Forms.TextBox(); | 36 this.DeviceTextBox = new System.Windows.Forms.TextBox(); |
37 this.CheckGroupBox.SuspendLayout(); | 37 this.CheckGroupBox.SuspendLayout(); |
38 this.ResponseBodyPanel.SuspendLayout(); | 38 this.FreeSpacePanel.SuspendLayout(); |
39 this.SuspendLayout(); | 39 this.SuspendLayout(); |
40 // | 40 // |
41 // CheckGroupBox | 41 // CheckGroupBox |
42 // | 42 // |
43 this.CheckGroupBox.Controls.Add(this.ResponseBodyPanel); | 43 this.CheckGroupBox.Controls.Add(this.FreeSpacePanel); |
44 this.CheckGroupBox.Controls.Add(this.DeviceLabel); | 44 this.CheckGroupBox.Controls.Add(this.DeviceLabel); |
45 this.CheckGroupBox.Controls.Add(this.DeviceTextBox); | 45 this.CheckGroupBox.Controls.Add(this.DeviceTextBox); |
46 this.CheckGroupBox.Size = new System.Drawing.Size(526, 87); | 46 this.CheckGroupBox.Size = new System.Drawing.Size(526, 87); |
47 this.CheckGroupBox.Text = "null"; | 47 this.CheckGroupBox.Text = "null"; |
48 // | 48 // |
49 // ResponseBodyPanel | 49 // FreeSpacePanel |
50 // | 50 // |
51 this.ResponseBodyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | 51 this.FreeSpacePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
52 | System.Windows.Forms.AnchorStyles.Right))); | 52 | System.Windows.Forms.AnchorStyles.Right))); |
53 this.ResponseBodyPanel.Controls.Add(this.FreeSpaceUnitsComboBox); | 53 this.FreeSpacePanel.Controls.Add(this.FreeSpaceUnitsComboBox); |
54 this.ResponseBodyPanel.Controls.Add(this.FreeSpaceLabel); | 54 this.FreeSpacePanel.Controls.Add(this.FreeSpaceLabel); |
55 this.ResponseBodyPanel.Controls.Add(this.FreeSpaceTextBox); | 55 this.FreeSpacePanel.Controls.Add(this.FreeSpaceTextBox); |
56 this.ResponseBodyPanel.Location = new System.Drawing.Point(9, 48); | 56 this.FreeSpacePanel.Location = new System.Drawing.Point(9, 48); |
57 this.ResponseBodyPanel.Name = "ResponseBodyPanel"; | 57 this.FreeSpacePanel.Name = "FreeSpacePanel"; |
58 this.ResponseBodyPanel.Size = new System.Drawing.Size(511, 28); | 58 this.FreeSpacePanel.Size = new System.Drawing.Size(511, 28); |
59 this.ResponseBodyPanel.TabIndex = 21; | 59 this.FreeSpacePanel.TabIndex = 21; |
60 // | 60 // |
61 // FreeSpaceUnitsComboBox | 61 // FreeSpaceUnitsComboBox |
62 // | 62 // |
63 this.FreeSpaceUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 63 this.FreeSpaceUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
64 this.FreeSpaceUnitsComboBox.FormattingEnabled = true; | 64 this.FreeSpaceUnitsComboBox.FormattingEnabled = true; |
115 this.Name = "DiskSpaceCheckControl"; | 115 this.Name = "DiskSpaceCheckControl"; |
116 this.Size = new System.Drawing.Size(526, 87); | 116 this.Size = new System.Drawing.Size(526, 87); |
117 this.Load += new System.EventHandler(this.DiskSpaceCheckControl_Load); | 117 this.Load += new System.EventHandler(this.DiskSpaceCheckControl_Load); |
118 this.CheckGroupBox.ResumeLayout(false); | 118 this.CheckGroupBox.ResumeLayout(false); |
119 this.CheckGroupBox.PerformLayout(); | 119 this.CheckGroupBox.PerformLayout(); |
120 this.ResponseBodyPanel.ResumeLayout(false); | 120 this.FreeSpacePanel.ResumeLayout(false); |
121 this.ResponseBodyPanel.PerformLayout(); | 121 this.FreeSpacePanel.PerformLayout(); |
122 this.ResumeLayout(false); | 122 this.ResumeLayout(false); |
123 | 123 |
124 } | 124 } |
125 | 125 |
126 #endregion | 126 #endregion |
127 | 127 |
128 private System.Windows.Forms.Panel ResponseBodyPanel; | 128 private System.Windows.Forms.Panel FreeSpacePanel; |
129 private System.Windows.Forms.TextBox FreeSpaceTextBox; | 129 private System.Windows.Forms.TextBox FreeSpaceTextBox; |
130 private System.Windows.Forms.Label DeviceLabel; | 130 private System.Windows.Forms.Label DeviceLabel; |
131 private System.Windows.Forms.TextBox DeviceTextBox; | 131 private System.Windows.Forms.TextBox DeviceTextBox; |
132 private System.Windows.Forms.ComboBox FreeSpaceUnitsComboBox; | 132 private System.Windows.Forms.ComboBox FreeSpaceUnitsComboBox; |
133 private System.Windows.Forms.Label FreeSpaceLabel; | 133 private System.Windows.Forms.Label FreeSpaceLabel; |