object main: Tmain
  Left = 0
  Top = 0
  BorderIcons = [biHelp]
  BorderStyle = bsNone
  Caption = 'Auto Logout'
  ClientHeight = 685
  ClientWidth = 820
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnMouseMove = FormMouseMove
  PixelsPerInch = 96
  TextHeight = 13
  object logo: TImage
    Left = 8
    Top = 8
    Width = 140
    Height = 140
    Stretch = True
  end
  object Label1: TLabel
    Left = 186
    Top = 16
    Width = 575
    Height = 77
    Caption = 'Automatic Logout'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -64
    Font.Name = 'Tahoma'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 48
    Top = 154
    Width = 713
    Height = 162
    Alignment = taCenter
    Caption = 'This Computer will automatically logout in '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -64
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object Label3: TLabel
    Left = 64
    Top = 441
    Width = 713
    Height = 104
    Alignment = taCenter
    Caption = 'Move the mouse  or press any key to cancel.'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -43
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object cd: TLabel
    Left = 64
    Top = 322
    Width = 665
    Height = 77
    Alignment = taCenter
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -64
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object Label4: TLabel
    Left = 128
    Top = 599
    Width = 586
    Height = 52
    Alignment = taCenter
    Caption = 'Any unsaved work will be Lost!'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -43
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object timer: TTimer
    OnTimer = timerTimer
    Left = 16
    Top = 184
  end
end