object frmFirstRunPrompt: TfrmFirstRunPrompt Left = 163 Top = 159 BorderIcons = [] BorderStyle = bsSingle Caption = 'First run wizard' ClientHeight = 259 ClientWidth = 290 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 8 Top = 88 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 104 Top = 6 Width = 86 Height = 18 Caption = 'Welcome!' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 7 Top = 32 Width = 279 Height = 41 AutoSize = False Caption = 'Since this is the first time this program is being ran on your c' + 'omputer, you'#39'll need to fill some information in order to get st' + 'arted.' Transparent = True WordWrap = True end object Label3: TLabel Left = 48 Top = 88 Width = 127 Height = 13 Caption = 'Data storage folder' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object bvlRectangle: TBevel Left = 4 Top = 136 Width = 279 Height = 59 end object shpRectangle: TShape Left = 6 Top = 137 Width = 275 Height = 56 Brush.Color = 14680063 Pen.Style = psClear end object imgTip: TImage Left = 16 Top = 144 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object lblNothing2: TLabel Left = 56 Top = 144 Width = 225 Height = 41 AutoSize = False Caption = 'This is the name of the folder where Mail Warrior 2.0 will store' + ' things such as e-mail, contacts, ... .' Transparent = True WordWrap = True end object Label4: TLabel Left = 8 Top = 208 Width = 258 Height = 13 Caption = 'You will next be asked for your mail settings.' end object edtFolder: TEdit97 Left = 48 Top = 104 Width = 209 Height = 19 ReadOnly = True TabOrder = 0 OnChange = edtFolderChange end object btnBrowseDir: TButton Left = 264 Top = 104 Width = 19 Height = 19 Caption = '...' TabOrder = 3 OnClick = btnBrowseDirClick end object btnCancel: TButton Left = 112 Top = 232 Width = 81 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object btnNext: TButton Left = 200 Top = 232 Width = 81 Height = 23 Caption = '&Next' Default = True Enabled = False ModalResult = 1 TabOrder = 2 OnClick = btnNextClick end end