-
Notifications
You must be signed in to change notification settings - Fork 1
/
NSIS FileSeekerFrm.wxform
598 lines (598 loc) · 18.6 KB
/
NSIS FileSeekerFrm.wxform
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
object frmNewForm: TfrmNewForm
Left = 8
Top = 8
AutoScroll = False
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'NSIS FileSeeker'
ClientHeight = 438
ClientWidth = 753
Color = clAppWorkSpace
OldCreateOrder = True
PopupMenu = DesignerPopup.Owner
Visible = True
OnClick = FormClick
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
EVT_CLOSE = 'OnClose'
Wx_ICON.Data = {07544269746D617000000000}
Wx_Name = 'NSIS_FileSeekerFrm'
Wx_IDName = 'ID_DIALOG1'
Wx_IDValue = 1000
Wx_Class = 'wxFrame'
Wx_Center = True
Wx_Hidden = False
Wx_SizeToContents = True
Wx_GeneralStyle = []
Wx_DialogStyle = [wxCAPTION, wxSYSTEM_MENU, wxDIALOG_NO_PARENT, wxMINIMIZE_BOX, wxCLOSE_BOX]
Wx_DesignerType = dtWxFrame
Wx_Border = 0
Wx_BorderAlignment = []
isAuimanagerAvailable = False
PixelsPerInch = 96
TextHeight = 15
object RecursiveDir: TWxCheckBox
Left = 178
Top = 108
Width = 153
Height = 20
Caption = 'Analyze Subdirectories'
Checked = True
State = cbChecked
TabOrder = 0
Wx_BGColor = clBlack
Wx_CheckBoxStyle = []
Wx_Class = 'wxCheckBox'
Wx_ControlOrientation = wxControlVertical
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_RECURSIVEDIR'
Wx_IDValue = 1001
Wx_ToolTip = 'Analyze directories recursively'
Wx_PaneCaption = 'RecursiveDir'
Wx_PaneName = 'RecursiveDir_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object Start: TWxButton
Left = 9
Top = 102
Width = 158
Height = 28
Caption = 'GENERATE SCRIPT'
TabOrder = 1
EVT_BUTTON = 'StartClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_START'
Wx_IDValue = 1002
Wx_ToolTip = 'Generate the files list'
Wx_PaneCaption = 'Start'
Wx_PaneName = 'Start_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object Directorio: TWxEdit
Left = 156
Top = 37
Width = 292
Height = 22
BevelInner = bvNone
BevelOuter = bvNone
AutoSize = False
TabOrder = 3
Wx_BGColor = clBlack
Wx_Class = 'wxTextCtrl'
Wx_ControlOrientation = wxControlVertical
Wx_EditStyle = []
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_DIRECTORIO'
Wx_IDValue = 1004
Wx_ToolTip = 'Path where files to be installed are located.'
Wx_MaxLength = 0
Wx_PaneCaption = 'Directorio'
Wx_PaneName = 'Directorio_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object Elejir: TWxButton
Left = 455
Top = 33
Width = 103
Height = 29
Caption = 'Pick a Path'
TabOrder = 4
EVT_BUTTON = 'ElejirClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_ELEJIR'
Wx_IDValue = 1005
Wx_ToolTip = 'Shows the path picker dialog.'
Wx_PaneCaption = 'Elejir'
Wx_PaneName = 'Elejir_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object Output: TWxMemo
Left = 10
Top = 143
Width = 735
Height = 255
BevelInner = bvNone
BevelOuter = bvNone
ScrollBars = ssBoth
TabOrder = 5
Wx_BGColor = clBlack
Wx_Class = 'wxTextCtrl'
Wx_ControlOrientation = wxControlVertical
Wx_EditStyle = [wxTE_MULTILINE]
Wx_FGColor = clBlack
Wx_GeneralStyle = [wxVSCROLL, wxHSCROLL]
Wx_IDName = 'ID_OUTPUT'
Wx_IDValue = 1006
Wx_MaxLength = 0
Wx_PaneCaption = 'Output'
Wx_PaneName = 'Output_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object BaseDir: TWxEdit
Left = 156
Top = 9
Width = 84
Height = 22
BevelInner = bvNone
BevelOuter = bvNone
AutoSize = False
TabOrder = 6
Wx_BGColor = clBlack
Wx_Class = 'wxTextCtrl'
Wx_ControlOrientation = wxControlVertical
Wx_EditStyle = []
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_BASEDIR'
Wx_IDValue = 1007
Wx_ToolTip = 'Path where NSIS will install the files.'
Wx_MaxLength = 0
Wx_PaneCaption = 'BaseDir'
Wx_PaneName = 'BaseDir_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object WxStaticText1: TWxStaticText
Left = 10
Top = 39
Width = 111
Height = 19
Caption = 'Directory to analyze:'
TabOrder = 7
Wx_BGColor = clBlack
Wx_Class = 'wxStaticText'
Wx_ControlOrientation = wxControlVertical
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_WXSTATICTEXT1'
Wx_IDValue = 1008
Wx_LabelStyle = []
Wx_PaneCaption = 'WxStaticText1'
Wx_PaneName = 'WxStaticText1_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object WxStaticText2: TWxStaticText
Left = 9
Top = 11
Width = 92
Height = 19
Caption = 'Installation Path:'
TabOrder = 8
Wx_BGColor = clBlack
Wx_Class = 'wxStaticText'
Wx_ControlOrientation = wxControlVertical
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_WXSTATICTEXT2'
Wx_IDValue = 1009
Wx_LabelStyle = []
Wx_PaneCaption = 'WxStaticText2'
Wx_PaneName = 'WxStaticText2_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object RelativePath: TWxEdit
Left = 156
Top = 65
Width = 292
Height = 22
BevelInner = bvNone
BevelOuter = bvNone
AutoSize = False
TabOrder = 9
Wx_BGColor = clBlack
Wx_Class = 'wxTextCtrl'
Wx_ControlOrientation = wxControlVertical
Wx_EditStyle = []
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_RELATIVEPATH'
Wx_IDValue = 1011
Wx_ToolTip = 'Files path relative to .NSI file.'
Wx_MaxLength = 0
Wx_PaneCaption = 'RelativePath'
Wx_PaneName = 'RelativePath_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object WxStaticText3: TWxStaticText
Left = 10
Top = 67
Width = 113
Height = 19
Caption = 'Relative path to files:'
TabOrder = 10
Wx_BGColor = clBlack
Wx_Class = 'wxStaticText'
Wx_ControlOrientation = wxControlVertical
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_WXSTATICTEXT3'
Wx_IDValue = 1012
Wx_LabelStyle = []
Wx_PaneCaption = 'WxStaticText3'
Wx_PaneName = 'WxStaticText3_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object SelectTodo: TWxButton
Left = 9
Top = 406
Width = 113
Height = 29
Caption = 'Select All'
TabOrder = 11
EVT_BUTTON = 'SelectTodoClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_SELECTTODO'
Wx_IDValue = 1013
Wx_ToolTip = 'Select all text to be copied.'
Wx_PaneCaption = 'SelectTodo'
Wx_PaneName = 'SelectTodo_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object ClearMemo: TWxButton
Left = 128
Top = 406
Width = 113
Height = 29
Caption = 'Clear window'
TabOrder = 12
EVT_BUTTON = 'ClearMemoClick'
Wx_BKColor = clBlack
Wx_ButtonStyle = []
Wx_Class = 'wxButton'
Wx_ControlOrientation = wxControlVertical
Wx_Default = False
Wx_EventList.Strings = (
'EVT_BUTTON:OnClick'
'EVT_UPDATE_UI:OnUpdateUI')
Wx_FGColor = clBlack
Wx_GeneralStyle = []
Wx_Hidden = False
Wx_IDName = 'ID_CLEARMEMO'
Wx_IDValue = 1014
Wx_ToolTip = 'Clear text'
Wx_PaneCaption = 'ClearMemo'
Wx_PaneName = 'ClearMemo_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object vinculo: TWxHyperLinkCtrl
Left = 701
Top = 417
Width = 47
Height = 20
AutoSize = False
Caption = 'Sources'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
TabOrder = 13
Wx_BGColor = clBlack
Wx_Class = 'wxHyperlinkCtrl'
Wx_ControlOrientation = wxControlVertical
Wx_FGColor = clBlack
Wx_GeneralStyle = [wxNO_BORDER]
Wx_Hidden = False
Wx_URL = 'http://wxdsgn.sf.net'
Wx_IDName = 'ID_VINCULO'
Wx_IDValue = 1015
Wx_HyperLinkStyle = [wxHL_CONTEXTMENU]
InvisibleFGColorString = 'STD:wxBLUE'
Wx_PaneCaption = 'vinculo'
Wx_PaneName = 'vinculo_Pane'
Wx_Aui_Dock_Direction = wxAUI_DOCK_NONE
Wx_Aui_Dockable_Direction = []
Wx_Aui_Pane_Style = []
Wx_Aui_Pane_Buttons = []
Wx_BestSize_Height = 0
Wx_BestSize_Width = 0
Wx_MinSize_Height = 0
Wx_MinSize_Width = 0
Wx_MaxSize_Height = 0
Wx_MaxSize_Width = 0
Wx_Floating_Height = 0
Wx_Floating_Width = 0
Wx_Floating_X_Pos = 0
Wx_Floating_Y_Pos = 0
end
object WxDirDialog1: TWxDirDialog
Left = 715
Top = 1
Width = 28
Height = 27
TabOrder = 2
Glyph.Data = {
36090000424D3609000000000000360000002800000018000000180000000100
2000000000000009000000000000000000000000000000000000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080008080
8000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C0000080800000FFFF0000808000C0C0C00000FFFF0000FF
FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000808000C0C0
C00000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C0000080800000FFFF0000808000C0C0C00000FFFF0000FF
FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000808000C0C0
C00000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C0000080800000FFFF0000808000C0C0C00000FFFF0000FF
FF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000808000C0C0
C00000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C0000080800000FFFF0000808000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000808000C0C0
C00000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C00000808000C0C0C00000808000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000808000C0C0
C00000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C00000808000C0C0C00000808000FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C000FFFF
FF0000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C00000808000C0C0C0000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
800000808000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C00000808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000808000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C00000808000FFFFFF00C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000808000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C00000808000FFFFFF00C0C0C000C0C0C000C0C0
C000008080000080800000808000008080000080800000808000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C0000080800000808000008080000080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C0000000000000808000008080008080
8000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000808000008080008080
8000FFFFFF0000000000FF000000FF000000FF000000FF000000FF000000FF00
0000FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF00
000000000000FFFFFF0000000000FFFFFF000000000000808000008080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000008080000080
8000008080000080800000808000008080000080800000808000}
Wx_Class = 'wxDirDialog'
Wx_Message = 'Pick a path'
Wx_DirDialogStyle = []
end
end