home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
DROPFILE
/
MAIN.dfm
/
MAIN.txt
Wrap
Text File
|
1998-05-14
|
1KB
|
62 lines
object MainForm: TMainForm
Left = 201
Top = 100
AutoScroll = False
Caption = 'Drag and Drop File Demonstration'
ClientHeight = 363
ClientWidth = 579
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 120
TextHeight = 20
object Label1: TLabel
Left = 410
Top = 50
Width = 151
Height = 151
AutoSize = False
Caption =
'Drag and drop files from the Windows Explorer to the Memo window' +
'.'
WordWrap = True
end
object FileNameLabel: TLabel
Left = 30
Top = 10
Width = 70
Height = 20
Caption = '[untitled]'
end
object Memo1: TMemo
Left = 30
Top = 40
Width = 361
Height = 281
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
TabOrder = 0
WordWrap = False
end
object BitBtn1: TBitBtn
Left = 410
Top = 280
Width = 111
Height = 41
TabOrder = 1
Kind = bkClose
end
end