Ignore:
Timestamp:
May 19, 2022, 10:48:39 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Extended source processing to replace identifiers with first capital letter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/Prepare DPI/UFormMain.lfm

    r302 r448  
    99  DesignTimePPI = 144
    1010  OnActivate = FormActivate
    11   LCLVersion = '2.0.12.0'
     11  OnCreate = FormCreate
     12  LCLVersion = '2.2.0.4'
    1213  object EditSrcDir: TEdit
    1314    Left = 159
    14     Height = 42
     15    Height = 43
    1516    Top = 17
    1617    Width = 497
    1718    TabOrder = 0
    18     Text = '/home/chronos/Projekty/C-evo/trunk'
     19    Text = '../../trunk'
    1920  end
    2021  object Label1: TLabel
    2122    Left = 17
    22     Height = 24
     23    Height = 26
    2324    Top = 25
    2425    Width = 91
    2526    Caption = 'Source dir:'
    26     ParentColor = False
    2727  end
    2828  object Label2: TLabel
    2929    Left = 16
    30     Height = 24
     30    Height = 26
    3131    Top = 72
    3232    Width = 130
    3333    Caption = 'Destination dir:'
    34     ParentColor = False
    3534  end
    3635  object EditDstDir: TEdit
    3736    Left = 159
    38     Height = 42
     37    Height = 43
    3938    Top = 64
    4039    Width = 496
    4140    TabOrder = 1
    42     Text = '/home/chronos/Projekty/C-evo/branches/highdpi_new'
     41    Text = '../../branches/highdpi_new'
    4342  end
    4443  object ButtonProcess: TButton
Note: See TracChangeset for help on using the changeset viewer.