home *** CD-ROM | disk | FTP | other *** search
- object frmChooseProfile: TfrmChooseProfile
- Left = 433
- Top = 387
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Choose Profile'
- ClientHeight = 193
- ClientWidth = 335
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 23
- Width = 63
- Height = 13
- Caption = 'Profile &Name:'
- end
- object cbUseProfile: TComboBox
- Left = 94
- Top = 21
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object cbOK: TButton
- Left = 26
- Top = 98
- Width = 66
- Height = 23
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- OnClick = cbOKClick
- end
- object cbCancel: TButton
- Left = 99
- Top = 98
- Width = 66
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- end
- object cbHelp: TButton
- Left = 172
- Top = 98
- Width = 66
- Height = 23
- Caption = '&Help'
- TabOrder = 3
- end
- object cbOptions: TButton
- Left = 245
- Top = 98
- Width = 66
- Height = 23
- Caption = '&Options >>'
- TabOrder = 4
- OnClick = cbOptionsClick
- end
- object gbxOptions: TGroupBox
- Left = 8
- Top = 131
- Width = 320
- Height = 59
- Caption = ' Options '
- TabOrder = 5
- object chkDefault: TCheckBox
- Left = 10
- Top = 19
- Width = 207
- Height = 17
- Caption = 'Set this profile as default'
- TabOrder = 0
- OnClick = chkDefaultClick
- end
- object chkSplash: TCheckBox
- Left = 10
- Top = 37
- Width = 183
- Height = 17
- Caption = 'Show Splash Screen at Startup'
- State = cbChecked
- TabOrder = 1
- OnClick = chkSplashClick
- end
- end
- object cbNew: TButton
- Left = 246
- Top = 20
- Width = 66
- Height = 23
- Caption = 'Ne&w...'
- TabOrder = 6
- OnClick = cbNewClick
- end
- end
-