-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathUnHideDrives_src.dfm
330 lines (330 loc) · 6.39 KB
/
UnHideDrives_src.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Un/Hide Your Drives'
ClientHeight = 272
ClientWidth = 445
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object btnSaveChanges: TButton
Left = 258
Top = 77
Width = 181
Height = 25
Caption = 'Save Changes'
ElevationRequired = True
TabOrder = 0
OnClick = btnSaveChangesClick
end
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 431
Height = 63
Caption = 'Drives : Check those drives you don'#39't want to be visible'
TabOrder = 1
object CheckBox1: TCheckBox
Left = 16
Top = 16
Width = 25
Height = 17
Caption = 'A'
Enabled = False
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 47
Top = 16
Width = 25
Height = 17
Caption = 'B'
Enabled = False
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 78
Top = 16
Width = 25
Height = 17
Caption = 'C'
Enabled = False
TabOrder = 2
end
object CheckBox4: TCheckBox
Left = 109
Top = 16
Width = 25
Height = 17
Caption = 'D'
Enabled = False
TabOrder = 3
end
object CheckBox5: TCheckBox
Left = 140
Top = 16
Width = 25
Height = 17
Caption = 'E'
Enabled = False
TabOrder = 4
end
object CheckBox6: TCheckBox
Left = 171
Top = 16
Width = 25
Height = 17
Caption = 'F'
Enabled = False
TabOrder = 5
end
object CheckBox7: TCheckBox
Left = 202
Top = 16
Width = 25
Height = 17
Caption = 'G'
Enabled = False
TabOrder = 6
end
object CheckBox8: TCheckBox
Left = 233
Top = 16
Width = 25
Height = 17
Caption = 'H'
Enabled = False
TabOrder = 7
end
object CheckBox9: TCheckBox
Left = 264
Top = 16
Width = 25
Height = 17
Caption = 'I'
Enabled = False
TabOrder = 8
end
object CheckBox10: TCheckBox
Left = 295
Top = 16
Width = 25
Height = 17
Caption = 'J'
Enabled = False
TabOrder = 9
end
object CheckBox11: TCheckBox
Left = 326
Top = 16
Width = 25
Height = 17
Caption = 'K'
Enabled = False
TabOrder = 10
end
object CheckBox12: TCheckBox
Left = 357
Top = 16
Width = 25
Height = 17
Caption = 'L'
Enabled = False
TabOrder = 11
end
object CheckBox13: TCheckBox
Left = 388
Top = 16
Width = 25
Height = 17
Caption = 'M'
Enabled = False
TabOrder = 12
end
object CheckBox14: TCheckBox
Left = 16
Top = 39
Width = 25
Height = 17
Caption = 'N'
Enabled = False
TabOrder = 13
end
object CheckBox15: TCheckBox
Left = 47
Top = 39
Width = 25
Height = 17
Caption = 'O'
Enabled = False
TabOrder = 14
end
object CheckBox16: TCheckBox
Left = 78
Top = 39
Width = 25
Height = 17
Caption = 'P'
Enabled = False
TabOrder = 15
end
object CheckBox17: TCheckBox
Left = 109
Top = 39
Width = 25
Height = 17
Caption = 'Q'
Enabled = False
TabOrder = 16
end
object CheckBox18: TCheckBox
Left = 140
Top = 39
Width = 25
Height = 17
Caption = 'R'
Enabled = False
TabOrder = 17
end
object CheckBox19: TCheckBox
Left = 171
Top = 39
Width = 25
Height = 17
Caption = 'S'
Enabled = False
TabOrder = 18
end
object CheckBox20: TCheckBox
Left = 202
Top = 39
Width = 25
Height = 17
Caption = 'T'
Enabled = False
TabOrder = 19
end
object CheckBox21: TCheckBox
Left = 233
Top = 39
Width = 25
Height = 17
Caption = 'U'
Enabled = False
TabOrder = 20
end
object CheckBox22: TCheckBox
Left = 264
Top = 39
Width = 25
Height = 17
Caption = 'V'
Enabled = False
TabOrder = 21
end
object CheckBox23: TCheckBox
Left = 295
Top = 39
Width = 25
Height = 17
Caption = 'W'
Enabled = False
TabOrder = 22
end
object CheckBox24: TCheckBox
Left = 326
Top = 39
Width = 25
Height = 17
Caption = 'X'
Enabled = False
TabOrder = 23
end
object CheckBox25: TCheckBox
Left = 357
Top = 39
Width = 25
Height = 17
Caption = 'Y'
Enabled = False
TabOrder = 24
end
object CheckBox26: TCheckBox
Left = 388
Top = 39
Width = 25
Height = 17
Caption = 'Z'
Enabled = False
TabOrder = 25
end
end
object btnRestartExplorer: TButton
Left = 258
Top = 108
Width = 181
Height = 25
Caption = 'Restart Windows Explorer'
TabOrder = 2
OnClick = btnRestartExplorerClick
end
object ListBox1: TListBox
Left = 8
Top = 139
Width = 429
Height = 104
ItemHeight = 13
TabOrder = 3
end
object chkRestoreExplorerInstances: TCheckBox
Left = 8
Top = 112
Width = 221
Height = 17
Caption = 'Restore current opened Explorer windows too'
Checked = True
State = cbChecked
TabOrder = 4
end
object LinkLabel1: TLinkLabel
Left = 164
Top = 248
Width = 273
Height = 17
Cursor = crHandPoint
Caption =
'Author: vhanla <a href="https://github.com/vhanla/UnHideDrives">' +
'https://github.com/vhanla/UnHideDrives</a>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clHighlight
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnLinkClick = LinkLabel1LinkClick
end
object chkToggleDrives: TCheckBox
Left = 8
Top = 81
Width = 121
Height = 17
Caption = 'Un/Check all drives'
TabOrder = 6
OnClick = chkToggleDrivesClick
end
object tmrExplorerRestorer: TTimer
OnTimer = tmrExplorerRestorerTimer
Left = 224
Top = 56
end
end