Changeset 36 for branches/topdown/Apps
- Timestamp:
- Jun 30, 2023, 3:20:46 PM (17 months ago)
- Location:
- branches/topdown
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/topdown
- Property svn:ignore
-
old new 1 1 lib 2 2 heaptrclog.trc 3 OS 3 4 OS.exe 4 5 OS.lps
-
- Property svn:ignore
-
branches/topdown/Apps/UAppCalc.pas
r28 r36 1 1 unit UAppCalc; 2 3 {$mode delphi}{$H+}4 2 5 3 interface -
branches/topdown/Apps/UAppFileManager.pas
r25 r36 1 1 unit UAppFileManager; 2 3 {$mode delphi}{$H+}4 2 5 3 interface -
branches/topdown/Apps/UAppTextEditor.lfm
r28 r36 1 1 object FormTextEditor: TFormTextEditor 2 2 Left = 545 3 Height = 3 003 Height = 360 4 4 Top = 378 5 Width = 4 005 Width = 480 6 6 Caption = 'Text editor' 7 ClientHeight = 3 008 ClientWidth = 4 009 DesignTimePPI = 1 207 ClientHeight = 360 8 ClientWidth = 480 9 DesignTimePPI = 144 10 10 FormStyle = fsStayOnTop 11 LCLVersion = '2. 0.2.0'11 LCLVersion = '2.2.6.0' 12 12 object Memo1: TMemo 13 13 Left = 0 14 Height = 3 0014 Height = 360 15 15 Top = 0 16 Width = 4 0016 Width = 480 17 17 Align = alClient 18 18 ScrollBars = ssAutoBoth -
branches/topdown/Apps/UAppTextEditor.pas
r28 r36 1 1 unit UAppTextEditor; 2 3 {$mode delphi}4 2 5 3 interface
Note:
See TracChangeset
for help on using the changeset viewer.