Changeset 59 for trunk/Forms/UFormOutput.lfm
- Timestamp:
- Dec 3, 2014, 9:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormOutput.lfm
r39 r59 1 1 object FormOutput: TFormOutput 2 2 Left = 256 3 Height = 2403 Height = 440 4 4 Top = 32 5 5 Width = 320 6 6 Caption = 'Output' 7 ClientHeight = 2407 ClientHeight = 440 8 8 ClientWidth = 320 9 LCLVersion = ' 0.9.31'9 LCLVersion = '1.3' 10 10 object Label2: TLabel 11 Left = 8 12 Height = 18 13 Top = 6 14 Width = 49 11 Left = 4 12 Height = 25 13 Top = 4 14 Width = 312 15 Align = alTop 16 BorderSpacing.Around = 4 15 17 Caption = 'Output:' 16 18 ParentColor = False 17 19 end 18 20 object MemoOutput: TMemo 19 Left = 8 20 Height = 211 21 Top = 22 22 Width = 309 23 Anchors = [akTop, akLeft, akRight, akBottom] 21 Left = 4 22 Height = 403 23 Top = 33 24 Width = 312 25 Align = alClient 26 BorderSpacing.Around = 4 24 27 Font.Height = -12 25 28 Font.Name = 'Courier New'
Note:
See TracChangeset
for help on using the changeset viewer.