home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / blackscr / black.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  2001-10-28  |  650b  |  33 lines

  1. object frmMain: TfrmMain
  2.   Left = 260
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 83
  7.   ClientWidth = 214
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnKeyUp = FormKeyUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 214
  27.     Height = 83
  28.     Align = alClient
  29.     AutoSize = True
  30.     Visible = False
  31.   end
  32. end
  33.