-
Notifications
You must be signed in to change notification settings - Fork 2
/
FEditHotkeys.dfm
355 lines (355 loc) · 6.95 KB
/
FEditHotkeys.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
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
object FLemmixHotkeys: TFLemmixHotkeys
Left = 300
Top = 125
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderIcons = []
BorderStyle = bsToolWindow
Caption = 'Hotkeys'
ClientHeight = 541
ClientWidth = 519
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblSkill: TLabel
Left = 341
Top = 263
Width = 24
Height = 13
Caption = 'Skill:'
Visible = False
end
object lblDuration: TLabel
Left = 318
Top = 318
Width = 114
Height = 13
Caption = 'Skip Amount (Frames):'
Visible = False
end
object lblSkip: TLabel
Left = 340
Top = 376
Width = 25
Height = 13
Caption = 'Skip:'
Visible = False
end
object lblFindKey: TLabel
Left = 321
Top = 212
Width = 3
Height = 13
Alignment = taCenter
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
end
object lblSkillButton: TLabel
Left = 364
Top = 290
Width = 62
Height = 13
Caption = 'Skill Button:'
Visible = False
end
object lblNudgeAmount: TLabel
Left = 318
Top = 345
Width = 119
Height = 13
Caption = 'Nudge Amount (Pixels):'
Visible = False
end
object btnFindKey: TButton
Left = 342
Top = 133
Width = 138
Height = 40
Caption = 'Find Key'
TabOrder = 6
OnClick = btnFindKeyClick
OnKeyDown = btnFindKeyKeyDown
end
object lvHotkeys: TListView
Left = -3
Top = -2
Width = 311
Height = 533
Columns = <
item
Caption = 'Key'
MaxWidth = 140
MinWidth = 140
Width = 140
end
item
AutoSize = True
Caption = 'Function'
end>
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
OnClick = lvHotkeysClick
OnSelectItem = lvHotkeysSelectItem
end
object cbFunctions: TComboBox
Left = 314
Top = 233
Width = 197
Height = 21
Style = csDropDownList
DropDownCount = 14
Enabled = False
TabOrder = 1
OnChange = cbFunctionsChange
Items.Strings = (
'Nothing'
'Select Skill'
'Select Skill Button'
'Show Athlete Info'
'Quit'
'Max Release Rate'
'Increase Release Rate'
'Decrease Release Rate'
'Min Release Rate'
'Pause'
'Nuke'
'Nuke (Timer Bypass)'
'Cancel Playback Mode'
'Save State'
'Load State'
'Highlight Lemming'
'Directional Select Left'
'Directional Select Right'
'Select Walking Lemming'
'Infinite Skills'
'Infinite Time'
'Cheat'
'Time Skip'
'Special Skip'
'Fast Forward'
'Turbo Forward'
'Rewind'
'Slow Motion'
'Save Image'
'Load Replay'
'Save Replay'
'Cancel Replay'
'Edit Replay'
'Replay Insert Mode'
'Toggle Music'
'Toggle Sound'
'Restart Level'
'Previous Skill'
'Next Skill'
'Release Mouse'
'Clear Physics Mode'
'Show Used Skill Counts'
'Fall Distance Template'
'Zoom In'
'Zoom Out'
'Hold-To-Scroll'
'Nudge Up'
'Nudge Down'
'Nudge Left'
'Nudge Right')
end
object btnSaveClose: TButton
Left = 342
Top = 455
Width = 138
Height = 40
Caption = 'Save && Close'
ModalResult = 1
TabOrder = 2
OnClick = btnSaveCloseClick
end
object cbSkill: TComboBox
Left = 373
Top = 260
Width = 129
Height = 21
Style = csDropDownList
DropDownCount = 12
Enabled = False
TabOrder = 3
Visible = False
OnChange = cbSkillChange
Items.Strings = (
'Walker'
'Jumper'
'Shimmier'
'Ballooner'
'Slider'
'Climber'
'Swimmer'
'Floater'
'Glider'
'Disarmer'
'Timebomber'
'Bomber'
'Freezer'
'Blocker'
'Ladderer'
'Platformer'
'Builder'
'Stacker'
'Spearer'
'Grenader'
'Laserer'
'Basher'
'Fencer'
'Miner'
'Digger'
'Cloner')
end
object cbShowUnassigned: TCheckBox
Left = 343
Top = 181
Width = 145
Height = 17
Caption = 'Show Unassigned Keys'
TabOrder = 4
OnClick = cbShowUnassignedClick
end
object ebSkipDuration: TEdit
Left = 438
Top = 315
Width = 73
Height = 21
Enabled = False
TabOrder = 5
Visible = False
OnChange = ebSkipDurationChange
OnClick = ebClick
end
object cbHardcodedNames: TCheckBox
Left = 343
Top = 432
Width = 145
Height = 17
Caption = 'Use Hardcoded Names'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 7
Visible = False
OnClick = cbHardcodedNamesClick
end
object cbHoldKey: TCheckBox
Left = 378
Top = 407
Width = 97
Height = 17
Caption = 'Hold Key'
TabOrder = 8
Visible = False
OnClick = cbHoldKeyClick
end
object cbSpecialSkip: TComboBox
Left = 373
Top = 373
Width = 129
Height = 21
Style = csDropDownList
Enabled = False
TabOrder = 9
Visible = False
OnChange = cbSpecialSkipChange
Items.Strings = (
'Previous Assignment'
'Next Shrugger'
'Highlit State Change')
end
object btnClassicLayout: TButton
Left = 322
Top = 51
Width = 178
Height = 25
Caption = 'Set to Classic Layout'
TabOrder = 10
OnClick = btnClassicLayoutClick
end
object btnAdvancedLayout: TButton
Left = 322
Top = 76
Width = 178
Height = 25
Caption = 'Set to Advanced Layout'
TabOrder = 11
OnClick = btnAdvancedLayoutClick
end
object btnClearAllKeys: TButton
Left = 342
Top = 5
Width = 138
Height = 40
Caption = 'Clear All Keys'
TabOrder = 12
OnClick = btnClearAllKeysClick
end
object btnNeoLemmixLayout: TBitBtn
Left = 322
Top = 101
Width = 178
Height = 25
Caption = 'Set to NeoLemmix Layout'
TabOrder = 13
OnClick = btnNeoLemmixLayoutClick
end
object btnCancel: TBitBtn
Left = 415
Top = 501
Width = 65
Height = 30
Caption = 'Cancel'
ModalResult = 2
TabOrder = 14
OnClick = btnCancelClick
end
object btnReset: TBitBtn
Left = 342
Top = 501
Width = 67
Height = 30
Caption = 'Reset'
TabOrder = 15
OnClick = btnResetClick
end
object seSkillButton: TSpinEdit
Left = 432
Top = 287
Width = 41
Height = 22
Enabled = False
MaxValue = 14
MinValue = 1
TabOrder = 16
Value = 1
Visible = False
OnChange = seSkillButtonChange
end
object ebNudgeAmount: TEdit
Left = 443
Top = 342
Width = 68
Height = 21
Enabled = False
TabOrder = 17
Visible = False
OnChange = ebNudgeAmountChange
OnClick = ebClick
end
end