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
Text File  |  1998-05-14  |  1KB  |  62 lines

  1. object MainForm: TMainForm
  2.   Left = 201
  3.   Top = 100
  4.   AutoScroll = False
  5.   Caption = 'Drag and Drop File Demonstration'
  6.   ClientHeight = 363
  7.   ClientWidth = 579
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object Label1: TLabel
  20.     Left = 410
  21.     Top = 50
  22.     Width = 151
  23.     Height = 151
  24.     AutoSize = False
  25.     Caption = 
  26.       'Drag and drop files from the Windows Explorer to the Memo window' +
  27.       '.'
  28.     WordWrap = True
  29.   end
  30.   object FileNameLabel: TLabel
  31.     Left = 30
  32.     Top = 10
  33.     Width = 70
  34.     Height = 20
  35.     Caption = '[untitled]'
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 30
  39.     Top = 40
  40.     Width = 361
  41.     Height = 281
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -17
  45.     Font.Name = 'Courier New'
  46.     Font.Style = []
  47.     Lines.Strings = (
  48.       'Memo1')
  49.     ParentFont = False
  50.     TabOrder = 0
  51.     WordWrap = False
  52.   end
  53.   object BitBtn1: TBitBtn
  54.     Left = 410
  55.     Top = 280
  56.     Width = 111
  57.     Height = 41
  58.     TabOrder = 1
  59.     Kind = bkClose
  60.   end
  61. end
  62.