📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BorderStyle = 3 'Fixed Dialog
Caption = "个人所得税计算程序[英杰工作室]"
ClientHeight = 2505
ClientLeft = 45
ClientTop = 330
ClientWidth = 5865
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2505
ScaleWidth = 5865
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 4680
TabIndex = 2
Top = 1080
Width = 975
End
Begin VB.Label lblDisclaimer
Caption = "警告:此为免费资源,你可以自由拷贝和传播,但请注明出处,谢谢! "
ForeColor = &H00000000&
Height = 585
Left = 240
TabIndex = 1
Top = 240
Width = 3855
End
Begin VB.Label Label1
Caption = $"Frmabout.frx":0000
Height = 735
Left = 360
TabIndex = 0
Top = 1200
Width = 3975
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload frmabout
frmgrsd.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -