📄 出错单据管理.frm
字号:
VERSION 5.00
Begin VB.Form 出错单据管理
Caption = "出错单据管理"
ClientHeight = 2415
ClientLeft = 60
ClientTop = 345
ClientWidth = 5190
Icon = "出错单据管理.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2415
ScaleWidth = 5190
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "报损单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 2760
MouseIcon = "出错单据管理.frx":000C
MousePointer = 99 'Custom
TabIndex = 5
Top = 1680
Width = 1995
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "借出单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 2760
MouseIcon = "出错单据管理.frx":0316
MousePointer = 99 'Custom
TabIndex = 4
Top = 1080
Width = 1995
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "出库单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 2760
MouseIcon = "出错单据管理.frx":0620
MousePointer = 99 'Custom
TabIndex = 3
Top = 480
Width = 1995
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "调拨单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 360
MouseIcon = "出错单据管理.frx":092A
MousePointer = 99 'Custom
TabIndex = 2
Top = 1680
Width = 1875
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "借入单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 360
MouseIcon = "出错单据管理.frx":0C34
MousePointer = 99 'Custom
TabIndex = 1
Top = 1080
Width = 1875
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "入库单出错单据管理"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 255
Left = 360
MouseIcon = "出错单据管理.frx":0F3E
MousePointer = 99 'Custom
TabIndex = 0
Top = 480
Width = 1875
End
End
Attribute VB_Name = "出错单据管理"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2008/05/11
'描 述:天宏钢构仓库管理系统 Ver 2.96
'网 站:http://www.Mndsoft.com/ (VB6源码博客)
'网 站:http://www.VbDnet.com/ (VB.NET源码博客,主要基于.NET2005)
'e-mail :Mndsoft@163.com
'e-mail :Mndsoft@126.com
'OICQ :88382850
' 如果您有新的好的代码别忘记给枕善居哦!
'****************************************************************************
Private Sub Label1_Click()
入库单.Show vbModal
End Sub
Private Sub Label2_Click()
借入单.Show vbModal
End Sub
Private Sub Label3_Click()
调拔单.Show vbModal
End Sub
Private Sub Label4_Click()
出库单.Show vbModal
End Sub
Private Sub Label5_Click()
借出单.Show vbModal
End Sub
Private Sub Label6_Click()
报损单.Show vbModal
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -