⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fsetopts.frm

📁 VB鼠标滚轮,在VB中使用的鼠标滚轮。编译到系统目录下即可。这是一个VB的插件。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form fSetOpts 
   BackColor       =   &H00E0E0E0&
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "x"
   ClientHeight    =   2700
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4380
   ControlBox      =   0   'False
   ForeColor       =   &H00E0E0E0&
   Icon            =   "fSetOpts.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2700
   ScaleWidth      =   4380
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton btCAO 
      Caption         =   "&Save"
      Height          =   405
      Index           =   3
      Left            =   3225
      TabIndex        =   11
      ToolTipText     =   "Apply and save settings"
      Top             =   1080
      Width           =   915
   End
   Begin VB.CommandButton btCAO 
      Caption         =   "OK"
      Default         =   -1  'True
      Height          =   420
      Index           =   2
      Left            =   3225
      TabIndex        =   10
      ToolTipText     =   "Apply settings and close box"
      Top             =   2100
      Width           =   915
   End
   Begin VB.CommandButton btCAO 
      Caption         =   "&Apply"
      Height          =   405
      Index           =   1
      Left            =   3225
      TabIndex        =   9
      ToolTipText     =   "Apply settings"
      Top             =   1590
      Width           =   915
   End
   Begin VB.CommandButton btCAO 
      Cancel          =   -1  'True
      Caption         =   "&Cancel"
      CausesValidation=   0   'False
      Height          =   405
      Index           =   0
      Left            =   3225
      TabIndex        =   8
      Top             =   555
      Width           =   915
   End
   Begin VB.Frame frScroll 
      BackColor       =   &H00E0E0E0&
      Caption         =   "&Lines to scroll"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   1290
      Left            =   180
      TabIndex        =   0
      Top             =   465
      Width           =   2805
      Begin VB.OptionButton opPage 
         BackColor       =   &H00E0E0E0&
         Caption         =   "&Whole Page"
         CausesValidation=   0   'False
         ForeColor       =   &H00000080&
         Height          =   285
         Left            =   195
         TabIndex        =   3
         Top             =   930
         Width           =   1200
      End
      Begin VB.OptionButton opHalfPage 
         BackColor       =   &H00E0E0E0&
         Caption         =   "[set at runtime]"
         CausesValidation=   0   'False
         ForeColor       =   &H00000080&
         Height          =   285
         Left            =   195
         TabIndex        =   4
         Top             =   615
         Width           =   2370
      End
      Begin VB.OptionButton opAbsValue 
         BackColor       =   &H00E0E0E0&
         Caption         =   "&Enter number of lines:"
         ForeColor       =   &H00000080&
         Height          =   315
         Left            =   195
         TabIndex        =   1
         Top             =   300
         Width           =   1845
      End
      Begin VB.TextBox txLines 
         Alignment       =   2  'Center
         ForeColor       =   &H00000080&
         Height          =   240
         Left            =   2085
         MaxLength       =   2
         TabIndex        =   2
         ToolTipText     =   "1 thru 99"
         Top             =   285
         Width           =   495
      End
   End
   Begin VB.Frame frSmooth 
      BackColor       =   &H00E0E0E0&
      Caption         =   "S&mooth scrolling"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00800000&
      Height          =   645
      Left            =   180
      TabIndex        =   5
      Top             =   1890
      Width           =   2805
      Begin VB.OptionButton opOff 
         BackColor       =   &H00E0E0E0&
         Caption         =   "&Off"
         ForeColor       =   &H00800000&
         Height          =   195
         Left            =   2085
         TabIndex        =   7
         Top             =   300
         Width           =   615
      End
      Begin VB.OptionButton opOn 
         BackColor       =   &H00E0E0E0&
         Caption         =   "&On"
         ForeColor       =   &H00800000&
         Height          =   210
         Left            =   195
         TabIndex        =   6
         Top             =   300
         Width           =   525
      End
   End
   Begin VB.Label lb 
      Alignment       =   2  'Center
      BackColor       =   &H00000000&
      BackStyle       =   0  'Transparent
      Caption         =   "

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -