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

  1. inherited frmCreateTakeSpaceFrom: TfrmCreateTakeSpaceFrom
  2.   Left = 488
  3.   Top = 301
  4.   Caption = 'Create New Partition Wizard'
  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 = 497
  14.     Height = 34
  15.     AutoSize = False
  16.     Caption = 
  17.       'In the list below, check the partitions that can donate space fo' +
  18.       'r creating the new partition. (If there is unallocated space on ' +
  19.       'the disk, it will be used first, before other partitions are res' +
  20.       'ized smaller.)'
  21.     Transparent = True
  22.     WordWrap = True
  23.   end
  24.   object pnlDrives: TPanel
  25.     Left = 9
  26.     Top = 118
  27.     Width = 510
  28.     Height = 115
  29.     BevelOuter = bvNone
  30.     BorderStyle = bsSingle
  31.     Caption = 'pnlDrives'
  32.     Color = clInfoBk
  33.     Ctl3D = False
  34.     ParentCtl3D = False
  35.     TabOrder = 0
  36.     object HeaderControl1: THeaderControl
  37.       Left = 0
  38.       Top = 0
  39.       Width = 508
  40.       Height = 17
  41.       DragReorder = False
  42.       Sections = <
  43.         item
  44.           AllowClick = False
  45.           ImageIndex = -1
  46.           Text = ' '
  47.           Width = 20
  48.         end
  49.         item
  50.           AllowClick = False
  51.           ImageIndex = -1
  52.           Text = 'Partition'
  53.           Width = 100
  54.         end
  55.         item
  56.           AllowClick = False
  57.           ImageIndex = -1
  58.           Text = 'Type'
  59.           Width = 60
  60.         end
  61.         item
  62.           AllowClick = False
  63.           ImageIndex = -1
  64.           Text = 'Size MB'
  65.           Width = 60
  66.         end
  67.         item
  68.           AllowClick = False
  69.           ImageIndex = -1
  70.           Text = 'Available MB'
  71.           Width = 119
  72.         end
  73.         item
  74.           AllowClick = False
  75.           ImageIndex = -1
  76.           Width = 500
  77.         end>
  78.       OnSectionResize = HeaderControl1SectionResize
  79.     end
  80.     object ColChkList1: TColChkList
  81.       Left = 0
  82.       Top = 17
  83.       Width = 508
  84.       Height = 96
  85.       TabStop = True
  86.       CheckBoxCol = 0
  87.       Col1Position = 0
  88.       Col2Position = 21
  89.       Col3Position = 122
  90.       Col4Position = 234
  91.       Col4Align = ckaRight
  92.       Col5Position = 305
  93.       Col5Align = ckaRight
  94.       Col6Align = ckaRight
  95.       Align = alClient
  96.       ItemHeight = 16
  97.       Items.Strings = (
  98.         '1a|2a|3a|4a|5a|6a|7a|')
  99.       ParentColor = False
  100.       Style = lbOwnerDrawFixed
  101.       TabOrder = 1
  102.       OnClick = ColChkList1Click
  103.       OnDblClick = ColChkList1DblClick
  104.       OnKeyDown = ColChkList1KeyDown
  105.     end
  106.   end
  107.   object pnlDiskMap: TDiskMapPanel
  108.     Left = 6
  109.     Top = 59
  110.     Width = 514
  111.     Height = 52
  112.     Cyl1024Visible = False
  113.     Boot64KVisible = False
  114.     Caption = 'pnlDiskMap'
  115.     Color = clBtnFace
  116.     BevelOuter = bvNone
  117.     BorderWidth = 2
  118.     TabOrder = 1
  119.   end
  120. end
  121.