object FormMain: TFormMain Left = 665 Height = 632 Top = 301 Width = 796 Caption = 'Prepare DPI' ClientHeight = 632 ClientWidth = 796 DesignTimePPI = 144 OnActivate = FormActivate OnCreate = FormCreate LCLVersion = '2.2.0.4' object EditSrcDir: TEdit Left = 159 Height = 43 Top = 17 Width = 497 TabOrder = 0 Text = '../../trunk' end object Label1: TLabel Left = 17 Height = 26 Top = 25 Width = 91 Caption = 'Source dir:' end object Label2: TLabel Left = 16 Height = 26 Top = 72 Width = 130 Caption = 'Destination dir:' end object EditDstDir: TEdit Left = 159 Height = 43 Top = 64 Width = 496 TabOrder = 1 Text = '../../branches/highdpi_new' end object ButtonProcess: TButton Left = 21 Height = 38 Top = 120 Width = 113 Caption = 'Process' OnClick = ButtonProcessClick TabOrder = 2 end object MemoLog: TMemo Left = 24 Height = 431 Top = 168 Width = 753 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 3 end end