home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 29 / CDROM29.iso / essenc / antibo / antigen.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1998-09-23  |  18.4 KB  |  742 lines

  1. object Form1: TForm1
  2.   Left = 187
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AntiGen - Back Orifice Cleaner'
  7.   ClientHeight = 275
  8.   ClientWidth = 435
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 80
  20.     Top = 248
  21.     Width = 20
  22.     Height = 20
  23.     Hint = 'About'
  24.     Flat = True
  25.     Glyph.Data = {
  26.       36020000424D3602000000000000360000002800000010000000100000000100
  27.       1000000000000002000000000000000000000000000000000000000000000000
  28.       0000000000000000000000000000000000000000000000000000000000000000
  29.       00000000E001E001E001E001E001E00100000000000000000000000000000000
  30.       E001E001E001E001FF7FFF7FE001E001E001E00100000000000000000000E001
  31.       E001E001E001E001FF7FFF7FE001E001E001E001E0010000000000000000E001
  32.       E001E001E001E001E001E001E001E001E001E001E001000000000000E001E001
  33.       E001E001E001E001E001E001E001E001E001E001E001E00100000000E001E001
  34.       E001E001E001E001FF7FFF7FE001E001E001E001E001E00100000000E001E001
  35.       E001E001E001E001FF7FFF7FFF7FE001E001E001E001E00100000000E001E001
  36.       E001E001E001E001E001FF7FFF7FE001E001E001E001E00100000000E001E001
  37.       E001E001E001E001E001FF7FFF7FFF7FE001E001E001E00100000000E001E001
  38.       E001E001FF7FFF7FE001E001FF7FFF7FE001E001E001E001000000000000E001
  39.       E001E001FF7FFF7FE001E001FF7FFF7FE001E001E0010000000000000000E001
  40.       E001E001FF7FFF7FFF7FFF7FFF7FFF7FE001E001E00100000000000000000000
  41.       E001E001E001FF7FFF7FFF7FFF7FE001E001E001000000000000000000000000
  42.       00000000E001E001E001E001E001E00100000000000000000000000000000000
  43.       0000000000000000000000000000000000000000000000000000}
  44.     Layout = blGlyphBottom
  45.     Spacing = 0
  46.     OnClick = SpeedButton1Click
  47.   end
  48.   object Bevel1: TBevel
  49.     Left = 0
  50.     Top = 240
  51.     Width = 433
  52.     Height = 9
  53.     Shape = bsTopLine
  54.   end
  55.   object wiz: TPageControl
  56.     Left = 0
  57.     Top = 0
  58.     Width = 433
  59.     Height = 233
  60.     ActivePage = ts1
  61.     TabHeight = 1
  62.     TabOrder = 0
  63.     TabWidth = 1
  64.     OnChange = wizChange
  65.     object ts1: TTabSheet
  66.       Caption = 'ts1'
  67.       object Label1: TLabel
  68.         Left = 112
  69.         Top = 8
  70.         Width = 305
  71.         Height = 57
  72.         AutoSize = False
  73.         Caption = 
  74.           'Welcome to AntiGen. This program will detect and remove the '#13#10'tr' +
  75.           'ojan Back Orifice from your computer.'
  76.       end
  77.       object Label3: TLabel
  78.         Left = 328
  79.         Top = 192
  80.         Width = 92
  81.         Height = 13
  82.         Caption = 'Click Next to begin.'
  83.       end
  84.       object si1: TImage
  85.         Left = 0
  86.         Top = 0
  87.         Width = 105
  88.         Height = 217
  89.         Picture.Data = {<image001.bmp>}
  90.         Stretch = True
  91.       end
  92.       object Label25: TLabel
  93.         Left = 112
  94.         Top = 112
  95.         Width = 90
  96.         Height = 13
  97.         Caption = 'Running Programs:'
  98.       end
  99.       object Label2: TLabel
  100.         Left = 112
  101.         Top = 48
  102.         Width = 313
  103.         Height = 49
  104.         AutoSize = False
  105.         Caption = 
  106.           'If you use any port monitoring programs such as Port Magic, '#13#10'Ge' +
  107.           'nius, or NukeNabber, please disable them now for accurate'#13#10'detec' +
  108.           'tion.'
  109.       end
  110.       object chkPm: TCheckBox
  111.         Left = 112
  112.         Top = 128
  113.         Width = 97
  114.         Height = 17
  115.         Caption = 'Port Magic'
  116.         TabOrder = 0
  117.       end
  118.       object chkG: TCheckBox
  119.         Left = 216
  120.         Top = 128
  121.         Width = 97
  122.         Height = 17
  123.         Caption = 'Genius'
  124.         TabOrder = 1
  125.       end
  126.       object chkNN: TCheckBox
  127.         Left = 320
  128.         Top = 128
  129.         Width = 97
  130.         Height = 17
  131.         Caption = 'NukeNabber'
  132.         TabOrder = 2
  133.       end
  134.       object Button5: TButton
  135.         Left = 112
  136.         Top = 152
  137.         Width = 129
  138.         Height = 25
  139.         Caption = 'Close selected programs'
  140.         TabOrder = 3
  141.         OnClick = Button5Click
  142.       end
  143.       object Memo1: TMemo
  144.         Left = 360
  145.         Top = 144
  146.         Width = 33
  147.         Height = 41
  148.         Lines.Strings = (
  149.           'NukeNabber'
  150.           'NukeNabber 1.0'
  151.           'NukeNabber 1.1'
  152.           'NukeNabber 1.2'
  153.           'NukeNabber 1.3'
  154.           'NukeNabber 1.4'
  155.           'NukeNabber 1.5'
  156.           'NukeNabber 1.6'
  157.           'NukeNabber 1.7'
  158.           'NukeNabber 1.8'
  159.           'NukeNabber 1.9'
  160.           'NukeNabber 2'
  161.           'NukeNabber 2.0'
  162.           'NukeNabber 2.1'
  163.           'NukeNabber 2.2'
  164.           'NukeNabber 2.3'
  165.           'NukeNabber 2.4'
  166.           'NukeNabber 2.5'
  167.           'NukeNabber 2.6'
  168.           'NukeNabber 2.7'
  169.           'NukeNabber 2.8'
  170.           'NukeNabber 2.9'
  171.           'NukeNabber 3'
  172.           'NukeNabber 3.0'
  173.           'NukeNabber 3.1'
  174.           'NukeNabber 3.2'
  175.           'NukeNabber 3.3'
  176.           'NukeNabber 3.4')
  177.         TabOrder = 4
  178.         Visible = False
  179.         WordWrap = False
  180.       end
  181.     end
  182.     object ts2: TTabSheet
  183.       Caption = 'ts2'
  184.       object Label4: TLabel
  185.         Left = 120
  186.         Top = 8
  187.         Width = 137
  188.         Height = 13
  189.         Caption = 'Checking for infection level...'
  190.       end
  191.       object Label5: TLabel
  192.         Left = 200
  193.         Top = 40
  194.         Width = 209
  195.         Height = 13
  196.         AutoSize = False
  197.         Caption = 'BOserve is installed'
  198.       end
  199.       object Label6: TLabel
  200.         Left = 200
  201.         Top = 72
  202.         Width = 209
  203.         Height = 13
  204.         AutoSize = False
  205.         Caption = 'BOserve loads on startup'
  206.       end
  207.       object Label7: TLabel
  208.         Left = 200
  209.         Top = 104
  210.         Width = 209
  211.         Height = 13
  212.         AutoSize = False
  213.         Caption = 'BOserve is running right now'
  214.       end
  215.       object Image3: TImage
  216.         Left = 168
  217.         Top = 40
  218.         Width = 17
  219.         Height = 17
  220.         Transparent = True
  221.       end
  222.       object Image4: TImage
  223.         Left = 168
  224.         Top = 72
  225.         Width = 17
  226.         Height = 17
  227.         Transparent = True
  228.       end
  229.       object Image5: TImage
  230.         Left = 168
  231.         Top = 104
  232.         Width = 17
  233.         Height = 17
  234.         Transparent = True
  235.       end
  236.       object icheck: TImage
  237.         Left = 256
  238.         Top = 152
  239.         Width = 17
  240.         Height = 17
  241.         Picture.Data = {<image002.bmp>}
  242.         Transparent = True
  243.       end
  244.       object ix: TImage
  245.         Left = 120
  246.         Top = 152
  247.         Width = 16
  248.         Height = 16
  249.         AutoSize = True
  250.         Picture.Data = {<image003.bmp>}
  251.         Transparent = True
  252.       end
  253.       object Label8: TLabel
  254.         Left = 136
  255.         Top = 152
  256.         Width = 72
  257.         Height = 13
  258.         Caption = 'True / Infected'
  259.       end
  260.       object Label9: TLabel
  261.         Left = 272
  262.         Top = 152
  263.         Width = 58
  264.         Height = 13
  265.         Caption = 'False / Safe'
  266.       end
  267.       object Label10: TLabel
  268.         Left = 120
  269.         Top = 192
  270.         Width = 217
  271.         Height = 13
  272.         AutoSize = False
  273.       end
  274.       object si2: TImage
  275.         Left = 0
  276.         Top = 0
  277.         Width = 105
  278.         Height = 217
  279.         Stretch = True
  280.       end
  281.     end
  282.     object ts3: TTabSheet
  283.       Caption = 'ts3'
  284.       object Label11: TLabel
  285.         Left = 120
  286.         Top = 8
  287.         Width = 289
  288.         Height = 89
  289.         AutoSize = False
  290.         Caption = 
  291.           'BOServe is running on your computer right now, and'#13#10'you are curr' +
  292.           'ently connected to the internet. This means'#13#10'that anyone can get' +
  293.           ' into your computer system!'#13#10#13#10'Click Disconnect to close your In' +
  294.           'ternet connection'#13#10'immediately. (recommended)'
  295.       end
  296.       object Label12: TLabel
  297.         Left = 144
  298.         Top = 208
  299.         Width = 278
  300.         Height = 13
  301.         Alignment = taRightJustify
  302.         AutoSize = False
  303.         Caption = 'Your Computer is connected to the Internet'
  304.         Font.Charset = DEFAULT_CHARSET
  305.         Font.Color = clWindowText
  306.         Font.Height = -11
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = [fsBold]
  309.         ParentFont = False
  310.       end
  311.       object Image1: TImage
  312.         Left = 0
  313.         Top = 0
  314.         Width = 105
  315.         Height = 217
  316.         Stretch = True
  317.       end
  318.       object BitBtn1: TBitBtn
  319.         Left = 152
  320.         Top = 112
  321.         Width = 91
  322.         Height = 25
  323.         Caption = 'Disconnect'
  324.         TabOrder = 0
  325.         OnClick = BitBtn1Click
  326.         Glyph.Data = {
  327.           F6000000424DF600000000000000760000002800000010000000100000000100
  328.           04000000000080000000C40E0000C40E00001000000000000000000000000000
  329.           80000080000000808000800000008000800080800000C0C0C000808080000000
  330.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFF000009
  331.           990FFFFFF87A77999990FFFFF8FFF97F9F79FFFFFF00099FFF99FFFFFF88897F
  332.           9F79FFFFFF802299999FF00000802229990F87A777802222280F8FFFFF802222
  333.           280FF00000800000080FF8888888888888FFF80222280FFF4FFFF80222280FFF
  334.           4FFFF802222804444FFFF80000080FFFFFFFFF888888FFFFFFFF}
  335.       end
  336.     end
  337.     object ts4: TTabSheet
  338.       Caption = 'ts4'
  339.       object Image2: TImage
  340.         Left = 0
  341.         Top = 0
  342.         Width = 105
  343.         Height = 217
  344.         Stretch = True
  345.       end
  346.       object Label13: TLabel
  347.         Left = 112
  348.         Top = 8
  349.         Width = 289
  350.         Height = 33
  351.         AutoSize = False
  352.         Caption = 
  353.           'Your system registry is being cleaned to prevent boserve'#13#10'from l' +
  354.           'oading on StartUp.'
  355.         Font.Charset = DEFAULT_CHARSET
  356.         Font.Color = clWindowText
  357.         Font.Height = -11
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = []
  360.         ParentFont = False
  361.       end
  362.       object Image9: TImage
  363.         Left = 384
  364.         Top = 16
  365.         Width = 32
  366.         Height = 32
  367.         AutoSize = True
  368.         Picture.Data = {<image004.ico>}
  369.         Transparent = True
  370.       end
  371.       object ibo: TImage
  372.         Left = 120
  373.         Top = 48
  374.         Width = 16
  375.         Height = 16
  376.         AutoSize = True
  377.         Picture.Data = {<image005.bmp>}
  378.         Stretch = True
  379.         Transparent = True
  380.       end
  381.       object ibo2: TImage
  382.         Left = 120
  383.         Top = 80
  384.         Width = 16
  385.         Height = 16
  386.         AutoSize = True
  387.         Picture.Data = {<image006.bmp>}
  388.         Stretch = True
  389.         Transparent = True
  390.       end
  391.       object ibo3: TImage
  392.         Left = 120
  393.         Top = 112
  394.         Width = 16
  395.         Height = 16
  396.         AutoSize = True
  397.         Picture.Data = {<image007.bmp>}
  398.         Stretch = True
  399.         Transparent = True
  400.       end
  401.       object ibo4: TImage
  402.         Left = 120
  403.         Top = 144
  404.         Width = 16
  405.         Height = 16
  406.         AutoSize = True
  407.         Picture.Data = {<image008.bmp>}
  408.         Stretch = True
  409.         Transparent = True
  410.       end
  411.       object Label14: TLabel
  412.         Left = 144
  413.         Top = 48
  414.         Width = 281
  415.         Height = 17
  416.         AutoSize = False
  417.         Caption = 'software\Microsoft\Windows\CurrentVersion\Run'
  418.         Color = clBtnFace
  419.         Font.Charset = ANSI_CHARSET
  420.         Font.Color = clBlue
  421.         Font.Height = -11
  422.         Font.Name = 'MS Sans Serif'
  423.         Font.Style = []
  424.         ParentColor = False
  425.         ParentFont = False
  426.       end
  427.       object Label15: TLabel
  428.         Left = 144
  429.         Top = 80
  430.         Width = 281
  431.         Height = 17
  432.         AutoSize = False
  433.         Caption = 'software\Microsoft\Windows\CurrentVersion\RunServices'
  434.         Color = clBtnFace
  435.         Font.Charset = ANSI_CHARSET
  436.         Font.Color = clBlue
  437.         Font.Height = -11
  438.         Font.Name = 'MS Sans Serif'
  439.         Font.Style = []
  440.         ParentColor = False
  441.         ParentFont = False
  442.       end
  443.       object Label16: TLabel
  444.         Left = 144
  445.         Top = 112
  446.         Width = 281
  447.         Height = 17
  448.         AutoSize = False
  449.         Caption = 'software\microsoft\windows\currentversion\runonce'
  450.         Color = clBtnFace
  451.         Font.Charset = ANSI_CHARSET
  452.         Font.Color = clBlue
  453.         Font.Height = -11
  454.         Font.Name = 'MS Sans Serif'
  455.         Font.Style = []
  456.         ParentColor = False
  457.         ParentFont = False
  458.       end
  459.       object Label17: TLabel
  460.         Left = 144
  461.         Top = 144
  462.         Width = 293
  463.         Height = 13
  464.         AutoSize = False
  465.         Caption = 'software\microsoft\windows\currentversion\runservicesonce'
  466.         Color = clBtnFace
  467.         Font.Charset = ANSI_CHARSET
  468.         Font.Color = clBlue
  469.         Font.Height = -11
  470.         Font.Name = 'MS Sans Serif'
  471.         Font.Style = []
  472.         ParentColor = False
  473.         ParentFont = False
  474.       end
  475.       object Label18: TLabel
  476.         Left = 112
  477.         Top = 184
  478.         Width = 153
  479.         Height = 17
  480.         AutoSize = False
  481.         Caption = 'Cleaned registry'
  482.         Visible = False
  483.       end
  484.     end
  485.     object ts5: TTabSheet
  486.       Caption = 'ts5'
  487.       object Image6: TImage
  488.         Left = 0
  489.         Top = 0
  490.         Width = 105
  491.         Height = 217
  492.         Stretch = True
  493.       end
  494.       object Image13: TImage
  495.         Left = 384
  496.         Top = 24
  497.         Width = 32
  498.         Height = 32
  499.         AutoSize = True
  500.         Picture.Data = {<image009.ico>}
  501.       end
  502.       object Label19: TLabel
  503.         Left = 112
  504.         Top = 8
  505.         Width = 281
  506.         Height = 121
  507.         AutoSize = False
  508.         Caption = 
  509.           'Your computer has disabled boserve from loading on'#13#10'startup. How' +
  510.           'ever, these changes will not take place '#13#10'until you reboot your ' +
  511.           'machine.'#13#10#13#10'Once your computer has restarted, you can optionally' +
  512.           ' have'#13#10'AntiGen destroy the boserve files from your hard drive. '#13 +
  513.           #10#13#10'I want to:'
  514.         Transparent = True
  515.       end
  516.       object RadioButton1: TRadioButton
  517.         Left = 136
  518.         Top = 120
  519.         Width = 260
  520.         Height = 17
  521.         Caption = 'Restart, and have AntiGen destroy boserve'
  522.         Checked = True
  523.         TabOrder = 0
  524.         TabStop = True
  525.       end
  526.       object RadioButton2: TRadioButton
  527.         Left = 136
  528.         Top = 144
  529.         Width = 260
  530.         Height = 17
  531.         Caption = 'Restart and have AntiGen leave boserve alone'
  532.         TabOrder = 1
  533.       end
  534.       object RadioButton3: TRadioButton
  535.         Left = 136
  536.         Top = 168
  537.         Width = 260
  538.         Height = 17
  539.         Caption = 'I do not want to restart.'
  540.         TabOrder = 2
  541.       end
  542.     end
  543.     object ts6: TTabSheet
  544.       Caption = 'ts6'
  545.       object Image14: TImage
  546.         Left = 384
  547.         Top = 24
  548.         Width = 32
  549.         Height = 32
  550.         AutoSize = True
  551.         Picture.Data = {<image010.ico>}
  552.       end
  553.       object Image7: TImage
  554.         Left = 0
  555.         Top = 0
  556.         Width = 105
  557.         Height = 217
  558.         Stretch = True
  559.       end
  560.       object Label20: TLabel
  561.         Left = 112
  562.         Top = 8
  563.         Width = 309
  564.         Height = 13
  565.         Caption = 'BOserve files are being corrupted and erased from your computer.'
  566.       end
  567.       object Label21: TLabel
  568.         Left = 128
  569.         Top = 72
  570.         Width = 39
  571.         Height = 13
  572.         Caption = 'windll.dll'
  573.       end
  574.       object Label22: TLabel
  575.         Left = 128
  576.         Top = 136
  577.         Width = 34
  578.         Height = 13
  579.         Caption = 'EXE~1'
  580.       end
  581.       object Label26: TLabel
  582.         Left = 128
  583.         Top = 184
  584.         Width = 169
  585.         Height = 17
  586.         AutoSize = False
  587.         Caption = 'Files have been destroyed.'
  588.         Visible = False
  589.       end
  590.       object ProgressBar1: TProgressBar
  591.         Left = 128
  592.         Top = 96
  593.         Width = 289
  594.         Height = 16
  595.         Min = 0
  596.         Max = 100
  597.         TabOrder = 0
  598.       end
  599.       object ProgressBar2: TProgressBar
  600.         Left = 128
  601.         Top = 152
  602.         Width = 289
  603.         Height = 16
  604.         Min = 0
  605.         Max = 100
  606.         TabOrder = 1
  607.       end
  608.     end
  609.     object ts7: TTabSheet
  610.       Caption = 'ts7'
  611.       object Image8: TImage
  612.         Left = 0
  613.         Top = 0
  614.         Width = 105
  615.         Height = 217
  616.         Stretch = True
  617.       end
  618.       object Label23: TLabel
  619.         Left = 112
  620.         Top = 8
  621.         Width = 265
  622.         Height = 13
  623.         Caption = 'Your computer is now clean from the Back Orifice trojan.'
  624.       end
  625.       object Image16: TImage
  626.         Left = 384
  627.         Top = 24
  628.         Width = 33
  629.         Height = 33
  630.         Picture.Data = {<image011.ico>}
  631.       end
  632.       object BitBtn3: TBitBtn
  633.         Left = 136
  634.         Top = 136
  635.         Width = 97
  636.         Height = 25
  637.         Caption = 'Exit AntiDote'
  638.         TabOrder = 0
  639.         OnClick = BitBtn2Click
  640.         Kind = bkClose
  641.       end
  642.     end
  643.     object ts8: TTabSheet
  644.       Caption = 'ts8'
  645.       object Image15: TImage
  646.         Left = 0
  647.         Top = 0
  648.         Width = 105
  649.         Height = 217
  650.         Stretch = True
  651.       end
  652.       object Label24: TLabel
  653.         Left = 112
  654.         Top = 8
  655.         Width = 273
  656.         Height = 105
  657.         AutoSize = False
  658.         Caption = 
  659.           'Back Orifice has been prevented from loading when your '#13#10'compute' +
  660.           'r starts. However, it is possible that BOserve is'#13#10'still in memo' +
  661.           'ry. BOserve still exists on your hard drive.'#13#10#13#10'To remove BOserv' +
  662.           'e from memory, reboot your computer'#13#10'manually. If you decide you' +
  663.           ' want to remove BOserve'#13#10'files from your machine, run AntiDote a' +
  664.           'gain.'
  665.       end
  666.       object Image17: TImage
  667.         Left = 384
  668.         Top = 24
  669.         Width = 32
  670.         Height = 32
  671.         AutoSize = True
  672.         Picture.Data = {<image012.ico>}
  673.       end
  674.       object BitBtn2: TBitBtn
  675.         Left = 136
  676.         Top = 136
  677.         Width = 97
  678.         Height = 25
  679.         Caption = 'Exit AntiDote'
  680.         TabOrder = 0
  681.         OnClick = BitBtn2Click
  682.         Kind = bkClose
  683.       end
  684.     end
  685.   end
  686.   object Button4: TButton
  687.     Left = 0
  688.     Top = -4
  689.     Width = 433
  690.     Height = 8
  691.     Enabled = False
  692.     TabOrder = 4
  693.   end
  694.   object Button1: TButton
  695.     Left = 280
  696.     Top = 248
  697.     Width = 75
  698.     Height = 25
  699.     Caption = '<< Back'
  700.     TabOrder = 1
  701.     OnClick = Button1Click
  702.   end
  703.   object Button2: TButton
  704.     Left = 360
  705.     Top = 248
  706.     Width = 75
  707.     Height = 25
  708.     Caption = 'Next >>'
  709.     TabOrder = 2
  710.     OnClick = Button2Click
  711.   end
  712.   object Button3: TButton
  713.     Left = 0
  714.     Top = 248
  715.     Width = 75
  716.     Height = 25
  717.     Caption = 'Exit'
  718.     TabOrder = 3
  719.     OnClick = Button3Click
  720.   end
  721.   object DialUp1: TDialUp
  722.     DialMode = dmAsync
  723.     Language = English
  724.     OnNotConnected = DialUp1NotConnected
  725.     OnActiveConnection = DialUp1ActiveConnection
  726.     Left = 244
  727.     Top = 245
  728.   end
  729.   object WinReboot1: TWinReboot
  730.     Left = 212
  731.     Top = 245
  732.   end
  733.   object bss: TBasicServerSocket
  734.     Port = '31337'
  735.     Protocol = 'udp'
  736.     Restriction = hrDeny
  737.     AllowOnlyIfReverseDNS = False
  738.     Left = 176
  739.     Top = 248
  740.   end
  741. end
  742.