home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TCLOSESESSIONDLG / TCLOSESESSIONDLG.txt
Encoding:
Text File  |  2002-12-06  |  1.3 KB  |  70 lines

  1. object CloseSessionDlg: TCloseSessionDlg
  2.   Left = 275
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Close session'
  7.   ClientHeight = 108
  8.   ClientWidth = 228
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 81
  24.     Height = 13
  25.     Caption = 'Close &session as:'
  26.     FocusControl = SessionTypeComboBox
  27.   end
  28.   object OKBtn: TButton
  29.     Left = 68
  30.     Top = 81
  31.     Width = 75
  32.     Height = 23
  33.     HelpContext = 12011
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 148
  41.     Top = 81
  42.     Width = 75
  43.     Height = 23
  44.     HelpContext = 12020
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object SessionTypeComboBox: TComboBox
  51.     Left = 16
  52.     Top = 24
  53.     Width = 193
  54.     Height = 21
  55.     HelpContext = 12030
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     TabOrder = 2
  59.   end
  60.   object CloseDiscCheckBox: TCheckBox
  61.     Left = 15
  62.     Top = 55
  63.     Width = 186
  64.     Height = 17
  65.     HelpContext = 12040
  66.     Caption = 'Close CD'
  67.     TabOrder = 3
  68.   end
  69. end
  70.