Changeset 448 for tools/Prepare DPI/UFormMain.lfm
- Timestamp:
- May 19, 2022, 10:48:39 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Prepare DPI/UFormMain.lfm
r302 r448 9 9 DesignTimePPI = 144 10 10 OnActivate = FormActivate 11 LCLVersion = '2.0.12.0' 11 OnCreate = FormCreate 12 LCLVersion = '2.2.0.4' 12 13 object EditSrcDir: TEdit 13 14 Left = 159 14 Height = 4 215 Height = 43 15 16 Top = 17 16 17 Width = 497 17 18 TabOrder = 0 18 Text = ' /home/chronos/Projekty/C-evo/trunk'19 Text = '../../trunk' 19 20 end 20 21 object Label1: TLabel 21 22 Left = 17 22 Height = 2 423 Height = 26 23 24 Top = 25 24 25 Width = 91 25 26 Caption = 'Source dir:' 26 ParentColor = False27 27 end 28 28 object Label2: TLabel 29 29 Left = 16 30 Height = 2 430 Height = 26 31 31 Top = 72 32 32 Width = 130 33 33 Caption = 'Destination dir:' 34 ParentColor = False35 34 end 36 35 object EditDstDir: TEdit 37 36 Left = 159 38 Height = 4 237 Height = 43 39 38 Top = 64 40 39 Width = 496 41 40 TabOrder = 1 42 Text = ' /home/chronos/Projekty/C-evo/branches/highdpi_new'41 Text = '../../branches/highdpi_new' 43 42 end 44 43 object ButtonProcess: TButton
Note:
See TracChangeset
for help on using the changeset viewer.