home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / HELLO / MAIN.dfm / MAIN.txt
Text File  |  1998-04-23  |  451b  |  24 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 115
  4.   Width = 314
  5.   Height = 182
  6.   Caption = 'Hello Delphi Programmer!'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object CloseButton: TButton
  15.     Left = 112
  16.     Top = 56
  17.     Width = 89
  18.     Height = 33
  19.     Caption = 'Close'
  20.     TabOrder = 0
  21.     OnClick = CloseButtonClick
  22.   end
  23. end
  24.