source: trunk/Forms/FormInput.lfm

Last change on this file was 147, checked in by chronos, 11 months ago
  • Modified: Code cleanup.
File size: 718 bytes
Line 
1object FormInput: TFormInput
2 Left = 256
3 Height = 360
4 Top = 32
5 Width = 480
6 Caption = 'Input'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 OnCreate = FormCreate
11 LCLVersion = '2.2.6.0'
12 object MemoInput: TMemo
13 Left = 6
14 Height = 316
15 Top = 38
16 Width = 468
17 Align = alClient
18 BorderSpacing.Around = 6
19 Font.Height = -18
20 Font.Name = 'Courier New'
21 OnKeyPress = MemoInputKeyPress
22 ParentFont = False
23 ScrollBars = ssAutoBoth
24 TabOrder = 0
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
37end
Note: See TracBrowser for help on using the repository browser.