home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP_1_2000.ISO / exe / urlreq.exe / URLRequester.exe / 0 / RCDATA / TURLBASEFORM / TURLBASEFORM.txt
Encoding:
Text File  |  1999-09-18  |  502 b   |  23 lines

  1. object UrlBaseForm: TUrlBaseForm
  2.   Left = 314
  3.   Top = 178
  4.   Width = 205
  5.   Height = 161
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   Caption = 'UrlBaseForm'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnHelp = FormHelp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22. end
  23.