home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / Adastra / _SETUP.1 / Adastra.exe / 0 / RCDATA / TUSAGEFORM / TUSAGEFORM.txt
Text File  |  1998-12-16  |  856b  |  43 lines

  1. object UsageForm: TUsageForm
  2.   Left = 325
  3.   Top = 256
  4.   Width = 435
  5.   Height = 300
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Adastra Usage'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 125
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 9
  19.     Top = 14
  20.     Width = 412
  21.     Height = 236
  22.     BevelOuter = bvLowered
  23.     Caption = 'Panel1'
  24.     TabOrder = 0
  25.     object Memo1: TMemo
  26.       Left = 1
  27.       Top = 1
  28.       Width = 410
  29.       Height = 234
  30.       Cursor = crHelp
  31.       Align = alClient
  32.       Color = clGray
  33.       Font.Color = clWhite
  34.       Font.Height = -17
  35.       Font.Name = 'Times New Roman'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       ReadOnly = True
  39.       TabOrder = 0
  40.     end
  41.   end
  42. end
  43.