object frmMain: TfrmMain
  Left = 223
  Top = 103
  BorderStyle = bsNone
  Caption = 'Main'
  ClientHeight = 146
  ClientWidth = 231
  Color = clBlack
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindow
  Font.Height = -21
  Font.Name = 'Times New Roman'
  Font.Style = [fsBold, fsItalic]
  OldCreateOrder = False
  WindowState = wsMaximized
  OnActivate = FormActivate
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 24
end