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

  1. object frmDefClient: TfrmDefClient
  2.   Left = 245
  3.   Top = 259
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mail Warrior'
  7.   ClientHeight = 129
  8.   ClientWidth = 265
  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.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 6
  22.     Top = 8
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Picture.Data = {<image000.ico>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 46
  30.     Top = 8
  31.     Width = 213
  32.     Height = 41
  33.     AutoSize = False
  34.     Caption = 
  35.       'Mail Warrior is currently not your default Mail Client. Would yo' +
  36.       'u like to register it as the default one?'
  37.     Transparent = True
  38.     WordWrap = True
  39.   end
  40.   object chkDontAskAgain: TCheckBox
  41.     Left = 8
  42.     Top = 64
  43.     Width = 153
  44.     Height = 17
  45.     Caption = '&Dont ask me this again'
  46.     TabOrder = 0
  47.   end
  48.   object Button1: TButton
  49.     Left = 56
  50.     Top = 104
  51.     Width = 73
  52.     Height = 23
  53.     Caption = '&Yes'
  54.     Default = True
  55.     ModalResult = 6
  56.     TabOrder = 1
  57.   end
  58.   object Button2: TButton
  59.     Left = 136
  60.     Top = 104
  61.     Width = 73
  62.     Height = 23
  63.     Cancel = True
  64.     Caption = '&No'
  65.     ModalResult = 7
  66.     TabOrder = 2
  67.   end
  68. end
  69.