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