📄 frmbackfoot.frm
字号:
VERSION 5.00
Begin VB.Form frmBackFoot
BorderStyle = 1 'Fixed Single
Caption = "退货结款"
ClientHeight = 4080
ClientLeft = 45
ClientTop = 435
ClientWidth = 4005
Icon = "frmBackFoot.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4080
ScaleWidth = 4005
StartUpPosition = 3 '窗口缺省
Begin sell.xpcmdbutton cmdCancel
Cancel = -1 'True
Height = 435
Left = 2400
TabIndex = 10
Top = 3270
Width = 1155
_ExtentX = 2037
_ExtentY = 767
Caption = "取 消"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin sell.xpcmdbutton cmdEnter
Default = -1 'True
Height = 435
Left = 570
TabIndex = 9
Top = 3270
Width = 1155
_ExtentX = 2037
_ExtentY = 767
Caption = "确 定"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin VB.Line Line1
BorderColor = &H00C0C0C0&
Index = 1
X1 = 60
X2 = 4260
Y1 = 2670
Y2 = 2670
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
Index = 0
X1 = 30
X2 = 4230
Y1 = 360
Y2 = 360
End
Begin VB.Label Label1
Caption = "应退金额"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 300
TabIndex = 8
Top = 1950
Width = 960
End
Begin VB.Label lblsums
Caption = "0.00"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 240
Left = 2070
TabIndex = 7
Top = 1920
Width = 1755
End
Begin VB.Label Label6
Caption = "¥"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 240
Index = 2
Left = 1710
TabIndex = 6
Top = 1920
Width = 255
End
Begin VB.Label Label1
Caption = "退后金额"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 300
TabIndex = 5
Top = 1365
Width = 960
End
Begin VB.Label lbl
Caption = "0.00"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 240
Left = 2070
TabIndex = 4
Top = 1335
Width = 1755
End
Begin VB.Label Label6
Caption = "¥"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 240
Index = 1
Left = 1710
TabIndex = 3
Top = 1335
Width = 255
End
Begin VB.Label Label1
Caption = "退前金额"
BeginProperty Font
Name = "黑体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 0
Left = 300
TabIndex = 2
Top = 780
Width = 960
End
Begin VB.Label lblSum
Caption = "0.00"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 240
Left = 2070
TabIndex = 1
Top = 750
Width = 1755
End
Begin VB.Label Label6
Caption = "¥"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 240
Index = 0
Left = 1710
TabIndex = 0
Top = 750
Width = 255
End
End
Attribute VB_Name = "frmBackFoot"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdCancel_Click()
Back = False
Unload Me
End Sub
Private Sub cmdEnter_Click()
Back = True
Unload Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
Set frmBackFoot = Nothing
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -