?? frmabout.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "關(guān)于 工程1"
ClientHeight = 2670
ClientLeft = 4275
ClientTop = 3525
ClientWidth = 4920
ClipControls = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2670
ScaleWidth = 4920
ShowInTaskbar = 0 'False
Tag = "關(guān)于 工程1"
Begin VB.CommandButton cmdOK
Cancel = -1 'True
Caption = "確定"
Default = -1 'True
Height = 345
Left = 3360
TabIndex = 0
Tag = "確定"
Top = 2160
Width = 975
End
Begin VB.Image Image1
Height = 2775
Left = 0
Picture = "frmAbout.frx":0000
Stretch = -1 'True
Top = 0
Width = 1455
End
Begin VB.Label lblTitle
Caption = "城市污水排放監(jiān)控軟件"
ForeColor = &H00000000&
Height = 300
Left = 1800
TabIndex = 2
Tag = "應(yīng)用程序標(biāo)題"
Top = 360
Width = 2775
End
Begin VB.Label lblVersion
Caption = "版本"
Height = 225
Left = 1800
TabIndex = 1
Tag = "版本"
Top = 765
Width = 2775
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
lblVersion.Caption = "版本 V1.O "
End Sub
Private Sub cmdOK_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -