📄 fox-infofrmoptions.frm
字号:
VERSION 5.00
Begin VB.Form frmOptions
BorderStyle = 1 'Fixed Single
Caption = "狐狸硬件信息 v 1.0 选项设置"
ClientHeight = 5190
ClientLeft = 45
ClientTop = 435
ClientWidth = 7575
Icon = "Fox-InfofrmOptions.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5190
ScaleWidth = 7575
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确定(&O)"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2880
TabIndex = 15
Top = 4440
Width = 1815
End
Begin VB.Frame Frame1
Caption = "更新速度 "
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2535
Left = 240
TabIndex = 8
Top = 1680
Width = 7095
Begin VB.ComboBox PagingFileUpdateSpeed
Height = 300
Left = 3240
TabIndex = 14
Text = "正常速度 ( 1000 毫秒 )"
Top = 1800
Width = 3375
End
Begin VB.ComboBox RamUpdateSpeed
Height = 300
Left = 3240
TabIndex = 12
Text = "正常速度 ( 1000 毫秒 )"
Top = 1200
Width = 3375
End
Begin VB.ComboBox CpuUpdateSpeed
Height = 300
Left = 3240
TabIndex = 10
Text = "正常速度 ( 1000 毫秒 )"
Top = 600
Width = 3375
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "页面文件更新速度颜色 :"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 240
TabIndex = 13
Top = 1800
Width = 2340
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "内存更新速度颜色 :"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 240
TabIndex = 11
Top = 1200
Width = 1920
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Cpu 更新速度颜色 :"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 240
TabIndex = 9
Top = 600
Width = 1980
End
End
Begin VB.PictureBox lblGrey
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
ForeColor = &H80000008&
Height = 495
Left = 5880
MouseIcon = "Fox-InfofrmOptions.frx":0ECA
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 7
Top = 960
Width = 495
End
Begin VB.PictureBox lblBlue
Appearance = 0 'Flat
BackColor = &H00FF0000&
ForeColor = &H80000008&
Height = 495
Left = 5280
MouseIcon = "Fox-InfofrmOptions.frx":101C
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 6
Top = 960
Width = 495
End
Begin VB.PictureBox lblYellow
Appearance = 0 'Flat
BackColor = &H0000FFFF&
ForeColor = &H80000008&
Height = 495
Left = 4680
MouseIcon = "Fox-InfofrmOptions.frx":116E
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 5
Top = 960
Width = 495
End
Begin VB.PictureBox lblRed
Appearance = 0 'Flat
BackColor = &H000000FF&
ForeColor = &H80000008&
Height = 495
Left = 4080
MouseIcon = "Fox-InfofrmOptions.frx":12C0
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 4
Top = 960
Width = 495
End
Begin VB.PictureBox lblWhite
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
ForeColor = &H80000008&
Height = 495
Left = 3480
MouseIcon = "Fox-InfofrmOptions.frx":1412
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 3
Top = 960
Width = 495
End
Begin VB.PictureBox lblGreen
Appearance = 0 'Flat
BackColor = &H0000FF00&
ForeColor = &H80000008&
Height = 495
Left = 2880
MouseIcon = "Fox-InfofrmOptions.frx":1564
MousePointer = 99 'Custom
ScaleHeight = 465
ScaleWidth = 465
TabIndex = 2
Top = 960
Width = 495
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "CPU 进度条颜色 :"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Left = 240
TabIndex = 1
Top = 1080
Width = 1770
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "选项设置"
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 2865
TabIndex = 0
Top = 120
Width = 1980
End
End
Attribute VB_Name = "frmOptions"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Option Explicit
Dim db As Database
Dim rs As Recordset
Dim WS As Workspace
Dim TMP
Dim DbFile
Dim PwdString
Private Sub TOPmostPOSITIONonSCREEN_Click()
TMP = SetTopMostWindow(frmOptions.hwnd, True)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -