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 / TFRMCOPYSRCPART / TFRMCOPYSRCPART.txt
Text File  |  2002-09-16  |  3KB  |  120 lines

  1. inherited frmCopySrcPart: TfrmCopySrcPart
  2.   Left = 486
  3.   Top = 292
  4.   Caption = 'Copy Partition'
  5.   OldCreateOrder = True
  6.   OnDestroy = FormDestroy
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 14
  10.   object lblWelcome: TIntlLabel
  11.     Left = 16
  12.     Top = 7
  13.     Width = 417
  14.     Height = 34
  15.     AutoSize = False
  16.     Caption = 
  17.       'Select the partition to copy. You can click on a partition eithe' +
  18.       'r in the diagram or in the list beneath.'
  19.     Transparent = True
  20.     WordWrap = True
  21.   end
  22.   object pnlDrives: TPanel
  23.     Left = 9
  24.     Top = 115
  25.     Width = 510
  26.     Height = 118
  27.     BevelOuter = bvNone
  28.     BorderStyle = bsSingle
  29.     Caption = 'pnlDrives'
  30.     Color = clInfoBk
  31.     Ctl3D = False
  32.     ParentCtl3D = False
  33.     TabOrder = 0
  34.     TabStop = True
  35.     object lstPartitions: TColumnList
  36.       Left = 0
  37.       Top = 17
  38.       Width = 508
  39.       Height = 99
  40.       TabStop = True
  41.       Col1Position = 0
  42.       Col2Position = 63
  43.       Col3Position = 125
  44.       Col3Align = claRight
  45.       Col4Position = 185
  46.       Col4Align = claRight
  47.       Col5Position = 245
  48.       Col5Align = claRight
  49.       Col6Position = 309
  50.       Align = alClient
  51.       ItemHeight = 16
  52.       Items.Strings = (
  53.         '1|1|1|1|1|1')
  54.       ParentColor = False
  55.       ParentCtl3D = False
  56.       Style = lbOwnerDrawFixed
  57.       TabOrder = 0
  58.       OnClick = lstPartitionsOnClick
  59.     end
  60.     object HeaderControl1: THeaderControl
  61.       Left = 0
  62.       Top = 0
  63.       Width = 508
  64.       Height = 17
  65.       DragReorder = False
  66.       Sections = <
  67.         item
  68.           AllowClick = False
  69.           ImageIndex = -1
  70.           Text = 'Partition'
  71.           Width = 65
  72.         end
  73.         item
  74.           AllowClick = False
  75.           ImageIndex = -1
  76.           Text = 'Type'
  77.           Width = 60
  78.         end
  79.         item
  80.           AllowClick = False
  81.           ImageIndex = -1
  82.           Text = 'Size MB'
  83.           Width = 60
  84.         end
  85.         item
  86.           AllowClick = False
  87.           ImageIndex = -1
  88.           Text = 'Used MB'
  89.           Width = 60
  90.         end
  91.         item
  92.           AllowClick = False
  93.           ImageIndex = -1
  94.           Text = 'Unused MB'
  95.           Width = 67
  96.         end
  97.         item
  98.           AllowClick = False
  99.           ImageIndex = -1
  100.           Text = 'Pri/Log'
  101.           Width = 500
  102.         end>
  103.       OnSectionResize = HeaderControl1SectionResize
  104.     end
  105.   end
  106.   object pnlDiskMap: TDiskMapPanel
  107.     Left = 8
  108.     Top = 56
  109.     Width = 514
  110.     Height = 52
  111.     Cyl1024Visible = False
  112.     Boot64KVisible = False
  113.     Caption = 'pnlDiskMap'
  114.     Color = clBtnFace
  115.     BevelOuter = bvNone
  116.     BorderWidth = 2
  117.     TabOrder = 1
  118.   end
  119. end
  120.