📄 buyer.frm
字号:
VERSION 5.00
Begin VB.Form buyorder
Caption = "采购订单"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "form1"
MDIChild = -1 'True
ScaleHeight = 11115
ScaleWidth = 15240
Begin VB.TextBox Text1
Height = 375
Index = 15
Left = 13080
TabIndex = 31
Text = "Text1"
Top = 2640
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 14
Left = 9360
TabIndex = 30
Text = "Text1"
Top = 2640
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 13
Left = 5640
TabIndex = 29
Text = "Text1"
Top = 2640
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 12
Left = 1920
TabIndex = 28
Text = "Text1"
Top = 2640
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 11
Left = 13080
TabIndex = 27
Text = "Text1"
Top = 2040
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 10
Left = 9360
TabIndex = 26
Text = "Text1"
Top = 2040
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 9
Left = 5640
TabIndex = 25
Text = "Text1"
Top = 2040
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 8
Left = 1920
TabIndex = 24
Text = "Text1"
Top = 2040
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 7
Left = 13080
TabIndex = 23
Text = "Text1"
Top = 1440
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 6
Left = 9360
TabIndex = 22
Text = "Text1"
Top = 1440
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 5
Left = 5640
TabIndex = 21
Text = "Text1"
Top = 1440
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 4
Left = 1920
TabIndex = 20
Text = "Text1"
Top = 1440
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 3
Left = 13080
TabIndex = 19
Text = "Text1"
Top = 840
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 2
Left = 9360
TabIndex = 18
Text = "Text1"
Top = 840
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 1
Left = 5640
TabIndex = 17
Text = "Text1"
Top = 840
Width = 1575
End
Begin VB.TextBox Text1
Height = 375
Index = 0
Left = 1920
TabIndex = 16
Text = "Text1"
Top = 840
Width = 1575
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 15
Left = 11640
TabIndex = 15
Top = 2640
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 14
Left = 7920
TabIndex = 14
Top = 2640
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 13
Left = 4200
TabIndex = 13
Top = 2640
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 12
Left = 480
TabIndex = 12
Top = 2640
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 11
Left = 11640
TabIndex = 11
Top = 2040
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 10
Left = 7920
TabIndex = 10
Top = 2040
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 9
Left = 4200
TabIndex = 9
Top = 2040
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 8
Left = 480
TabIndex = 8
Top = 2040
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 7
Left = 11640
TabIndex = 7
Top = 1440
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 6
Left = 7920
TabIndex = 6
Top = 1440
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 5
Left = 4200
TabIndex = 5
Top = 1440
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 4
Left = 480
TabIndex = 4
Top = 1440
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 3
Left = 11640
TabIndex = 3
Top = 840
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 2
Left = 7920
TabIndex = 2
Top = 840
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 1
Left = 4200
TabIndex = 1
Top = 840
Width = 1455
End
Begin VB.Label Label1
Caption = "Label1"
Height = 375
Index = 0
Left = 480
TabIndex = 0
Top = 840
Width = 1455
End
End
Attribute VB_Name = "buyorder"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim i As Integer
Dim j As Integer
Private Sub Form_Load()
For i = 0 To 15
Text1(i).Text = ""
Next
Label1(0).Caption = "采购订单号"
Label1(1).Caption = "订购日期"
Label1(2).Caption = "产品工号"
Label1(3).Caption = "采购数量"
Label1(4).Caption = "产品规格"
Label1(5).Caption = "单位"
Label1(6).Caption = "雇员ID"
Label1(7).Caption = "供应商ID"
Label1(8).Caption = "供应商名称"
Label1(9).Caption = "供应商地址"
Label1(10).Caption = "要求截止日期"
Label1(11).Caption = "约定截止日期"
Label1(12).Caption = "收货地址"
Label1(13).Caption = "货主邮政编码"
Label1(14).Caption = "货主电话号码"
Label1(15).Caption = "送货日期"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -