【VB开源代码栏目提醒】:以下是网学会员为您推荐的VB开源代码-wrongwithdrawno.frm,希望本篇文章对您学习有所帮助。
VERSION 5.00
Begin VB.Form wrongwithdrawno
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 2430
ClientLeft = 45
ClientTop = 435
ClientWidth = 4680
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2430
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1680
TabIndex = 1
ToolTipText = "点击此按钮,返回"
Top = 1440
Width = 1335
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "退货数量错误!"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1320
TabIndex = 0
Top = 480
Width = 2100
End
End
Attribute
VB_Name = "wrongwithdrawno"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload wrongwithdrawno
End Sub