home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TDRAGANDDROPFRM / TDRAGANDDROPFRM.txt < prev   
Text File  |  2005-05-01  |  1KB  |  68 lines

  1. object Draganddropfrm: TDraganddropfrm
  2.   Left = 306
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'Drag and Drop Options'
  6.   ClientHeight = 222
  7.   ClientWidth = 287
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 25
  21.     Top = 8
  22.     Width = 238
  23.     Height = 24
  24.     Caption = 'DRAG && DROP OPTIONS'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object rg1: TRadioGroup
  33.     Left = 27
  34.     Top = 37
  35.     Width = 234
  36.     Height = 130
  37.     Caption = 'I want to ...'
  38.     ItemIndex = 0
  39.     Items.Strings = (
  40.       '&Paste the selection'
  41.       '&Mix the selection'
  42.       'Mix [&Special] the selection'
  43.       'Mo&ve the selection (Cut and Paste)'
  44.       'Move and Mi&x the selection (Cut and Mix)')
  45.     TabOrder = 0
  46.   end
  47.   object Button1: TButton
  48.     Left = 51
  49.     Top = 181
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.   end
  57.   object Button2: TButton
  58.     Left = 161
  59.     Top = 181
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = '&Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67. end
  68.