home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / handson / archive / Issue150 / delphi / ButtonMover / ButtonMUnit.dfm / ButtonMUnit.txt
Encoding:
Text File  |  1998-12-23  |  460 b   |  25 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 176
  15.     Top = 176
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'Button1'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.     OnMouseDown = Button1MouseDown
  22.     OnMouseUp = Button1MouseUp
  23.   end
  24. end
  25.