home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / README / TEST.dfm / TEST.txt
Text File  |  1998-05-14  |  991b  |  52 lines

  1. object TestForm: TTestForm
  2.   Left = 251
  3.   Top = 175
  4.   AutoScroll = False
  5.   Caption = 'Call ReadMe'
  6.   ClientHeight = 127
  7.   ClientWidth = 367
  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.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Bevel1: TBevel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 211
  21.     Height = 101
  22.   end
  23.   object Label1: TLabel
  24.     Left = 20
  25.     Top = 20
  26.     Width = 191
  27.     Height = 81
  28.     AutoSize = False
  29.     Caption = 
  30.       'Click the button to call README.EXE and display README.TXT in th' +
  31.       'e current directory.'
  32.     WordWrap = True
  33.   end
  34.   object ClickMeButton: TButton
  35.     Left = 240
  36.     Top = 20
  37.     Width = 111
  38.     Height = 41
  39.     Caption = 'Click me!'
  40.     TabOrder = 0
  41.     OnClick = ClickMeButtonClick
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 240
  45.     Top = 70
  46.     Width = 111
  47.     Height = 41
  48.     TabOrder = 1
  49.     Kind = bkClose
  50.   end
  51. end
  52.