📄 查询.frm
字号:
VERSION 5.00
Begin VB.Form 查询
Caption = "查询"
ClientHeight = 3375
ClientLeft = 165
ClientTop = 870
ClientWidth = 7785
LinkTopic = "Form1"
ScaleHeight = 3375
ScaleWidth = 7785
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
Height = 495
Left = 6000
TabIndex = 2
Top = 2640
Width = 1455
End
Begin VB.Label Label2
Caption = "你好!"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 360
TabIndex = 1
Top = 360
Width = 1935
End
Begin VB.Label Label1
BeginProperty Font
Name = "楷体_GB2312"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 2520
TabIndex = 0
Top = 0
Width = 2895
End
Begin VB.Menu 退货
Caption = "查看退货情况"
Begin VB.Menu qk
Caption = "退货情况"
End
End
Begin VB.Menu cx
Caption = "查询"
Begin VB.Menu bh
Caption = "按卡号查询"
End
Begin VB.Menu mc
Caption = "按名称查询"
End
End
End
Attribute VB_Name = "查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub bh_Click()
Unload 查询
编号查询.Show
End Sub
Private Sub Command1_Click()
Unload 查询
电信进销存管理系统.Show
End Sub
Private Sub Form_Load()
Label1.Caption = UserName
End Sub
Private Sub mc_Click()
Unload 查询
名称查询.Show
End Sub
Private Sub qk_Click()
Unload 查询
退货情况.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -