Changeset 100 for trunk/Forms
- Timestamp:
- Dec 22, 2018, 11:31:25 AM (6 years ago)
- Location:
- trunk/Forms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormOutput.lfm
r59 r100 7 7 ClientHeight = 440 8 8 ClientWidth = 320 9 LCLVersion = '1.3' 9 DesignTimePPI = 144 10 LCLVersion = '1.8.4.0' 10 11 object Label2: TLabel 11 12 Left = 4 12 Height = 2 513 Height = 26 13 14 Top = 4 14 15 Width = 312 … … 20 21 object MemoOutput: TMemo 21 22 Left = 4 22 Height = 40 323 Top = 3 323 Height = 402 24 Top = 34 24 25 Width = 312 25 26 Align = alClient -
trunk/Forms/UFormOutput.pas
r67 r100 36 36 begin 37 37 if Core.CurrentTarget is TTargetInterpretter then 38 with TTargetInterpretter(Core.CurrentTarget) do 38 with TTargetInterpretter(Core.CurrentTarget) do begin 39 39 MemoOutput.Lines.Text := Output; 40 end; 40 41 end; 41 42
Note:
See TracChangeset
for help on using the changeset viewer.