comparison ServerMonitor/Controls/FileCheckControl.Designer.cs @ 3:96f0b028176d

File check
author Brad Greco <brad@bgreco.net>
date Fri, 11 Jan 2019 22:34:18 -0500
parents
children 052aa62cb42a
comparison
equal deleted inserted replaced
2:453ecc1ed9ea 3:96f0b028176d
1 namespace ServerMonitorApp
2 {
3 partial class FileCheckControl
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Component Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.FileSizePanel = new System.Windows.Forms.Panel();
32 this.FileSizeUnitsComboBox = new ServerMonitorApp.SizeUnitsComboBox();
33 this.FileSizeComparisonComboBox = new System.Windows.Forms.ComboBox();
34 this.FileSizeCheckBox = new System.Windows.Forms.CheckBox();
35 this.FileSizeTextBox = new System.Windows.Forms.TextBox();
36 this.FileLabel = new System.Windows.Forms.Label();
37 this.FileTextBox = new System.Windows.Forms.TextBox();
38 this.FileModifiedPanel = new System.Windows.Forms.Panel();
39 this.DateModifiedComparisonComboBox = new System.Windows.Forms.ComboBox();
40 this.DateModifiedCheckBox = new System.Windows.Forms.CheckBox();
41 this.DateModifiedTextBox = new System.Windows.Forms.TextBox();
42 this.DateModifiedUnitsComboBox = new ServerMonitorApp.TimeUnitsComboBox();
43 this.CheckGroupBox.SuspendLayout();
44 this.FileSizePanel.SuspendLayout();
45 this.FileModifiedPanel.SuspendLayout();
46 this.SuspendLayout();
47 //
48 // CheckGroupBox
49 //
50 this.CheckGroupBox.Controls.Add(this.FileModifiedPanel);
51 this.CheckGroupBox.Controls.Add(this.FileSizePanel);
52 this.CheckGroupBox.Controls.Add(this.FileLabel);
53 this.CheckGroupBox.Controls.Add(this.FileTextBox);
54 this.CheckGroupBox.Size = new System.Drawing.Size(526, 114);
55 this.CheckGroupBox.Text = "null";
56 //
57 // FileSizePanel
58 //
59 this.FileSizePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
60 | System.Windows.Forms.AnchorStyles.Right)));
61 this.FileSizePanel.Controls.Add(this.FileSizeUnitsComboBox);
62 this.FileSizePanel.Controls.Add(this.FileSizeComparisonComboBox);
63 this.FileSizePanel.Controls.Add(this.FileSizeCheckBox);
64 this.FileSizePanel.Controls.Add(this.FileSizeTextBox);
65 this.FileSizePanel.Location = new System.Drawing.Point(9, 48);
66 this.FileSizePanel.Name = "FileSizePanel";
67 this.FileSizePanel.Size = new System.Drawing.Size(511, 28);
68 this.FileSizePanel.TabIndex = 21;
69 //
70 // FileSizeUnitsComboBox
71 //
72 this.FileSizeUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
73 this.FileSizeUnitsComboBox.FormattingEnabled = true;
74 this.FileSizeUnitsComboBox.Items.AddRange(new object[] {
75 "B",
76 "MB",
77 "KB",
78 "GB"});
79 this.FileSizeUnitsComboBox.Location = new System.Drawing.Point(227, 4);
80 this.FileSizeUnitsComboBox.Name = "FileSizeUnitsComboBox";
81 this.FileSizeUnitsComboBox.Size = new System.Drawing.Size(43, 21);
82 this.FileSizeUnitsComboBox.TabIndex = 26;
83 //
84 // FileSizeComparisonComboBox
85 //
86 this.FileSizeComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87 this.FileSizeComparisonComboBox.FormattingEnabled = true;
88 this.FileSizeComparisonComboBox.Items.AddRange(new object[] {
89 "less than",
90 "greater than"});
91 this.FileSizeComparisonComboBox.Location = new System.Drawing.Point(63, 4);
92 this.FileSizeComparisonComboBox.Name = "FileSizeComparisonComboBox";
93 this.FileSizeComparisonComboBox.Size = new System.Drawing.Size(83, 21);
94 this.FileSizeComparisonComboBox.TabIndex = 25;
95 //
96 // FileSizeCheckBox
97 //
98 this.FileSizeCheckBox.AutoSize = true;
99 this.FileSizeCheckBox.Location = new System.Drawing.Point(0, 6);
100 this.FileSizeCheckBox.Name = "FileSizeCheckBox";
101 this.FileSizeCheckBox.Size = new System.Drawing.Size(63, 17);
102 this.FileSizeCheckBox.TabIndex = 24;
103 this.FileSizeCheckBox.Text = "File size";
104 this.FileSizeCheckBox.UseVisualStyleBackColor = true;
105 //
106 // FileSizeTextBox
107 //
108 this.FileSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109 | System.Windows.Forms.AnchorStyles.Right)));
110 this.FileSizeTextBox.Location = new System.Drawing.Point(152, 4);
111 this.FileSizeTextBox.Name = "FileSizeTextBox";
112 this.FileSizeTextBox.Size = new System.Drawing.Size(69, 20);
113 this.FileSizeTextBox.TabIndex = 7;
114 //
115 // FileLabel
116 //
117 this.FileLabel.AutoSize = true;
118 this.FileLabel.Location = new System.Drawing.Point(6, 25);
119 this.FileLabel.Name = "FileLabel";
120 this.FileLabel.Size = new System.Drawing.Size(26, 13);
121 this.FileLabel.TabIndex = 18;
122 this.FileLabel.Text = "File:";
123 //
124 // FileTextBox
125 //
126 this.FileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127 | System.Windows.Forms.AnchorStyles.Right)));
128 this.FileTextBox.Location = new System.Drawing.Point(38, 22);
129 this.FileTextBox.Name = "FileTextBox";
130 this.FileTextBox.Size = new System.Drawing.Size(482, 20);
131 this.FileTextBox.TabIndex = 17;
132 this.FileTextBox.Text = "/";
133 //
134 // FileModifiedPanel
135 //
136 this.FileModifiedPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
137 | System.Windows.Forms.AnchorStyles.Right)));
138 this.FileModifiedPanel.Controls.Add(this.DateModifiedUnitsComboBox);
139 this.FileModifiedPanel.Controls.Add(this.DateModifiedComparisonComboBox);
140 this.FileModifiedPanel.Controls.Add(this.DateModifiedCheckBox);
141 this.FileModifiedPanel.Controls.Add(this.DateModifiedTextBox);
142 this.FileModifiedPanel.Location = new System.Drawing.Point(9, 75);
143 this.FileModifiedPanel.Name = "FileModifiedPanel";
144 this.FileModifiedPanel.Size = new System.Drawing.Size(511, 28);
145 this.FileModifiedPanel.TabIndex = 27;
146 //
147 // DateModifiedComparisonComboBox
148 //
149 this.DateModifiedComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
150 this.DateModifiedComparisonComboBox.FormattingEnabled = true;
151 this.DateModifiedComparisonComboBox.Items.AddRange(new object[] {
152 "older than",
153 "newer than"});
154 this.DateModifiedComparisonComboBox.Location = new System.Drawing.Point(91, 4);
155 this.DateModifiedComparisonComboBox.Name = "DateModifiedComparisonComboBox";
156 this.DateModifiedComparisonComboBox.Size = new System.Drawing.Size(82, 21);
157 this.DateModifiedComparisonComboBox.TabIndex = 25;
158 //
159 // DateModifiedCheckBox
160 //
161 this.DateModifiedCheckBox.AutoSize = true;
162 this.DateModifiedCheckBox.Location = new System.Drawing.Point(0, 6);
163 this.DateModifiedCheckBox.Name = "DateModifiedCheckBox";
164 this.DateModifiedCheckBox.Size = new System.Drawing.Size(91, 17);
165 this.DateModifiedCheckBox.TabIndex = 24;
166 this.DateModifiedCheckBox.Text = "Date modified";
167 this.DateModifiedCheckBox.UseVisualStyleBackColor = true;
168 //
169 // DateModifiedTextBox
170 //
171 this.DateModifiedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
172 | System.Windows.Forms.AnchorStyles.Right)));
173 this.DateModifiedTextBox.Location = new System.Drawing.Point(179, 4);
174 this.DateModifiedTextBox.Name = "DateModifiedTextBox";
175 this.DateModifiedTextBox.Size = new System.Drawing.Size(69, 20);
176 this.DateModifiedTextBox.TabIndex = 7;
177 //
178 // DateModifiedUnitsComboBox
179 //
180 this.DateModifiedUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
181 this.DateModifiedUnitsComboBox.FormattingEnabled = true;
182 this.DateModifiedUnitsComboBox.Items.AddRange(new object[] {
183 "minutes",
184 "hours",
185 "days"});
186 this.DateModifiedUnitsComboBox.Location = new System.Drawing.Point(254, 4);
187 this.DateModifiedUnitsComboBox.Name = "DateModifiedUnitsComboBox";
188 this.DateModifiedUnitsComboBox.Size = new System.Drawing.Size(60, 21);
189 this.DateModifiedUnitsComboBox.TabIndex = 26;
190 //
191 // FileCheckControl
192 //
193 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
194 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
195 this.Name = "FileCheckControl";
196 this.Size = new System.Drawing.Size(526, 114);
197 this.Load += new System.EventHandler(this.DiskSpaceCheckControl_Load);
198 this.CheckGroupBox.ResumeLayout(false);
199 this.CheckGroupBox.PerformLayout();
200 this.FileSizePanel.ResumeLayout(false);
201 this.FileSizePanel.PerformLayout();
202 this.FileModifiedPanel.ResumeLayout(false);
203 this.FileModifiedPanel.PerformLayout();
204 this.ResumeLayout(false);
205
206 }
207
208 #endregion
209
210 private System.Windows.Forms.Panel FileSizePanel;
211 private System.Windows.Forms.TextBox FileSizeTextBox;
212 private System.Windows.Forms.Label FileLabel;
213 private System.Windows.Forms.TextBox FileTextBox;
214 private System.Windows.Forms.CheckBox FileSizeCheckBox;
215 private System.Windows.Forms.ComboBox FileSizeComparisonComboBox;
216 private SizeUnitsComboBox FileSizeUnitsComboBox;
217 private System.Windows.Forms.Panel FileModifiedPanel;
218 private System.Windows.Forms.ComboBox DateModifiedComparisonComboBox;
219 private System.Windows.Forms.CheckBox DateModifiedCheckBox;
220 private System.Windows.Forms.TextBox DateModifiedTextBox;
221 private TimeUnitsComboBox DateModifiedUnitsComboBox;
222 }
223 }