📄 frmpicqry.frm
字号:
VERSION 5.00
Begin VB.Form Frmpicqry
Caption = "图片资料"
ClientHeight = 2700
ClientLeft = 60
ClientTop = 345
ClientWidth = 5040
LinkTopic = "Form1"
ScaleHeight = 2700
ScaleWidth = 5040
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmdexit
Cancel = -1 'True
Caption = "返 回"
Height = 375
Left = 3420
TabIndex = 8
Top = 2160
Width = 1005
End
Begin VB.TextBox txt价格
DataField = "价格"
DataMember = "picqry"
DataSource = "DataEnvironment1"
Height = 285
Left = 1275
TabIndex = 7
Top = 1695
Width = 3135
End
Begin VB.TextBox txt物料英文名称
DataField = "物料英文名称"
DataMember = "picqry"
DataSource = "DataEnvironment1"
Height = 285
Left = 1275
TabIndex = 5
Top = 1320
Width = 3375
End
Begin VB.TextBox txt物料名称
DataField = "物料名称"
DataMember = "picqry"
DataSource = "DataEnvironment1"
Height = 285
Left = 1305
TabIndex = 3
Top = 930
Width = 3375
End
Begin VB.TextBox txt物料编号
DataField = "物料编号"
DataMember = "picqry"
DataSource = "DataEnvironment1"
Height = 285
Left = 1275
TabIndex = 1
Top = 555
Width = 2640
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "价格:"
Height = 255
Index = 3
Left = -570
TabIndex = 6
Top = 1740
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "物料英文名称:"
Height = 255
Index = 2
Left = -570
TabIndex = 4
Top = 1365
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "物料名称:"
Height = 255
Index = 1
Left = -570
TabIndex = 2
Top = 975
Width = 1815
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "物料编号:"
Height = 255
Index = 0
Left = -570
TabIndex = 0
Top = 600
Width = 1815
End
End
Attribute VB_Name = "Frmpicqry"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Cmdexit_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -