home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / SPLASHIN / MAIN.dfm / MAIN.txt
Text File  |  1998-02-10  |  461b  |  25 lines

  1. object MainForm: TMainForm
  2.   Left = 242
  3.   Top = 177
  4.   Width = 356
  5.   Height = 152
  6.   Caption = 'Splashin Demo'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object ExitButton: TButton
  16.     Left = 96
  17.     Top = 24
  18.     Width = 145
  19.     Height = 73
  20.     Caption = 'E&xit'
  21.     TabOrder = 0
  22.     OnClick = ExitButtonClick
  23.   end
  24. end
  25.