This repository has been archived by the owner on Oct 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathumain.dfm
522 lines (522 loc) · 11.5 KB
/
umain.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
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
object Main: TMain
Left = 309
Top = 279
Caption = 'Touhou Toolkit GUI v1.3'
ClientHeight = 576
ClientWidth = 715
Color = clBtnFace
Constraints.MinHeight = 634
Constraints.MinWidth = 539
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox3: TGroupBox
AlignWithMargins = True
Left = 3
Top = 136
Width = 709
Height = 216
Align = alTop
Caption = 'THANM'
TabOrder = 0
DesignSize = (
709
216)
object eTHANMFolder: TLabeledEdit
Left = 64
Top = 16
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 30
EditLabel.Height = 13
EditLabel.Caption = 'Folder'
LabelPosition = lpLeft
TabOrder = 0
OnChange = eTHANMFolderChange
end
object eTHANMArchive: TLabeledEdit
Left = 64
Top = 43
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Archive'
LabelPosition = lpLeft
TabOrder = 2
OnChange = eTHANMArchiveChange
end
object bTHANMFolderBrowse: TButton
Left = 675
Top = 16
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = bTHANMFolderBrowseClick
end
object bTHANMArchiveBrowse: TButton
Left = 675
Top = 43
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = bTHANMArchiveBrowseClick
end
object bTHANMCreate: TButton
Left = 64
Top = 96
Width = 180
Height = 25
Caption = 'Create archive'
TabOrder = 6
OnClick = bTHANMCreateClick
end
object bTHANMList: TButton
Left = 276
Top = 96
Width = 180
Height = 25
Caption = 'Get description'
TabOrder = 7
OnClick = bTHANMListClick
end
object bTHANMExtract: TButton
Left = 488
Top = 96
Width = 180
Height = 25
Caption = 'Extract archive'
TabOrder = 8
OnClick = bTHANMExtractClick
end
object eTHANMEntry: TLabeledEdit
Left = 64
Top = 127
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 26
EditLabel.Height = 13
EditLabel.Caption = 'Entry'
LabelPosition = lpLeft
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 9
OnKeyUp = eTHANMEntryKeyUp
end
object bTHANMEntryBrowse: TButton
Left = 675
Top = 127
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 10
OnClick = bTHANMEntryBrowseClick
end
object eTHANMFile: TLabeledEdit
Left = 64
Top = 154
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 16
EditLabel.Height = 13
EditLabel.Caption = 'File'
LabelPosition = lpLeft
TabOrder = 11
end
object bTHANMFileBrowse: TButton
Left = 675
Top = 154
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 12
OnClick = bTHANMFileBrowseClick
end
object bTHANMReplace: TButton
Left = 64
Top = 181
Width = 180
Height = 25
Caption = 'Replace entry'
TabOrder = 13
OnClick = bTHANMReplaceClick
end
object cIgnoreErrors: TCheckBox
Left = 554
Top = 181
Width = 139
Height = 25
Anchors = [akTop, akRight]
Caption = 'Ignore errors'
TabOrder = 14
end
object eTHANMSpec: TLabeledEdit
Left = 120
Top = 69
Width = 545
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 53
EditLabel.Height = 13
EditLabel.Caption = 'Description'
LabelPosition = lpLeft
TabOrder = 4
end
object bTHANMSpecBrowse: TButton
Left = 675
Top = 69
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 5
OnClick = bTHANMSpecBrowseClick
end
end
object GroupBox1: TGroupBox
AlignWithMargins = True
Left = 3
Top = 25
Width = 709
Height = 105
Align = alTop
Caption = 'THDAT'
TabOrder = 1
DesignSize = (
709
105)
object eTHDATFolder: TLabeledEdit
Left = 64
Top = 16
Width = 604
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 30
EditLabel.Height = 13
EditLabel.Caption = 'Folder'
LabelPosition = lpLeft
TabOrder = 0
OnChange = eTHDATFolderChange
end
object eTHDATArchive: TLabeledEdit
Left = 64
Top = 43
Width = 604
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Archive'
LabelPosition = lpLeft
TabOrder = 2
end
object bTHDATFolderBrowse: TButton
Left = 675
Top = 16
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = bTHDATFolderBrowseClick
end
object bTHDATArchiveBrowse: TButton
Left = 675
Top = 43
Width = 25
Height = 22
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = bTHDATArchiveBrowseClick
end
object bTHDATCreate: TButton
Left = 64
Top = 70
Width = 180
Height = 25
Caption = 'Create archive'
TabOrder = 4
OnClick = bTHDATCreateClick
end
object bTHDATList: TButton
Left = 276
Top = 70
Width = 180
Height = 25
Caption = 'Get file list'
TabOrder = 5
OnClick = bTHDATListClick
end
object bTHDATExtract: TButton
Left = 488
Top = 70
Width = 180
Height = 25
Caption = 'Extract archive'
TabOrder = 6
OnClick = bTHDATExtractClick
end
end
object GroupBox2: TGroupBox
AlignWithMargins = True
Left = 3
Top = 469
Width = 709
Height = 103
Align = alTop
Caption = 'THMSG'
TabOrder = 2
DesignSize = (
709
103)
object eTHMSGFile: TLabeledEdit
Left = 64
Top = 16
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 16
EditLabel.Height = 13
EditLabel.Caption = 'File'
LabelPosition = lpLeft
TabOrder = 0
end
object eTHMSGArchive: TLabeledEdit
Left = 64
Top = 43
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Archive'
LabelPosition = lpLeft
TabOrder = 2
OnChange = eTHMSGArchiveChange
end
object bTHMSGFileBrowse: TButton
Left = 675
Top = 16
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = bTHMSGFileBrowseClick
end
object bTHMSGArchiveBrowse: TButton
Left = 675
Top = 43
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = bTHMSGArchiveBrowseClick
end
object bTHMSGCreate: TButton
Left = 64
Top = 70
Width = 180
Height = 25
Caption = 'Create archive'
TabOrder = 4
OnClick = bTHMSGCreateClick
end
object bTHMSGDump: TButton
Left = 276
Top = 70
Width = 180
Height = 25
Caption = 'Extract archive'
TabOrder = 5
OnClick = bTHMSGDumpClick
end
object cEndingDialogue: TCheckBox
Left = 554
Top = 70
Width = 142
Height = 25
Anchors = [akTop, akRight]
Caption = 'Ending dialogue'
TabOrder = 6
end
end
object GroupBox4: TGroupBox
AlignWithMargins = True
Left = 3
Top = 358
Width = 709
Height = 105
Align = alTop
Caption = 'THECL'
TabOrder = 3
DesignSize = (
709
105)
object eTHECLFile: TLabeledEdit
Left = 64
Top = 16
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 16
EditLabel.Height = 13
EditLabel.Caption = 'File'
LabelPosition = lpLeft
TabOrder = 0
end
object eTHECLArchive: TLabeledEdit
Left = 64
Top = 43
Width = 601
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 36
EditLabel.Height = 13
EditLabel.Caption = 'Archive'
LabelPosition = lpLeft
TabOrder = 2
OnChange = eTHECLArchiveChange
end
object bTHECLFileBrowse: TButton
Left = 675
Top = 16
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 1
OnClick = bTHECLFileBrowseClick
end
object bTHECLArchiveBrowse: TButton
Left = 675
Top = 43
Width = 25
Height = 21
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = bTHECLArchiveBrowseClick
end
object bTHECLCreate: TButton
Left = 64
Top = 70
Width = 180
Height = 25
Caption = 'Create archive'
TabOrder = 4
OnClick = bTHECLCreateClick
end
object bTHECLDump: TButton
Left = 276
Top = 70
Width = 180
Height = 25
Caption = 'Extract archive'
TabOrder = 5
OnClick = bTHECLDumpClick
end
end
object pCurrentGame: TPanel
Left = 0
Top = 0
Width = 715
Height = 22
Align = alTop
BevelOuter = bvLowered
Caption = 'EoSD'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object Timer1: TTimer
Enabled = False
Interval = 50
OnTimer = Timer1Timer
Left = 112
end
object MainMenu1: TMainMenu
Tag = -1
AutoHotkeys = maManual
Left = 72
object miGame: TMenuItem
Caption = 'Game'
end
object miSettings: TMenuItem
Caption = 'Settings'
object miSettingsBackup: TMenuItem
Caption = 'Make backup'
Checked = True
OnClick = miSettingsBackupClick
end
object miSettingsShowDosOnError: TMenuItem
Caption = 'Do not close console on error'
OnClick = miSettingsShowDosOnErrorClick
end
object N1: TMenuItem
Caption = '-'
GroupIndex = 2
end
object miSettingsLocal: TMenuItem
Caption = 'Language'
GroupIndex = 2
end
object miSettingsPath: TMenuItem
Caption = 'Paths...'
GroupIndex = 2
OnClick = miSettingsPathClick
end
object N2: TMenuItem
Caption = '-'
GroupIndex = 2
end
object miSettingsClearFields: TMenuItem
Caption = 'Clear all fields'
GroupIndex = 2
OnClick = miSettingsClearFieldsClick
end
end
object miHelp: TMenuItem
Caption = 'Help'
object miHelpHelp: TMenuItem
Caption = 'Help'
ShortCut = 112
OnClick = miHelpHelpClick
end
object N3: TMenuItem
Caption = '-'
end
object miHelpAbout: TMenuItem
Caption = 'About...'
OnClick = miHelpAboutClick
end
end
end
end