|
Last change
on this file was 2, checked in by chronos, 10 years ago |
- Added: TPakFile class for extraction PAK files from original game.
|
|
File size:
956 bytes
|
| Line | |
|---|
| 1 | object MainForm: TMainForm
|
|---|
| 2 | Left = 288
|
|---|
| 3 | Height = 414
|
|---|
| 4 | Top = 117
|
|---|
| 5 | Width = 613
|
|---|
| 6 | Caption = 'BitStream test'
|
|---|
| 7 | ClientHeight = 414
|
|---|
| 8 | ClientWidth = 613
|
|---|
| 9 | OnShow = FormShow
|
|---|
| 10 | LCLVersion = '0.9.30'
|
|---|
| 11 | object Memo1: TMemo
|
|---|
| 12 | Left = 8
|
|---|
| 13 | Height = 364
|
|---|
| 14 | Top = 40
|
|---|
| 15 | Width = 599
|
|---|
| 16 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 17 | Font.Name = 'Courier'
|
|---|
| 18 | ParentFont = False
|
|---|
| 19 | ScrollBars = ssAutoBoth
|
|---|
| 20 | TabOrder = 0
|
|---|
| 21 | end
|
|---|
| 22 | object Button1: TButton
|
|---|
| 23 | Left = 9
|
|---|
| 24 | Height = 25
|
|---|
| 25 | Top = 7
|
|---|
| 26 | Width = 75
|
|---|
| 27 | Caption = 'Base test'
|
|---|
| 28 | OnClick = Button1Click
|
|---|
| 29 | TabOrder = 1
|
|---|
| 30 | end
|
|---|
| 31 | object Button2: TButton
|
|---|
| 32 | Left = 93
|
|---|
| 33 | Height = 25
|
|---|
| 34 | Top = 7
|
|---|
| 35 | Width = 75
|
|---|
| 36 | Caption = 'Read test'
|
|---|
| 37 | OnClick = Button2Click
|
|---|
| 38 | TabOrder = 2
|
|---|
| 39 | end
|
|---|
| 40 | object Button3: TButton
|
|---|
| 41 | Left = 176
|
|---|
| 42 | Height = 25
|
|---|
| 43 | Top = 7
|
|---|
| 44 | Width = 75
|
|---|
| 45 | Caption = 'Write test'
|
|---|
| 46 | OnClick = Button3Click
|
|---|
| 47 | TabOrder = 3
|
|---|
| 48 | end
|
|---|
| 49 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.