home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / SpamScan / _SETUP.1 / SSLib32.dll / 0 / RCDATA / TFRMCHOOSEPROFILE / TFRMCHOOSEPROFILE.txt
Encoding:
Text File  |  1997-09-20  |  2.1 KB  |  111 lines

  1. object frmChooseProfile: TfrmChooseProfile
  2.   Left = 433
  3.   Top = 387
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Choose Profile'
  7.   ClientHeight = 193
  8.   ClientWidth = 335
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 24
  20.     Top = 23
  21.     Width = 63
  22.     Height = 13
  23.     Caption = 'Profile &Name:'
  24.   end
  25.   object cbUseProfile: TComboBox
  26.     Left = 94
  27.     Top = 21
  28.     Width = 145
  29.     Height = 21
  30.     Style = csDropDownList
  31.     ItemHeight = 13
  32.     Sorted = True
  33.     TabOrder = 0
  34.   end
  35.   object cbOK: TButton
  36.     Left = 26
  37.     Top = 98
  38.     Width = 66
  39.     Height = 23
  40.     Caption = 'OK'
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnClick = cbOKClick
  44.   end
  45.   object cbCancel: TButton
  46.     Left = 99
  47.     Top = 98
  48.     Width = 66
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     ParentShowHint = False
  54.     ShowHint = False
  55.     TabOrder = 2
  56.   end
  57.   object cbHelp: TButton
  58.     Left = 172
  59.     Top = 98
  60.     Width = 66
  61.     Height = 23
  62.     Caption = '&Help'
  63.     TabOrder = 3
  64.   end
  65.   object cbOptions: TButton
  66.     Left = 245
  67.     Top = 98
  68.     Width = 66
  69.     Height = 23
  70.     Caption = '&Options >>'
  71.     TabOrder = 4
  72.     OnClick = cbOptionsClick
  73.   end
  74.   object gbxOptions: TGroupBox
  75.     Left = 8
  76.     Top = 131
  77.     Width = 320
  78.     Height = 59
  79.     Caption = ' Options '
  80.     TabOrder = 5
  81.     object chkDefault: TCheckBox
  82.       Left = 10
  83.       Top = 19
  84.       Width = 207
  85.       Height = 17
  86.       Caption = 'Set this profile as default'
  87.       TabOrder = 0
  88.       OnClick = chkDefaultClick
  89.     end
  90.     object chkSplash: TCheckBox
  91.       Left = 10
  92.       Top = 37
  93.       Width = 183
  94.       Height = 17
  95.       Caption = 'Show Splash Screen at Startup'
  96.       State = cbChecked
  97.       TabOrder = 1
  98.       OnClick = chkSplashClick
  99.     end
  100.   end
  101.   object cbNew: TButton
  102.     Left = 246
  103.     Top = 20
  104.     Width = 66
  105.     Height = 23
  106.     Caption = 'Ne&w...'
  107.     TabOrder = 6
  108.     OnClick = cbNewClick
  109.   end
  110. end
  111.