【VB开源代码栏目提醒】:网学会员为广大网友收集整理了,giveback.frm,希望对大家有所帮助!
VERSION 5.00
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "mshflxgd.ocx"
Begin VB.Form Form6
Caption = "Form6"
ClientHeight = 6480
ClientLeft = 60
ClientTop = 345
ClientWidth = 10980
LinkTopic = "Form6"
ScaleHeight = 6480
ScaleWidth = 10980
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cancel
Caption = "重填"
Height = 375
Left = 1800
TabIndex = 4
Top = 2640
Width = 855
End
Begin VB.TextBox numText
Height = 285
Left = 1200
TabIndex = 3
Top = 1440
Width = 1935
End
Begin VB.TextBox serialText
Height = 285
Left = 1200
TabIndex = 2
Top = 840
Width = 1935
End
Begin VB.CommandButton yes
Caption = "确定"
Height = 375
Left = 360
TabIndex = 1
Top = 2640
Width = 855
End
Begin VB.TextBox fromText
Height = 285
Left = 1200
TabIndex = 0
Top = 2040
Width = 1935
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1
Height = 5295
Left = 3240
TabIndex = 5
Top = 840
Width = 7575
_ExtentX = 13361
_ExtentY = 9340
_Version = 393216
_NumberOfBands = 1
_Band(0).Cols = 2
End
Begin VB.Label num
AutoSize = -1 'True
Caption = "商品数量:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 9
Top = 1440
Width = 1050
End
Begin
VB.Label serial
AutoSize = -1 'True
Caption = "商品编码:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 8
Top = 840
Width = 1050
End
Begin VB.Label title
AutoSize = -1 'True
Caption = "退货信息记录"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 285
Left = 4680
TabIndex = 7
Top = 240
Width = 1710
End
Begin VB.Label who
AutoSize = -1 'True
Caption = "送货人员:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 120
TabIndex = 6
Top = 2040
Width = 1050
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False