home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 246
- Top = 99
- ActiveControl = Memo1
- BorderStyle = bsDialog
- Caption = 'Drag & Drop Demo'
- ClientHeight = 221
- ClientWidth = 380
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 224
- Top = 8
- Width = 117
- Height = 24
- Caption = 'MS Sans Serif'
- DragMode = dmAutomatic
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 224
- Top = 56
- Width = 144
- Height = 21
- Caption = 'Times New Roman'
- DragMode = dmAutomatic
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 224
- Top = 136
- Width = 77
- Height = 14
- Caption = 'Courier New'
- DragMode = dmAutomatic
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 224
- Top = 96
- Width = 49
- Height = 16
- Caption = 'System'
- DragMode = dmAutomatic
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 201
- Height = 209
- Lines.Strings = (
- 'Drag & Drop Demo'
- ''
- 'Drag from any label and '
- 'drop '
- 'on this memo field. '
- ''
- 'The memo takes on the '
- 'font '
- 'of the label...')
- TabOrder = 0
- OnDragDrop = Memo1DragDrop
- OnDragOver = Memo1DragOver
- end
- end
-