📄 frminfo.frm
字号:
VERSION 5.00
Begin VB.Form frmInfo
BorderStyle = 4 'Fixed ToolWindow
Caption = "版本信息"
ClientHeight = 3195
ClientLeft = 45
ClientTop = 270
ClientWidth = 4770
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4770
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdOK
Caption = "确定(&O)"
Height = 375
Left = 3450
TabIndex = 0
Top = 2610
Width = 1095
End
Begin VB.Label Label6
Caption = "网址:http://www.hznewinfo.com.cn"
Height = 225
Left = 780
TabIndex = 6
Top = 2100
Width = 3195
End
Begin VB.Label Label5
Caption = "联系电话:2160715,2160716,2160717"
Height = 195
Left = 780
TabIndex = 5
Top = 1770
Width = 3195
End
Begin VB.Label Label4
Caption = "公司地址:惠州市下埔大道14号华商大厦12楼"
Height = 195
Left = 780
TabIndex = 4
Top = 1470
Width = 3705
End
Begin VB.Label Label3
Caption = "版权所有:惠州佳讯科技有限公司"
Height = 195
Left = 780
TabIndex = 3
Top = 1170
Width = 3735
End
Begin VB.Label Label2
Caption = "版本2.0"
Height = 255
Left = 1770
TabIndex = 2
Top = 570
Width = 765
End
Begin VB.Label Label1
Caption = "税控开票管理系统"
Height = 225
Left = 1440
TabIndex = 1
Top = 270
Width = 1515
End
End
Attribute VB_Name = "frmInfo"
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 + -