home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd1.bin / oddech / tece / tece.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-05-28  |  446b  |  22 lines

  1. object Form1: TForm1
  2.   Left = -4
  3.   Top = -4
  4.   BorderStyle = bsNone
  5.   Caption = 'Form1'
  6.   ClientHeight = 721
  7.   ClientWidth = 1024
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   WindowState = wsMaximized
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnMouseDown = FormMouseDown
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21. end
  22.