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 / TFRMRESIZE / TFRMRESIZE.txt < prev   
Text File  |  2002-09-16  |  878b  |  42 lines

  1. inherited frmResize: TfrmResize
  2.   Left = 306
  3.   Top = 277
  4.   Caption = 'Resize Partitions'
  5.   OldCreateOrder = True
  6.   OnDestroy = FormDestroy
  7.   PixelsPerInch = 96
  8.   TextHeight = 14
  9.   inherited pnlBannerPanel: TPanel
  10.     inherited imgBannerIcon: TImage
  11.       Left = 460
  12.       Width = 70
  13.       Height = 55
  14.       AutoSize = True
  15.       Picture.Data = {<image000.bmp>}
  16.     end
  17.   end
  18.   inherited pnlBottomPanel: TPanel
  19.     inherited btnHint: TBitBtn
  20.       OnClick = btnHintClick
  21.     end
  22.     inherited btnBack: TBitBtn
  23.       OnClick = btnBackClick
  24.     end
  25.     inherited btnNext: TBitBtn
  26.       OnClick = btnNextClick
  27.     end
  28.     inherited btnCancel: TBitBtn
  29.       OnClick = btnCancelClick
  30.     end
  31.   end
  32.   inherited pnlImagePanel: TPanel
  33.     inherited imgMain: TImage
  34.       Left = 1
  35.       Top = 0
  36.       Width = 129
  37.       Height = 302
  38.       Picture.Data = {<image001.bmp>}
  39.     end
  40.   end
  41. end
  42.