home *** CD-ROM | disk | FTP | other *** search
- object CloseSessionDlg: TCloseSessionDlg
- Left = 275
- Top = 117
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Close session'
- ClientHeight = 108
- ClientWidth = 228
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 81
- Height = 13
- Caption = 'Close &session as:'
- FocusControl = SessionTypeComboBox
- end
- object OKBtn: TButton
- Left = 68
- Top = 81
- Width = 75
- Height = 23
- HelpContext = 12011
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 148
- Top = 81
- Width = 75
- Height = 23
- HelpContext = 12020
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object SessionTypeComboBox: TComboBox
- Left = 16
- Top = 24
- Width = 193
- Height = 21
- HelpContext = 12030
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- end
- object CloseDiscCheckBox: TCheckBox
- Left = 15
- Top = 55
- Width = 186
- Height = 17
- HelpContext = 12040
- Caption = 'Close CD'
- TabOrder = 3
- end
- end
-