📄 邮政编码.frm
字号:
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form2"
Picture = "邮政编码.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command3
Height = 885
Left = 9960
Picture = "邮政编码.frx":15F942
Style = 1 'Graphical
TabIndex = 2
ToolTipText = "返回"
Top = 7440
Width = 1305
End
Begin VB.CommandButton Command2
Height = 1455
Left = 6720
Picture = "邮政编码.frx":1630A4
Style = 1 'Graphical
TabIndex = 1
Top = 5760
Width = 2520
End
Begin VB.CommandButton Command1
Height = 1455
Left = 2520
Picture = "邮政编码.frx":16F162
Style = 1 'Graphical
TabIndex = 0
Top = 5760
Width = 2505
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 1215
Left = 1320
TabIndex = 3
Top = 1920
Width = 9135
End
End
Attribute VB_Name = "Form2"
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()
Form3.Show
Unload Me
End Sub
Private Sub Command3_Click()
Form1.Show
Unload Me
End Sub
Private Sub Label2_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -