?? frmgyxt.frm
字號:
VERSION 5.00
Begin VB.Form frmGYXT
BorderStyle = 1 'Fixed Single
Caption = "關于"
ClientHeight = 5160
ClientLeft = 45
ClientTop = 435
ClientWidth = 8355
Icon = "frmGYXT.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmGYXT.frx":29C12
ScaleHeight = 5160
ScaleWidth = 8355
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "確 定"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5640
TabIndex = 3
Top = 4080
Width = 1815
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "本程序僅供學習用,版權所有,違者必究"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1560
TabIndex = 4
Top = 3120
Width = 5415
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "V1.0.0Bata"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 3840
TabIndex = 2
Top = 1560
Width = 2055
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "版本:"
BeginProperty Font
Name = "宋體"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3000
TabIndex = 1
Top = 1560
Width = 975
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "加油站管理系統"
BeginProperty Font
Name = "隸書"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 2640
TabIndex = 0
Top = 600
Width = 3615
End
Begin VB.Image Image1
Height = 1335
Left = 480
Picture = "frmGYXT.frx":40063
Stretch = -1 'True
Top = 720
Width = 1455
End
End
Attribute VB_Name = "frmGYXT"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label5_Click()
End Sub
Private Sub Command1_Click()
frmMain.Show
frmMain.Enabled = True
Unload Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
frmMain.Enabled = True
frmMain.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -