📄 inv_mastersale_frm.frm
字号:
VERSION 5.00
Begin VB.Form Inv_MasterSale_Frm
Caption = "销售管理属性"
ClientHeight = 6810
ClientLeft = 60
ClientTop = 345
ClientWidth = 9870
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 6810
ScaleWidth = 9870
StartUpPosition = 3 '窗口缺省
Begin VB.ComboBox UOM_Combo
Height = 330
Left = 5400
TabIndex = 5
Top = 2520
Width = 2055
End
Begin VB.TextBox BuyerUseCode_Text
Alignment = 2 'Center
Height = 345
Left = 5400
TabIndex = 7
Top = 3240
Width = 2055
End
Begin VB.TextBox Saler_Text
Alignment = 2 'Center
Height = 345
Left = 1320
TabIndex = 6
Top = 3240
Width = 2055
End
Begin VB.TextBox Commision_Text
Alignment = 2 'Center
Height = 345
Left = 1320
TabIndex = 4
Top = 2520
Width = 2055
End
Begin VB.TextBox Discount_Text
Alignment = 2 'Center
Height = 345
Left = 5400
TabIndex = 3
Top = 1800
Width = 855
End
Begin VB.TextBox PlanPirce_Text
Alignment = 2 'Center
Height = 345
Left = 1320
TabIndex = 2
Top = 1800
Width = 2055
End
Begin VB.TextBox ItemDes_Text
BackColor = &H80000003&
ForeColor = &H80000005&
Height = 345
Left = 1320
TabIndex = 0
Top = 1080
Width = 2415
End
Begin VB.TextBox ItemCode_Text
BackColor = &H80000003&
ForeColor = &H80000005&
Height = 345
Left = 5400
TabIndex = 1
Top = 1080
Width = 2415
End
Begin VB.Label LineLabel
BackColor = &H80000007&
BorderStyle = 1 'Fixed Single
Height = 30
Left = 120
TabIndex = 19
Top = 600
Width = 7695
End
Begin VB.Label TitleLabel8
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "销售单位:"
ForeColor = &H80000008&
Height = 210
Left = 4320
TabIndex = 18
Top = 2520
Width = 1050
End
Begin VB.Label TitleLabel10
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "买方使用代码:"
ForeColor = &H80000008&
Height = 210
Left = 3840
TabIndex = 17
Top = 3240
Width = 1470
End
Begin VB.Label TitleLabel9
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "销售员码:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 16
Top = 3240
Width = 1050
End
Begin VB.Label TitleLabel7
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "(元)"
ForeColor = &H80000008&
Height = 210
Left = 3480
TabIndex = 15
Top = 2520
Width = 420
End
Begin VB.Label TitleLabel6
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "佣金:"
ForeColor = &H80000008&
Height = 210
Left = 660
TabIndex = 14
Top = 2520
Width = 630
End
Begin VB.Label TitleLabel5
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "折扣计算:"
ForeColor = &H80000008&
Height = 210
Left = 4320
TabIndex = 13
Top = 1800
Width = 1050
End
Begin VB.Label TitleLabel4
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "(元)"
ForeColor = &H80000008&
Height = 210
Left = 3480
TabIndex = 12
Top = 1800
Width = 420
End
Begin VB.Label TitleLabel3
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "计划价格:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 11
Top = 1800
Width = 1050
End
Begin VB.Label TitleLabel0
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "物料主文件-销售管理属性"
ForeColor = &H00800000&
Height = 210
Left = 120
TabIndex = 10
Top = 240
Width = 2415
End
Begin VB.Label TitleLabel1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "物料名称:"
ForeColor = &H80000008&
Height = 210
Left = 240
TabIndex = 9
Top = 1080
Width = 1050
End
Begin VB.Label TitleLabel2
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H8000000A&
Caption = "物料代码:"
ForeColor = &H80000008&
Height = 210
Left = 4320
TabIndex = 8
Top = 1080
Width = 1050
End
End
Attribute VB_Name = "Inv_MasterSale_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -