inherited frmResizePart: TfrmResizePart Left = 486 Top = 292 Caption = 'Resize Partitions' OldCreateOrder = True OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object lblWelcome: TIntlLabel Left = 16 Top = 16 Width = 401 Height = 33 AutoSize = False Caption = 'Indicate which partition you want to resize. You can click on a ' + 'partition either in the diagram or in the list beneath.' Transparent = True WordWrap = True end object pnlDrives: TPanel Left = 9 Top = 115 Width = 510 Height = 118 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'pnlDrives' Color = clInfoBk Ctl3D = False ParentCtl3D = False TabOrder = 0 TabStop = True object lstPartitions: TColumnList Left = 0 Top = 17 Width = 508 Height = 99 TabStop = True Col1Position = 0 Col2Position = 63 Col3Position = 125 Col3Align = claRight Col4Position = 185 Col4Align = claRight Col5Position = 245 Col5Align = claRight Col6Position = 309 Align = alClient ItemHeight = 16 Items.Strings = ( '1|1|1|1|1|1') ParentColor = False ParentCtl3D = False Style = lbOwnerDrawFixed TabOrder = 0 OnClick = lstPartitionsOnClick end object HeaderControl1: THeaderControl Left = 0 Top = 0 Width = 508 Height = 17 DragReorder = False Sections = < item AllowClick = False ImageIndex = -1 Text = 'Partition' Width = 65 end item AllowClick = False ImageIndex = -1 Text = 'Type' Width = 60 end item AllowClick = False ImageIndex = -1 Text = 'Size MB' Width = 60 end item AllowClick = False ImageIndex = -1 Text = 'Used MB' Width = 60 end item AllowClick = False ImageIndex = -1 Text = 'Unused MB' Width = 67 end item AllowClick = False ImageIndex = -1 Text = 'Pri/Log' Width = 500 end> OnSectionResize = HeaderControl1SectionResize end end object pnlDiskMap: TDiskMapPanel Left = 6 Top = 56 Width = 514 Height = 52 Cyl1024Visible = False Boot64KVisible = False Caption = 'pnlDiskMap' Color = clBtnFace BevelOuter = bvNone BorderWidth = 2 TabOrder = 1 end end