object Draganddropfrm: TDraganddropfrm Left = 306 Top = 178 BorderStyle = bsDialog Caption = 'Drag and Drop Options' ClientHeight = 222 ClientWidth = 287 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 25 Top = 8 Width = 238 Height = 24 Caption = 'DRAG && DROP OPTIONS' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object rg1: TRadioGroup Left = 27 Top = 37 Width = 234 Height = 130 Caption = 'I want to ...' ItemIndex = 0 Items.Strings = ( '&Paste the selection' '&Mix the selection' 'Mix [&Special] the selection' 'Mo&ve the selection (Cut and Paste)' 'Move and Mi&x the selection (Cut and Mix)') TabOrder = 0 end object Button1: TButton Left = 51 Top = 181 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 161 Top = 181 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end