home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / delphcgi.zip / CGI.ZIP / SAMPLES / FORM / PIZZFORM.DFM / PIZZFORM.txt
Text File  |  1995-07-27  |  435b  |  26 lines

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 104
  4.   Width = 144
  5.   Height = 72
  6.   Caption = 'Pizza'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   WindowState = wsMinimized
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object CGI: TCGI
  16.     ContentType = 'text/html'
  17.     Left = 8
  18.     Top = 8
  19.   end
  20.   object CGIDlg: TCGIDlg
  21.     CGI = CGI
  22.     Left = 44
  23.     Top = 8
  24.   end
  25. end
  26.