home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TCON / TCON.txt < prev   
Text File  |  2002-03-26  |  1KB  |  60 lines

  1. object con: Tcon
  2.   Left = 272
  3.   Top = 143
  4.   Width = 604
  5.   Height = 490
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Infoconsole'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnActivate = FormActivate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Memo: TMemo
  23.     Left = 0
  24.     Top = 0
  25.     Width = 596
  26.     Height = 414
  27.     Align = alClient
  28.     Color = clWhite
  29.     Font.Charset = RUSSIAN_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -17
  32.     Font.Name = 'MS Serif'
  33.     Font.Style = []
  34.     Lines.Strings = (
  35.       '>Information console ver 1.0'
  36.       '>Status information updating')
  37.     ParentFont = False
  38.     ReadOnly = True
  39.     ScrollBars = ssVertical
  40.     TabOrder = 0
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 0
  44.     Top = 414
  45.     Width = 596
  46.     Height = 41
  47.     Align = alBottom
  48.     TabOrder = 1
  49.     object Button1: TButton
  50.       Left = 16
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = 'CLEAR'
  55.       TabOrder = 0
  56.       OnClick = Button1Click
  57.     end
  58.   end
  59. end
  60.