home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806SB.ZIP / SCMAIN.dfm / SCMAIN.txt
Text File  |  1998-02-06  |  2KB  |  103 lines

  1. object SeatCheckTestFrm: TSeatCheckTestFrm
  2.   Left = 238
  3.   Top = 136
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Super-Secret Application'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 48
  17.     Top = 8
  18.     Width = 44
  19.     Height = 16
  20.     Caption = 'Label1'
  21.   end
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 427
  26.     Height = 41
  27.     Align = alTop
  28.     BevelInner = bvLowered
  29.     TabOrder = 0
  30.     object LogonBtn: TSpeedButton
  31.       Left = 8
  32.       Top = 8
  33.       Width = 65
  34.       Height = 25
  35.       GroupIndex = 99
  36.       Caption = 'Logon'
  37.       OnClick = LogonBtnClick
  38.     end
  39.     object LogoffBtn: TSpeedButton
  40.       Left = 72
  41.       Top = 8
  42.       Width = 65
  43.       Height = 25
  44.       GroupIndex = 99
  45.       Down = True
  46.       Caption = 'Logoff'
  47.       OnClick = LogoffBtnClick
  48.     end
  49.   end
  50.   object StatusPanel: TPanel
  51.     Left = 0
  52.     Top = 228
  53.     Width = 427
  54.     Height = 26
  55.     Align = alBottom
  56.     Alignment = taLeftJustify
  57.     BevelInner = bvLowered
  58.     Caption = 'Logged off.'
  59.     TabOrder = 1
  60.   end
  61.   object SeatChecker1: TSeatChecker
  62.     DatabaseName = '.\'
  63.     Status = sStanding
  64.     UserName = 'STEVE'
  65.     Method = mByTotal
  66.     Left = 384
  67.     Top = 120
  68.   end
  69.   object MainMenu1: TMainMenu
  70.     Left = 384
  71.     Top = 88
  72.     object File1: TMenuItem
  73.       Caption = '&File'
  74.       object Exit1: TMenuItem
  75.         Caption = '&Exit'
  76.         OnClick = Exit1Click
  77.       end
  78.     end
  79.     object View1: TMenuItem
  80.       Caption = '&View'
  81.       Enabled = False
  82.       object SecretDocuments1: TMenuItem
  83.         Caption = 'Secret &Documents'
  84.       end
  85.       object ListofSpies1: TMenuItem
  86.         Caption = 'Secret &Personnel'
  87.       end
  88.       object SecretMissions1: TMenuItem
  89.         Caption = 'Secret &Missions'
  90.       end
  91.       object SecretPlans1: TMenuItem
  92.         Caption = 'Secret P&lans'
  93.       end
  94.     end
  95.     object Help1: TMenuItem
  96.       Caption = '&Help'
  97.       object About1: TMenuItem
  98.         Caption = '&About'
  99.       end
  100.     end
  101.   end
  102. end
  103.