frmOption.frm
上传用户:davilee3
上传日期:2015-04-22
资源大小:986k
文件大小:155k
源码类别:

浏览器

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmOption 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "选项"
  5.    ClientHeight    =   7395
  6.    ClientLeft      =   2325
  7.    ClientTop       =   2730
  8.    ClientWidth     =   7875
  9.    BeginProperty Font 
  10.       Name            =   "宋体"
  11.       Size            =   9
  12.       Charset         =   134
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    Icon            =   "frmOption.frx":0000
  19.    KeyPreview      =   -1  'True
  20.    LinkTopic       =   "Form1"
  21.    MaxButton       =   0   'False
  22.    MinButton       =   0   'False
  23.    ScaleHeight     =   493
  24.    ScaleMode       =   3  'Pixel
  25.    ScaleWidth      =   525
  26.    ShowInTaskbar   =   0   'False
  27.    StartUpPosition =   2  'CenterScreen
  28.    Begin VB.Frame fraOption 
  29.       BackColor       =   &H0000C0C0&
  30.       BorderStyle     =   0  'None
  31.       Caption         =   "地址栏"
  32.       Height          =   4800
  33.       Index           =   2
  34.       Left            =   420
  35.       TabIndex        =   9
  36.       Top             =   1260
  37.       Width           =   5490
  38.       Begin VB.Frame Frame7 
  39.          Caption         =   "键盘"
  40.          Height          =   1215
  41.          Left            =   60
  42.          TabIndex        =   30
  43.          Top             =   2700
  44.          Width           =   5355
  45.          Begin VB.ComboBox cobAddbarShortkey 
  46.             Height          =   300
  47.             Left            =   240
  48.             Style           =   2  'Dropdown List
  49.             TabIndex        =   32
  50.             Top             =   360
  51.             Width           =   2775
  52.          End
  53.          Begin VB.ComboBox cobAddbarEvent 
  54.             Height          =   300
  55.             Left            =   3660
  56.             Style           =   2  'Dropdown List
  57.             TabIndex        =   31
  58.             Top             =   360
  59.             Width           =   1515
  60.          End
  61.          Begin VB.Label Label13 
  62.             BorderStyle     =   1  'Fixed Single
  63.             Caption         =   "Ctrl + Alt = 弹出菜单"
  64.             Height          =   255
  65.             Left            =   240
  66.             TabIndex        =   34
  67.             Top             =   840
  68.             Width           =   2775
  69.          End
  70.          Begin VB.Label Label12 
  71.             Caption         =   "="
  72.             BeginProperty Font 
  73.                Name            =   "宋体"
  74.                Size            =   12
  75.                Charset         =   134
  76.                Weight          =   700
  77.                Underline       =   0   'False
  78.                Italic          =   0   'False
  79.                Strikethrough   =   0   'False
  80.             EndProperty
  81.             Height          =   255
  82.             Left            =   3240
  83.             TabIndex        =   33
  84.             Top             =   360
  85.             Width           =   255
  86.          End
  87.       End
  88.       Begin VB.Frame Frame8 
  89.          Caption         =   "替换"
  90.          Height          =   2475
  91.          Left            =   30
  92.          TabIndex        =   35
  93.          Top             =   120
  94.          Width           =   5415
  95.          Begin VB.ListBox lstSearchUrl 
  96.             Height          =   2100
  97.             IntegralHeight  =   0   'False
  98.             Left            =   120
  99.             TabIndex        =   43
  100.             Top             =   240
  101.             Width           =   1575
  102.          End
  103.          Begin VB.TextBox txtSearchTitle 
  104.             Height          =   285
  105.             Left            =   2400
  106.             TabIndex        =   42
  107.             Text            =   "Text1"
  108.             Top             =   240
  109.             Width           =   1215
  110.          End
  111.          Begin VB.TextBox txtSearchUrl 
  112.             Height          =   285
  113.             Left            =   1800
  114.             TabIndex        =   41
  115.             Text            =   "Text2"
  116.             Top             =   960
  117.             Width           =   3495
  118.          End
  119.          Begin VB.CommandButton cmdSearchAdd 
  120.             Caption         =   "添加"
  121.             Height          =   300
  122.             Left            =   1800
  123.             TabIndex        =   40
  124.             Top             =   1500
  125.             Width           =   675
  126.          End
  127.          Begin VB.CommandButton cmdSearchRemove 
  128.             Caption         =   "删除"
  129.             Height          =   300
  130.             Left            =   2520
  131.             TabIndex        =   39
  132.             Top             =   1500
  133.             Width           =   675
  134.          End
  135.          Begin VB.CommandButton cmdSearchMoveUp 
  136.             Caption         =   "移上"
  137.             Height          =   300
  138.             Left            =   3780
  139.             TabIndex        =   38
  140.             Top             =   1500
  141.             Width           =   675
  142.          End
  143.          Begin VB.CommandButton cmdSearchMoveDown 
  144.             Caption         =   "移下"
  145.             Height          =   300
  146.             Left            =   4500
  147.             TabIndex        =   37
  148.             Top             =   1500
  149.             Width           =   675
  150.          End
  151.          Begin VB.CommandButton cmdSearchOk 
  152.             Caption         =   "确认修改"
  153.             Height          =   300
  154.             Left            =   4080
  155.             TabIndex        =   36
  156.             Top             =   1980
  157.             Width           =   1095
  158.          End
  159.          Begin VB.Label Label3 
  160.             Caption         =   "标题"
  161.             Height          =   255
  162.             Left            =   1800
  163.             TabIndex        =   46
  164.             Top             =   240
  165.             Width           =   495
  166.          End
  167.          Begin VB.Label Label4 
  168.             Caption         =   "地址"
  169.             Height          =   255
  170.             Left            =   1800
  171.             TabIndex        =   45
  172.             Top             =   600
  173.             Width           =   495
  174.          End
  175.          Begin VB.Label Label5 
  176.             Caption         =   "替换内容以""{keyword}""表示"
  177.             Height          =   255
  178.             Left            =   2400
  179.             TabIndex        =   44
  180.             Top             =   600
  181.             Width           =   2775
  182.          End
  183.       End
  184.    End
  185.    Begin VB.Frame fraOption 
  186.       BackColor       =   &H00C0C000&
  187.       BorderStyle     =   0  'None
  188.       Caption         =   "收藏夹"
  189.       Height          =   2835
  190.       Index           =   8
  191.       Left            =   3780
  192.       TabIndex        =   201
  193.       Top             =   1860
  194.       Width           =   5415
  195.       Begin VB.CommandButton cmdFavorite_Apply 
  196.          Caption         =   "应用(&A)"
  197.          Height          =   330
  198.          Left            =   4380
  199.          TabIndex        =   209
  200.          Top             =   1800
  201.          Width           =   900
  202.       End
  203.       Begin VB.CheckBox chkFavorite_SinglLine 
  204.          Caption         =   "收藏夹菜单显示为单列"
  205.          Height          =   195
  206.          Left            =   120
  207.          TabIndex        =   207
  208.          Top             =   1560
  209.          Width           =   2175
  210.       End
  211.       Begin VB.CheckBox chkFavorite_Showhidden 
  212.          Caption         =   "显示隐藏文件"
  213.          Height          =   195
  214.          Left            =   120
  215.          TabIndex        =   208
  216.          Top             =   1860
  217.          Width           =   2175
  218.       End
  219.       Begin VB.Frame Frame15 
  220.          Caption         =   "收藏夹路径"
  221.          Height          =   1155
  222.          Left            =   120
  223.          TabIndex        =   202
  224.          Top             =   240
  225.          Width           =   5175
  226.          Begin VB.OptionButton optFavorite_Path_Default 
  227.             Caption         =   "IE默认"
  228.             Height          =   180
  229.             Left            =   120
  230.             TabIndex        =   203
  231.             Top             =   300
  232.             Width           =   915
  233.          End
  234.          Begin VB.OptionButton optFavorite_Path_Cus 
  235.             Caption         =   "自定义"
  236.             Height          =   255
  237.             Left            =   1140
  238.             TabIndex        =   204
  239.             Top             =   300
  240.             Width           =   855
  241.          End
  242.          Begin VB.TextBox txtFavorite_Path 
  243.             Height          =   300
  244.             Left            =   120
  245.             TabIndex        =   205
  246.             Top             =   660
  247.             Width           =   4455
  248.          End
  249.          Begin VB.CommandButton cmdFavorite_Browse 
  250.             Caption         =   ">>"
  251.             Height          =   300
  252.             Left            =   4680
  253.             TabIndex        =   206
  254.             Top             =   660
  255.             Width           =   390
  256.          End
  257.       End
  258.    End
  259.    Begin VB.Frame fraOption 
  260.       BackColor       =   &H00808000&
  261.       BorderStyle     =   0  'None
  262.       Caption         =   "搜索栏"
  263.       Height          =   4815
  264.       Index           =   7
  265.       Left            =   600
  266.       TabIndex        =   161
  267.       Top             =   600
  268.       Width           =   5715
  269.       Begin VB.Frame Frame14 
  270.          Caption         =   "多引擎搜索方案"
  271.          Height          =   675
  272.          Left            =   60
  273.          TabIndex        =   180
  274.          Top             =   4080
  275.          Width           =   5355
  276.          Begin VB.CommandButton cmdSearchbarMulegnDel 
  277.             Caption         =   "删除"
  278.             Height          =   300
  279.             Left            =   4440
  280.             TabIndex        =   184
  281.             Top             =   240
  282.             Width           =   810
  283.          End
  284.          Begin VB.CommandButton cmdSearchbarMulegnRename 
  285.             Caption         =   "重命名"
  286.             Height          =   300
  287.             Left            =   3540
  288.             TabIndex        =   183
  289.             Top             =   240
  290.             Width           =   810
  291.          End
  292.          Begin VB.CommandButton cmdSearchbarMulegnNew 
  293.             Caption         =   "新建"
  294.             Height          =   300
  295.             Left            =   2700
  296.             TabIndex        =   182
  297.             Top             =   240
  298.             Width           =   810
  299.          End
  300.          Begin VB.ComboBox cmbSearchbarMulegn 
  301.             Height          =   300
  302.             Left            =   60
  303.             Style           =   2  'Dropdown List
  304.             TabIndex        =   181
  305.             Top             =   240
  306.             Width           =   2595
  307.          End
  308.       End
  309.       Begin VB.CommandButton cmdSearchbarApply 
  310.          Caption         =   "确认修改(&O)"
  311.          Height          =   300
  312.          Left            =   4215
  313.          TabIndex        =   168
  314.          Top             =   3660
  315.          Width           =   1200
  316.       End
  317.       Begin VB.CommandButton cmdSearchbarMoveDown 
  318.          Caption         =   "移下(&P)"
  319.          Height          =   300
  320.          Left            =   2700
  321.          TabIndex        =   167
  322.          Top             =   3660
  323.          Width           =   810
  324.       End
  325.       Begin VB.CommandButton cmdSearchbarMoveup 
  326.          Caption         =   "移上(&U)"
  327.          Height          =   300
  328.          Left            =   1860
  329.          TabIndex        =   166
  330.          Top             =   3660
  331.          Width           =   810
  332.       End
  333.       Begin VB.CommandButton cmdSearchbarDel 
  334.          Caption         =   "删除(&D)"
  335.          Height          =   300
  336.          Left            =   900
  337.          TabIndex        =   165
  338.          Top             =   3660
  339.          Width           =   810
  340.       End
  341.       Begin VB.CommandButton cmdSearchbarAdd 
  342.          Caption         =   "添加(&A)"
  343.          Height          =   300
  344.          Left            =   60
  345.          TabIndex        =   164
  346.          Top             =   3660
  347.          Width           =   810
  348.       End
  349.       Begin VB.TextBox txtSearchBarTitle 
  350.          Height          =   300
  351.          Left            =   600
  352.          TabIndex        =   162
  353.          Text            =   "Text2"
  354.          Top             =   2880
  355.          Width           =   4815
  356.       End
  357.       Begin VB.TextBox txtSearchBarUrl 
  358.          Height          =   300
  359.          Left            =   600
  360.          TabIndex        =   163
  361.          Text            =   "Text1"
  362.          Top             =   3240
  363.          Width           =   4815
  364.       End
  365.       Begin VB.PictureBox pctSearchBar_HoldLvw 
  366.          Appearance      =   0  'Flat
  367.          BackColor       =   &H80000005&
  368.          BorderStyle     =   0  'None
  369.          FillStyle       =   0  'Solid
  370.          FontTransparent =   0   'False
  371.          ForeColor       =   &H80000008&
  372.          HasDC           =   0   'False
  373.          Height          =   2775
  374.          Left            =   60
  375.          ScaleHeight     =   185
  376.          ScaleMode       =   3  'Pixel
  377.          ScaleWidth      =   357
  378.          TabIndex        =   199
  379.          Top             =   60
  380.          Width           =   5355
  381.       End
  382.       Begin VB.Label Label37 
  383.          Caption         =   "地址"
  384.          Height          =   255
  385.          Left            =   60
  386.          TabIndex        =   170
  387.          Top             =   3300
  388.          Width           =   435
  389.       End
  390.       Begin VB.Label Label36 
  391.          Caption         =   "标题"
  392.          Height          =   315
  393.          Left            =   60
  394.          TabIndex        =   169
  395.          Top             =   2940
  396.          Width           =   435
  397.       End
  398.    End
  399.    Begin VB.Frame fraOption 
  400.       BackColor       =   &H0000C000&
  401.       BorderStyle     =   0  'None
  402.       Caption         =   "过滤"
  403.       Height          =   4800
  404.       Index           =   1
  405.       Left            =   900
  406.       TabIndex        =   0
  407.       Top             =   2460
  408.       Visible         =   0   'False
  409.       Width           =   5535
  410.       Begin VB.Frame Frame3 
  411.          Caption         =   "URL过滤"
  412.          Height          =   3675
  413.          Left            =   120
  414.          TabIndex        =   15
  415.          Top             =   960
  416.          Width           =   5295
  417.          Begin VB.TextBox txtAddFliter 
  418.             Height          =   285
  419.             Left            =   120
  420.             TabIndex        =   22
  421.             Top             =   600
  422.             Width           =   4095
  423.          End
  424.          Begin VB.ListBox lstFliterList 
  425.             Height          =   2580
  426.             IntegralHeight  =   0   'False
  427.             Left            =   120
  428.             TabIndex        =   21
  429.             Top             =   960
  430.             Width           =   4095
  431.          End
  432.          Begin VB.CommandButton cmdAddFliter 
  433.             Caption         =   "添加(&A)"
  434.             Height          =   375
  435.             Left            =   4260
  436.             TabIndex        =   20
  437.             Top             =   600
  438.             Width           =   975
  439.          End
  440.          Begin VB.CommandButton cmdDelFliter 
  441.             Caption         =   "删除(&D)"
  442.             Height          =   375
  443.             Left            =   4260
  444.             TabIndex        =   19
  445.             Top             =   1080
  446.             Width           =   975
  447.          End
  448.          Begin VB.CommandButton cmdFilterOK 
  449.             Caption         =   "确认修改"
  450.             Height          =   375
  451.             Left            =   4260
  452.             TabIndex        =   18
  453.             Top             =   3180
  454.             Width           =   975
  455.          End
  456.          Begin VB.CheckBox chkFliterEnable 
  457.             Caption         =   "不弹出下列URL的窗口(可用*)"
  458.             Height          =   255
  459.             Left            =   120
  460.             TabIndex        =   17
  461.             Top             =   240
  462.             Width           =   2655
  463.          End
  464.          Begin VB.CommandButton cmdEditFilter 
  465.             Caption         =   "修改(&E)"
  466.             Height          =   375
  467.             Left            =   4260
  468.             TabIndex        =   16
  469.             Top             =   1560
  470.             Width           =   975
  471.          End
  472.       End
  473.       Begin VB.ComboBox cobPvnPop 
  474.          Height          =   300
  475.          Left            =   1200
  476.          Style           =   2  'Dropdown List
  477.          TabIndex        =   13
  478.          Top             =   360
  479.          Width           =   1095
  480.       End
  481.       Begin VB.Label Label18 
  482.          Caption         =   "当新开页面在鼠标左键单击或按下Enter后的一定时间内发生时,那么判断这个不是自动弹出的页面"
  483.          Height          =   615
  484.          Left            =   2520
  485.          TabIndex        =   83
  486.          Top             =   240
  487.          Width           =   2775
  488.       End
  489.       Begin VB.Label Label1 
  490.          Caption         =   "自动过滤"
  491.          Height          =   255
  492.          Left            =   240
  493.          TabIndex        =   14
  494.          Top             =   360
  495.          Width           =   855
  496.       End
  497.    End
  498.    Begin VB.Frame fraOption 
  499.       BackColor       =   &H000040C0&
  500.       BorderStyle     =   0  'None
  501.       Caption         =   "鼠标行为"
  502.       Height          =   5820
  503.       Index           =   4
  504.       Left            =   2220
  505.       TabIndex        =   11
  506.       Top             =   660
  507.       Visible         =   0   'False
  508.       Width           =   6495
  509.       Begin VB.Frame fraMouse 
  510.          BackColor       =   &H00FFC0C0&
  511.          BorderStyle     =   0  'None
  512.          Caption         =   "Frame10"
  513.          Height          =   4400
  514.          Index           =   1
  515.          Left            =   1260
  516.          TabIndex        =   100
  517.          Top             =   -180
  518.          Visible         =   0   'False
  519.          Width           =   5475
  520.          Begin VB.ComboBox cmbMouseHandEventType 
  521.             Height          =   300
  522.             Left            =   2160
  523.             Style           =   2  'Dropdown List
  524.             TabIndex        =   160
  525.             Top             =   3360
  526.             Width           =   915
  527.          End
  528.          Begin VB.ComboBox cmbMouseHandEventList 
  529.             Height          =   300
  530.             Left            =   3120
  531.             Style           =   2  'Dropdown List
  532.             TabIndex        =   110
  533.             Top             =   3360
  534.             Width           =   2235
  535.          End
  536.          Begin VB.Frame Frame11 
  537.             Caption         =   "手势选择"
  538.             Height          =   1335
  539.             Left            =   60
  540.             TabIndex        =   104
  541.             Top             =   2940
  542.             Width           =   1185
  543.             Begin VB.CommandButton cmdMouseHandDir 
  544.                Caption         =   "↑"
  545.                Height          =   315
  546.                Index           =   1
  547.                Left            =   435
  548.                TabIndex        =   109
  549.                Top             =   300
  550.                Width           =   315
  551.             End
  552.             Begin VB.CommandButton cmdMouseHandDir 
  553.                Caption         =   "←"
  554.                Height          =   315
  555.                Index           =   2
  556.                Left            =   120
  557.                TabIndex        =   108
  558.                Top             =   615
  559.                Width           =   315
  560.             End
  561.             Begin VB.CommandButton cmdMouseHandDir 
  562.                Caption         =   "→"
  563.                Height          =   315
  564.                Index           =   0
  565.                Left            =   750
  566.                TabIndex        =   107
  567.                Top             =   615
  568.                Width           =   315
  569.             End
  570.             Begin VB.CommandButton cmdMouseHandDir 
  571.                Caption         =   "↓"
  572.                Height          =   315
  573.                Index           =   3
  574.                Left            =   435
  575.                TabIndex        =   106
  576.                Top             =   930
  577.                Width           =   315
  578.             End
  579.             Begin VB.CommandButton cmdMouseHandDirBlank 
  580.                Caption         =   "X"
  581.                Height          =   315
  582.                Left            =   435
  583.                TabIndex        =   105
  584.                Top             =   615
  585.                Width           =   315
  586.             End
  587.          End
  588.          Begin VB.CommandButton cmdMouseHandAdd 
  589.             Caption         =   "添加(&A)"
  590.             Height          =   360
  591.             Left            =   3420
  592.             TabIndex        =   103
  593.             Top             =   3900
  594.             Width           =   900
  595.          End
  596.          Begin VB.CommandButton cmdMouseHandDel 
  597.             Caption         =   "删除(&D)"
  598.             Height          =   360
  599.             Left            =   4440
  600.             TabIndex        =   102
  601.             Top             =   3900
  602.             Width           =   900
  603.          End
  604.          Begin VB.CommandButton cmdMouseHandUpdateHand 
  605.             Caption         =   "更新(&U)"
  606.             Height          =   330
  607.             Left            =   4440
  608.             TabIndex        =   101
  609.             Top             =   2970
  610.             Width           =   900
  611.          End
  612.          Begin VB.PictureBox pctMouseHand_HoldLvw 
  613.             Appearance      =   0  'Flat
  614.             BackColor       =   &H80000005&
  615.             BorderStyle     =   0  'None
  616.             ClipControls    =   0   'False
  617.             ForeColor       =   &H80000008&
  618.             HasDC           =   0   'False
  619.             Height          =   2715
  620.             Left            =   60
  621.             ScaleHeight     =   181
  622.             ScaleMode       =   3  'Pixel
  623.             ScaleWidth      =   353
  624.             TabIndex        =   200
  625.             Top             =   120
  626.             Width           =   5295
  627.          End
  628.          Begin VB.Label labMouseHandShow 
  629.             BorderStyle     =   1  'Fixed Single
  630.             Height          =   300
  631.             Left            =   2160
  632.             TabIndex        =   113
  633.             Top             =   3000
  634.             Width           =   2175
  635.          End
  636.          Begin VB.Label Label21 
  637.             Caption         =   "手势设置"
  638.             Height          =   255
  639.             Left            =   1320
  640.             TabIndex        =   112
  641.             Top             =   3030
  642.             Width           =   795
  643.          End
  644.          Begin VB.Label Label22 
  645.             Caption         =   "可选命令"
  646.             Height          =   255
  647.             Left            =   1320
  648.             TabIndex        =   111
  649.             Top             =   3390
  650.             Width           =   735
  651.          End
  652.       End
  653.       Begin VB.Frame fraMouse 
  654.          BackColor       =   &H0000C0C0&
  655.          BorderStyle     =   0  'None
  656.          Caption         =   "Frame10"
  657.          Height          =   5115
  658.          Index           =   0
  659.          Left            =   540
  660.          TabIndex        =   84
  661.          Top             =   2820
  662.          Width           =   6015
  663.          Begin VB.Frame fraDragWeb 
  664.             Caption         =   "拖动页面"
  665.             Height          =   1335
  666.             Left            =   120
  667.             TabIndex        =   90
  668.             Top             =   180
  669.             Width           =   5175
  670.             Begin VB.CheckBox chkInvertDir 
  671.                Caption         =   "反方向"
  672.                Height          =   255
  673.                Left            =   4080
  674.                TabIndex        =   99
  675.                Top             =   960
  676.                Width           =   855
  677.             End
  678.             Begin VB.Frame Frame2 
  679.                Caption         =   "触发方式"
  680.                Height          =   975
  681.                Left            =   2400
  682.                TabIndex        =   96
  683.                Top             =   240
  684.                Width           =   1335
  685.                Begin VB.OptionButton optRollmodeClick 
  686.                   Caption         =   "单击"
  687.                   Height          =   255
  688.                   Left            =   120
  689.                   TabIndex        =   98
  690.                   Top             =   240
  691.                   Width           =   735
  692.                End
  693.                Begin VB.OptionButton optRollmodeDown 
  694.                   Caption         =   "按着不放"
  695.                   Height          =   255
  696.                   Left            =   120
  697.                   TabIndex        =   97
  698.                   Top             =   600
  699.                   Value           =   -1  'True
  700.                   Width           =   1095
  701.                End
  702.             End
  703.             Begin VB.Frame fraScrollSpeed 
  704.                Caption         =   "滚动速度"
  705.                Height          =   975
  706.                Left            =   120
  707.                TabIndex        =   91
  708.                Top             =   240
  709.                Width           =   2175
  710.                Begin VB.TextBox txtScrollRate2 
  711.                   Height          =   285
  712.                   Left            =   1560
  713.                   Locked          =   -1  'True
  714.                   TabIndex        =   93
  715.                   Text            =   "4"
  716.                   Top             =   600
  717.                   Width           =   495
  718.                End
  719.                Begin VB.TextBox txtScrollRate1 
  720.                   Height          =   285
  721.                   Left            =   1560
  722.                   Locked          =   -1  'True
  723.                   TabIndex        =   92
  724.                   Text            =   "2"
  725.                   Top             =   240
  726.                   Width           =   495
  727.                End
  728.                Begin VB.Label Label9 
  729.                   Caption         =   "Ctrl+鼠标中键"
  730.                   Height          =   255
  731.                   Left            =   120
  732.                   TabIndex        =   95
  733.                   Top             =   600
  734.                   Width           =   1215
  735.                End
  736.                Begin VB.Label Label8 
  737.                   Caption         =   "鼠标中键"
  738.                   Height          =   255
  739.                   Left            =   120
  740.                   TabIndex        =   94
  741.                   Top             =   240
  742.                   Width           =   735
  743.                End
  744.             End
  745.          End
  746.          Begin VB.Frame Frame9 
  747.             Caption         =   "特殊组合"
  748.             Height          =   1095
  749.             Left            =   120
  750.             TabIndex        =   85
  751.             Top             =   1620
  752.             Width           =   5175
  753.             Begin VB.ComboBox cmbMouseEventLeftRight 
  754.                Height          =   300
  755.                Left            =   1920
  756.                Style           =   2  'Dropdown List
  757.                TabIndex        =   87
  758.                Top             =   240
  759.                Width           =   1755
  760.             End
  761.             Begin VB.ComboBox cmbMouseEventRightLeft 
  762.                Height          =   300
  763.                Left            =   1920
  764.                Style           =   2  'Dropdown List
  765.                TabIndex        =   86
  766.                Top             =   660
  767.                Width           =   1755
  768.             End
  769.             Begin VB.Label Label19 
  770.                Caption         =   "按着左键单击右键"
  771.                Height          =   195
  772.                Left            =   180
  773.                TabIndex        =   89
  774.                Top             =   300
  775.                Width           =   1695
  776.             End
  777.             Begin VB.Label Label20 
  778.                Caption         =   "按着右键单击左键"
  779.                Height          =   195
  780.                Left            =   180
  781.                TabIndex        =   88
  782.                Top             =   720
  783.                Width           =   1695
  784.             End
  785.          End
  786.       End
  787.    End
  788.    Begin VB.Frame fraOption 
  789.       BackColor       =   &H00008080&
  790.       BorderStyle     =   0  'None
  791.       Caption         =   "插件"
  792.       Height          =   4875
  793.       Index           =   5
  794.       Left            =   -660
  795.       TabIndex        =   82
  796.       Top             =   -540
  797.       Width           =   5655
  798.       Begin VB.ListBox lstPlugin_List 
  799.          Height          =   1200
  800.          IntegralHeight  =   0   'False
  801.          Left            =   300
  802.          Style           =   1  'Checkbox
  803.          TabIndex        =   210
  804.          Top             =   960
  805.          Width           =   3255
  806.       End
  807.       Begin VB.CommandButton cmdPlugin_Apply 
  808.          Caption         =   "应用(&O)"
  809.          Height          =   360
  810.          Left            =   4380
  811.          TabIndex        =   196
  812.          Top             =   2100
  813.          Width           =   900
  814.       End
  815.       Begin VB.TextBox txtPlugin_Param 
  816.          Height          =   300
  817.          Left            =   600
  818.          TabIndex        =   194
  819.          Text            =   "Text3"
  820.          Top             =   3480
  821.          Width           =   4635
  822.       End
  823.       Begin VB.CommandButton cmdPlugin_Browse 
  824.          Caption         =   "..."
  825.          Height          =   300
  826.          Left            =   4740
  827.          TabIndex        =   191
  828.          Top             =   3060
  829.          Width           =   495
  830.       End
  831.       Begin VB.CommandButton cmdPlugin_Del 
  832.          Caption         =   "删除(&R)"
  833.          Height          =   300
  834.          Left            =   4380
  835.          TabIndex        =   190
  836.          Top             =   1380
  837.          Width           =   900
  838.       End
  839.       Begin VB.CommandButton cmdPlugin_Add 
  840.          Caption         =   "添加(&A)"
  841.          Height          =   300
  842.          Left            =   4380
  843.          TabIndex        =   189
  844.          Top             =   1020
  845.          Width           =   900
  846.       End
  847.       Begin VB.CommandButton cmdPlugin_MoveDown 
  848.          Caption         =   "移下(&D)"
  849.          Height          =   300
  850.          Left            =   4380
  851.          TabIndex        =   188
  852.          Top             =   480
  853.          Width           =   900
  854.       End
  855.       Begin VB.CommandButton cmdPlugin_MoveUp 
  856.          Caption         =   "移上(&U)"
  857.          Height          =   300
  858.          Left            =   4380
  859.          TabIndex        =   187
  860.          Top             =   120
  861.          Width           =   900
  862.       End
  863.       Begin VB.TextBox txtPlugin_Command 
  864.          Height          =   300
  865.          Left            =   600
  866.          TabIndex        =   186
  867.          Text            =   "Text2"
  868.          Top             =   3060
  869.          Width           =   4035
  870.       End
  871.       Begin VB.TextBox txtPlugin_Title 
  872.          Height          =   300
  873.          Left            =   600
  874.          TabIndex        =   185
  875.          Text            =   "Text1"
  876.          Top             =   2640
  877.          Width           =   4635
  878.       End
  879.       Begin VB.Label Label44 
  880.          Caption         =   $"frmOption.frx":000C
  881.          Height          =   795
  882.          Left            =   2700
  883.          TabIndex        =   198
  884.          Top             =   3900
  885.          Width           =   2535
  886.       End
  887.       Begin VB.Label Label43 
  888.          Caption         =   $"frmOption.frx":004D
  889.          Height          =   795
  890.          Left            =   120
  891.          TabIndex        =   197
  892.          Top             =   3900
  893.          Width           =   2235
  894.       End
  895.       Begin VB.Label Label42 
  896.          Caption         =   "参数"
  897.          Height          =   255
  898.          Left            =   120
  899.          TabIndex        =   195
  900.          Top             =   3540
  901.          Width           =   435
  902.       End
  903.       Begin VB.Label Label41 
  904.          Caption         =   "命令"
  905.          Height          =   255
  906.          Left            =   120
  907.          TabIndex        =   193
  908.          Top             =   3120
  909.          Width           =   375
  910.       End
  911.       Begin VB.Label Label40 
  912.          Caption         =   "名称"
  913.          Height          =   255
  914.          Left            =   120
  915.          TabIndex        =   192
  916.          Top             =   2700
  917.          Width           =   375
  918.       End
  919.    End
  920.    Begin VB.Frame fraOption 
  921.       BackColor       =   &H00C00000&
  922.       BorderStyle     =   0  'None
  923.       Caption         =   "一般"
  924.       Height          =   5100
  925.       Index           =   0
  926.       Left            =   300
  927.       TabIndex        =   1
  928.       Top             =   -1380
  929.       Width           =   5415
  930.       Begin VB.Frame Frame16 
  931.          Caption         =   "下载"
  932.          Height          =   735
  933.          Left            =   180
  934.          TabIndex        =   211
  935.          Top             =   3840
  936.          Width           =   3975
  937.          Begin VB.ComboBox cmbDownTools 
  938.             Height          =   300
  939.             Left            =   2100
  940.             Style           =   2  'Dropdown List
  941.             TabIndex        =   214
  942.             Top             =   360
  943.             Width           =   1815
  944.          End
  945.          Begin VB.CheckBox chkDownUseTool 
  946.             Caption         =   "使用下载工具"
  947.             Height          =   255
  948.             Left            =   120
  949.             TabIndex        =   213
  950.             Top             =   420
  951.             Width           =   1755
  952.          End
  953.          Begin VB.CheckBox chkDownShowDlg 
  954.             Caption         =   "显示下载地址"
  955.             Height          =   255
  956.             Left            =   120
  957.             TabIndex        =   212
  958.             Top             =   180
  959.             Width           =   1815
  960.          End
  961.       End
  962.       Begin VB.Frame Frame4 
  963.          Caption         =   "全屏选项"
  964.          Height          =   1995
  965.          Left            =   2700
  966.          TabIndex        =   172
  967.          Top             =   1800
  968.          Width           =   2535
  969.          Begin VB.CheckBox Check14 
  970.             Caption         =   "隐藏状态栏"
  971.             Enabled         =   0   'False
  972.             Height          =   240
  973.             Left            =   180
  974.             TabIndex        =   179
  975.             Top             =   1680
  976.             Value           =   1  'Checked
  977.             Width           =   1500
  978.          End
  979.          Begin VB.CheckBox Check13 
  980.             Caption         =   "隐藏标签栏"
  981.             Enabled         =   0   'False
  982.             Height          =   240
  983.             Left            =   180
  984.             TabIndex        =   178
  985.             Top             =   1440
  986.             Value           =   1  'Checked
  987.             Width           =   1500
  988.          End
  989.          Begin VB.CheckBox Check12 
  990.             Caption         =   "隐藏搜索栏"
  991.             Enabled         =   0   'False
  992.             Height          =   195
  993.             Left            =   180
  994.             TabIndex        =   177
  995.             Top             =   1200
  996.             Value           =   1  'Checked
  997.             Width           =   1500
  998.          End
  999.          Begin VB.CheckBox Check11 
  1000.             Caption         =   "隐藏小工具栏"
  1001.             Enabled         =   0   'False
  1002.             Height          =   240
  1003.             Left            =   180
  1004.             TabIndex        =   176
  1005.             Top             =   960
  1006.             Value           =   1  'Checked
  1007.             Width           =   1500
  1008.          End
  1009.          Begin VB.CheckBox Check10 
  1010.             Caption         =   "隐藏地址栏"
  1011.             Enabled         =   0   'False
  1012.             Height          =   240
  1013.             Left            =   180
  1014.             TabIndex        =   175
  1015.             Top             =   720
  1016.             Value           =   1  'Checked
  1017.             Width           =   1500
  1018.          End
  1019.          Begin VB.CheckBox Check9 
  1020.             Caption         =   "隐藏主工具栏"
  1021.             Enabled         =   0   'False
  1022.             Height          =   240
  1023.             Left            =   180
  1024.             TabIndex        =   174
  1025.             Top             =   480
  1026.             Value           =   1  'Checked
  1027.             Width           =   1500
  1028.          End
  1029.          Begin VB.CheckBox Check7 
  1030.             Caption         =   "隐藏菜单"
  1031.             Enabled         =   0   'False
  1032.             Height          =   240
  1033.             Left            =   180
  1034.             TabIndex        =   173
  1035.             Top             =   240
  1036.             Value           =   1  'Checked
  1037.             Width           =   1500
  1038.          End
  1039.       End
  1040.       Begin VB.CheckBox Check4 
  1041.          Caption         =   "自动保存设置,每隔10分钟"
  1042.          Enabled         =   0   'False
  1043.          Height          =   255
  1044.          Left            =   180
  1045.          TabIndex        =   171
  1046.          Top             =   1440
  1047.          Value           =   1  'Checked
  1048.          Width           =   2415
  1049.       End
  1050.       Begin VB.CheckBox Check8 
  1051.          Caption         =   "不弹出脚本错误对话框"
  1052.          Enabled         =   0   'False
  1053.          Height          =   240
  1054.          Left            =   180
  1055.          TabIndex        =   77
  1056.          Top             =   840
  1057.          Value           =   1  'Checked
  1058.          Width           =   2355
  1059.       End
  1060.       Begin VB.CheckBox Check6 
  1061.          Caption         =   "新窗口在后面打开"
  1062.          Enabled         =   0   'False
  1063.          Height          =   240
  1064.          Left            =   180
  1065.          TabIndex        =   76
  1066.          Top             =   1140
  1067.          Width           =   2355
  1068.       End
  1069.       Begin VB.Frame Frame6 
  1070.          Caption         =   "下载控制"
  1071.          Height          =   1995
  1072.          Left            =   180
  1073.          TabIndex        =   23
  1074.          Top             =   1800
  1075.          Width           =   2415
  1076.          Begin VB.CheckBox chkGDlctl 
  1077.             Caption         =   "下载ActiveX"
  1078.             Height          =   195
  1079.             Index           =   6
  1080.             Left            =   120
  1081.             TabIndex        =   80
  1082.             Top             =   1680
  1083.             Width           =   1575
  1084.          End
  1085.          Begin VB.CheckBox chkGDlctl 
  1086.             Caption         =   "允许JavaApplet"
  1087.             Height          =   195
  1088.             Index           =   5
  1089.             Left            =   120
  1090.             TabIndex        =   29
  1091.             Top             =   1440
  1092.             Width           =   1575
  1093.          End
  1094.          Begin VB.CheckBox chkGDlctl 
  1095.             Caption         =   "下载图片"
  1096.             Height          =   195
  1097.             Index           =   0
  1098.             Left            =   120
  1099.             TabIndex        =   28
  1100.             Top             =   240
  1101.             Width           =   1335
  1102.          End
  1103.          Begin VB.CheckBox chkGDlctl 
  1104.             Caption         =   "下载音乐"
  1105.             Height          =   195
  1106.             Index           =   1
  1107.             Left            =   120
  1108.             TabIndex        =   27
  1109.             Top             =   480
  1110.             Width           =   1335
  1111.          End
  1112.          Begin VB.CheckBox chkGDlctl 
  1113.             Caption         =   "下载视频"
  1114.             Height          =   195
  1115.             Index           =   2
  1116.             Left            =   120
  1117.             TabIndex        =   26
  1118.             Top             =   720
  1119.             Width           =   1335
  1120.          End
  1121.          Begin VB.CheckBox chkGDlctl 
  1122.             Caption         =   "允许脚本"
  1123.             Height          =   195
  1124.             Index           =   3
  1125.             Left            =   120
  1126.             TabIndex        =   25
  1127.             Top             =   960
  1128.             Width           =   1335
  1129.          End
  1130.          Begin VB.CheckBox chkGDlctl 
  1131.             Caption         =   "允许ActiveX"
  1132.             Height          =   195
  1133.             Index           =   4
  1134.             Left            =   120
  1135.             TabIndex        =   24
  1136.             Top             =   1200
  1137.             Width           =   1335
  1138.          End
  1139.       End
  1140.       Begin VB.CheckBox chkSaveWhenExit 
  1141.          Caption         =   "退出保存"
  1142.          Height          =   195
  1143.          Left            =   180
  1144.          TabIndex        =   8
  1145.          Top             =   300
  1146.          Width           =   1215
  1147.       End
  1148.       Begin VB.Frame Frame1 
  1149.          Caption         =   "关闭页面"
  1150.          BeginProperty Font 
  1151.             Name            =   "新宋体"
  1152.             Size            =   9
  1153.             Charset         =   134
  1154.             Weight          =   400
  1155.             Underline       =   0   'False
  1156.             Italic          =   0   'False
  1157.             Strikethrough   =   0   'False
  1158.          EndProperty
  1159.          Height          =   1035
  1160.          Left            =   2700
  1161.          TabIndex        =   4
  1162.          Top             =   240
  1163.          Width           =   2535
  1164.          Begin VB.CheckBox Check1 
  1165.             Caption         =   "左键双击标签"
  1166.             Enabled         =   0   'False
  1167.             Height          =   195
  1168.             Left            =   120
  1169.             TabIndex        =   7
  1170.             Top             =   240
  1171.             Value           =   1  'Checked
  1172.             Width           =   1815
  1173.          End
  1174.          Begin VB.CheckBox Check2 
  1175.             Caption         =   "Ctrl + 左键单击标签"
  1176.             Enabled         =   0   'False
  1177.             Height          =   195
  1178.             Left            =   120
  1179.             TabIndex        =   6
  1180.             Top             =   480
  1181.             Value           =   1  'Checked
  1182.             Width           =   2055
  1183.          End
  1184.          Begin VB.CheckBox Check3 
  1185.             Caption         =   "Ctrl + 右键单击页面"
  1186.             Enabled         =   0   'False
  1187.             Height          =   255
  1188.             Left            =   120
  1189.             TabIndex        =   5
  1190.             Top             =   720
  1191.             Value           =   1  'Checked
  1192.             Width           =   2055
  1193.          End
  1194.       End
  1195.       Begin VB.CommandButton cmdSave 
  1196.          Caption         =   "立即保存"
  1197.          Height          =   375
  1198.          Left            =   4260
  1199.          TabIndex        =   3
  1200.          Top             =   4260
  1201.          Width           =   975
  1202.       End
  1203.       Begin VB.CheckBox Check5 
  1204.          Caption         =   "限制页面个数,15"
  1205.          Enabled         =   0   'False
  1206.          BeginProperty Font 
  1207.             Name            =   "新宋体"
  1208.             Size            =   9
  1209.             Charset         =   134
  1210.             Weight          =   400
  1211.             Underline       =   0   'False
  1212.             Italic          =   0   'False
  1213.             Strikethrough   =   0   'False
  1214.          EndProperty
  1215.          Height          =   195
  1216.          Left            =   180
  1217.          TabIndex        =   2
  1218.          Top             =   600
  1219.          Value           =   1  'Checked
  1220.          Width           =   1695
  1221.       End
  1222.    End
  1223.    Begin VB.Frame fraOption 
  1224.       BackColor       =   &H00008000&
  1225.       BorderStyle     =   0  'None
  1226.       Caption         =   "拖拽"
  1227.       Height          =   4755
  1228.       Index           =   6
  1229.       Left            =   120
  1230.       TabIndex        =   81
  1231.       Top             =   900
  1232.       Width           =   5475
  1233.       Begin VB.CheckBox chkDragLink 
  1234.          Caption         =   "开启拖拽"
  1235.          Height          =   240
  1236.          Left            =   4260
  1237.          TabIndex        =   159
  1238.          Top             =   4440
  1239.          Width           =   1035
  1240.       End
  1241.       Begin VB.CommandButton cmdDragDropTextBrowse 
  1242.          Caption         =   "..."
  1243.          Height          =   300
  1244.          Left            =   4860
  1245.          TabIndex        =   158
  1246.          Top             =   4020
  1247.          Width           =   435
  1248.       End
  1249.       Begin VB.TextBox txtDragDropTextSavePath 
  1250.          Height          =   300
  1251.          Left            =   1620
  1252.          TabIndex        =   157
  1253.          Top             =   4020
  1254.          Width           =   3195
  1255.       End
  1256.       Begin VB.CommandButton cmdDragDropImageBrowse 
  1257.          Caption         =   "..."
  1258.          BeginProperty Font 
  1259.             Name            =   "宋体"
  1260.             Size            =   7.5
  1261.             Charset         =   134
  1262.             Weight          =   400
  1263.             Underline       =   0   'False
  1264.             Italic          =   0   'False
  1265.             Strikethrough   =   0   'False
  1266.          EndProperty
  1267.          Height          =   300
  1268.          Left            =   4860
  1269.          TabIndex        =   154
  1270.          Top             =   3660
  1271.          Width           =   435
  1272.       End
  1273.       Begin VB.TextBox txtDragDropImageSavePath 
  1274.          Height          =   300
  1275.          Left            =   1620
  1276.          OLEDropMode     =   1  'Manual
  1277.          TabIndex        =   153
  1278.          Top             =   3660
  1279.          Width           =   3195
  1280.       End
  1281.       Begin VB.Frame Frame13 
  1282.          Caption         =   "图像"
  1283.          Height          =   1095
  1284.          Left            =   120
  1285.          TabIndex        =   124
  1286.          Top             =   2520
  1287.          Width           =   5175
  1288.          Begin VB.CommandButton cmdDragDropImage 
  1289.             Caption         =   "6"
  1290.             BeginProperty Font 
  1291.                Name            =   "Webdings"
  1292.                Size            =   7.5
  1293.                Charset         =   2
  1294.                Weight          =   400
  1295.                Underline       =   0   'False
  1296.                Italic          =   0   'False
  1297.                Strikethrough   =   0   'False
  1298.             EndProperty
  1299.             Height          =   300
  1300.             Index           =   0
  1301.             Left            =   4740
  1302.             TabIndex        =   151
  1303.             Top             =   660
  1304.             Width           =   255
  1305.          End
  1306.          Begin VB.CommandButton cmdDragDropImage 
  1307.             Caption         =   "6"
  1308.             BeginProperty Font 
  1309.                Name            =   "Webdings"
  1310.                Size            =   7.5
  1311.                Charset         =   2
  1312.                Weight          =   400
  1313.                Underline       =   0   'False
  1314.                Italic          =   0   'False
  1315.                Strikethrough   =   0   'False
  1316.             EndProperty
  1317.             Height          =   300
  1318.             Index           =   2
  1319.             Left            =   4740
  1320.             TabIndex        =   149
  1321.             Top             =   180
  1322.             Width           =   255
  1323.          End
  1324.          Begin VB.CommandButton cmdDragDropImage 
  1325.             Caption         =   "6"
  1326.             BeginProperty Font 
  1327.                Name            =   "Webdings"
  1328.                Size            =   7.5
  1329.                Charset         =   2
  1330.                Weight          =   400
  1331.                Underline       =   0   'False
  1332.                Italic          =   0   'False
  1333.                Strikethrough   =   0   'False
  1334.             EndProperty
  1335.             Height          =   300
  1336.             Index           =   3
  1337.             Left            =   2340
  1338.             TabIndex        =   147
  1339.             Top             =   660
  1340.             Width           =   255
  1341.          End
  1342.          Begin VB.CommandButton cmdDragDropImage 
  1343.             Caption         =   "6"
  1344.             BeginProperty Font 
  1345.                Name            =   "Webdings"
  1346.                Size            =   7.5
  1347.                Charset         =   2
  1348.                Weight          =   400
  1349.                Underline       =   0   'False
  1350.                Italic          =   0   'False
  1351.                Strikethrough   =   0   'False
  1352.             EndProperty
  1353.             Height          =   300
  1354.             Index           =   1
  1355.             Left            =   2340
  1356.             TabIndex        =   145
  1357.             Top             =   180
  1358.             Width           =   255
  1359.          End
  1360.          Begin VB.TextBox txtDragDropImage 
  1361.             Height          =   255
  1362.             Index           =   0
  1363.             Left            =   3480
  1364.             Locked          =   -1  'True
  1365.             MousePointer    =   1  'Arrow
  1366.             TabIndex        =   152
  1367.             Top             =   690
  1368.             Width           =   1215
  1369.          End
  1370.          Begin VB.TextBox txtDragDropImage 
  1371.             Height          =   255
  1372.             Index           =   2
  1373.             Left            =   3480
  1374.             Locked          =   -1  'True
  1375.             MousePointer    =   1  'Arrow
  1376.             TabIndex        =   150
  1377.             Top             =   210
  1378.             Width           =   1215
  1379.          End
  1380.          Begin VB.TextBox txtDragDropImage 
  1381.             Height          =   255
  1382.             Index           =   3
  1383.             Left            =   1080
  1384.             Locked          =   -1  'True
  1385.             MousePointer    =   1  'Arrow
  1386.             TabIndex        =   148
  1387.             Top             =   690
  1388.             Width           =   1215
  1389.          End
  1390.          Begin VB.TextBox txtDragDropImage 
  1391.             Height          =   255
  1392.             Index           =   1
  1393.             Left            =   1080
  1394.             Locked          =   -1  'True
  1395.             MousePointer    =   1  'Arrow
  1396.             TabIndex        =   146
  1397.             Top             =   210
  1398.             Width           =   1215
  1399.          End
  1400.          Begin VB.Label Label34 
  1401.             Caption         =   "向上"
  1402.             Height          =   300
  1403.             Left            =   480
  1404.             TabIndex        =   128
  1405.             Top             =   240
  1406.             Width           =   375
  1407.          End
  1408.          Begin VB.Label Label33 
  1409.             Caption         =   "向下"
  1410.             Height          =   300
  1411.             Left            =   480
  1412.             TabIndex        =   127
  1413.             Top             =   720
  1414.             Width           =   375
  1415.          End
  1416.          Begin VB.Label Label32 
  1417.             Caption         =   "向左"
  1418.             Height          =   300
  1419.             Left            =   2940
  1420.             TabIndex        =   126
  1421.             Top             =   240
  1422.             Width           =   375
  1423.          End
  1424.          Begin VB.Label Label31 
  1425.             Caption         =   "向右"
  1426.             Height          =   300
  1427.             Left            =   2940
  1428.             TabIndex        =   125
  1429.             Top             =   720
  1430.             Width           =   375
  1431.          End
  1432.       End
  1433.       Begin VB.Frame Frame12 
  1434.          Caption         =   "文本"
  1435.          Height          =   1095
  1436.          Left            =   120
  1437.          TabIndex        =   119
  1438.          Top             =   1320
  1439.          Width           =   5175
  1440.          Begin VB.CommandButton cmdDragDropText 
  1441.             Caption         =   "6"
  1442.             BeginProperty Font 
  1443.                Name            =   "Webdings"
  1444.                Size            =   7.5
  1445.                Charset         =   2
  1446.                Weight          =   400
  1447.                Underline       =   0   'False
  1448.                Italic          =   0   'False
  1449.                Strikethrough   =   0   'False
  1450.             EndProperty
  1451.             Height          =   300
  1452.             Index           =   0
  1453.             Left            =   4740
  1454.             TabIndex        =   143
  1455.             Top             =   660
  1456.             Width           =   255
  1457.          End
  1458.          Begin VB.CommandButton cmdDragDropText 
  1459.             Caption         =   "6"
  1460.             BeginProperty Font 
  1461.                Name            =   "Webdings"
  1462.                Size            =   7.5
  1463.                Charset         =   2
  1464.                Weight          =   400
  1465.                Underline       =   0   'False
  1466.                Italic          =   0   'False
  1467.                Strikethrough   =   0   'False
  1468.             EndProperty
  1469.             Height          =   300
  1470.             Index           =   2
  1471.             Left            =   4740
  1472.             TabIndex        =   141
  1473.             Top             =   180
  1474.             Width           =   255
  1475.          End
  1476.          Begin VB.CommandButton cmdDragDropText 
  1477.             Caption         =   "6"
  1478.             BeginProperty Font 
  1479.                Name            =   "Webdings"
  1480.                Size            =   7.5
  1481.                Charset         =   2
  1482.                Weight          =   400
  1483.                Underline       =   0   'False
  1484.                Italic          =   0   'False
  1485.                Strikethrough   =   0   'False
  1486.             EndProperty
  1487.             Height          =   300
  1488.             Index           =   3
  1489.             Left            =   2340
  1490.             TabIndex        =   139
  1491.             Top             =   660
  1492.             Width           =   255
  1493.          End
  1494.          Begin VB.CommandButton cmdDragDropText 
  1495.             Caption         =   "6"
  1496.             BeginProperty Font 
  1497.                Name            =   "Webdings"
  1498.                Size            =   7.5
  1499.                Charset         =   2
  1500.                Weight          =   400
  1501.                Underline       =   0   'False
  1502.                Italic          =   0   'False
  1503.                Strikethrough   =   0   'False
  1504.             EndProperty
  1505.             Height          =   300
  1506.             Index           =   1
  1507.             Left            =   2340
  1508.             TabIndex        =   137
  1509.             Top             =   180
  1510.             Width           =   255
  1511.          End
  1512.          Begin VB.TextBox txtDragDropText 
  1513.             Height          =   255
  1514.             Index           =   0
  1515.             Left            =   3480
  1516.             Locked          =   -1  'True
  1517.             MousePointer    =   1  'Arrow
  1518.             TabIndex        =   144
  1519.             Top             =   690
  1520.             Width           =   1215
  1521.          End
  1522.          Begin VB.TextBox txtDragDropText 
  1523.             Height          =   255
  1524.             Index           =   2
  1525.             Left            =   3480
  1526.             Locked          =   -1  'True
  1527.             MousePointer    =   1  'Arrow
  1528.             TabIndex        =   142
  1529.             Top             =   210
  1530.             Width           =   1215
  1531.          End
  1532.          Begin VB.TextBox txtDragDropText 
  1533.             Height          =   255
  1534.             Index           =   3
  1535.             Left            =   1080
  1536.             Locked          =   -1  'True
  1537.             MousePointer    =   1  'Arrow
  1538.             TabIndex        =   140
  1539.             Top             =   690
  1540.             Width           =   1215
  1541.          End
  1542.          Begin VB.TextBox txtDragDropText 
  1543.             Height          =   255
  1544.             Index           =   1
  1545.             Left            =   1080
  1546.             Locked          =   -1  'True
  1547.             MousePointer    =   1  'Arrow
  1548.             TabIndex        =   138
  1549.             Top             =   210
  1550.             Width           =   1215
  1551.          End
  1552.          Begin VB.Label Label30 
  1553.             Caption         =   "向上"
  1554.             Height          =   300
  1555.             Left            =   480
  1556.             TabIndex        =   123
  1557.             Top             =   240
  1558.             Width           =   375
  1559.          End
  1560.          Begin VB.Label Label29 
  1561.             Caption         =   "向下"
  1562.             Height          =   240
  1563.             Left            =   480
  1564.             TabIndex        =   122
  1565.             Top             =   720
  1566.             Width           =   375
  1567.          End
  1568.          Begin VB.Label Label28 
  1569.             Caption         =   "向左"
  1570.             Height          =   300
  1571.             Left            =   2940
  1572.             TabIndex        =   121
  1573.             Top             =   240
  1574.             Width           =   375
  1575.          End
  1576.          Begin VB.Label Label27 
  1577.             Caption         =   "向右"
  1578.             Height          =   240
  1579.             Left            =   2940
  1580.             TabIndex        =   120
  1581.             Top             =   720
  1582.             Width           =   375
  1583.          End
  1584.       End
  1585.       Begin VB.Frame Frame10 
  1586.          Caption         =   "链接"
  1587.          Height          =   1095
  1588.          Left            =   120
  1589.          TabIndex        =   114
  1590.          Top             =   120
  1591.          Width           =   5175
  1592.          Begin VB.CommandButton cmdDragDropLink 
  1593.             Caption         =   "6"
  1594.             BeginProperty Font 
  1595.                Name            =   "Webdings"
  1596.                Size            =   7.5
  1597.                Charset         =   2
  1598.                Weight          =   400
  1599.                Underline       =   0   'False
  1600.                Italic          =   0   'False
  1601.                Strikethrough   =   0   'False
  1602.             EndProperty
  1603.             Height          =   300
  1604.             Index           =   0
  1605.             Left            =   4740
  1606.             TabIndex        =   135
  1607.             Top             =   660
  1608.             Width           =   255
  1609.          End
  1610.          Begin VB.CommandButton cmdDragDropLink 
  1611.             Caption         =   "6"
  1612.             BeginProperty Font 
  1613.                Name            =   "Webdings"
  1614.                Size            =   7.5
  1615.                Charset         =   2
  1616.                Weight          =   400
  1617.                Underline       =   0   'False
  1618.                Italic          =   0   'False
  1619.                Strikethrough   =   0   'False
  1620.             EndProperty
  1621.             Height          =   300
  1622.             Index           =   2
  1623.             Left            =   4740
  1624.             TabIndex        =   133
  1625.             Top             =   180
  1626.             Width           =   255
  1627.          End
  1628.          Begin VB.CommandButton cmdDragDropLink 
  1629.             Caption         =   "6"
  1630.             BeginProperty Font 
  1631.                Name            =   "Webdings"
  1632.                Size            =   7.5
  1633.                Charset         =   2
  1634.                Weight          =   400
  1635.                Underline       =   0   'False
  1636.                Italic          =   0   'False
  1637.                Strikethrough   =   0   'False
  1638.             EndProperty
  1639.             Height          =   300
  1640.             Index           =   3
  1641.             Left            =   2340
  1642.             TabIndex        =   131
  1643.             Top             =   660
  1644.             Width           =   255
  1645.          End
  1646.          Begin VB.CommandButton cmdDragDropLink 
  1647.             Caption         =   "6"
  1648.             BeginProperty Font 
  1649.                Name            =   "Webdings"
  1650.                Size            =   7.5
  1651.                Charset         =   2
  1652.                Weight          =   400
  1653.                Underline       =   0   'False
  1654.                Italic          =   0   'False
  1655.                Strikethrough   =   0   'False
  1656.             EndProperty
  1657.             Height          =   300
  1658.             Index           =   1
  1659.             Left            =   2340
  1660.             TabIndex        =   130
  1661.             Top             =   180
  1662.             Width           =   255
  1663.          End
  1664.          Begin VB.TextBox txtDragDropLink 
  1665.             Height          =   255
  1666.             Index           =   0
  1667.             Left            =   3480
  1668.             Locked          =   -1  'True
  1669.             MousePointer    =   1  'Arrow
  1670.             TabIndex        =   136
  1671.             Top             =   690
  1672.             Width           =   1215
  1673.          End
  1674.          Begin VB.TextBox txtDragDropLink 
  1675.             Height          =   255
  1676.             Index           =   2
  1677.             Left            =   3480
  1678.             Locked          =   -1  'True
  1679.             MousePointer    =   1  'Arrow
  1680.             TabIndex        =   134
  1681.             Top             =   210
  1682.             Width           =   1215
  1683.          End
  1684.          Begin VB.TextBox txtDragDropLink 
  1685.             Height          =   255
  1686.             Index           =   3
  1687.             Left            =   1080
  1688.             Locked          =   -1  'True
  1689.             MousePointer    =   1  'Arrow
  1690.             TabIndex        =   132
  1691.             Top             =   690
  1692.             Width           =   1215
  1693.          End
  1694.          Begin VB.TextBox txtDragDropLink 
  1695.             Height          =   255
  1696.             Index           =   1
  1697.             Left            =   1080
  1698.             Locked          =   -1  'True
  1699.             MousePointer    =   1  'Arrow
  1700.             TabIndex        =   129
  1701.             Top             =   210
  1702.             Width           =   1215
  1703.          End
  1704.          Begin VB.Label Label26 
  1705.             Caption         =   "向右"
  1706.             Height          =   240
  1707.             Left            =   2940
  1708.             TabIndex        =   118
  1709.             Top             =   720
  1710.             Width           =   375
  1711.          End
  1712.          Begin VB.Label Label25 
  1713.             Caption         =   "向左"
  1714.             Height          =   300
  1715.             Left            =   2940
  1716.             TabIndex        =   117
  1717.             Top             =   240
  1718.             Width           =   375
  1719.          End
  1720.          Begin VB.Label Label24 
  1721.             Caption         =   "向下"
  1722.             Height          =   240
  1723.             Left            =   480
  1724.             TabIndex        =   116
  1725.             Top             =   720
  1726.             Width           =   375
  1727.          End
  1728.          Begin VB.Label Label23 
  1729.             Caption         =   "向上"
  1730.             Height          =   300
  1731.             Left            =   480
  1732.             TabIndex        =   115
  1733.             Top             =   240
  1734.             Width           =   375
  1735.          End
  1736.       End
  1737.       Begin VB.Label Label35 
  1738.          Caption         =   "文本自动保存路径"
  1739.          Height          =   195
  1740.          Left            =   120
  1741.          TabIndex        =   156
  1742.          Top             =   4080
  1743.          Width           =   1455
  1744.       End
  1745.       Begin VB.Label Label2 
  1746.          Caption         =   "图像自动保存路经"
  1747.          Height          =   255
  1748.          Left            =   120
  1749.          TabIndex        =   155
  1750.          Top             =   3720
  1751.          Width           =   1455
  1752.       End
  1753.    End
  1754.    Begin VB.Frame fraOption 
  1755.       BackColor       =   &H00C000C0&
  1756.       BorderStyle     =   0  'None
  1757.       Caption         =   "页面规则"
  1758.       Height          =   4800
  1759.       Index           =   3
  1760.       Left            =   -1320
  1761.       TabIndex        =   10
  1762.       Top             =   -60
  1763.       Visible         =   0   'False
  1764.       Width           =   5535
  1765.       Begin VB.TextBox txtPageRuleUrls 
  1766.          Height          =   1920
  1767.          Left            =   2160
  1768.          MultiLine       =   -1  'True
  1769.          ScrollBars      =   3  'Both
  1770.          TabIndex        =   49
  1771.          Text            =   "frmOption.frx":00A4
  1772.          Top             =   120
  1773.          Width           =   3255
  1774.       End
  1775.       Begin VB.CheckBox chkPageRuleEnable 
  1776.          Caption         =   "开启页面规则"
  1777.          Height          =   300
  1778.          Left            =   2640
  1779.          TabIndex        =   78
  1780.          Top             =   4380
  1781.          Width           =   1455
  1782.       End
  1783.       Begin VB.CommandButton cmdPageRuleMoveDown 
  1784.          Caption         =   "下移"
  1785.          Height          =   300
  1786.          Left            =   60
  1787.          TabIndex        =   73
  1788.          Top             =   1200
  1789.          Width           =   615
  1790.       End
  1791.       Begin VB.CommandButton cmdPageRuleMoveUp 
  1792.          Caption         =   "上移"
  1793.          Height          =   300
  1794.          Left            =   60
  1795.          TabIndex        =   72
  1796.          Top             =   840
  1797.          Width           =   615
  1798.       End
  1799.       Begin VB.TextBox txtPageRuleTitle 
  1800.          Height          =   270
  1801.          Left            =   720
  1802.          TabIndex        =   48
  1803.          Text            =   "Text4"
  1804.          Top             =   2160
  1805.          Width           =   1335
  1806.       End
  1807.       Begin VB.CommandButton cmdPageRuleDel 
  1808.          Caption         =   "删除"
  1809.          Height          =   300
  1810.          Left            =   60
  1811.          TabIndex        =   71
  1812.          Top             =   480
  1813.          Width           =   615
  1814.       End
  1815.       Begin VB.CommandButton cmdPageRuleAdd 
  1816.          Caption         =   "添加"
  1817.          Height          =   300
  1818.          Left            =   60
  1819.          TabIndex        =   47
  1820.          Top             =   120
  1821.          Width           =   615
  1822.       End
  1823.       Begin VB.OptionButton optPageRuleType 
  1824.          Caption         =   "方式2"
  1825.          Height          =   255
  1826.          Index           =   1
  1827.          Left            =   1080
  1828.          TabIndex        =   69
  1829.          Top             =   4320
  1830.          Width           =   855
  1831.       End
  1832.       Begin VB.OptionButton optPageRuleType 
  1833.          Caption         =   "方式1"
  1834.          Height          =   255
  1835.          Index           =   0
  1836.          Left            =   120
  1837.          TabIndex        =   68
  1838.          Top             =   4320
  1839.          Width           =   855
  1840.       End
  1841.       Begin VB.CommandButton cmdPageRuleOk 
  1842.          Caption         =   "确认修改"
  1843.          Height          =   300
  1844.          Left            =   4200
  1845.          TabIndex        =   70
  1846.          Top             =   4380
  1847.          Width           =   1215
  1848.       End
  1849.       Begin VB.ListBox lstPageRuleList 
  1850.          Height          =   1920
  1851.          IntegralHeight  =   0   'False
  1852.          Left            =   720
  1853.          Style           =   1  'Checkbox
  1854.          TabIndex        =   12
  1855.          Top             =   120
  1856.          Width           =   1335
  1857.       End
  1858.       Begin VB.Frame fraPageRuleType 
  1859.          Caption         =   "方式1:  页面属性"
  1860.          Height          =   1575
  1861.          Index           =   0
  1862.          Left            =   90
  1863.          TabIndex        =   50
  1864.          Top             =   2640
  1865.          Width           =   5295
  1866.          Begin VB.CheckBox chkPageRuleOpenNew 
  1867.             Caption         =   "总是在新窗口打开"
  1868.             Height          =   255
  1869.             Left            =   3240
  1870.             TabIndex        =   60
  1871.             Top             =   840
  1872.             Width           =   1815
  1873.          End
  1874.          Begin VB.CheckBox chkPageRuleForceChange 
  1875.             Caption         =   "强制"
  1876.             Height          =   255
  1877.             Left            =   4320
  1878.             TabIndex        =   62
  1879.             Top             =   1200
  1880.             Width           =   735
  1881.          End
  1882.          Begin VB.ComboBox cmbPageRuleAuitpPrv 
  1883.             Height          =   300
  1884.             Left            =   4080
  1885.             Style           =   2  'Dropdown List
  1886.             TabIndex        =   59
  1887.             Top             =   360
  1888.             Width           =   975
  1889.          End
  1890.          Begin VB.Frame Frame5 
  1891.             Caption         =   "下载控制"
  1892.             Height          =   1215
  1893.             Left            =   120
  1894.             TabIndex        =   52
  1895.             Top             =   300
  1896.             Width           =   3015
  1897.             Begin VB.CheckBox chkPageRuleDlctl 
  1898.                Caption         =   "允许JavaApplet"
  1899.                Height          =   210
  1900.                Index           =   5
  1901.                Left            =   1320
  1902.                TabIndex        =   58
  1903.                Top             =   840
  1904.                Width           =   1575
  1905.             End
  1906.             Begin VB.CheckBox chkPageRuleDlctl 
  1907.                Caption         =   "下载图片"
  1908.                Height          =   210
  1909.                Index           =   0
  1910.                Left            =   120
  1911.                TabIndex        =   53
  1912.                Top             =   360
  1913.                Width           =   1095
  1914.             End
  1915.             Begin VB.CheckBox chkPageRuleDlctl 
  1916.                Caption         =   "下载音乐"
  1917.                Height          =   210
  1918.                Index           =   1
  1919.                Left            =   120
  1920.                TabIndex        =   54
  1921.                Top             =   600
  1922.                Width           =   1095
  1923.             End
  1924.             Begin VB.CheckBox chkPageRuleDlctl 
  1925.                Caption         =   "下载视频"
  1926.                Height          =   210
  1927.                Index           =   2
  1928.                Left            =   120
  1929.                TabIndex        =   55
  1930.                Top             =   840
  1931.                Width           =   1095
  1932.             End
  1933.             Begin VB.CheckBox chkPageRuleDlctl 
  1934.                Caption         =   "允许脚本"
  1935.                Height          =   210
  1936.                Index           =   3
  1937.                Left            =   1320
  1938.                TabIndex        =   56
  1939.                Top             =   360
  1940.                Width           =   1335
  1941.             End
  1942.             Begin VB.CheckBox chkPageRuleDlctl 
  1943.                Caption         =   "允许ActiveX"
  1944.                Height          =   210
  1945.                Index           =   4
  1946.                Left            =   1320
  1947.                TabIndex        =   57
  1948.                Top             =   600
  1949.                Width           =   1335
  1950.             End
  1951.          End
  1952.          Begin VB.CheckBox chkPageRuleInherit 
  1953.             Caption         =   "继承"
  1954.             Enabled         =   0   'False
  1955.             Height          =   300
  1956.             Left            =   3240
  1957.             TabIndex        =   61
  1958.             Top             =   1200
  1959.             Width           =   735
  1960.          End
  1961.          Begin VB.Label Label11 
  1962.             Caption         =   "自动过滤"
  1963.             Height          =   255
  1964.             Left            =   3240
  1965.             TabIndex        =   63
  1966.             Top             =   360
  1967.             Width           =   855
  1968.          End
  1969.       End
  1970.       Begin VB.Frame fraPageRuleType 
  1971.          Caption         =   "方式2:  调用外部程序"
  1972.          Height          =   1575
  1973.          Index           =   1
  1974.          Left            =   90
  1975.          TabIndex        =   51
  1976.          Top             =   2640
  1977.          Visible         =   0   'False
  1978.          Width           =   5295
  1979.          Begin VB.CommandButton cmdPageRuleBrowse 
  1980.             Caption         =   "..."
  1981.             Height          =   300
  1982.             Left            =   4680
  1983.             TabIndex        =   79
  1984.             Top             =   540
  1985.             Width           =   450
  1986.          End
  1987.          Begin VB.TextBox txtPageRuleParam 
  1988.             Height          =   300
  1989.             Left            =   120
  1990.             TabIndex        =   65
  1991.             Text            =   "Text3"
  1992.             Top             =   1200
  1993.             Width           =   5055
  1994.          End
  1995.          Begin VB.TextBox txtPageRuleExepath 
  1996.             Height          =   300
  1997.             Left            =   120
  1998.             TabIndex        =   64
  1999.             Text            =   "Text2"
  2000.             Top             =   540
  2001.             Width           =   4455
  2002.          End
  2003.          Begin VB.Label Label15 
  2004.             Caption         =   "参数:  (%url% = 页面url)"
  2005.             Height          =   255
  2006.             Left            =   120
  2007.             TabIndex        =   67
  2008.             Top             =   960
  2009.             Width           =   2175
  2010.          End
  2011.          Begin VB.Label Label14 
  2012.             Caption         =   "路径:"
  2013.             Height          =   255
  2014.             Left            =   120
  2015.             TabIndex        =   66
  2016.             Top             =   300
  2017.             Width           =   735
  2018.          End
  2019.       End
  2020.       Begin VB.Label Label17 
  2021.          Caption         =   "不同站点用分号"";""隔开,可以用通配符*"
  2022.          Height          =   255
  2023.          Left            =   2160
  2024.          TabIndex        =   75
  2025.          Top             =   2220
  2026.          Width           =   3255
  2027.       End
  2028.       Begin VB.Label Label16 
  2029.          Caption         =   "标题"
  2030.          Height          =   255
  2031.          Left            =   120
  2032.          TabIndex        =   74
  2033.          Top             =   2220
  2034.          Width           =   495
  2035.       End
  2036.    End
  2037. End
  2038. Attribute VB_Name = "frmOption"
  2039. Attribute VB_GlobalNameSpace = False
  2040. Attribute VB_Creatable = False
  2041. Attribute VB_PredeclaredId = True
  2042. Attribute VB_Exposed = False
  2043. '---------------------------------------------------------------------------------------
  2044. ' Module    : frmOption
  2045. ' DateTime  : 2005-3-14 21:01
  2046. ' Author    : Lingll
  2047. ' Purpose   : 选项窗口
  2048. '---------------------------------------------------------------------------------------
  2049. Option Explicit
  2050. '地址栏
  2051. Private mSearchUrl() As UrlSimpleInfo
  2052. Private mSearchurlCount As Long
  2053. Private WithEvents mAddBarControls As cListMove
  2054. Attribute mAddBarControls.VB_VarHelpID = -1
  2055. Private Const frameCnt& = 9
  2056. Dim mcUDScrollRate As New cUpDown
  2057. Dim mcUDScrollRate2 As New cUpDown
  2058. 'Private mExToolsCount As Long
  2059. 'Private mExTools() As typExTool
  2060. '
  2061. '页面规则
  2062. Private Type mTypPageRule
  2063.     Title As String
  2064.     Enabled As Long '是否开启该规则
  2065.     Urls As String  '下标从0开始
  2066.     
  2067.     Type As Long    '规则方式,0:页面的一些选项,1:调用外部程序
  2068.     
  2069.     '页面选项
  2070.     DL_Image As Boolean
  2071.     DL_BgSound As Boolean
  2072.     DL_Video As Boolean
  2073.     DL_Script As Boolean
  2074.     DL_ActiveX As Boolean
  2075.     DL_JavaApplet As Boolean
  2076.     
  2077.     AutoPreventPop As Long
  2078.     AllwaysOpenNew As Boolean   '总是在新窗口中打开
  2079.     Inherit As Boolean  '继承
  2080.     ForceChange As Boolean '强制转换选项,而不管其原窗口的选项
  2081.     
  2082.     '外部程序
  2083.     OutExePath As String
  2084.     OutExeParam As String
  2085. End Type
  2086. Private mPageRule() As mTypPageRule  '下标从1开始
  2087. Private mPageRuleCnt As Long
  2088. '=========================================
  2089. '鼠标手势中4方向的表示
  2090. Private DirFlag(0 To 4) As String
  2091. '当前鼠标手势
  2092. Private mHand(0 To 2) As Byte
  2093. ''拖拽菜单
  2094. 'Private mDragDropMenu As cPopMenu
  2095. ''"替换"的子菜单
  2096. 'Private mDragDropMenu2 As cPopMenu
  2097. Private mLoading As Boolean
  2098. '"搜索"
  2099. Private mSearchEgnCount As Long
  2100. Private mSearchEgn() As UrlSimpleInfo   'begin from 1
  2101. 'mul"搜索"
  2102. Private mMulSearch() As typMulSearchEngine
  2103. Private mMulSearchCount As Long
  2104. '插件
  2105. Private Type mTypePlugindata
  2106.     Title As String
  2107.     Command As String
  2108.     Param As String
  2109.     VisInMenu As Boolean
  2110. End Type
  2111. Private WithEvents mPluginControls As cListMove
  2112. Attribute mPluginControls.VB_VarHelpID = -1
  2113. Private mPlugins() As mTypePlugindata
  2114. Private mPluginCnt&
  2115. '插件,sideband
  2116. Private mPlugins_SideBand() As mTypePlugindata
  2117. Private mPlugins_SBCnt As Long
  2118. '收藏夹选项(数据)
  2119. Private m_FavoriteUseDefaultPath&     '是否用ie默认路径
  2120. Private m_FavoriteCustomPath$         '自定义的路径
  2121. Private m_FavoriteSinglLineMenu&      '单列菜单
  2122. Private m_FavoriteShowHidden&         '显示隐藏文件
  2123. 'common controls
  2124. 'main tab
  2125. Private WithEvents m_cTabMain As cTabControl32
  2126. Attribute m_cTabMain.VB_VarHelpID = -1
  2127. 'mouse tab
  2128. Private WithEvents m_cTabMouse As cTabControl32
  2129. Attribute m_cTabMouse.VB_VarHelpID = -1
  2130. 'search egn lvw
  2131. Private WithEvents m_cLvwSearchBar As cSysListView32
  2132. Attribute m_cLvwSearchBar.VB_VarHelpID = -1
  2133.     Private m_Sch_ChangeLock As Boolean
  2134. 'mouse hand lvw
  2135. Private WithEvents m_cLvwMouseHand As cSysListView32
  2136. Attribute m_cLvwMouseHand.VB_VarHelpID = -1
  2137. 'plugin tab
  2138. Private WithEvents m_cTabPluginTypes As cTabControl32
  2139. Attribute m_cTabPluginTypes.VB_VarHelpID = -1
  2140. Private Sub chkDownShowDlg_Click()
  2141. gShowDownDlg = chkDownShowDlg.Value
  2142. End Sub
  2143. Private Sub chkDownUseTool_Click()
  2144. gUseDownTool = chkDownUseTool.Value
  2145. cmbDownTools.Enabled = (gUseDownTool = 1)
  2146. End Sub
  2147. Private Sub chkDragLink_Click()
  2148. EnableDragLink = chkDragLink.Value
  2149. End Sub
  2150. Private Sub chkFavorite_Showhidden_Click()
  2151. m_FavoriteShowHidden = chkFavorite_Showhidden.Value
  2152. End Sub
  2153. Private Sub chkFavorite_SinglLine_Click()
  2154. m_FavoriteSinglLineMenu = chkFavorite_SinglLine.Value
  2155. End Sub
  2156. Private Sub chkFliterEnable_Click()
  2157. EnableUrlFilter = chkFliterEnable.Value
  2158. End Sub
  2159. Private Sub chkGDlctl_Click(index As Integer)
  2160. Dim tValue As Boolean
  2161. tValue = (chkGDlctl(index).Value = 1)
  2162. Select Case index
  2163.     Case 0
  2164.         gDL_Image = tValue
  2165.     Case 1
  2166.         gDL_BgSound = tValue
  2167.     Case 2
  2168.         gDL_Video = tValue
  2169.     Case 3
  2170.         gDL_Script = tValue
  2171.     Case 4
  2172.         gDL_ActiveX = tValue
  2173.     Case 5
  2174.         gDL_JavaApplet = tValue
  2175.     Case 6
  2176.         gDl_DlActiveX = tValue
  2177. End Select
  2178. End Sub
  2179. Private Sub chkInvertDir_Click()
  2180. RollInvert = chkInvertDir.Value
  2181. End Sub
  2182. Private Sub chkPageRuleDlctl_Click(index As Integer)
  2183. Dim tIndex&
  2184. Dim tValue As Boolean
  2185. tIndex = lstPageRuleList.ListIndex
  2186. If tIndex >= 0 Then
  2187. '    If chkPageRuleDlctl(index).Value = 1 Then
  2188. '        tValue = True
  2189. '    Else
  2190. '        tValue = False
  2191. '    End If
  2192.     tValue = (chkPageRuleDlctl(index).Value = 1)
  2193.     
  2194.     With mPageRule(tIndex + 1)
  2195.         Select Case index
  2196.             Case 0
  2197.                 .DL_Image = tValue
  2198.             Case 1
  2199.                 .DL_BgSound = tValue
  2200.             Case 2
  2201.                 .DL_Video = tValue
  2202.             Case 3
  2203.                 .DL_Script = tValue
  2204.             Case 4
  2205.                 .DL_ActiveX = tValue
  2206.             Case 5
  2207.                 .DL_JavaApplet = tValue
  2208.         End Select
  2209.     End With
  2210. End If
  2211. End Sub
  2212. Private Sub chkPageRuleEnable_Click()
  2213. gEnablePageRule = chkPageRuleEnable.Value
  2214. End Sub
  2215. Private Sub chkPageRuleForceChange_Click()
  2216. Dim tIndex&
  2217. tIndex = lstPageRuleList.ListIndex
  2218. If tIndex >= 0 Then
  2219.     mPageRule(tIndex + 1).ForceChange = _
  2220.             (chkPageRuleForceChange.Value = 1)
  2221. End If
  2222. End Sub
  2223. Private Sub chkPageRuleInherit_Click()
  2224. Dim tIndex&
  2225. tIndex = lstPageRuleList.ListIndex
  2226. If tIndex >= 0 Then
  2227.     mPageRule(tIndex + 1).Inherit = _
  2228.         (chkPageRuleInherit.Value = 1)
  2229. End If
  2230. End Sub
  2231. Private Sub chkPageRuleOpenNew_Click()
  2232. Dim tIndex&
  2233. tIndex = lstPageRuleList.ListIndex
  2234. If tIndex >= 0 Then
  2235.     mPageRule(tIndex + 1).AllwaysOpenNew = _
  2236.         (chkPageRuleOpenNew.Value = 1)
  2237. End If
  2238. End Sub
  2239. 'Private Sub chkPvnPop_Click()
  2240. 'PreventPopWindow = chkPvnPop.Value
  2241. 'Dim tFm As Form
  2242. 'For Each tFm In Forms
  2243. '    If TypeOf tFm Is frmBrowser Then
  2244. '        tFm.mPvnPop = PreventPopWindow
  2245. '    End If
  2246. 'Next
  2247. 'End Sub
  2248. Private Sub chkSaveWhenExit_Click()
  2249. SaveWhenExit = chkSaveWhenExit.Value
  2250. End Sub
  2251. Private Sub cmbDownTools_Click()
  2252. gDownToolIndex = cmbDownTools.ListIndex + 1
  2253. End Sub
  2254. Private Sub cmbMouseEventLeftRight_Click()
  2255. mouse_event_leftright.InsideIndex = cmbMouseEventLeftRight.ListIndex
  2256. End Sub
  2257. Private Sub cmbMouseEventRightLeft_Click()
  2258. mouse_event_rightleft.InsideIndex = cmbMouseEventRightLeft.ListIndex
  2259. End Sub
  2260. Private Sub cmbMouseHandEventList_Click()
  2261. Dim tItem&
  2262. Dim tObj As cCallByName
  2263. tItem = m_cLvwMouseHand.GetNextItem(-1, LVNI_SELECTED)
  2264. If tItem >= 0 Then
  2265.     Set tObj = MouseHand.GetCallObject_ByIndex(tItem + 1)
  2266.     If Not tObj Is Nothing Then
  2267.         If tObj.InsideIndex = tObj.GetPluginIndex Then
  2268.             tObj.PluginIndex = cmbMouseHandEventList.ListIndex + 1
  2269.             m_cLvwMouseHand.SetItemText tObj.EventText, tItem, 1
  2270.         Else
  2271.             tObj.InsideIndex = cmbMouseHandEventList.ListIndex
  2272.             m_cLvwMouseHand.SetItemText tObj.EventText, tItem, 1
  2273.         End If
  2274.     End If
  2275. End If
  2276. 'Dim tItem As MSComctlLib.ListItem
  2277. 'Dim tObj As cCallByName
  2278. 'Set tItem = lvwMouseHand.SelectedItem
  2279. 'If Not tItem Is Nothing Then
  2280. '    Set tObj = MouseHand.GetCallObject_ByIndex(tItem.index)
  2281. '    If Not tObj Is Nothing Then
  2282. '        Debug.Print tObj.InsideIndex = tObj.GetPluginIndex ' GetScriptIndex
  2283. '        'If tObj.InsideIndex = tObj.GetScriptIndex Then
  2284. '        If tObj.InsideIndex = tObj.GetPluginIndex Then
  2285. '            'tObj.ScriptIndex = cmbMouseHandEventList.ListIndex + 1
  2286. '            tObj.PluginIndex = cmbMouseHandEventList.ListIndex + 1
  2287. '            tItem.SubItems(1) = tObj.EventText
  2288. '        Else
  2289. '            tObj.InsideIndex = cmbMouseHandEventList.ListIndex
  2290. '            tItem.SubItems(1) = tObj.EventText
  2291. '        End If
  2292. '        Debug.Print tObj.EventText
  2293. '    End If
  2294. 'End If
  2295. End Sub
  2296. Private Sub cmbMouseHandEventType_Click()
  2297. Dim tItem&
  2298. Dim tObj As cCallByName
  2299. tItem = m_cLvwMouseHand.GetNextItem(-1, LVNI_SELECTED)
  2300. If tItem >= 0 Then
  2301.     Set tObj = MouseHand.GetCallObject_ByIndex(tItem + 1)
  2302.     If Not tObj Is Nothing Then
  2303.         Select Case cmbMouseHandEventType.ListIndex
  2304.             Case 0
  2305.                 If tObj.InsideIndex = tObj.GetPluginIndex Then
  2306.                     Call ShowInCombo_Order
  2307.                     tObj.InsideIndex = 0
  2308.                     m_cLvwMouseHand.SetItemText tObj.EventText, tItem, 1
  2309.                     cmbMouseHandEventList.ListIndex = tObj.InsideIndex
  2310.                 End If
  2311.             Case 1
  2312.                 If tObj.InsideIndex <> tObj.GetPluginIndex Then
  2313.                     Call ShowInCombo_Plugin
  2314.                     tObj.InsideIndex = 100
  2315.                     If gPluginCnt > 0 Then
  2316.                         tObj.PluginIndex = 1
  2317.                     Else
  2318.                         tObj.PluginIndex = 0
  2319.                     End If
  2320.                     cmbMouseHandEventList.ListIndex = tObj.PluginIndex - 1
  2321.                     m_cLvwMouseHand.SetItemText tObj.EventText, tItem, 1
  2322.                 End If
  2323.         End Select
  2324.     End If
  2325. End If
  2326. 'Dim tItem As MSComctlLib.ListItem
  2327. 'Dim tObj As cCallByName
  2328. 'Set tItem = lvwMouseHand.SelectedItem
  2329. 'If Not tItem Is Nothing Then
  2330. '    Set tObj = MouseHand.GetCallObject_ByIndex(tItem.index)
  2331. '    If Not tObj Is Nothing Then
  2332. '        Select Case cmbMouseHandEventType.ListIndex
  2333. '            Case 0
  2334. '                'If tObj.InsideIndex = tObj.GetScriptIndex Then
  2335. '                If tObj.InsideIndex = tObj.GetPluginIndex Then
  2336. '                    Call ShowInCombo_Order
  2337. '                    tObj.InsideIndex = 0
  2338. '                    tItem.SubItems(1) = tObj.EventText
  2339. '                    cmbMouseHandEventList.ListIndex = tObj.InsideIndex
  2340. '                End If
  2341. '            Case 1
  2342. '                'If tObj.InsideIndex <> tObj.GetScriptIndex Then
  2343. '                If tObj.InsideIndex <> tObj.GetPluginIndex Then
  2344. '                    'Call ShowInCombo_Script
  2345. '                    Call ShowInCombo_Plugin
  2346. '                    tObj.InsideIndex = 100 ' tObj.GetScriptIndex
  2347. '                    If gPluginCnt > 0 Then
  2348. '                        tObj.PluginIndex = 1
  2349. '                    Else
  2350. '                        tObj.PluginIndex = 0
  2351. '                    End If
  2352. ''                    If gScriptCnt > 0 Then
  2353. ''                        tObj.ScriptIndex = 1
  2354. ''                    Else
  2355. ''                        tObj.ScriptIndex = 0
  2356. ''                    End If
  2357. '                    'cmbMouseHandEventList.ListIndex = tObj.ScriptIndex - 1
  2358. '                    cmbMouseHandEventList.ListIndex = tObj.PluginIndex - 1
  2359. '                    Debug.Print tObj.InsideIndex
  2360. '                    tItem.SubItems(1) = tObj.EventText
  2361. '                End If
  2362. '        End Select
  2363. '    End If
  2364. 'End If
  2365. End Sub
  2366. Private Sub cmbPageRuleAuitpPrv_Click()
  2367. Dim tIndex&
  2368. tIndex = lstPageRuleList.ListIndex
  2369. If tIndex >= 0 Then
  2370.     mPageRule(tIndex + 1).AutoPreventPop = cmbPageRuleAuitpPrv.ListIndex
  2371. End If
  2372. End Sub
  2373. Private Sub cmbSearchbarMulegn_Click()
  2374. Dim tIndex&, i&
  2375. tIndex = cmbSearchbarMulegn.ListIndex + 1
  2376. With mMulSearch(tIndex)
  2377.     If mSearchEgnCount > .Count Then
  2378.         .Count = mSearchEgnCount
  2379.         ReDim Preserve .UseMul(0 To .Count)
  2380.     End If
  2381.     For i = 1 To .Count
  2382.         'lvwSearchBar.ListItems(i).Checked = .UseMul(i)
  2383.         Call m_cLvwSearchBar.CheckItem(.UseMul(i), i - 1)
  2384.     Next i
  2385. End With
  2386. End Sub
  2387. Private Sub cmdAddFliter_Click()
  2388. Dim i&, cnt&
  2389. Dim tstr$, canAdd As Boolean
  2390. canAdd = True
  2391. tstr = LCase(Trim$(txtAddFliter.Text))
  2392. If tstr <> "" Then
  2393.     cnt = lstFliterList.ListCount
  2394.     For i = 0 To cnt - 1
  2395.         If tstr = lstFliterList.List(i) Then
  2396.             canAdd = False
  2397.             Exit For
  2398.         End If
  2399.     Next i
  2400.     If canAdd Then lstFliterList.AddItem tstr
  2401.     Call Show_Listbox_HScrollebar(lstFliterList)
  2402. End If
  2403. End Sub
  2404. Private Sub cmdDelFliter_Click()
  2405. On Error Resume Next
  2406. If lstFliterList.ListIndex >= 0 Then
  2407.     lstFliterList.RemoveItem lstFliterList.ListIndex
  2408.     lstFliterList.ListIndex = 0
  2409. End If
  2410. Call Show_Listbox_HScrollebar(lstFliterList)
  2411. End Sub
  2412. Private Sub cmdDragDropImageBrowse_Click()
  2413. Dim newFolder As String
  2414. Call BrowseForFolder(newFolder, , Me.hWnd)
  2415. If newFolder <> "" Then
  2416.     txtDragDropImageSavePath.Text = newFolder
  2417. End If
  2418. End Sub
  2419. Private Sub cmdDragDropImage_Click(index As Integer)
  2420. Call ChangeDragDropSetup(txtDragDropImage(index), gDDEventImage(index))
  2421. End Sub
  2422. Private Sub cmdDragDropLink_Click(index As Integer)
  2423. Call ChangeDragDropSetup(txtDragDropLink(index), gDDEventLink(index))
  2424. End Sub
  2425. Private Sub cmdDragDropText_Click(index As Integer)
  2426. Call ChangeDragDropSetup(txtDragDropText(index), gDDEventText(index))
  2427. End Sub
  2428. Private Sub cmdDragDropTextBrowse_Click()
  2429. Dim newFolder As String
  2430. Call BrowseForFolder(newFolder, , Me.hWnd)
  2431. If newFolder <> "" Then
  2432.     txtDragDropTextSavePath.Text = newFolder
  2433. End If
  2434. End Sub
  2435. Private Sub cmdEditFilter_Click()
  2436. Dim tstr$
  2437. If lstFliterList.SelCount > 0 Then
  2438.     tstr = Trim$(LCase(txtAddFliter.Text))
  2439.     If tstr <> "" Then
  2440.         lstFliterList.List(lstFliterList.ListIndex) = tstr
  2441.     End If
  2442. End If
  2443. End Sub
  2444. Private Sub cmdFavorite_Apply_Click()
  2445. If m_FavoriteUseDefaultPath = 0 Then
  2446.     If Not FileExist(m_FavoriteCustomPath, False) Then
  2447.         m_FavoriteUseDefaultPath = 1
  2448.         optFavorite_Path_Default.Value = True
  2449.         MsgBox "路径不存在,改为使用ie默认", vbInformation Or vbOKOnly
  2450.     End If
  2451. End If
  2452. gFavoriteUseDefaultPath = m_FavoriteUseDefaultPath
  2453. gFavoriteCustomPath = m_FavoriteCustomPath$
  2454. gFavoriteSinglLineMenu = m_FavoriteSinglLineMenu
  2455. gFavoriteShowHidden = m_FavoriteShowHidden
  2456. Call gMainForm.RefreshFavorite
  2457. End Sub
  2458. Private Sub cmdFavorite_Browse_Click()
  2459. Dim newFolder As String
  2460. Call BrowseForFolder(newFolder, , Me.hWnd)
  2461. If newFolder <> "" Then
  2462.     txtFavorite_Path.Text = newFolder
  2463. End If
  2464. End Sub
  2465. 'Private Sub cmdExtoolAdd_Click()
  2466. 'mExToolsCount = mExToolsCount + 1
  2467. 'ReDim Preserve mExTools(0 To mExToolsCount)
  2468. 'With mExTools(mExToolsCount)
  2469. '    .Caption = "New"
  2470. '    .Param = ""
  2471. '    .path = ""
  2472. '    lvwExtoolListall.ListItems.Add , , .Caption
  2473. 'End With
  2474. 'lvwExtoolListall.ListItems(mExToolsCount).Selected = True
  2475. 'Call ClickExtoolItem(mExToolsCount)
  2476. 'End Sub
  2477. 'Private Sub cmdExtoolBrowse_Click()
  2478. 'Dim tOpen As OpenSaveDlg
  2479. 'Set tOpen = New OpenSaveDlg
  2480. 'With tOpen
  2481. '    .Filter = "*.exe|*.exe|*.*|*.*"
  2482. '    If .ShowOpen(Me.hwnd) Then
  2483. '        txtExtoolPath.Text = .FileName
  2484. '    End If
  2485. 'End With
  2486. '
  2487. 'End Sub