📄 frmgy.frm
字号:
VERSION 5.00
Begin VB.Form FrmGY
Caption = "关于"
ClientHeight = 3000
ClientLeft = 60
ClientTop = 345
ClientWidth = 4440
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3000
ScaleWidth = 4440
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton CmdOK
BackColor = &H0000FF00&
Caption = "确 定"
Height = 375
Left = 810
Style = 1 'Graphical
TabIndex = 1
Top = 2160
Width = 1065
End
Begin VB.CommandButton Command1
BackColor = &H000000FF&
Caption = "退 出"
Height = 375
Left = 2550
Style = 1 'Graphical
TabIndex = 0
Top = 2160
Width = 1065
End
Begin VB.Label Label1
Caption = " 太阳能电池监控系统"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 375
Left = 720
TabIndex = 4
Top = 360
Width = 2895
End
Begin VB.Label Label2
Caption = "V6.0版"
ForeColor = &H00FF0000&
Height = 225
Left = 2430
TabIndex = 3
Top = 810
Width = 1185
End
Begin VB.Label Label3
Caption = "天制通信版权所有2003-2010"
Height = 255
Left = 1350
TabIndex = 2
Top = 1440
Width = 2265
End
End
Attribute VB_Name = "FrmGY"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOK_Click()
On Error Resume Next
Unload Me
End Sub
Private Sub Command1_Click()
On Error Resume Next
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -