home *** CD-ROM | disk | FTP | other *** search
- object frmExclude: TfrmExclude
- Left = 193
- Top = 242
- Width = 666
- Height = 427
- BorderIcons = [biSystemMenu]
- Caption = 'Exclude'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 106
- Height = 13
- Caption = 'Excluded runkey items'
- end
- object Label2: TLabel
- Left = 8
- Top = 200
- Width = 106
- Height = 13
- Caption = 'Excluded startup items'
- end
- object Label3: TLabel
- Left = 168
- Top = 16
- Width = 129
- Height = 13
- Caption = 'Managed run key programs'
- end
- object Label4: TLabel
- Left = 168
- Top = 200
- Width = 126
- Height = 13
- Caption = 'Managed startup programs'
- end
- object lbRunkeys: TListBox
- Left = 8
- Top = 32
- Width = 145
- Height = 121
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- end
- object lbStartups: TListBox
- Left = 8
- Top = 216
- Width = 145
- Height = 137
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 1
- end
- object btnRemoveRunkeyItems: TButton
- Left = 80
- Top = 160
- Width = 73
- Height = 17
- Caption = 'Include'
- TabOrder = 2
- OnClick = btnRemoveRunkeyItemsClick
- end
- object btnRemoveStartupItems: TButton
- Left = 80
- Top = 360
- Width = 73
- Height = 17
- Caption = 'Include'
- TabOrder = 3
- OnClick = btnRemoveStartupItemsClick
- end
- object lvRunkey: TListView
- Left = 168
- Top = 32
- Width = 481
- Height = 121
- Columns = <>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- TabOrder = 4
- ViewStyle = vsReport
- end
- object lvStartup: TListView
- Left = 168
- Top = 216
- Width = 481
- Height = 137
- Columns = <>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- TabOrder = 5
- ViewStyle = vsReport
- end
- object btnExcludeRunKey: TButton
- Left = 568
- Top = 160
- Width = 81
- Height = 17
- Caption = 'Exclude'
- TabOrder = 6
- OnClick = btnExcludeRunKeyClick
- end
- object btnExcludeStartup: TButton
- Left = 568
- Top = 360
- Width = 81
- Height = 17
- Caption = 'Exclude'
- TabOrder = 7
- OnClick = btnExcludeStartupClick
- end
- end
-