home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / SHUTDOWN.DFM / SHUTDOWN.txt < prev   
Text File  |  1997-01-13  |  2KB  |  97 lines

  1. object QuitDlg: TQuitDlg
  2.   Left = 280
  3.   Top = 159
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shut down'
  7.   ClientHeight = 144
  8.   ClientWidth = 235
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 6
  22.     Width = 227
  23.     Height = 103
  24.     Shape = bsFrame
  25.   end
  26.   object Image1: TImage
  27.     Left = 16
  28.     Top = 24
  29.     Width = 64
  30.     Height = 64
  31.     Picture.Data = {<image000.bmp>}
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 72
  35.     Top = 114
  36.     Width = 77
  37.     Height = 27
  38.     TabOrder = 4
  39.     OnClick = OKBtnClick
  40.     Kind = bkOK
  41.     Margin = 4
  42.     Style = bsNew
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 154
  48.     Top = 114
  49.     Width = 77
  50.     Height = 27
  51.     TabOrder = 5
  52.     Kind = bkCancel
  53.     Margin = 4
  54.     Style = bsNew
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object rbDOS: TRadioButton
  59.     Left = 98
  60.     Top = 14
  61.     Width = 113
  62.     Height = 17
  63.     Caption = 'Exit to &DOS'
  64.     Checked = True
  65.     TabOrder = 0
  66.     TabStop = True
  67.     OnDblClick = rbDOSDblClick
  68.   end
  69.   object rbQuit: TRadioButton
  70.     Left = 98
  71.     Top = 38
  72.     Width = 113
  73.     Height = 17
  74.     Caption = '&Quit Calmira'
  75.     TabOrder = 1
  76.     OnDblClick = rbDOSDblClick
  77.   end
  78.   object rbRestart: TRadioButton
  79.     Left = 98
  80.     Top = 62
  81.     Width = 113
  82.     Height = 17
  83.     Caption = 'Restart &Windows'
  84.     TabOrder = 2
  85.     OnDblClick = rbDOSDblClick
  86.   end
  87.   object rbReboot: TRadioButton
  88.     Left = 98
  89.     Top = 84
  90.     Width = 121
  91.     Height = 17
  92.     Caption = 'Re&boot the computer'
  93.     TabOrder = 3
  94.     OnDblClick = rbDOSDblClick
  95.   end
  96. end
  97.