-
Notifications
You must be signed in to change notification settings - Fork 25
/
ExeFilter_GUI.wxg
200 lines (199 loc) · 9.66 KB
/
ExeFilter_GUI.wxg
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
<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.3 on Sun May 01 16:05:42 2011 -->
<application path="C:\Users\lagadec.NC3A\Documents\ExeFilter\SVN_trunk\ExeFilter_GUI.py" name="" class="" option="0" language="python" top_window="main_frame" encoding="ISO-8859-1" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0">
<object class="MainFrame" name="main_frame" base="EditFrame">
<style>wxDEFAULT_FRAME_STYLE</style>
<title>ExeFilter</title>
<menubar>1</menubar>
<background>wxSYS_COLOUR_3DFACE</background>
<size>600, 501</size>
<object class="wxMenuBar" name="main_frame_menubar" base="EditMenuBar">
<menus>
<menu name="" itemid="wx.ID_FILE" label="File">
<item>
<label>Exit</label>
<id>wx.ID_EXIT</id>
<handler>quit</handler>
</item>
</menu>
<menu name="" itemid="wx.ID_HELP" label="Help">
<item>
<label>About</label>
<id>wx.ID_ABOUT</id>
<handler>about</handler>
</item>
<item>
<label>Documentation</label>
<id>ID_DOC=?</id>
<handler>display_doc</handler>
</item>
</menu>
</menus>
</object>
<object class="wxBoxSizer" name="sizer_vertical" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>4</border>
<option>0</option>
<object class="wxFlexGridSizer" name="grid_sizer_2" base="EditFlexGridSizer">
<hgap>0</hgap>
<rows>2</rows>
<growable_cols>1</growable_cols>
<cols>4</cols>
<vgap>0</vgap>
<object class="sizeritem">
<flag>wxALL|wxEXPAND|wxALIGN_CENTER_VERTICAL</flag>
<border>2</border>
<option>0</option>
<object class="wxStaticText" name="label_source" base="EditStaticText">
<attribute>1</attribute>
<label>Source:</label>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxComboBox" name="combo_box_source" base="EditComboBox">
<selection>0</selection>
<choices>
<choice>demo_files</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_source_file" base="EditButton">
<label>Select File...</label>
<events>
<handler event="EVT_BUTTON">select_source_file</handler>
</events>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_source_folder" base="EditButton">
<label>Select Folder...</label>
<events>
<handler event="EVT_BUTTON">select_source_dir</handler>
</events>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND|wxALIGN_CENTER_VERTICAL</flag>
<border>2</border>
<option>0</option>
<object class="wxStaticText" name="label_dest" base="EditStaticText">
<attribute>1</attribute>
<label>Destination:</label>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxComboBox" name="combo_box_dest" base="EditComboBox">
<selection>0</selection>
<choices>
<choice>demo_output</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_dest_file" base="EditButton">
<label>Select File...</label>
<events>
<handler event="EVT_BUTTON">select_dest_file</handler>
</events>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_dest_folder" base="EditButton">
<label>Select Folder...</label>
<events>
<handler event="EVT_BUTTON">select_dest_dir</handler>
</events>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag>
<border>4</border>
<option>0</option>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_CENTER_HORIZONTAL</flag>
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_scan" base="EditButton">
<label>Scan</label>
<tooltip>Analyze the source file or folder, without cleaning</tooltip>
<events>
<handler event="EVT_BUTTON">scan</handler>
</events>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>20</height>
<width>20</width>
</object>
</object>
<object class="sizeritem">
<border>0</border>
<option>0</option>
<object class="wxButton" name="button_clean" base="EditButton">
<label>Scan and Clean</label>
<tooltip>Analyze the source file or folder, copy a sanitized version to the destination folder</tooltip>
<events>
<handler event="EVT_BUTTON">clean</handler>
</events>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>0</option>
<object class="wxGrid" name="grid_results" base="EditGrid">
<rows_number>10</rows_number>
<disabled>1</disabled>
<hidden>1</hidden>
<columns>
<column size="-1">File</column>
<column size="-1">Result</column>
<column size="-1">Details</column>
</columns>
<selection_mode>wxGrid.wxGridSelectRows</selection_mode>
<row_label_size>0</row_label_size>
<enable_grid_lines>1</enable_grid_lines>
<enable_grid_resize>0</enable_grid_resize>
<enable_editing>0</enable_editing>
<create_grid>1</create_grid>
<enable_row_resize>0</enable_row_resize>
<enable_col_resize>1</enable_col_resize>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>0</border>
<option>1</option>
<object class="wxListCtrl" name="list_results" base="EditListCtrl">
<style>wxLC_REPORT|wxLC_HRULES|wxLC_VRULES|wxSUNKEN_BORDER</style>
</object>
</object>
</object>
</object>
</application>