home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / shareware / irvinst / IVCONFIG.EXE / 0 / RCDATA / TDLGOPTIVB / TDLGOPTIVB.txt
Text File  |  1999-07-11  |  18KB  |  571 lines

  1. object dlgOptIVB: TdlgOptIVB
  2.   Left = 340
  3.   Top = 135
  4.   HelpContext = 11200
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Audit and Integrity Options'
  8.   ClientHeight = 219
  9.   ClientWidth = 446
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pagOptions: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 337
  23.     Height = 201
  24.     ActivePage = TabSheet1
  25.     MultiLine = True
  26.     TabOrder = 0
  27.     object tabGeneral: TTabSheet
  28.       HelpContext = 11210
  29.       Caption = 'General'
  30.       object radAction: TRadioGroup
  31.         Left = 16
  32.         Top = 8
  33.         Width = 121
  34.         Height = 89
  35.         Caption = 'Action'
  36.         ItemIndex = 0
  37.         Items.Strings = (
  38.           '&Warn && Continue'
  39.           '&Ask On Each'
  40.           '&Restore All')
  41.         TabOrder = 0
  42.         TabStop = True
  43.       end
  44.       object chkExit: TCheckBox
  45.         Left = 152
  46.         Top = 48
  47.         Width = 97
  48.         Height = 17
  49.         Caption = 'E&xit when done'
  50.         TabOrder = 1
  51.       end
  52.       object chkSubdir: TCheckBox
  53.         Left = 152
  54.         Top = 24
  55.         Width = 121
  56.         Height = 17
  57.         Caption = 'Check &subdirectories'
  58.         TabOrder = 2
  59.       end
  60.     end
  61.     object tabSignatures: TTabSheet
  62.       HelpContext = 11220
  63.       Caption = 'Signatures'
  64.       object lblSigName: TLabel
  65.         Left = 16
  66.         Top = 60
  67.         Width = 93
  68.         Height = 13
  69.         Caption = '&Signature file name:'
  70.         FocusControl = edtSigName
  71.       end
  72.       object chkAutoRenew: TCheckBox
  73.         Left = 16
  74.         Top = 16
  75.         Width = 129
  76.         Height = 17
  77.         Caption = 'A&uto-renew signatures'
  78.         TabOrder = 0
  79.       end
  80.       object edtSigName: TEdit
  81.         Left = 16
  82.         Top = 76
  83.         Width = 137
  84.         Height = 21
  85.         CharCase = ecUpperCase
  86.         TabOrder = 1
  87.         Text = 'WWWWWWWW.WWW'
  88.       end
  89.       object radSigAttr: TRadioGroup
  90.         Left = 176
  91.         Top = 8
  92.         Width = 137
  93.         Height = 89
  94.         Caption = 'File attributes'
  95.         ItemIndex = 0
  96.         Items.Strings = (
  97.           '&None'
  98.           '&Hidden'
  99.           '&Read-Only')
  100.         TabOrder = 2
  101.       end
  102.     end
  103.     object tabAudit: TTabSheet
  104.       HelpContext = 11240
  105.       Caption = 'Auditing'
  106.       object lblAuditFName: TLabel
  107.         Left = 16
  108.         Top = 72
  109.         Width = 99
  110.         Height = 13
  111.         Caption = 'Audit report &file name'
  112.         FocusControl = edtRptFileName
  113.       end
  114.       object edtAuditFName: TEdit
  115.         Left = 16
  116.         Top = 88
  117.         Width = 265
  118.         Height = 21
  119.         HelpContext = 128
  120.         TabOrder = 0
  121.         Text = 'edtAuditFName'
  122.       end
  123.       object btnAuditFName: TBitBtn
  124.         Left = 289
  125.         Top = 88
  126.         Width = 24
  127.         Height = 21
  128.         Hint = 'Browse for directory'
  129.         HelpContext = 129
  130.         TabOrder = 1
  131.         OnClick = btnAuditFNameClick
  132.         Glyph.Data = {
  133.           76010000424D7601000000000000760000002800000020000000100000000100
  134.           04000000000000010000120B0000120B00001000000000000000000000000000
  135.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  136.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  137.           55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  138.           B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  139.           B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  140.           0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  141.           55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  142.           55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  143.           55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  144.           5555575FFF755555555557000075555555555577775555555555}
  145.         NumGlyphs = 2
  146.         Spacing = 0
  147.       end
  148.       object chkAudit: TCheckBox
  149.         Left = 16
  150.         Top = 16
  151.         Width = 121
  152.         Height = 17
  153.         Caption = 'Create &audit reports'
  154.         TabOrder = 2
  155.         OnClick = chkAuditClick
  156.       end
  157.       object radAuditFormat: TRadioGroup
  158.         Left = 176
  159.         Top = 8
  160.         Width = 137
  161.         Height = 65
  162.         Caption = 'File format'
  163.         ItemIndex = 0
  164.         Items.Strings = (
  165.           '&Verbose'
  166.           '&Comma-delimited text')
  167.         TabOrder = 3
  168.         TabStop = True
  169.       end
  170.     end
  171.     object tabReport: TTabSheet
  172.       HelpContext = 11230
  173.       Caption = 'Reports'
  174.       object lblRptFilename: TLabel
  175.         Left = 16
  176.         Top = 96
  177.         Width = 77
  178.         Height = 13
  179.         Caption = 'Report &file name'
  180.         FocusControl = edtRptFileName
  181.       end
  182.       object edtRptFileName: TEdit
  183.         Left = 16
  184.         Top = 112
  185.         Width = 265
  186.         Height = 21
  187.         HelpContext = 128
  188.         TabOrder = 2
  189.         Text = 'edtRptFileName'
  190.       end
  191.       object btnRptFileName: TBitBtn
  192.         Left = 289
  193.         Top = 112
  194.         Width = 24
  195.         Height = 21
  196.         Hint = 'Browse for directory'
  197.         HelpContext = 129
  198.         TabOrder = 3
  199.         OnClick = btnRptFileNameClick
  200.         Glyph.Data = {
  201.           76010000424D7601000000000000760000002800000020000000100000000100
  202.           04000000000000010000120B0000120B00001000000000000000000000000000
  203.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  204.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  205.           55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  206.           B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  207.           B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  208.           0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  209.           55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  210.           55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  211.           55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  212.           5555575FFF755555555557000075555555555577775555555555}
  213.         NumGlyphs = 2
  214.         Spacing = 0
  215.       end
  216.       object radRptFile: TRadioGroup
  217.         Left = 176
  218.         Top = 8
  219.         Width = 137
  220.         Height = 89
  221.         Caption = 'Report File'
  222.         ItemIndex = 0
  223.         Items.Strings = (
  224.           'A&ppend to file'
  225.           '&Replace the file'
  226.           '&No report')
  227.         TabOrder = 1
  228.         TabStop = True
  229.         OnClick = radReportClick
  230.       end
  231.       object radRptFormat: TRadioGroup
  232.         Left = 16
  233.         Top = 8
  234.         Width = 145
  235.         Height = 60
  236.         Caption = 'File format'
  237.         ItemIndex = 0
  238.         Items.Strings = (
  239.           '&Verbose'
  240.           '&Comma-delimited text')
  241.         TabOrder = 0
  242.         TabStop = True
  243.       end
  244.       object chkOnlyOnFinding: TCheckBox
  245.         Left = 24
  246.         Top = 72
  247.         Width = 129
  248.         Height = 17
  249.         Caption = '&On finding only'
  250.         TabOrder = 4
  251.       end
  252.     end
  253.     object tabInclude: TTabSheet
  254.       HelpContext = 11250
  255.       Caption = 'Extensions'
  256.       object lblInclude: TLabel
  257.         Left = 112
  258.         Top = 24
  259.         Width = 72
  260.         Height = 39
  261.         Caption = '&Check only files with these extensions:'
  262.         FocusControl = lstInclude
  263.         WordWrap = True
  264.       end
  265.       object btnIncAdd: TBitBtn
  266.         Left = 262
  267.         Top = 26
  268.         Width = 61
  269.         Height = 25
  270.         HelpContext = 120
  271.         Caption = 'Add'
  272.         TabOrder = 0
  273.         OnClick = btnIncAddClick
  274.         Glyph.Data = {
  275.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  276.           0400000000007000000000000000000000001000000000000000000000000000
  277.           80000080000000808000800000008000800080800000C0C0C000808080000000
  278.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  279.           3300333333333333330033333333333333003333300033333300333330A03333
  280.           3300333330A033333300330000A000033300330AAAAAAA033300330000A00003
  281.           3300333330A033333300333330A0333333003333300033333300333333333333
  282.           33003333333333333300}
  283.         Margin = 3
  284.       end
  285.       object btnIncDelete: TBitBtn
  286.         Left = 262
  287.         Top = 58
  288.         Width = 61
  289.         Height = 25
  290.         HelpContext = 121
  291.         Caption = 'Delete'
  292.         TabOrder = 1
  293.         OnClick = btnIncDeleteClick
  294.         Glyph.Data = {
  295.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  296.           0400000000007000000000000000000000001000000000000000000000000000
  297.           80000080000000808000800000008000800080800000C0C0C000808080000000
  298.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  299.           3300333333333333330033333333333333003333333333333300333333333333
  300.           330033333333333333003300000000003300330AAAAAAAA03300330000000000
  301.           3300333333333333330033333333333333003333333333333300333333333333
  302.           33003333333333333300}
  303.         Margin = 3
  304.       end
  305.       object lstInclude: TListBox
  306.         Left = 192
  307.         Top = 24
  308.         Width = 57
  309.         Height = 121
  310.         IntegralHeight = True
  311.         ItemHeight = 13
  312.         Sorted = True
  313.         TabOrder = 2
  314.       end
  315.       object btnReset: TBitBtn
  316.         Left = 262
  317.         Top = 90
  318.         Width = 61
  319.         Height = 25
  320.         HelpContext = 122
  321.         Caption = 'Reset '
  322.         TabOrder = 3
  323.         OnClick = btnResetClick
  324.         Glyph.Data = {
  325.           76010000424D7601000000000000760000002800000020000000100000000100
  326.           04000000000000010000130B0000130B00001000000000000000000000000000
  327.           80000080000000808000800000008000800080800000C0C0C000808080000000
  328.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  329.           3333333333FFFFF3333333333999993333333333F88888FFF333333999999999
  330.           3333333888333888FF3333999333339993333388333333888FF3399933333339
  331.           993338833333333388F3399333333333993338833333333338F3993333333333
  332.           333388F3333333333333993333333333333388F3333333333333993333333333
  333.           333388F3333333333333993333333333333388F33333333FFFFF993333333399
  334.           999388FF33333388888F3993333333399993383FF3333338888F399933333333
  335.           99933883FF33333F888F339993333399999333883F333388888F333999999999
  336.           3393333888333888338333333999993333333333388888333333}
  337.         Margin = 3
  338.         NumGlyphs = 2
  339.       end
  340.     end
  341.     object tabExclude: TTabSheet
  342.       HelpContext = 11260
  343.       Caption = 'Integrity Exclude List'
  344.       object lblExclude: TLabel
  345.         Left = 8
  346.         Top = 8
  347.         Width = 88
  348.         Height = 13
  349.         Caption = 'Exclude wildcards:'
  350.         FocusControl = lstExclude
  351.       end
  352.       object lstExclude: TListBox
  353.         Left = 8
  354.         Top = 24
  355.         Width = 241
  356.         Height = 121
  357.         IntegralHeight = True
  358.         ItemHeight = 13
  359.         Sorted = True
  360.         TabOrder = 0
  361.       end
  362.       object btnExcAdd: TBitBtn
  363.         Left = 262
  364.         Top = 26
  365.         Width = 61
  366.         Height = 25
  367.         HelpContext = 123
  368.         Caption = 'Add'
  369.         TabOrder = 1
  370.         OnClick = btnExcAddClick
  371.         Glyph.Data = {
  372.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  373.           0400000000007000000000000000000000001000000000000000000000000000
  374.           80000080000000808000800000008000800080800000C0C0C000808080000000
  375.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  376.           3300333333333333330033333333333333003333300033333300333330A03333
  377.           3300333330A033333300330000A000033300330AAAAAAA033300330000A00003
  378.           3300333330A033333300333330A0333333003333300033333300333333333333
  379.           33003333333333333300}
  380.         Margin = 3
  381.       end
  382.       object btnExcDelete: TBitBtn
  383.         Left = 262
  384.         Top = 58
  385.         Width = 61
  386.         Height = 25
  387.         HelpContext = 124
  388.         Caption = 'Delete'
  389.         TabOrder = 2
  390.         OnClick = btnExcDeleteClick
  391.         Glyph.Data = {
  392.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  393.           0400000000007000000000000000000000001000000000000000000000000000
  394.           80000080000000808000800000008000800080800000C0C0C000808080000000
  395.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  396.           3300333333333333330033333333333333003333333333333300333333333333
  397.           330033333333333333003300000000003300330AAAAAAAA03300330000000000
  398.           3300333333333333330033333333333333003333333333333300333333333333
  399.           33003333333333333300}
  400.         Margin = 3
  401.       end
  402.     end
  403.     object tabPEExclude: TTabSheet
  404.       Caption = 'PE Virus Exclude List'
  405.       object lblExeExclude: TLabel
  406.         Left = 8
  407.         Top = 8
  408.         Width = 241
  409.         Height = 33
  410.         AutoSize = False
  411.         Caption = 
  412.           'Exclude these files from IVI PE Infectors checking (wildcards ar' +
  413.           'e not allowed here):'
  414.         FocusControl = lstExclude
  415.         WordWrap = True
  416.       end
  417.       object lstExeExclude: TListBox
  418.         Left = 8
  419.         Top = 40
  420.         Width = 241
  421.         Height = 108
  422.         IntegralHeight = True
  423.         ItemHeight = 13
  424.         Sorted = True
  425.         TabOrder = 0
  426.       end
  427.       object btnExeExcDelete: TBitBtn
  428.         Left = 262
  429.         Top = 74
  430.         Width = 61
  431.         Height = 25
  432.         HelpContext = 124
  433.         Caption = 'Delete'
  434.         TabOrder = 1
  435.         OnClick = btnExeExcDeleteClick
  436.         Glyph.Data = {
  437.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  438.           0400000000007000000000000000000000001000000010000000000000000000
  439.           80000080000000808000800000008000800080800000C0C0C000808080000000
  440.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  441.           3300333333333333330033333333333333003333333333333300333333333333
  442.           330033333333333333003300000000003300330AAAAAAAA03300330000000000
  443.           3300333333333333330033333333333333003333333333333300333333333333
  444.           33003333333333333300}
  445.         Margin = 3
  446.       end
  447.       object btnExeExcAdd: TBitBtn
  448.         Left = 262
  449.         Top = 42
  450.         Width = 61
  451.         Height = 25
  452.         HelpContext = 123
  453.         Caption = 'Add'
  454.         TabOrder = 2
  455.         OnClick = btnExeExcAddClick
  456.         Glyph.Data = {
  457.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  458.           0400000000007000000000000000000000001000000010000000000000000000
  459.           80000080000000808000800000008000800080800000C0C0C000808080000000
  460.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  461.           3300333333333333330033333333333333003333300033333300333330A03333
  462.           3300333330A033333300330000A000033300330AAAAAAA033300330000A00003
  463.           3300333330A033333300333330A0333333003333300033333300333333333333
  464.           33003333333333333300}
  465.         Margin = 3
  466.       end
  467.     end
  468.     object TabSheet1: TTabSheet
  469.       Caption = 'Offensive exec list'
  470.       object lblTrojans: TLabel
  471.         Left = 8
  472.         Top = 8
  473.         Width = 241
  474.         Height = 33
  475.         AutoSize = False
  476.         Caption = 
  477.           'Add these filenames to the internal list of offensive executable' +
  478.           ' files (worms and trojan horses):'
  479.         FocusControl = lstExclude
  480.         WordWrap = True
  481.       end
  482.       object lstTrojans: TListBox
  483.         Left = 8
  484.         Top = 40
  485.         Width = 241
  486.         Height = 108
  487.         IntegralHeight = True
  488.         ItemHeight = 13
  489.         Sorted = True
  490.         TabOrder = 0
  491.       end
  492.       object btnTrojanDelete: TBitBtn
  493.         Left = 262
  494.         Top = 74
  495.         Width = 61
  496.         Height = 25
  497.         HelpContext = 124
  498.         Caption = 'Delete'
  499.         TabOrder = 1
  500.         OnClick = btnTrojanDeleteClick
  501.         Glyph.Data = {
  502.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  503.           0400000000007000000000000000000000001000000010000000000000000000
  504.           80000080000000808000800000008000800080800000C0C0C000808080000000
  505.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  506.           3300333333333333330033333333333333003333333333333300333333333333
  507.           330033333333333333003300000000003300330AAAAAAAA03300330000000000
  508.           3300333333333333330033333333333333003333333333333300333333333333
  509.           33003333333333333300}
  510.         Margin = 3
  511.       end
  512.       object btnTrojanAdd: TBitBtn
  513.         Left = 262
  514.         Top = 42
  515.         Width = 61
  516.         Height = 25
  517.         HelpContext = 123
  518.         Caption = 'Add'
  519.         TabOrder = 2
  520.         OnClick = btnTrojanAddClick
  521.         Glyph.Data = {
  522.           E6000000424DE60000000000000076000000280000000E0000000E0000000100
  523.           0400000000007000000000000000000000001000000010000000000000000000
  524.           80000080000000808000800000008000800080800000C0C0C000808080000000
  525.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  526.           3300333333333333330033333333333333003333300033333300333330A03333
  527.           3300333330A033333300330000A000033300330AAAAAAA033300330000A00003
  528.           3300333330A033333300333330A0333333003333300033333300333333333333
  529.           33003333333333333300}
  530.         Margin = 3
  531.       end
  532.     end
  533.   end
  534.   object btnOk: TBitBtn
  535.     Left = 360
  536.     Top = 32
  537.     Width = 75
  538.     Height = 25
  539.     TabOrder = 1
  540.     Kind = bkOK
  541.     Margin = 5
  542.   end
  543.   object btnCancel: TBitBtn
  544.     Left = 360
  545.     Top = 64
  546.     Width = 75
  547.     Height = 25
  548.     TabOrder = 2
  549.     Kind = bkCancel
  550.     Margin = 5
  551.   end
  552.   object btnHelp: TBitBtn
  553.     Left = 360
  554.     Top = 96
  555.     Width = 75
  556.     Height = 25
  557.     TabOrder = 3
  558.     OnClick = btnHelpClick
  559.     Kind = bkHelp
  560.     Margin = 5
  561.   end
  562.   object dlgLocation: TSaveDialog
  563.     DefaultExt = 'rpt'
  564.     Filter = 'Report files|*.rpt|All files|*.*'
  565.     Options = [ofHideReadOnly, ofPathMustExist, ofShareAware, ofNoReadOnlyReturn]
  566.     Title = 'Report File'
  567.     Left = 408
  568.     Top = 152
  569.   end
  570. end
  571.