|
Last change
on this file was 176, checked in by chronos, 15 months ago |
- Modified: Use monospace font.
- Modified: Do not extra scale controls dimensions.
|
|
File size:
725 bytes
|
| Line | |
|---|
| 1 | object FormInput: TFormInput
|
|---|
| 2 | Left = 1040
|
|---|
| 3 | Height = 360
|
|---|
| 4 | Top = 540
|
|---|
| 5 | Width = 480
|
|---|
| 6 | Caption = 'Input'
|
|---|
| 7 | ClientHeight = 360
|
|---|
| 8 | ClientWidth = 480
|
|---|
| 9 | DesignTimePPI = 144
|
|---|
| 10 | LCLVersion = '3.4.0.0'
|
|---|
| 11 | object MemoInput: TMemo
|
|---|
| 12 | Left = 6
|
|---|
| 13 | Height = 316
|
|---|
| 14 | Top = 38
|
|---|
| 15 | Width = 468
|
|---|
| 16 | Align = alClient
|
|---|
| 17 | BorderSpacing.Around = 6
|
|---|
| 18 | Font.Height = 20
|
|---|
| 19 | Font.Name = 'Libertation Mono'
|
|---|
| 20 | Font.Pitch = fpFixed
|
|---|
| 21 | ParentFont = False
|
|---|
| 22 | ScrollBars = ssAutoBoth
|
|---|
| 23 | TabOrder = 0
|
|---|
| 24 | OnKeyPress = MemoInputKeyPress
|
|---|
| 25 | end
|
|---|
| 26 | object Label1: TLabel
|
|---|
| 27 | Left = 6
|
|---|
| 28 | Height = 26
|
|---|
| 29 | Top = 6
|
|---|
| 30 | Width = 468
|
|---|
| 31 | Align = alTop
|
|---|
| 32 | BorderSpacing.Around = 6
|
|---|
| 33 | Caption = 'Input:'
|
|---|
| 34 | ParentColor = False
|
|---|
| 35 | ParentFont = False
|
|---|
| 36 | end
|
|---|
| 37 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.