home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / cddae300.exe / _SETUP.1 / CDDAE.exe / 0 / RCDATA / TWINSTATUS / TWINSTATUS.txt
Encoding:
Text File  |  1998-11-02  |  765 b   |  39 lines

  1. object WinStatus: TWinStatus
  2.   Left = 341
  3.   Top = 254
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Status'
  7.   ClientHeight = 59
  8.   ClientWidth = 448
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 433
  22.     Height = 41
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object StatusText: TLabel
  27.       Left = 2
  28.       Top = 2
  29.       Width = 429
  30.       Height = 37
  31.       Align = alClient
  32.       Alignment = taCenter
  33.       AutoSize = False
  34.       Transparent = True
  35.       Layout = tlCenter
  36.     end
  37.   end
  38. end
  39.