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 / TDLGHIDE / TDLGHIDE.txt
Text File  |  2002-09-16  |  1KB  |  66 lines

  1. object dlgHide: TdlgHide
  2.   Left = 550
  3.   Top = 144
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Hide Partition'
  7.   ClientHeight = 161
  8.   ClientWidth = 331
  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.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblWarning: TIntlLabel
  21.     Left = 36
  22.     Top = 24
  23.     Width = 293
  24.     Height = 37
  25.     AutoSize = False
  26.     Caption = 'Hiding this partition may cause drive letters to change.'
  27.     WordWrap = True
  28.   end
  29.   object lblQuestion: TIntlLabel
  30.     Left = 36
  31.     Top = 68
  32.     Width = 156
  33.     Height = 13
  34.     Caption = 'Are you sure you want to hide this partition?'
  35.   end
  36.   object btnOK: TButton
  37.     Left = 45
  38.     Top = 123
  39.     Width = 70
  40.     Height = 25
  41.     Caption = '&OK'
  42.     Default = True
  43.     TabOrder = 0
  44.     OnClick = btnOKClick
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 131
  48.     Top = 123
  49.     Width = 70
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '&Cancel'
  53.     TabOrder = 1
  54.     OnClick = btnCancelClick
  55.   end
  56.   object btnHelp: TButton
  57.     Left = 217
  58.     Top = 123
  59.     Width = 70
  60.     Height = 25
  61.     Caption = '&Help'
  62.     TabOrder = 2
  63.     OnClick = btnHelpClick
  64.   end
  65. end
  66.