home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2002 March / CMYCHA200203.ISO / CyberMycha.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2001-11-17  |  681b  |  34 lines

  1. object frmMain: TfrmMain
  2.   Left = 146
  3.   Top = 70
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'frmMain'
  9.   ClientHeight = 490
  10.   ClientWidth = 678
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object imgBody: TImage
  27.     Left = 0
  28.     Top = 0
  29.     Width = 129
  30.     Height = 105
  31.     AutoSize = True
  32.   end
  33. end
  34.