📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "删除数据"
ClientHeight = 8955
ClientLeft = 1560
ClientTop = 3000
ClientWidth = 11385
LinkTopic = "Form6"
MaxButton = 0 'False
MDIChild = -1 'True
ScaleHeight = 8955
ScaleWidth = 11385
Begin VB.CommandButton Command4
Caption = "最后一个"
Height = 375
Left = 3960
TabIndex = 19
Top = 7680
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "上一个"
Height = 375
Left = 2760
TabIndex = 18
Top = 7680
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "下一个"
Height = 375
Left = 1560
TabIndex = 17
Top = 7680
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "第一个"
Height = 375
Left = 360
TabIndex = 16
Top = 7680
Width = 1215
End
Begin VB.CommandButton Command6
Caption = "取消"
Height = 495
Left = 8880
TabIndex = 15
Top = 7680
Width = 1815
End
Begin VB.CommandButton Command5
Caption = "删除"
Height = 495
Left = 6720
TabIndex = 14
Top = 7680
Width = 1815
End
Begin VB.TextBox Text7
Height = 375
Left = 1080
TabIndex = 13
Text = " "
Top = 5280
Width = 3855
End
Begin VB.TextBox Text6
Height = 375
Left = 6000
TabIndex = 12
Text = " "
Top = 4320
Width = 3615
End
Begin VB.TextBox Text5
Height = 375
Left = 6000
TabIndex = 11
Text = " "
Top = 2880
Width = 3615
End
Begin VB.TextBox Text4
Height = 375
Left = 6000
TabIndex = 10
Text = " "
Top = 1440
Width = 3615
End
Begin VB.TextBox Text3
Height = 375
Left = 1080
TabIndex = 9
Text = " "
Top = 4320
Width = 3855
End
Begin VB.TextBox Text2
Height = 375
Left = 1080
TabIndex = 8
Text = " "
Top = 2880
Width = 3855
End
Begin VB.TextBox Text1
Height = 375
Left = 1080
TabIndex = 7
Text = " "
Top = 1440
Width = 3855
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "日期:"
Height = 180
Left = 480
TabIndex = 6
Top = 5400
Width = 540
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "结存:"
Height = 180
Left = 5520
TabIndex = 5
Top = 4440
Width = 540
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "单价:"
Height = 180
Left = 5520
TabIndex = 4
Top = 3000
Width = 540
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "数量:"
Height = 180
Left = 5520
TabIndex = 3
Top = 1560
Width = 540
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "货名:"
Height = 180
Left = 480
TabIndex = 2
Top = 4440
Width = 540
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "货号:"
Height = 180
Left = 480
TabIndex = 1
Top = 3000
Width = 540
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "型号:"
Height = 180
Left = 480
TabIndex = 0
Top = 1560
Width = 540
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command6_Click()
Call sh
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -