📄 frmpurchaseorderupdate.frm
字号:
VERSION 5.00
Object = "{0002E550-0000-0000-C000-000000000046}#1.0#0"; "OWC10.DLL"
Begin VB.Form frmPurchaseOrderUpdate
BorderStyle = 3 'Fixed Dialog
Caption = "修改采购订单"
ClientHeight = 6975
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 9960
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6975
ScaleWidth = 9960
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton cmdDel
Caption = "删除"
Height = 315
Left = 9000
TabIndex = 24
Top = 3000
Width = 700
End
Begin VB.CommandButton cmdModify
Caption = "修改"
Height = 315
Left = 8160
TabIndex = 23
Top = 3000
Width = 700
End
Begin VB.CommandButton cmdNew
Caption = "加入"
Height = 315
Left = 7320
TabIndex = 22
Top = 3000
Width = 700
End
Begin VB.Frame Frame1
Caption = "订单信息"
Height = 2535
Left = 120
TabIndex = 3
Top = 120
Width = 9735
Begin VB.TextBox txtOrderNo
Height = 315
Left = 720
TabIndex = 9
Top = 240
Width = 2415
End
Begin VB.TextBox txtEmail
Height = 315
Left = 6960
TabIndex = 8
Top = 720
Width = 1695
End
Begin VB.TextBox txtFax
Height = 315
Left = 4560
TabIndex = 7
Top = 720
Width = 1695
End
Begin VB.TextBox txtTel
Height = 315
Left = 2520
TabIndex = 6
Top = 720
Width = 1575
End
Begin VB.TextBox txtContactee
Height = 315
Left = 720
TabIndex = 5
Top = 720
Width = 1215
End
Begin VB.TextBox txtAddress
Height = 315
Left = 720
TabIndex = 4
Top = 1320
Width = 8055
End
Begin ClassSystem.InputNumber txtFee
Height = 315
Left = 3840
TabIndex = 10
Top = 1800
Width = 1215
_ExtentX = 2143
_ExtentY = 556
BorderStyle = 1
End
Begin ClassSystem.GCombo cbWarehouse
Height = 315
Left = 960
TabIndex = 11
Top = 1800
Width = 2295
_ExtentX = 4048
_ExtentY = 556
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
FontSize = 8.25
FontName = "MS Sans Serif"
ListIndex = -1
Text = ""
End
Begin ClassSystem.GCombo cbCustomer
Height = 315
Left = 3840
TabIndex = 12
Top = 240
Width = 2775
_ExtentX = 4895
_ExtentY = 556
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
FontSize = 8.25
FontName = "MS Sans Serif"
ListIndex = -1
Text = ""
End
Begin VB.Label Label12
AutoSize = -1 'True
Caption = "订单号"
Height = 195
Left = 120
TabIndex = 21
Top = 360
Width = 540
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "运费"
Height = 195
Left = 3360
TabIndex = 20
Top = 1920
Width = 360
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "出库仓库"
Height = 195
Left = 120
TabIndex = 19
Top = 1920
Width = 720
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "邮件"
Height = 195
Left = 6480
TabIndex = 18
Top = 840
Width = 360
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "传真"
Height = 195
Left = 4080
TabIndex = 17
Top = 840
Width = 360
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "电话"
Height = 195
Left = 2040
TabIndex = 16
Top = 840
Width = 360
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "联系人"
Height = 195
Left = 120
TabIndex = 15
Top = 840
Width = 540
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "地址"
Height = 195
Left = 120
TabIndex = 14
Top = 1440
Width = 360
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "客户"
Height = 195
Left = 3480
TabIndex = 13
Top = 360
Width = 360
End
End
Begin VB.CommandButton cmdApply
Caption = "Apply"
Height = 375
Left = 8670
TabIndex = 2
Top = 6480
Width = 1095
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "Cancel"
Height = 375
Left = 7470
TabIndex = 1
Top = 6480
Width = 1095
End
Begin VB.CommandButton cmdOK
Caption = "OK"
Height = 375
Left = 6240
TabIndex = 0
Top = 6480
Width = 1095
End
Begin ClassSystem.GCombo cbCommodity
Height = 315
Left = 480
TabIndex = 25
Top = 3000
Width = 2775
_ExtentX = 4895
_ExtentY = 556
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
FontSize = 8.25
FontName = "MS Sans Serif"
ListIndex = -1
Text = ""
End
Begin ClassSystem.InputNumber txtQty
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -