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 / TDLGSETACTIVE / TDLGSETACTIVE.txt
Text File  |  2002-09-16  |  2KB  |  91 lines

  1. object dlgSetActive: TdlgSetActive
  2.   Left = 547
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Set Active Partition'
  7.   ClientHeight = 193
  8.   ClientWidth = 360
  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 lblCurActive: TIntlLabel
  21.     Left = 45
  22.     Top = 32
  23.     Width = 194
  24.     Height = 13
  25.     Caption = 'Currently active partition:'
  26.   end
  27.   object lblSetActive1: TIntlLabel
  28.     Left = 55
  29.     Top = 90
  30.     Width = 198
  31.     Height = 13
  32.     Caption = 'Are you sure you want to change the active partition?'
  33.   end
  34.   object lblNewActive: TIntlLabel
  35.     Left = 45
  36.     Top = 54
  37.     Width = 197
  38.     Height = 13
  39.     Caption = 'Change active partition to:'
  40.   end
  41.   object lblCurActiveVal: TIntlLabel
  42.     Left = 183
  43.     Top = 32
  44.     Width = 214
  45.     Height = 13
  46.     Caption = 'C: WIN95/98 (FAT)'
  47.   end
  48.   object lblNewActiveVal: TIntlLabel
  49.     Left = 183
  50.     Top = 54
  51.     Width = 217
  52.     Height = 13
  53.     Caption = 'C: WIN95/98 (FAT)'
  54.   end
  55.   object lblSetActive2: TIntlLabel
  56.     Left = 55
  57.     Top = 108
  58.     Width = 3
  59.     Height = 13
  60.   end
  61.   object btnOK: TButton
  62.     Left = 59
  63.     Top = 144
  64.     Width = 70
  65.     Height = 25
  66.     Caption = '&OK'
  67.     Default = True
  68.     TabOrder = 0
  69.     OnClick = btnOKClick
  70.   end
  71.   object btnCancel: TButton
  72.     Left = 145
  73.     Top = 144
  74.     Width = 70
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = '&Cancel'
  78.     TabOrder = 1
  79.     OnClick = btnCancelClick
  80.   end
  81.   object btnHelp: TButton
  82.     Left = 231
  83.     Top = 144
  84.     Width = 70
  85.     Height = 25
  86.     Caption = '&Help'
  87.     TabOrder = 2
  88.     OnClick = btnHelpClick
  89.   end
  90. end
  91.