comparison ServerMonitor/Controls/FileCheckControl.Designer.cs @ 8:052aa62cb42a

Single instance. Add autorun option. Add icons. General enhancements.
author Brad Greco <brad@bgreco.net>
date Sat, 09 Mar 2019 20:14:03 -0500
parents 96f0b028176d
children
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
34 this.FileSizeCheckBox = new System.Windows.Forms.CheckBox(); 34 this.FileSizeCheckBox = new System.Windows.Forms.CheckBox();
35 this.FileSizeTextBox = new System.Windows.Forms.TextBox(); 35 this.FileSizeTextBox = new System.Windows.Forms.TextBox();
36 this.FileLabel = new System.Windows.Forms.Label(); 36 this.FileLabel = new System.Windows.Forms.Label();
37 this.FileTextBox = new System.Windows.Forms.TextBox(); 37 this.FileTextBox = new System.Windows.Forms.TextBox();
38 this.FileModifiedPanel = new System.Windows.Forms.Panel(); 38 this.FileModifiedPanel = new System.Windows.Forms.Panel();
39 this.DateModifiedUnitsComboBox = new ServerMonitorApp.TimeUnitsComboBox();
39 this.DateModifiedComparisonComboBox = new System.Windows.Forms.ComboBox(); 40 this.DateModifiedComparisonComboBox = new System.Windows.Forms.ComboBox();
40 this.DateModifiedCheckBox = new System.Windows.Forms.CheckBox(); 41 this.DateModifiedCheckBox = new System.Windows.Forms.CheckBox();
41 this.DateModifiedTextBox = new System.Windows.Forms.TextBox(); 42 this.DateModifiedTextBox = new System.Windows.Forms.TextBox();
42 this.DateModifiedUnitsComboBox = new ServerMonitorApp.TimeUnitsComboBox();
43 this.CheckGroupBox.SuspendLayout(); 43 this.CheckGroupBox.SuspendLayout();
44 this.FileSizePanel.SuspendLayout(); 44 this.FileSizePanel.SuspendLayout();
45 this.FileModifiedPanel.SuspendLayout(); 45 this.FileModifiedPanel.SuspendLayout();
46 this.SuspendLayout(); 46 this.SuspendLayout();
47 // 47 //
71 // 71 //
72 this.FileSizeUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 72 this.FileSizeUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
73 this.FileSizeUnitsComboBox.FormattingEnabled = true; 73 this.FileSizeUnitsComboBox.FormattingEnabled = true;
74 this.FileSizeUnitsComboBox.Items.AddRange(new object[] { 74 this.FileSizeUnitsComboBox.Items.AddRange(new object[] {
75 "B", 75 "B",
76 "KB",
76 "MB", 77 "MB",
77 "KB",
78 "GB"}); 78 "GB"});
79 this.FileSizeUnitsComboBox.Location = new System.Drawing.Point(227, 4); 79 this.FileSizeUnitsComboBox.Location = new System.Drawing.Point(227, 4);
80 this.FileSizeUnitsComboBox.Name = "FileSizeUnitsComboBox"; 80 this.FileSizeUnitsComboBox.Name = "FileSizeUnitsComboBox";
81 this.FileSizeUnitsComboBox.Size = new System.Drawing.Size(43, 21); 81 this.FileSizeUnitsComboBox.Size = new System.Drawing.Size(43, 21);
82 this.FileSizeUnitsComboBox.TabIndex = 26; 82 this.FileSizeUnitsComboBox.TabIndex = 27;
83 // 83 //
84 // FileSizeComparisonComboBox 84 // FileSizeComparisonComboBox
85 // 85 //
86 this.FileSizeComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 86 this.FileSizeComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
87 this.FileSizeComparisonComboBox.FormattingEnabled = true; 87 this.FileSizeComparisonComboBox.FormattingEnabled = true;
98 this.FileSizeCheckBox.AutoSize = true; 98 this.FileSizeCheckBox.AutoSize = true;
99 this.FileSizeCheckBox.Location = new System.Drawing.Point(0, 6); 99 this.FileSizeCheckBox.Location = new System.Drawing.Point(0, 6);
100 this.FileSizeCheckBox.Name = "FileSizeCheckBox"; 100 this.FileSizeCheckBox.Name = "FileSizeCheckBox";
101 this.FileSizeCheckBox.Size = new System.Drawing.Size(63, 17); 101 this.FileSizeCheckBox.Size = new System.Drawing.Size(63, 17);
102 this.FileSizeCheckBox.TabIndex = 24; 102 this.FileSizeCheckBox.TabIndex = 24;
103 this.FileSizeCheckBox.Text = "File size"; 103 this.FileSizeCheckBox.Text = "File &size";
104 this.FileSizeCheckBox.UseVisualStyleBackColor = true; 104 this.FileSizeCheckBox.UseVisualStyleBackColor = true;
105 // 105 //
106 // FileSizeTextBox 106 // FileSizeTextBox
107 // 107 //
108 this.FileSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 108 this.FileSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109 | System.Windows.Forms.AnchorStyles.Right))); 109 | System.Windows.Forms.AnchorStyles.Right)));
110 this.FileSizeTextBox.Location = new System.Drawing.Point(152, 4); 110 this.FileSizeTextBox.Location = new System.Drawing.Point(152, 4);
111 this.FileSizeTextBox.Name = "FileSizeTextBox"; 111 this.FileSizeTextBox.Name = "FileSizeTextBox";
112 this.FileSizeTextBox.Size = new System.Drawing.Size(69, 20); 112 this.FileSizeTextBox.Size = new System.Drawing.Size(69, 20);
113 this.FileSizeTextBox.TabIndex = 7; 113 this.FileSizeTextBox.TabIndex = 26;
114 // 114 //
115 // FileLabel 115 // FileLabel
116 // 116 //
117 this.FileLabel.AutoSize = true; 117 this.FileLabel.AutoSize = true;
118 this.FileLabel.Location = new System.Drawing.Point(6, 25); 118 this.FileLabel.Location = new System.Drawing.Point(6, 25);
119 this.FileLabel.Name = "FileLabel"; 119 this.FileLabel.Name = "FileLabel";
120 this.FileLabel.Size = new System.Drawing.Size(26, 13); 120 this.FileLabel.Size = new System.Drawing.Size(26, 13);
121 this.FileLabel.TabIndex = 18; 121 this.FileLabel.TabIndex = 17;
122 this.FileLabel.Text = "File:"; 122 this.FileLabel.Text = "&File:";
123 // 123 //
124 // FileTextBox 124 // FileTextBox
125 // 125 //
126 this.FileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 126 this.FileTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127 | System.Windows.Forms.AnchorStyles.Right))); 127 | System.Windows.Forms.AnchorStyles.Right)));
128 this.FileTextBox.Location = new System.Drawing.Point(38, 22); 128 this.FileTextBox.Location = new System.Drawing.Point(38, 22);
129 this.FileTextBox.Name = "FileTextBox"; 129 this.FileTextBox.Name = "FileTextBox";
130 this.FileTextBox.Size = new System.Drawing.Size(482, 20); 130 this.FileTextBox.Size = new System.Drawing.Size(482, 20);
131 this.FileTextBox.TabIndex = 17; 131 this.FileTextBox.TabIndex = 18;
132 this.FileTextBox.Text = "/"; 132 this.FileTextBox.Text = "/";
133 // 133 //
134 // FileModifiedPanel 134 // FileModifiedPanel
135 // 135 //
136 this.FileModifiedPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 136 this.FileModifiedPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
141 this.FileModifiedPanel.Controls.Add(this.DateModifiedTextBox); 141 this.FileModifiedPanel.Controls.Add(this.DateModifiedTextBox);
142 this.FileModifiedPanel.Location = new System.Drawing.Point(9, 75); 142 this.FileModifiedPanel.Location = new System.Drawing.Point(9, 75);
143 this.FileModifiedPanel.Name = "FileModifiedPanel"; 143 this.FileModifiedPanel.Name = "FileModifiedPanel";
144 this.FileModifiedPanel.Size = new System.Drawing.Size(511, 28); 144 this.FileModifiedPanel.Size = new System.Drawing.Size(511, 28);
145 this.FileModifiedPanel.TabIndex = 27; 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 // 146 //
178 // DateModifiedUnitsComboBox 147 // DateModifiedUnitsComboBox
179 // 148 //
180 this.DateModifiedUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 149 this.DateModifiedUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
181 this.DateModifiedUnitsComboBox.FormattingEnabled = true; 150 this.DateModifiedUnitsComboBox.FormattingEnabled = true;
184 "hours", 153 "hours",
185 "days"}); 154 "days"});
186 this.DateModifiedUnitsComboBox.Location = new System.Drawing.Point(254, 4); 155 this.DateModifiedUnitsComboBox.Location = new System.Drawing.Point(254, 4);
187 this.DateModifiedUnitsComboBox.Name = "DateModifiedUnitsComboBox"; 156 this.DateModifiedUnitsComboBox.Name = "DateModifiedUnitsComboBox";
188 this.DateModifiedUnitsComboBox.Size = new System.Drawing.Size(60, 21); 157 this.DateModifiedUnitsComboBox.Size = new System.Drawing.Size(60, 21);
189 this.DateModifiedUnitsComboBox.TabIndex = 26; 158 this.DateModifiedUnitsComboBox.TabIndex = 31;
159 //
160 // DateModifiedComparisonComboBox
161 //
162 this.DateModifiedComparisonComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
163 this.DateModifiedComparisonComboBox.FormattingEnabled = true;
164 this.DateModifiedComparisonComboBox.Items.AddRange(new object[] {
165 "older than",
166 "newer than"});
167 this.DateModifiedComparisonComboBox.Location = new System.Drawing.Point(91, 4);
168 this.DateModifiedComparisonComboBox.Name = "DateModifiedComparisonComboBox";
169 this.DateModifiedComparisonComboBox.Size = new System.Drawing.Size(82, 21);
170 this.DateModifiedComparisonComboBox.TabIndex = 29;
171 //
172 // DateModifiedCheckBox
173 //
174 this.DateModifiedCheckBox.AutoSize = true;
175 this.DateModifiedCheckBox.Location = new System.Drawing.Point(0, 6);
176 this.DateModifiedCheckBox.Name = "DateModifiedCheckBox";
177 this.DateModifiedCheckBox.Size = new System.Drawing.Size(91, 17);
178 this.DateModifiedCheckBox.TabIndex = 28;
179 this.DateModifiedCheckBox.Text = "Date &modified";
180 this.DateModifiedCheckBox.UseVisualStyleBackColor = true;
181 //
182 // DateModifiedTextBox
183 //
184 this.DateModifiedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
185 | System.Windows.Forms.AnchorStyles.Right)));
186 this.DateModifiedTextBox.Location = new System.Drawing.Point(179, 4);
187 this.DateModifiedTextBox.Name = "DateModifiedTextBox";
188 this.DateModifiedTextBox.Size = new System.Drawing.Size(69, 20);
189 this.DateModifiedTextBox.TabIndex = 30;
190 // 190 //
191 // FileCheckControl 191 // FileCheckControl
192 // 192 //
193 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 193 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
194 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 194 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;