inherited frmDataKeepDrive: TfrmDataKeepDrive Left = 522 Top = 403 Caption = 'frmCreateDrive' OldCreateOrder = True OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object lblDrives: TIntlLabel Left = 41 Top = 20 Width = 353 Height = 40 AutoSize = False Caption = 'Click the desired disk in the list below.' Transparent = True WordWrap = True end object pnlDrives: TPanel Left = 117 Top = 120 Width = 279 Height = 85 BevelOuter = bvNone BorderStyle = bsSingle Caption = 'pnlDrives' Color = clInfoBk Ctl3D = False ParentCtl3D = False TabOrder = 0 object lstDrives: TColumnList Left = -1 Top = 17 Width = 279 Height = 67 TabStop = True Col1Position = 4 Col2Position = 60 Col2Align = claRight Col3Position = 145 ItemHeight = 16 Items.Strings = ( '1|1|1') ParentColor = False ParentCtl3D = False Style = lbOwnerDrawFixed TabOrder = 0 OnClick = lstDrivesClick end object HeaderControl1: THeaderControl Left = 0 Top = 0 Width = 277 Height = 17 DragReorder = False Sections = < item AllowClick = False ImageIndex = -1 Text = 'Disk' Width = 59 end item Alignment = taRightJustify AllowClick = False ImageIndex = -1 Text = 'Size' Width = 88 end item AllowClick = False ImageIndex = -1 Text = 'Drive letters' Width = 220 end> OnSectionResize = HeaderControl1SectionResize end end object pnlDiskMap: TDiskMapPanel Left = 40 Top = 67 Width = 449 Height = 41 Cyl1024Visible = False Boot64KVisible = False Caption = 'pnlDiskMap' Color = clBtnFace BevelOuter = bvNone BorderWidth = 2 TabOrder = 1 end end