📄 vendors.frm
字号:
VERSION 5.00
Begin VB.Form frmVendorDetails
BackColor = &H00C0C0C0&
Caption = "Chapter 5.3 Example - Vendor Details"
ClientHeight = 3045
ClientLeft = 1680
ClientTop = 1995
ClientWidth = 4815
ControlBox = 0 'False
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 3045
ScaleWidth = 4815
Begin VB.CommandButton cmdClose
Caption = "&Close"
Default = -1 'True
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 555
Left = 1710
TabIndex = 8
Top = 2370
Width = 1395
End
Begin VB.Label lblFEIN
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = " "
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1500
TabIndex = 7
Top = 1830
Width = 1755
End
Begin VB.Label lblAddress
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = " "
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 1500
TabIndex = 6
Top = 870
Width = 3195
End
Begin VB.Label lblName
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = " "
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1500
TabIndex = 5
Top = 510
Width = 3195
End
Begin VB.Label lblNumber
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = " "
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1500
TabIndex = 4
Top = 150
Width = 1155
End
Begin VB.Label lblVendor
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Vendor FEIN:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 3
Left = 120
TabIndex = 3
Top = 1830
Width = 960
End
Begin VB.Label lblVendor
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Vendor Address:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 2
Left = 120
TabIndex = 2
Top = 870
Width = 1170
End
Begin VB.Label lblVendor
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Vendor Name:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 1
Left = 120
TabIndex = 1
Top = 510
Width = 1020
End
Begin VB.Label lblVendor
AutoSize = -1 'True
BackColor = &H00C0C0C0&
Caption = "Vendor Number:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 195
Index = 0
Left = 120
TabIndex = 0
Top = 150
Width = 1155
End
End
Attribute VB_Name = "frmVendorDetails"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdClose_Click()
Unload frmVendorDetails
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -