Changeset 59 for trunk/Forms/UFormInput.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormInput.lfm
r39 r59 7 7 ClientHeight = 240 8 8 ClientWidth = 320 9 LCLVersion = ' 0.9.31'9 LCLVersion = '1.3' 10 10 object MemoInput: TMemo 11 Left = 8 12 Height = 210 13 Top = 22 14 Width = 309 15 Anchors = [akTop, akLeft, akRight, akBottom] 11 Left = 4 12 Height = 203 13 Top = 33 14 Width = 312 15 Align = alClient 16 BorderSpacing.Around = 4 16 17 Font.Height = -12 17 18 Font.Name = 'Courier New' … … 22 23 end 23 24 object Label1: TLabel 24 Left = 8 25 Height = 18 26 Top = 8 27 Width = 38 25 Left = 4 26 Height = 25 27 Top = 4 28 Width = 312 29 Align = alTop 30 BorderSpacing.Around = 4 28 31 Caption = 'Input:' 29 32 ParentColor = False
Note:
See TracChangeset
for help on using the changeset viewer.