home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TDLGREBOOT / TDLGREBOOT.txt < prev   
Text File  |  2002-09-16  |  1KB  |  75 lines

  1. object dlgReboot: TdlgReboot
  2.   Left = 203
  3.   Top = 668
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reboot'
  7.   ClientHeight = 188
  8.   ClientWidth = 439
  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 = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblMsg: TIntlLabel
  20.     Left = 48
  21.     Top = 16
  22.     Width = 369
  23.     Height = 41
  24.     AutoSize = False
  25.     WordWrap = True
  26.   end
  27.   object imgWarning: TImage
  28.     Left = 6
  29.     Top = 16
  30.     Width = 32
  31.     Height = 32
  32.     Picture.Data = {<image000.bmp>}
  33.     Transparent = True
  34.   end
  35.   object btnOk: TButton
  36.     Left = 86
  37.     Top = 72
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     TabOrder = 0
  42.     OnClick = btnOkClick
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 182
  46.     Top = 72
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     TabOrder = 1
  52.     OnClick = btnCancelClick
  53.   end
  54.   object btnDetails: TButton
  55.     Left = 278
  56.     Top = 72
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Details >>'
  60.     TabOrder = 2
  61.     OnClick = btnDetailsClick
  62.   end
  63.   object lblDetails: TMemo
  64.     Left = 23
  65.     Top = 115
  66.     Width = 393
  67.     Height = 62
  68.     TabStop = False
  69.     Color = clBtnFace
  70.     ReadOnly = True
  71.     ScrollBars = ssVertical
  72.     TabOrder = 3
  73.   end
  74. end
  75.