📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "PaveHash"
ClientHeight = 3060
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 5415
ClipControls = 0 'False
FillColor = &H0080FFFF&
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2112.066
ScaleMode = 0 'User
ScaleWidth = 5084.965
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 345
Left = 1920
TabIndex = 0
Top = 2520
Width = 1260
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 84.515
X2 = 5309.398
Y1 = 993.914
Y2 = 993.914
End
Begin VB.Label lblDescription
Caption = $"frmAbout.frx":0000
ForeColor = &H00000000&
Height = 810
Left = 720
TabIndex = 1
Top = 480
Width = 3885
End
Begin VB.Label lblTitle
Caption = "PaveHash v 1.0"
ForeColor = &H00000000&
Height = 240
Left = 1920
TabIndex = 3
Top = 240
Width = 1245
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 98.6
X2 = 5309.398
Y1 = 993.914
Y2 = 993.914
End
Begin VB.Label lblDisclaimer
Caption = $"frmAbout.frx":00BA
ForeColor = &H00000000&
Height = 825
Left = 720
TabIndex = 2
Top = 1560
Width = 3870
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -