home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / StartRight / source.zip / UnitFrmExclude.dfm < prev    next >
Text File  |  2002-02-16  |  3KB  |  129 lines

  1. object frmExclude: TfrmExclude
  2.   Left = 193
  3.   Top = 242
  4.   Width = 666
  5.   Height = 427
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Exclude'
  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.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 106
  25.     Height = 13
  26.     Caption = 'Excluded runkey items'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 200
  31.     Width = 106
  32.     Height = 13
  33.     Caption = 'Excluded startup items'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 168
  37.     Top = 16
  38.     Width = 129
  39.     Height = 13
  40.     Caption = 'Managed run key programs'
  41.   end
  42.   object Label4: TLabel
  43.     Left = 168
  44.     Top = 200
  45.     Width = 126
  46.     Height = 13
  47.     Caption = 'Managed startup programs'
  48.   end
  49.   object lbRunkeys: TListBox
  50.     Left = 8
  51.     Top = 32
  52.     Width = 145
  53.     Height = 121
  54.     ItemHeight = 13
  55.     MultiSelect = True
  56.     TabOrder = 0
  57.   end
  58.   object lbStartups: TListBox
  59.     Left = 8
  60.     Top = 216
  61.     Width = 145
  62.     Height = 137
  63.     ItemHeight = 13
  64.     MultiSelect = True
  65.     TabOrder = 1
  66.   end
  67.   object btnRemoveRunkeyItems: TButton
  68.     Left = 80
  69.     Top = 160
  70.     Width = 73
  71.     Height = 17
  72.     Caption = 'Include'
  73.     TabOrder = 2
  74.     OnClick = btnRemoveRunkeyItemsClick
  75.   end
  76.   object btnRemoveStartupItems: TButton
  77.     Left = 80
  78.     Top = 360
  79.     Width = 73
  80.     Height = 17
  81.     Caption = 'Include'
  82.     TabOrder = 3
  83.     OnClick = btnRemoveStartupItemsClick
  84.   end
  85.   object lvRunkey: TListView
  86.     Left = 168
  87.     Top = 32
  88.     Width = 481
  89.     Height = 121
  90.     Columns = <>
  91.     HideSelection = False
  92.     MultiSelect = True
  93.     ReadOnly = True
  94.     RowSelect = True
  95.     TabOrder = 4
  96.     ViewStyle = vsReport
  97.   end
  98.   object lvStartup: TListView
  99.     Left = 168
  100.     Top = 216
  101.     Width = 481
  102.     Height = 137
  103.     Columns = <>
  104.     HideSelection = False
  105.     MultiSelect = True
  106.     ReadOnly = True
  107.     TabOrder = 5
  108.     ViewStyle = vsReport
  109.   end
  110.   object btnExcludeRunKey: TButton
  111.     Left = 568
  112.     Top = 160
  113.     Width = 81
  114.     Height = 17
  115.     Caption = 'Exclude'
  116.     TabOrder = 6
  117.     OnClick = btnExcludeRunKeyClick
  118.   end
  119.   object btnExcludeStartup: TButton
  120.     Left = 568
  121.     Top = 360
  122.     Width = 81
  123.     Height = 17
  124.     Caption = 'Exclude'
  125.     TabOrder = 7
  126.     OnClick = btnExcludeStartupClick
  127.   end
  128. end
  129.