object frmMain: TfrmMain Left = 125 Top = 112 Width = 675 Height = 426 BorderIcons = [biSystemMenu] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] WindowState = wsMaximized OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Gradient1: TGradient Left = 0 Top = 0 Width = 667 Height = 399 ColorStart = clBlue ColorEnd = clBlack end object lblShadowName: TLabel Left = 11 Top = 10 Width = 195 Height = 54 Caption = 'LeapFTP' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -49 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object lblTopName: TLabel Left = 10 Top = 7 Width = 207 Height = 54 Caption = 'LeapFTP ' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -49 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Label4: TLabel Left = 10 Top = 68 Width = 167 Height = 24 Caption = 'by: LeapWare, Inc.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object Label3: TLabel Left = 7 Top = 66 Width = 167 Height = 24 Caption = 'by: LeapWare, Inc.' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -21 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object WelcomePanel: TPanel Left = 8 Top = 166 Width = 240 Height = 147 BevelWidth = 2 TabOrder = 0 object imgIcon: TImage Left = 13 Top = 24 Width = 56 Height = 65 Picture.Data = {} end object lblProgramName: TLabel Left = 93 Top = 50 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblWelcome: TLabel Left = 81 Top = 23 Width = 135 Height = 13 Caption = 'Welcome to LeapFTP Setup' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 81 Top = 46 Width = 3 Height = 13 WordWrap = True end object lblProgram: TLabel Left = 81 Top = 46 Width = 120 Height = 26 Caption = 'This program will install LeapFTP on your system.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label1: TLabel Left = 81 Top = 78 Width = 101 Height = 13 Caption = 'Click Cancel to abort.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object btnContinue: TButton Left = 28 Top = 105 Width = 74 Height = 23 HelpContext = 1003 Caption = 'Continue' Default = True ModalResult = 1 TabOrder = 0 OnClick = btnContinueClick end object btnCancel: TButton Left = 122 Top = 105 Width = 74 Height = 23 HelpContext = 1003 Caption = 'Cancel' ModalResult = 1 TabOrder = 1 OnClick = btnCancelClick end end object PathPanel: TPanel Left = 280 Top = 91 Width = 255 Height = 221 BevelWidth = 2 Caption = 'PathPanel' TabOrder = 1 object lblDestDir: TLabel Left = 15 Top = 15 Width = 155 Height = 13 Caption = 'Select a directory for installation:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object txtDestPath: TEdit Left = 13 Top = 36 Width = 228 Height = 21 TabOrder = 0 end object btnDirContinue: TButton Left = 169 Top = 66 Width = 72 Height = 23 HelpContext = 1003 Caption = 'Continue' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnDirContinueClick end object btnDestCancel: TButton Left = 169 Top = 95 Width = 72 Height = 24 HelpContext = 1003 Caption = 'Cancel' ModalResult = 1 TabOrder = 2 OnClick = btnCancelClick end object dir: TDirectoryListBox Left = 13 Top = 65 Width = 144 Height = 108 ItemHeight = 16 TabOrder = 3 OnChange = dirChange end object drive: TDriveComboBox Left = 13 Top = 182 Width = 144 Height = 19 TabOrder = 4 OnChange = driveChange OnClick = driveClick end end object RegProgram: TRegProgram ProgName = 'LeapFTP' ProgramID = '214065' Expired = False CustomReg = False PreRegistered = False Left = 88 Top = 144 end end