Changeset 103 for trunk/Forms/UFormLog.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/UFormLog.lfm
r96 r103 1 1 object FormLog: TFormLog 2 2 Left = 651 3 Height = 5003 Height = 600 4 4 Top = 282 5 Width = 8005 Width = 960 6 6 Caption = 'Log' 7 ClientHeight = 5008 ClientWidth = 8009 DesignTimePPI = 1 207 ClientHeight = 600 8 ClientWidth = 960 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 LCLVersion = ' 1.8.2.0'11 LCLVersion = '2.0.0.4' 12 12 object Memo1: TMemo 13 13 Left = 0 14 Height = 50014 Height = 600 15 15 Top = 0 16 Width = 80016 Width = 960 17 17 Align = alClient 18 ParentFont = False 18 19 ReadOnly = True 19 20 ScrollBars = ssAutoBoth
Note:
See TracChangeset
for help on using the changeset viewer.