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

  1. inherited frmCopyDestTakeSpaceFrom: TfrmCopyDestTakeSpaceFrom
  2.   Left = 424
  3.   Top = 221
  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 = 489
  14.     Height = 48
  15.     AutoSize = False
  16.     Caption = 
  17.       'To create space for the partition copy, unused space may need to' +
  18.       ' be taken from other partitions. In the list below, select the p' +
  19.       'artitions that space can be taken from.'
  20.     Transparent = True
  21.     WordWrap = True
  22.   end
  23.   object pnlDrives: TPanel
  24.     Left = 9
  25.     Top = 115
  26.     Width = 512
  27.     Height = 118
  28.     BevelOuter = bvNone
  29.     BorderStyle = bsSingle
  30.     Caption = 'pnlDrives'
  31.     Color = clInfoBk
  32.     Ctl3D = False
  33.     ParentCtl3D = False
  34.     TabOrder = 0
  35.     object HeaderControl1: THeaderControl
  36.       Left = 0
  37.       Top = 0
  38.       Width = 510
  39.       Height = 17
  40.       DragReorder = False
  41.       Sections = <
  42.         item
  43.           AllowClick = False
  44.           ImageIndex = -1
  45.           Text = ' '
  46.           Width = 20
  47.         end
  48.         item
  49.           AllowClick = False
  50.           ImageIndex = -1
  51.           Text = 'Partition'
  52.           Width = 100
  53.         end
  54.         item
  55.           AllowClick = False
  56.           ImageIndex = -1
  57.           Text = 'Type'
  58.           Width = 60
  59.         end
  60.         item
  61.           AllowClick = False
  62.           ImageIndex = -1
  63.           Text = 'Size MB'
  64.           Width = 60
  65.         end
  66.         item
  67.           AllowClick = False
  68.           ImageIndex = -1
  69.           Text = 'Available MB'
  70.           Width = 119
  71.         end
  72.         item
  73.           AllowClick = False
  74.           ImageIndex = -1
  75.           Width = 500
  76.         end>
  77.       OnSectionResize = HeaderControl1SectionResize
  78.     end
  79.     object ColChkList1: TColChkList
  80.       Left = 0
  81.       Top = 17
  82.       Width = 510
  83.       Height = 99
  84.       TabStop = True
  85.       CheckBoxCol = 0
  86.       Col1Position = 0
  87.       Col2Position = 21
  88.       Col3Position = 122
  89.       Col4Position = 234
  90.       Col4Align = ckaRight
  91.       Col5Position = 305
  92.       Col5Align = ckaRight
  93.       Col6Align = ckaRight
  94.       Align = alClient
  95.       ItemHeight = 16
  96.       Items.Strings = (
  97.         '1a|2a|3a|4a|5a|6a|7a|')
  98.       ParentColor = False
  99.       Style = lbOwnerDrawFixed
  100.       TabOrder = 1
  101.       OnClick = ColChkList1Click
  102.       OnDblClick = ColChkList1DblClick
  103.       OnKeyDown = ColChkList1KeyDown
  104.     end
  105.   end
  106.   object pnlDiskMap: TDiskMapPanel
  107.     Left = 6
  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.