?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmabout
BackColor = &H0080FF80&
Caption = "關于"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "確定"
Height = 375
Left = 3480
TabIndex = 3
Top = 2400
Width = 975
End
Begin VB.Label Label4
BackColor = &H0080FF80&
Caption = "開發者:山西大學電子商務研究小組"
Height = 330
Left = 1365
TabIndex = 4
Top = 1890
Width = 3060
End
Begin VB.Line Line1
X1 = 0
X2 = 4680
Y1 = 2280
Y2 = 2280
End
Begin VB.Label Label3
BackColor = &H0080FF80&
Caption = "系統說明"
Height = 285
Left = 1800
TabIndex = 2
Top = 1440
Width = 1815
End
Begin VB.Label Label2
BackColor = &H0080FF80&
Caption = "版本1.0.0"
Height = 495
Left = 1800
TabIndex = 1
Top = 840
Width = 1695
End
Begin VB.Label Label1
BackColor = &H0080FF80&
Caption = "倉庫管理系統"
Height = 375
Left = 1800
TabIndex = 0
Top = 360
Width = 1575
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 Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -