|
Last change
on this file was 16, checked in by chronos, 2 weeks ago |
- Added: Test virtual machine implemented with generics to specify custom data and address bit width.
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | object FormMain: TFormMain
|
|---|
| 2 | Left = 621
|
|---|
| 3 | Height = 240
|
|---|
| 4 | Top = 854
|
|---|
| 5 | Width = 320
|
|---|
| 6 | Caption = 'FormMain'
|
|---|
| 7 | ClientHeight = 240
|
|---|
| 8 | ClientWidth = 320
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | LCLVersion = '4.4.0.0'
|
|---|
| 11 | OnCreate = FormCreate
|
|---|
| 12 | OnDestroy = FormDestroy
|
|---|
| 13 | OnShow = FormShow
|
|---|
| 14 | object Memo1: TMemo
|
|---|
| 15 | Left = 8
|
|---|
| 16 | Height = 224
|
|---|
| 17 | Top = 8
|
|---|
| 18 | Width = 305
|
|---|
| 19 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 20 | ScrollBars = ssAutoBoth
|
|---|
| 21 | TabOrder = 0
|
|---|
| 22 | end
|
|---|
| 23 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.