-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuMain.dfm
More file actions
240 lines (240 loc) · 4.61 KB
/
uMain.dfm
File metadata and controls
240 lines (240 loc) · 4.61 KB
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
object fMain: TfMain
Left = 0
Top = 0
Caption = 'fMain'
ClientHeight = 577
ClientWidth = 720
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignSize = (
720
577)
PixelsPerInch = 96
TextHeight = 13
object lFilter: TLabel
Left = 8
Top = 11
Width = 28
Height = 13
Caption = 'Filter:'
end
object lAPI: TLabel
Left = 8
Top = 38
Width = 17
Height = 13
Caption = 'API'
end
object lProfile: TLabel
Left = 8
Top = 65
Width = 30
Height = 13
Caption = 'Profile'
end
object lCustomSets: TLabel
Left = 552
Top = 100
Width = 118
Height = 13
Caption = 'Custom sets from enums'
end
object lExcludedSets: TLabel
Left = 552
Top = 245
Width = 66
Height = 13
Caption = 'Excluded sets'
end
object bOpen: TButton
Left = 552
Top = 514
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Open'
TabOrder = 0
OnClick = bOpenClick
end
object chlbList: TCheckListBox
Left = 8
Top = 89
Width = 538
Height = 481
AllowGrayed = True
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
TabOrder = 1
end
object bSelAll: TButton
Left = 552
Top = 421
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Select All'
TabOrder = 2
OnClick = bSelAllClick
end
object bUnselAll: TButton
Left = 552
Top = 452
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Unsel All'
TabOrder = 3
OnClick = bUnselAllClick
end
object bInverse: TButton
Left = 552
Top = 483
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Inverse selections'
TabOrder = 4
OnClick = bInverseClick
end
object bSave: TButton
Left = 552
Top = 545
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Generate'
TabOrder = 5
OnClick = bSaveClick
end
object eFilter: TEdit
Left = 56
Top = 8
Width = 490
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 6
OnChange = eFilterChange
end
object cbAPI: TComboBox
Left = 56
Top = 35
Width = 490
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
OnChange = eFilterChange
end
object cbUseEnumeratesAndSets: TCheckBox
Left = 552
Top = 8
Width = 165
Height = 17
Anchors = [akTop, akRight]
Caption = 'Use enumerates and sets'
Checked = True
State = cbChecked
TabOrder = 8
end
object cbProfile: TComboBox
Left = 56
Top = 62
Width = 490
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
TabOrder = 9
OnChange = eFilterChange
end
object cbUseDelphiStyleAndTypes: TCheckBox
Left = 552
Top = 31
Width = 165
Height = 17
Anchors = [akTop, akRight]
Caption = 'Use Delphi style and types'
Checked = True
State = cbChecked
TabOrder = 10
OnClick = cbUseDelphiStyleAndTypesClick
end
object cbCreateDefaultFunctions: TCheckBox
Left = 568
Top = 54
Width = 149
Height = 17
Anchors = [akTop, akRight]
Caption = 'Create default functions'
Checked = True
State = cbChecked
TabOrder = 11
end
object cbAddGetProcAddress: TCheckBox
Left = 552
Top = 77
Width = 165
Height = 17
Anchors = [akTop, akRight]
Caption = 'Add GetProcAddress'
Checked = True
State = cbChecked
TabOrder = 12
end
object mCustomSets: TMemo
Left = 552
Top = 119
Width = 160
Height = 120
ScrollBars = ssBoth
TabOrder = 13
end
object mExcludedSets: TMemo
Left = 552
Top = 264
Width = 160
Height = 120
Lines.Strings = (
'Boolean')
ScrollBars = ssBoth
TabOrder = 14
end
object bGenerateCommand: TButton
Left = 552
Top = 390
Width = 160
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Generate console params'
TabOrder = 15
OnClick = bGenerateCommandClick
end
object fod: TFileOpenDialog
FavoriteLinks = <>
FileTypes = <
item
DisplayName = 'XML'
FileMask = '*.xml'
end
item
DisplayName = 'All'
FileMask = '*'
end>
Options = [fdoFileMustExist]
Left = 200
Top = 104
end
object fsd: TFileSaveDialog
FavoriteLinks = <>
FileTypes = <>
Options = []
Left = 240
Top = 104
end
end