object main: Tmain
  Left = 0
  Top = 0
  BorderIcons = [biHelp]
  BorderStyle = bsNone
  Caption = 'Auto Logout'
  ClientHeight = 664
  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 = 145
    Height = 137
    Transparent = True
  end
end