Changeset 38 for trunk/Forms/UFormInput.lfm
- Timestamp:
- Feb 19, 2012, 10:29:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormInput.lfm
r37 r38 1 object Form 2: TForm21 object FormInput: TFormInput 2 2 Left = 256 3 3 Height = 240 4 4 Top = 32 5 5 Width = 320 6 Caption = 'Form2' 6 Caption = 'FormInput' 7 ClientHeight = 240 8 ClientWidth = 320 7 9 LCLVersion = '0.9.31' 10 object MemoInput: TMemo 11 Left = 8 12 Height = 210 13 Top = 22 14 Width = 309 15 Anchors = [akTop, akLeft, akRight, akBottom] 16 Font.Height = -12 17 Font.Name = 'Courier New' 18 OnKeyPress = MemoInputKeyPress 19 ParentFont = False 20 ScrollBars = ssAutoBoth 21 TabOrder = 0 22 end 23 object Label1: TLabel 24 Left = 8 25 Height = 18 26 Top = 8 27 Width = 38 28 Caption = 'Input:' 29 ParentColor = False 30 end 8 31 end
Note:
See TracChangeset
for help on using the changeset viewer.