home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / buzzmachines_massive.exe / Tools / CyanBuzzToolsInstaller / cybuzz1a.exe / install.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2002-11-19  |  478 b   |  24 lines

  1. object MainForm: TMainForm
  2.   Left = 1
  3.   Top = 95
  4.   Width = 137
  5.   Height = 156
  6.   Color = clNavy
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   Visible = True
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   OnPaint = FormPaint
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23. end
  24.