home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 107 / DPPCZ1001b.7z / DPPCZ1001b.iso / PCZone.exe / 0 / RCDATA / TFRMPAGEZERO / TFRMPAGEZERO.txt < prev   
Text File  |  2001-05-30  |  550b  |  29 lines

  1. object frmPageZero: TfrmPageZero
  2.   Left = 790
  3.   Top = 356
  4.   AutoScroll = False
  5.   Caption = 'frmPageZero'
  6.   ClientHeight = 64
  7.   ClientWidth = 108
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyUp = FormKeyUp
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 89
  24.     Height = 41
  25.     Caption = 'Panel1'
  26.     TabOrder = 0
  27.   end
  28. end
  29.