📄 供应商信息查询.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form 供应商信息查询
BorderStyle = 1 'Fixed Single
Caption = "供应商信息查询"
ClientHeight = 4995
ClientLeft = 45
ClientTop = 435
ClientWidth = 8025
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4995
ScaleWidth = 8025
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 4560
TabIndex = 7
Top = 4080
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1680
TabIndex = 6
Top = 4080
Width = 1335
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Height = 2415
Left = 480
TabIndex = 5
Top = 1440
Width = 7095
_ExtentX = 12515
_ExtentY = 4260
_Version = 393216
End
Begin VB.Frame Frame1
Caption = "查询"
Height = 975
Left = 480
TabIndex = 0
Top = 240
Width = 7095
Begin VB.TextBox Text2
Height = 375
Left = 4320
TabIndex = 4
Top = 360
Width = 2055
End
Begin VB.TextBox Text1
Height = 375
Left = 1320
TabIndex = 2
Top = 360
Width = 1815
End
Begin VB.Label Label2
Caption = "供应商姓名"
Height = 255
Left = 3240
TabIndex = 3
Top = 480
Width = 1095
End
Begin VB.Label Label1
Caption = "供应商编号"
Height = 375
Left = 360
TabIndex = 1
Top = 480
Width = 975
End
End
End
Attribute VB_Name = "供应商信息查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -