object EclientForm: TEclientForm Left = 167 Top = 153 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Setup your favorite email client' ClientHeight = 206 ClientWidth = 358 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 48 Top = 24 Width = 28 Height = 13 Caption = 'Name' end object Label2: TLabel Left = 40 Top = 56 Width = 39 Height = 13 Caption = 'Program' end object Label3: TLabel Left = 24 Top = 88 Width = 53 Height = 13 Caption = 'Parameters' end object Label4: TLabel Left = 56 Top = 120 Width = 22 Height = 13 Caption = 'Path' end object Label5: TLabel Left = 128 Top = 32 Width = 32 Height = 13 Caption = 'Label5' end object Edit1: TEdit Left = 96 Top = 24 Width = 153 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 96 Top = 56 Width = 153 Height = 21 TabOrder = 1 end object Button4: TButton Left = 264 Top = 24 Width = 75 Height = 25 Caption = 'Browse ...' TabOrder = 6 OnClick = Button4Click end object BitBtn1: TBitBtn Left = 152 Top = 160 Width = 75 Height = 25 TabOrder = 4 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 240 Top = 160 Width = 75 Height = 25 TabOrder = 5 Kind = bkCancel end object Edit3: TEdit Left = 96 Top = 88 Width = 153 Height = 21 TabOrder = 2 end object Edit4: TEdit Left = 96 Top = 120 Width = 153 Height = 21 TabOrder = 3 end object OpenDialog1: TOpenDialog DefaultExt = '*.exe' FileEditStyle = fsEdit Filter = 'Executables (*.exe, *.com)|*.exe;*.com|All Files (*.*)|*.*' Left = 40 Top = 152 end end