【VB开源代码栏目提醒】:网学会员为需要VB开源代码的朋友们搜集整理了cantloadgoodsinf.frm相关资料,希望对各位网友有所帮助!
VERSION 5.00
Begin VB.Form cantloadgoodsinf
BorderStyle = 1 'Fixed Single
Caption = "出错啦!"
ClientHeight = 2325
ClientLeft = 45
ClientTop = 435
ClientWidth = 5595
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2325
ScaleWidth = 5595
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 2040
TabIndex = 1
ToolTipText = "点击确定返回主菜单"
Top = 1320
Width = 1575
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "从商品信息库中载入商品信息失败!"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 600
TabIndex = 0
Top = 480
Width = 4560
End
End
Attribute
VB_Name = "cantloadgoodsinf"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload cantloadgoodsinf
End Sub