object dlgCompressionType: TdlgCompressionType Left = 192 Top = 138 BorderStyle = bsDialog Caption = 'Select Default Compression Type' ClientHeight = 148 ClientWidth = 299 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object gbButtons: TPanel Left = 0 Top = 96 Width = 299 Height = 52 Align = alBottom TabOrder = 0 object btnOk: TBitBtn Left = 9 Top = 8 Width = 89 Height = 33 TabOrder = 0 Kind = bkOK end object btnCancel: TBitBtn Left = 105 Top = 8 Width = 89 Height = 33 TabOrder = 1 Kind = bkCancel end object btnHelp: TBitBtn Left = 201 Top = 8 Width = 89 Height = 33 TabOrder = 2 Kind = bkHelp end end object Panel2: TPanel Left = 0 Top = 0 Width = 299 Height = 96 Align = alClient TabOrder = 1 object rgCompressionType: TRadioGroup Left = 1 Top = 1 Width = 297 Height = 94 Align = alClient Caption = 'Compression Type' ItemIndex = 0 Items.Strings = ( 'None (Copy)' 'Windows Compress') TabOrder = 0 end end end