📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form 进货更新
BorderStyle = 1 'Fixed Single
ClientHeight = 4440
ClientLeft = 45
ClientTop = 435
ClientWidth = 7665
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4440
ScaleWidth = 7665
Begin VB.Frame Frame2
Caption = "基本信息"
Height = 3495
Left = 240
TabIndex = 6
Top = 360
Width = 5175
Begin VB.TextBox Text8
Height = 1215
Left = 720
TabIndex = 22
Top = 2160
Width = 3975
End
Begin VB.TextBox Text7
Height = 375
Left = 1080
TabIndex = 21
Top = 1680
Width = 1335
End
Begin VB.TextBox Text6
Height = 375
Left = 3360
TabIndex = 20
Top = 1200
Width = 1335
End
Begin VB.TextBox Text5
Height = 375
Left = 3360
TabIndex = 19
Top = 720
Width = 1335
End
Begin VB.TextBox Text4
Height = 375
Left = 3360
TabIndex = 18
Top = 240
Width = 1335
End
Begin VB.TextBox Text3
Height = 375
Left = 1080
TabIndex = 17
Top = 1200
Width = 1335
End
Begin VB.TextBox Text2
Height = 375
Left = 1080
TabIndex = 16
Top = 720
Width = 1335
End
Begin VB.TextBox Text1
Height = 375
Left = 1080
TabIndex = 8
Top = 240
Width = 1335
End
Begin VB.Label Label8
Caption = "备注"
Height = 255
Left = 240
TabIndex = 15
Top = 2160
Width = 615
End
Begin VB.Label Label7
Caption = "进货日期"
Height = 255
Left = 120
TabIndex = 14
Top = 1800
Width = 735
End
Begin VB.Label Label6
Caption = "单位"
Height = 255
Left = 2640
TabIndex = 13
Top = 840
Width = 615
End
Begin VB.Label Label5
Caption = "进货量"
Height = 255
Left = 2640
TabIndex = 12
Top = 360
Width = 855
End
Begin VB.Label Label4
Caption = "进价"
Height = 255
Left = 2640
TabIndex = 11
Top = 1320
Width = 495
End
Begin VB.Label Label3
Caption = "商品编号"
Height = 255
Left = 120
TabIndex = 10
Top = 1320
Width = 1215
End
Begin VB.Label Label2
Caption = "进货商编号"
Height = 255
Left = 120
TabIndex = 9
Top = 840
Width = 975
End
Begin VB.Label Label1
Caption = "进货单编号"
Height = 375
Left = 120
TabIndex = 7
Top = 360
Width = 975
End
End
Begin VB.CommandButton Command4
Caption = "退出"
Height = 375
Left = 6000
TabIndex = 4
Top = 3480
Width = 1095
End
Begin VB.Frame Frame1
Caption = "更新"
Height = 2775
Left = 5760
TabIndex = 0
Top = 360
Width = 1575
Begin VB.CommandButton Command5
Caption = " 清空 "
Height = 375
Left = 240
TabIndex = 5
Top = 2160
Width = 1095
End
Begin VB.CommandButton Command3
Caption = "删除"
Height = 375
Left = 240
TabIndex = 3
Top = 1560
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 375
Left = 240
TabIndex = 2
Top = 960
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 240
TabIndex = 1
Top = 360
Width = 1095
End
End
End
Attribute VB_Name = "进货更新"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -