|
Last change
on this file was 59, checked in by chronos, 11 years ago |
- Added: Support for high DPI screens. If not detected automatically correctly then user can specify desired values.
- Updated: Common package to newer version.
|
|
File size:
645 bytes
|
| Line | |
|---|
| 1 | object FormInput: TFormInput
|
|---|
| 2 | Left = 256
|
|---|
| 3 | Height = 240
|
|---|
| 4 | Top = 32
|
|---|
| 5 | Width = 320
|
|---|
| 6 | Caption = 'Input'
|
|---|
| 7 | ClientHeight = 240
|
|---|
| 8 | ClientWidth = 320
|
|---|
| 9 | LCLVersion = '1.3'
|
|---|
| 10 | object MemoInput: TMemo
|
|---|
| 11 | Left = 4
|
|---|
| 12 | Height = 203
|
|---|
| 13 | Top = 33
|
|---|
| 14 | Width = 312
|
|---|
| 15 | Align = alClient
|
|---|
| 16 | BorderSpacing.Around = 4
|
|---|
| 17 | Font.Height = -12
|
|---|
| 18 | Font.Name = 'Courier New'
|
|---|
| 19 | OnKeyPress = MemoInputKeyPress
|
|---|
| 20 | ParentFont = False
|
|---|
| 21 | ScrollBars = ssAutoBoth
|
|---|
| 22 | TabOrder = 0
|
|---|
| 23 | end
|
|---|
| 24 | object Label1: TLabel
|
|---|
| 25 | Left = 4
|
|---|
| 26 | Height = 25
|
|---|
| 27 | Top = 4
|
|---|
| 28 | Width = 312
|
|---|
| 29 | Align = alTop
|
|---|
| 30 | BorderSpacing.Around = 4
|
|---|
| 31 | Caption = 'Input:'
|
|---|
| 32 | ParentColor = False
|
|---|
| 33 | end
|
|---|
| 34 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.