📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form form4
BorderStyle = 3 'Fixed Dialog
ClientHeight = 5250
ClientLeft = 45
ClientTop = 330
ClientWidth = 9045
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5250
ScaleWidth = 9045
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.TextBox txtItem
Height = 270
Index = 10
Left = 1440
MaxLength = 20
TabIndex = 28
Top = 3960
Width = 2172
End
Begin VB.TextBox txtItem
Height = 270
Index = 9
Left = 5760
MaxLength = 20
TabIndex = 26
Top = 3480
Width = 2172
End
Begin VB.TextBox txtItem
Height = 270
Index = 8
Left = 1440
MaxLength = 10
TabIndex = 24
Top = 3480
Width = 2172
End
Begin VB.CommandButton cmd
Caption = "保存 (&S)"
Height = 375
Left = 2880
TabIndex = 23
Top = 4440
Width = 1215
End
Begin VB.Frame Frame2
Caption = "产品信息"
Height = 3015
Left = 4560
TabIndex = 14
Top = 360
Width = 3975
Begin VB.ComboBox Combo2
Height = 300
Left = 1440
TabIndex = 18
Top = 360
Width = 2175
End
Begin VB.TextBox txtItem
Height = 390
Index = 7
Left = 1440
MaxLength = 20
TabIndex = 17
Top = 2040
Width = 2172
End
Begin VB.TextBox txtItem
Height = 390
Index = 6
Left = 1440
MaxLength = 20
TabIndex = 16
Top = 1440
Width = 2175
End
Begin VB.TextBox txtItem
Height = 375
Index = 5
Left = 1440
MaxLength = 20
TabIndex = 15
Top = 840
Width = 2175
End
Begin VB.Label Label2
Caption = "库存量"
Height = 255
Index = 11
Left = 240
TabIndex = 22
Top = 2160
Width = 735
End
Begin VB.Label Label2
Caption = "产品名称"
Height = 255
Index = 9
Left = 240
TabIndex = 21
Top = 960
Width = 735
End
Begin VB.Label Label2
Caption = "产品编号"
Height = 255
Index = 8
Left = 240
TabIndex = 20
Top = 480
Width = 855
End
Begin VB.Label Label2
Caption = "价 格"
Height = 255
Index = 10
Left = 240
TabIndex = 19
Top = 1560
Width = 615
End
End
Begin VB.Frame Frame1
Caption = "销售商信息"
Height = 2895
Left = 240
TabIndex = 1
Top = 360
Width = 3975
Begin VB.TextBox txtItem
Height = 270
Index = 0
Left = 1200
MaxLength = 20
TabIndex = 7
Top = 960
Width = 2175
End
Begin VB.TextBox txtItem
Height = 270
Index = 1
Left = 1200
MaxLength = 20
TabIndex = 6
Top = 1320
Width = 2175
End
Begin VB.TextBox txtItem
Height = 270
Index = 2
Left = 1200
MaxLength = 20
TabIndex = 5
Top = 1680
Width = 2172
End
Begin VB.TextBox txtItem
Height = 270
Index = 3
Left = 1200
MaxLength = 10
TabIndex = 4
Top = 2040
Width = 2175
End
Begin VB.TextBox txtItem
Height = 270
Index = 4
Left = 1200
MaxLength = 50
MultiLine = -1 'True
TabIndex = 3
Top = 2400
Width = 2172
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1200
TabIndex = 2
Top = 480
Width = 2175
End
Begin VB.Label Label2
Caption = "地 区"
Height = 255
Index = 2
Left = 240
TabIndex = 13
Top = 1320
Width = 615
End
Begin VB.Label Label2
Caption = "销售商编号"
Height = 255
Index = 0
Left = 120
TabIndex = 12
Top = 600
Width = 975
End
Begin VB.Label Label2
Caption = "销售商名称"
Height = 255
Index = 1
Left = 120
TabIndex = 11
Top = 960
Width = 975
End
Begin VB.Label Label2
Caption = "负责人"
Height = 255
Index = 3
Left = 240
TabIndex = 10
Top = 1680
Width = 615
End
Begin VB.Label Label2
Caption = "电 话"
Height = 255
Index = 4
Left = 240
TabIndex = 9
Top = 2040
Width = 615
End
Begin VB.Label Label2
Caption = "备 注"
Height = 255
Index = 5
Left = 240
TabIndex = 8
Top = 2400
Width = 615
End
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -