home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d2345 / JSAPPEX.ZIP / demo / Unit1.dfm / Unit1.txt
Text File  |  2001-05-19  |  2KB  |  93 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'AppEx Demo'
  6.   ClientHeight = 117
  7.   ClientWidth = 283
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lLastCompiled: TLabel
  20.     Left = 8
  21.     Top = 12
  22.     Width = 72
  23.     Height = 13
  24.     Caption = 'Last Compiled :'
  25.   end
  26.   object lLastDesigned: TLabel
  27.     Left = 8
  28.     Top = 28
  29.     Width = 74
  30.     Height = 13
  31.     Caption = 'Last Designed :'
  32.   end
  33.   object Label1: TLabel
  34.     Left = 8
  35.     Top = 88
  36.     Width = 213
  37.     Height = 13
  38.     Caption = 'Hot Key Demo : CTRL + ALT + A (Anywhere)'
  39.   end
  40.   object cbShowOnTaskBar: TCheckBox
  41.     Left = 8
  42.     Top = 44
  43.     Width = 121
  44.     Height = 17
  45.     Caption = '&Show on Task Bar'
  46.     Checked = True
  47.     State = cbChecked
  48.     TabOrder = 0
  49.     OnClick = cbShowOnTaskBarClick
  50.   end
  51.   object cbHidefromCtrlAltDel: TCheckBox
  52.     Left = 8
  53.     Top = 64
  54.     Width = 177
  55.     Height = 17
  56.     Caption = 'Hide from CTRL+ALT+DEL Trap'
  57.     TabOrder = 1
  58.     OnClick = cbHidefromCtrlAltDelClick
  59.   end
  60.   object Button1: TButton
  61.     Left = 200
  62.     Top = 56
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Version Info'
  66.     TabOrder = 2
  67.     OnClick = Button1Click
  68.   end
  69.   object AppEx: TAppEx
  70.     AutoRun.Style = arsLogin
  71.     AutoRun.Enabled = False
  72.     AutoRun.Global = True
  73.     Process.ServiceProcess = False
  74.     Process.PriorityClass = pcNormal
  75.     Security.AntiSoftIce = False
  76.     OnceRun.Enabled = False
  77.     InfoRun.Enabled = False
  78.     InfoRun.Information.Start = 0
  79.     InfoRun.Information.Finish = 0
  80.     InfoRun.Information.Error = 0
  81.     HotKey.Enabled = True
  82.     ShowOnTaskBar = True
  83.     LastCompileDate = 37030.544263888900000000
  84.     LastDesignDate = 37030.544263888900000000
  85.     OnUserChanged = AppExUserChanged
  86.     OnDisplayChanged = AppExDisplayChanged
  87.     OnEndSession = AppExEndSession
  88.     OnHotKey = AppExHotKey
  89.     Left = 244
  90.     Top = 8
  91.   end
  92. end
  93.