object Form1: TForm1 Left = 192 Top = 107 BorderStyle = bsToolWindow Caption = 'AppEx Demo' ClientHeight = 117 ClientWidth = 283 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lLastCompiled: TLabel Left = 8 Top = 12 Width = 72 Height = 13 Caption = 'Last Compiled :' end object lLastDesigned: TLabel Left = 8 Top = 28 Width = 74 Height = 13 Caption = 'Last Designed :' end object Label1: TLabel Left = 8 Top = 88 Width = 213 Height = 13 Caption = 'Hot Key Demo : CTRL + ALT + A (Anywhere)' end object cbShowOnTaskBar: TCheckBox Left = 8 Top = 44 Width = 121 Height = 17 Caption = '&Show on Task Bar' Checked = True State = cbChecked TabOrder = 0 OnClick = cbShowOnTaskBarClick end object cbHidefromCtrlAltDel: TCheckBox Left = 8 Top = 64 Width = 177 Height = 17 Caption = 'Hide from CTRL+ALT+DEL Trap' TabOrder = 1 OnClick = cbHidefromCtrlAltDelClick end object Button1: TButton Left = 200 Top = 56 Width = 75 Height = 25 Caption = '&Version Info' TabOrder = 2 OnClick = Button1Click end object AppEx: TAppEx AutoRun.Style = arsLogin AutoRun.Enabled = False AutoRun.Global = True Process.ServiceProcess = False Process.PriorityClass = pcNormal Security.AntiSoftIce = False OnceRun.Enabled = False InfoRun.Enabled = False InfoRun.Information.Start = 0 InfoRun.Information.Finish = 0 InfoRun.Information.Error = 0 HotKey.Enabled = True ShowOnTaskBar = True LastCompileDate = 37030.544263888900000000 LastDesignDate = 37030.544263888900000000 OnUserChanged = AppExUserChanged OnDisplayChanged = AppExDisplayChanged OnEndSession = AppExEndSession OnHotKey = AppExHotKey Left = 244 Top = 8 end end