📄 国内国际资费.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BorderStyle = 0 'None
Caption = "Form5"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form5"
Picture = "国内国际资费.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command3
Height = 850
Left = 9840
Picture = "国内国际资费.frx":15F942
Style = 1 'Graphical
TabIndex = 2
ToolTipText = "返回"
Top = 7440
Width = 1185
End
Begin VB.CommandButton Command2
Height = 1470
Left = 2880
Picture = "国内国际资费.frx":1630A4
Style = 1 'Graphical
TabIndex = 1
Top = 5640
Width = 2520
End
Begin VB.CommandButton Command1
Height = 1470
Left = 6600
Picture = "国内国际资费.frx":16F4E6
Style = 1 'Graphical
TabIndex = 0
Top = 5640
Width = 2520
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 2055
Left = 1560
TabIndex = 3
Top = 960
Width = 7455
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form7.Show
Unload Me
End Sub
Private Sub Command2_Click()
Form6.Show
Unload Me
End Sub
Private Sub Command3_Click()
Form1.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -