home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Multimedia
/
waveflow
/
waveflow.exe
/
0
/
RCDATA
/
TDRAGANDDROPFRM
/
TDRAGANDDROPFRM.txt
< prev
Wrap
Text File
|
2005-05-01
|
1KB
|
68 lines
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 = {<image000.ico>}
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