object ChangeDlg: TChangeDlg Left = 336 Top = 336 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 123 ClientWidth = 388 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 105 Shape = bsFrame IsControl = True end object CurrentDir: TLabel Left = 24 Top = 24 Width = 49 Height = 14 Caption = 'CurrentDir' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 24 Top = 48 Width = 27 Height = 14 Caption = 'From:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 24 Top = 80 Width = 15 Height = 14 Caption = 'To:' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object OKBtn: TButton Left = 300 Top = 8 Width = 77 Height = 27 Caption = 'OK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 end object CancelBtn: TButton Left = 300 Top = 40 Width = 77 Height = 27 Cancel = True Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object ToFileName: TEdit Left = 64 Top = 80 Width = 209 Height = 22 TabOrder = 2 end object FromFileName: TEdit Left = 64 Top = 48 Width = 209 Height = 22 TabOrder = 3 end object MultiLang1: TMultiLang Languages = 2 Words.Strings = ( '%Form%' 'Dialog' '' 'CurrentDir' 'CurrentDir' 'Directory corrente' 'Label1' 'From:' 'Da:' 'Label2' 'To:' 'A:' 'OKBtn' 'OK' 'Ok' 'CancelBtn' 'Cancel' 'Annulla' 'ToFileName' '' '' 'FromFileName' '' '') Left = 208 Top = 16 end end