📄 frm0003.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frm0003
BorderStyle = 1 'Fixed Single
Caption = "其它库存变动"
ClientHeight = 6060
ClientLeft = 45
ClientTop = 330
ClientWidth = 10035
Icon = "frm0003.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 6060
ScaleWidth = 10035
Begin VB.CommandButton cmdPrint
Caption = "打印(&P)"
Height = 435
Left = 8460
TabIndex = 10
Top = 3780
Visible = 0 'False
Width = 1455
End
Begin VB.TextBox txSTotal
BackColor = &H00C0FFFF&
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Left = 4560
Locked = -1 'True
TabIndex = 16
Top = 5640
Width = 3735
End
Begin VB.CommandButton cmdBarCode
Height = 315
Left = 2820
Picture = "frm0003.frx":08CA
Style = 1 'Graphical
TabIndex = 28
Top = 180
Width = 315
End
Begin MSDataGridLib.DataGrid dgOscPort
Bindings = "frm0003.frx":0A14
Height = 4215
Left = 120
TabIndex = 15
Top = 1320
Width = 8175
_ExtentX = 14420
_ExtentY = 7435
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = -1 'True
BackColor = 12648447
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
DataMember = "rsOtherStorageChange"
ColumnCount = 8
BeginProperty Column00
DataField = "ID"
Caption = "ID"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "BarCode"
Caption = "BarCode"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "sName"
Caption = "sName"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "Unit"
Caption = "Unit"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column04
DataField = "Price"
Caption = "Price"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column05
DataField = "Amount"
Caption = "Amount"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column06
DataField = "subTotal"
Caption = "subTotal"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column07
DataField = "Remark"
Caption = "Remark"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
Object.Visible = 0 'False
ColumnWidth = 915.024
EndProperty
BeginProperty Column01
ColumnWidth = 1500.095
EndProperty
BeginProperty Column02
ColumnWidth = 1500.095
EndProperty
BeginProperty Column03
ColumnWidth = 794.835
EndProperty
BeginProperty Column04
ColumnWidth = 900.284
EndProperty
BeginProperty Column05
ColumnWidth = 794.835
EndProperty
BeginProperty Column06
ColumnWidth = 1005.165
EndProperty
BeginProperty Column07
ColumnWidth = 1005.165
EndProperty
EndProperty
End
Begin VB.CommandButton cmdCheckOut
Caption = "结帐"
Height = 435
Left = 8460
TabIndex = 9
Top = 3240
Width = 1455
End
Begin VB.CommandButton cmdExit
Caption = "退出"
Height = 435
Left = 8460
TabIndex = 11
Top = 4440
Width = 1455
End
Begin VB.TextBox txSRemark
BackColor = &H00C0FFC0&
Height = 315
Left = 7260
TabIndex = 5
Top = 660
Width = 2655
End
Begin VB.TextBox txSOscAmount
Alignment = 1 'Right Justify
BackColor = &H00FFFFC0&
Height = 315
Left = 1320
TabIndex = 1
Text = "0"
Top = 660
Width = 675
End
Begin VB.CommandButton cmdCheckIn
Caption = "登记"
Height = 435
Left = 8460
TabIndex = 6
Top = 1320
Width = 1455
End
Begin VB.CommandButton cmdEmptyTable
Caption = "清空表"
Height = 435
Left = 8460
TabIndex = 8
Top = 2580
Width = 1455
End
Begin VB.CommandButton cmdDelRow
Caption = "删除行"
Height = 435
Left = 8460
TabIndex = 7
Top = 2040
Width = 1455
End
Begin VB.TextBox txSSubtotal
Alignment = 1 'Right Justify
BackColor = &H00C0FFC0&
Height = 315
Left = 5760
TabIndex = 4
Text = "0"
Top = 660
Width = 855
End
Begin VB.TextBox txSAmount
Alignment = 1 'Right Justify
BackColor = &H00C0FFFF&
ForeColor = &H000000FF&
Height = 315
Left = 2700
Locked = -1 'True
TabIndex = 14
Text = "0"
Top = 660
Width = 675
End
Begin VB.TextBox txSExPrice
Alignment = 1 'Right Justify
BackColor = &H00C0FFC0&
Height = 315
Left = 4140
TabIndex = 3
Text = "0"
Top = 660
Width = 855
End
Begin VB.TextBox txSUnit
BackColor = &H00C0FFFF&
Height = 315
Left = 6720
Locked = -1 'True
TabIndex = 13
Top = 180
Width = 1035
End
Begin VB.TextBox txSBarCode
BackColor = &H00FFFFC0&
Height = 315
Left = 960
TabIndex = 0
Top = 180
Width = 1875
End
Begin VB.TextBox txSName
BackColor = &H00C0FFFF&
Height = 315
Left = 4140
Locked = -1 'True
TabIndex = 12
Top = 180
Width = 1875
End
Begin MSComCtl2.DTPicker dtpSOpDate
Height = 315
Left = 8520
TabIndex = 2
Top = 180
Width = 1395
_ExtentX = 2461
_ExtentY = 556
_Version = 393216
Format = 67698689
CurrentDate = 38014
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -