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

  1. inherited frmResizeConfirm: TfrmResizeConfirm
  2.   Left = 595
  3.   Top = 237
  4.   Caption = 'Resize Partitions'
  5.   OldCreateOrder = True
  6.   OnDestroy = FormDestroy
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object lblWelcome: TIntlLabel
  11.     Left = 17
  12.     Top = 156
  13.     Width = 496
  14.     Height = 48
  15.     AutoSize = False
  16.     Caption = 
  17.       'The partitions on your disk will be resized as shown above.  Cli' +
  18.       'ck Finish to confirm partition resize.'
  19.     Font.Charset = ANSI_CHARSET
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'Arial'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     Transparent = True
  26.     WordWrap = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 6
  31.     Width = 163
  32.     Height = 14
  33.     Caption = 'Before:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 79
  38.     Width = 163
  39.     Height = 14
  40.     Caption = 'After:'
  41.   end
  42.   object pnlDiskMapAfter: TDiskMapPanel
  43.     Left = 5
  44.     Top = 94
  45.     Width = 515
  46.     Height = 52
  47.     Cyl1024Visible = False
  48.     Boot64KVisible = False
  49.     Color = clBtnFace
  50.     BevelOuter = bvNone
  51.     BorderWidth = 2
  52.     TabOrder = 0
  53.   end
  54.   object pnlDiskMapBefore: TDiskMapPanel
  55.     Left = 6
  56.     Top = 21
  57.     Width = 515
  58.     Height = 52
  59.     Cyl1024Visible = False
  60.     Boot64KVisible = False
  61.     Color = clBtnFace
  62.     BevelOuter = bvNone
  63.     BorderWidth = 2
  64.     TabOrder = 1
  65.   end
  66. end
  67.