inherited frmCopyDestOpts: TfrmCopyDestOpts Left = 430 Top = 284 Caption = 'Copy Partition' OldCreateOrder = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object lblWelcome: TIntlLabel Left = 109 Top = 15 Width = 377 Height = 18 AutoSize = False Caption = 'Should the new copy be a primary or a logical partition?' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object IntlLabel1: TIntlLabel Left = 109 Top = 113 Width = 377 Height = 49 AutoSize = False Caption = 'Should the partition be hidden or unhidden? Be aware that makin' + 'g the partition unhidden can cause other drive letters to change' + '.' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object pnlFileSystemTypes: TPanel Left = 140 Top = 43 Width = 246 Height = 46 BevelOuter = bvNone BorderStyle = bsSingle Color = clWindow Ctl3D = False ParentCtl3D = False TabOrder = 0 object btnPrimary: TRadioButton Left = 15 Top = 3 Width = 320 Height = 17 Caption = 'Primary' Checked = True TabOrder = 0 TabStop = True end object btnLogical: TRadioButton Left = 15 Top = 21 Width = 322 Height = 17 Caption = 'Logical' TabOrder = 1 end end object Panel1: TPanel Left = 140 Top = 167 Width = 246 Height = 43 BevelOuter = bvNone BorderStyle = bsSingle Color = clWindow Ctl3D = False ParentCtl3D = False TabOrder = 1 object btnHidden: TRadioButton Left = 15 Top = 3 Width = 320 Height = 17 Caption = 'Hidden' Checked = True TabOrder = 0 TabStop = True end object btnUnhidden: TRadioButton Left = 15 Top = 21 Width = 322 Height = 17 Caption = 'Unhidden' TabOrder = 1 end end end