📄 frminvoiceviewer.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmInvoiceViewer
BorderStyle = 1 'Fixed Single
Caption = "Invoice Viewer"
ClientHeight = 6300
ClientLeft = 45
ClientTop = 435
ClientWidth = 10170
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmInvoiceViewer.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6300
ScaleWidth = 10170
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command3
Caption = "Refresh"
Height = 315
Left = 8175
TabIndex = 1
Top = 75
Width = 915
End
Begin VB.CommandButton Command2
Caption = "Search"
Height = 315
Left = 7200
TabIndex = 0
Top = 75
Width = 915
End
Begin VB.CommandButton Command1
Caption = "Close"
Height = 315
Left = 9150
TabIndex = 2
Top = 75
Width = 915
End
Begin VB.PictureBox picLine
Align = 2 'Align Bottom
BackColor = &H80000010&
BorderStyle = 0 'None
Height = 15
Index = 1
Left = 0
ScaleHeight = 15
ScaleWidth = 10170
TabIndex = 12
Top = 5895
Width = 10170
End
Begin VB.PictureBox picLine
Align = 2 'Align Bottom
BackColor = &H80000014&
BorderStyle = 0 'None
Height = 15
Index = 0
Left = 0
ScaleHeight = 15
ScaleWidth = 10170
TabIndex = 11
Top = 5910
Width = 10170
End
Begin VB.PictureBox Picture1
Align = 2 'Align Bottom
BorderStyle = 0 'None
Height = 380
Left = 0
ScaleHeight = 375
ScaleWidth = 10170
TabIndex = 7
Top = 5925
Width = 10170
Begin VB.PictureBox Picture2
BorderStyle = 0 'None
Height = 345
Left = 3000
ScaleHeight = 345
ScaleWidth = 4155
TabIndex = 8
Top = 0
Width = 4150
Begin VB.CommandButton btnNext
Height = 315
Left = 3390
Style = 1 'Graphical
TabIndex = 5
ToolTipText = "Next 250"
Top = 10
Width = 315
End
Begin VB.CommandButton btnLast
Height = 315
Left = 3705
Style = 1 'Graphical
TabIndex = 6
ToolTipText = "Last 250"
Top = 10
Width = 315
End
Begin VB.CommandButton btnPrev
Height = 315
Left = 3075
Style = 1 'Graphical
TabIndex = 4
ToolTipText = "Previous 250"
Top = 10
Width = 315
End
Begin VB.CommandButton btnFirst
Height = 315
Left = 2760
Style = 1 'Graphical
TabIndex = 3
ToolTipText = "First 250"
Top = 10
Width = 315
End
Begin VB.Label lblPageInfo
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "0 - 0 of 0"
Height = 255
Left = 120
TabIndex = 9
Top = 60
Width = 2535
End
End
Begin VB.Label lblCurrentRecord
AutoSize = -1 'True
Caption = "Selected Record: 0"
Height = 195
Left = 120
TabIndex = 10
Top = 60
Width = 1365
End
End
Begin MSComctlLib.ListView lvList
Height = 5385
Left = 75
TabIndex = 14
Top = 450
Width = 10035
_ExtentX = 17701
_ExtentY = 9499
View = 3
LabelEdit = 1
MultiSelect = -1 'True
LabelWrap = 0 'False
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
Icons = "ImageList1"
SmallIcons = "ImageList1"
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
NumItems = 15
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Invoice No"
Object.Width = 3246
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Date"
Object.Width = 3246
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 2
Text = "Sold To"
Object.Width = 4304
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 3
Text = "Address"
Object.Width = 5010
EndProperty
BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 4
Text = "Van Name"
Object.Width = 4304
EndProperty
BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 5
Text = "Salesman"
Object.Width = 4304
EndProperty
BeginProperty ColumnHeader(7) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 6
Text = "Charge Account"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(8) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 7
Text = "Payment Type"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(9) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 8
Text = "Billed In"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(10) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 9
Text = "Discount"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(11) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 10
Text = "Total Amount"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(12) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 11
Text = "Downpayment"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(13) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 12
Text = "Amount Paid"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(14) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 13
Text = "Balance"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(15) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 14
Text = "Remarks"
Object.Width = 6068
EndProperty
End
Begin VB.Label lblTitle
BackStyle = 0 'Transparent
BeginProperty Font
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -