Changeset 103 for trunk/Forms/UFormInput.lfm
- Timestamp:
- May 5, 2019, 12:17:58 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
- Property svn:ignore deleted
-
trunk/Forms/UFormInput.lfm
r59 r103 1 1 object FormInput: TFormInput 2 2 Left = 256 3 Height = 2403 Height = 360 4 4 Top = 32 5 Width = 3205 Width = 480 6 6 Caption = 'Input' 7 ClientHeight = 240 8 ClientWidth = 320 9 LCLVersion = '1.3' 7 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 10 LCLVersion = '2.0.0.4' 10 11 object MemoInput: TMemo 11 Left = 412 Height = 20313 Top = 3 314 Width = 31212 Left = 6 13 Height = 317 14 Top = 37 15 Width = 468 15 16 Align = alClient 16 BorderSpacing.Around = 417 Font.Height = -1 217 BorderSpacing.Around = 6 18 Font.Height = -18 18 19 Font.Name = 'Courier New' 19 20 OnKeyPress = MemoInputKeyPress … … 23 24 end 24 25 object Label1: TLabel 25 Left = 426 Left = 6 26 27 Height = 25 27 Top = 428 Width = 31228 Top = 6 29 Width = 468 29 30 Align = alTop 30 BorderSpacing.Around = 431 BorderSpacing.Around = 6 31 32 Caption = 'Input:' 32 33 ParentColor = False 34 ParentFont = False 33 35 end 34 36 end
Note:
See TracChangeset
for help on using the changeset viewer.