home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMFIRSTRUNPROMPT / TFRMFIRSTRUNPROMPT.txt < prev   
Text File  |  1999-02-09  |  3KB  |  149 lines

  1. object frmFirstRunPrompt: TfrmFirstRunPrompt
  2.   Left = 163
  3.   Top = 159
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'First run wizard'
  7.   ClientHeight = 259
  8.   ClientWidth = 290
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 88
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 104
  30.     Top = 6
  31.     Width = 86
  32.     Height = 18
  33.     Caption = 'Welcome!'
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -16
  37.     Font.Name = 'Verdana'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label2: TLabel
  42.     Left = 7
  43.     Top = 32
  44.     Width = 279
  45.     Height = 41
  46.     AutoSize = False
  47.     Caption = 
  48.       'Since this is the first time this program is being ran on your c' +
  49.       'omputer, you'#39'll need to fill some information in order to get st' +
  50.       'arted.'
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 48
  56.     Top = 88
  57.     Width = 127
  58.     Height = 13
  59.     Caption = 'Data storage folder'
  60.     Font.Charset = ANSI_CHARSET
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'Verdana'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object bvlRectangle: TBevel
  68.     Left = 4
  69.     Top = 136
  70.     Width = 279
  71.     Height = 59
  72.   end
  73.   object shpRectangle: TShape
  74.     Left = 6
  75.     Top = 137
  76.     Width = 275
  77.     Height = 56
  78.     Brush.Color = 14680063
  79.     Pen.Style = psClear
  80.   end
  81.   object imgTip: TImage
  82.     Left = 16
  83.     Top = 144
  84.     Width = 32
  85.     Height = 32
  86.     AutoSize = True
  87.     Picture.Data = {<image001.ico>}
  88.   end
  89.   object lblNothing2: TLabel
  90.     Left = 56
  91.     Top = 144
  92.     Width = 225
  93.     Height = 41
  94.     AutoSize = False
  95.     Caption = 
  96.       'This is the name of the folder where Mail Warrior 2.0 will store' +
  97.       ' things such as e-mail, contacts, ... .'
  98.     Transparent = True
  99.     WordWrap = True
  100.   end
  101.   object Label4: TLabel
  102.     Left = 8
  103.     Top = 208
  104.     Width = 258
  105.     Height = 13
  106.     Caption = 'You will next be asked for your mail settings.'
  107.   end
  108.   object edtFolder: TEdit97
  109.     Left = 48
  110.     Top = 104
  111.     Width = 209
  112.     Height = 19
  113.     ReadOnly = True
  114.     TabOrder = 0
  115.     OnChange = edtFolderChange
  116.   end
  117.   object btnBrowseDir: TButton
  118.     Left = 264
  119.     Top = 104
  120.     Width = 19
  121.     Height = 19
  122.     Caption = '...'
  123.     TabOrder = 3
  124.     OnClick = btnBrowseDirClick
  125.   end
  126.   object btnCancel: TButton
  127.     Left = 112
  128.     Top = 232
  129.     Width = 81
  130.     Height = 23
  131.     Cancel = True
  132.     Caption = '&Cancel'
  133.     ModalResult = 2
  134.     TabOrder = 1
  135.   end
  136.   object btnNext: TButton
  137.     Left = 200
  138.     Top = 232
  139.     Width = 81
  140.     Height = 23
  141.     Caption = '&Next'
  142.     Default = True
  143.     Enabled = False
  144.     ModalResult = 1
  145.     TabOrder = 2
  146.     OnClick = btnNextClick
  147.   end
  148. end
  149.