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

  1. inherited frmResizeDrive: TfrmResizeDrive
  2.   Left = 272
  3.   Top = 420
  4.   Caption = 'Resize Partitions'
  5.   OldCreateOrder = True
  6.   OnHide = FormHide
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object lblDrives: TIntlLabel
  11.     Left = 42
  12.     Top = 23
  13.     Width = 345
  14.     Height = 28
  15.     AutoSize = False
  16.     Caption = 'Select the disk which contains the partition to be resized.'
  17.     Transparent = True
  18.     WordWrap = True
  19.   end
  20.   object pnlDrives: TPanel
  21.     Left = 117
  22.     Top = 120
  23.     Width = 279
  24.     Height = 85
  25.     BevelOuter = bvNone
  26.     BorderStyle = bsSingle
  27.     Caption = 'pnlDrives'
  28.     Color = clInfoBk
  29.     Ctl3D = False
  30.     ParentCtl3D = False
  31.     TabOrder = 0
  32.     object lstDrives: TColumnList
  33.       Left = -1
  34.       Top = 17
  35.       Width = 279
  36.       Height = 67
  37.       TabStop = True
  38.       Col1Position = 4
  39.       Col2Position = 60
  40.       Col3Position = 155
  41.       ItemHeight = 16
  42.       Items.Strings = (
  43.         '1|1|1')
  44.       ParentColor = False
  45.       ParentCtl3D = False
  46.       Style = lbOwnerDrawFixed
  47.       TabOrder = 0
  48.       OnClick = lstDrivesClick
  49.     end
  50.     object HeaderControl1: THeaderControl
  51.       Left = 0
  52.       Top = 0
  53.       Width = 277
  54.       Height = 17
  55.       DragReorder = False
  56.       Sections = <
  57.         item
  58.           AllowClick = False
  59.           ImageIndex = -1
  60.           Text = 'Disk'
  61.           Width = 59
  62.         end
  63.         item
  64.           AllowClick = False
  65.           ImageIndex = -1
  66.           Text = 'Size'
  67.           Width = 94
  68.         end
  69.         item
  70.           AllowClick = False
  71.           ImageIndex = -1
  72.           Text = 'Drive letters'
  73.           Width = 220
  74.         end>
  75.       OnSectionResize = HeaderControl1SectionResize
  76.     end
  77.   end
  78.   object pnlDiskMap: TDiskMapPanel
  79.     Left = 40
  80.     Top = 64
  81.     Width = 449
  82.     Height = 41
  83.     Cyl1024Visible = False
  84.     Boot64KVisible = False
  85.     Caption = 'pnlDiskMap'
  86.     Color = clBtnFace
  87.     BevelOuter = bvNone
  88.     BorderWidth = 2
  89.     TabOrder = 1
  90.   end
  91. end
  92.