📄 browseproductdialog.frm
字号:
VERSION 5.00
Begin VB.Form BrowseProductDialog
BorderStyle = 3 'Fixed Dialog
Caption = "产品浏览"
ClientHeight = 3690
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 6270
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3690
ScaleWidth = 6270
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Caption = "删除"
Enabled = 0 'False
Height = 375
Left = 2640
TabIndex = 31
Top = 3240
Width = 975
End
Begin VB.CommandButton Command1
Caption = "修改"
Height = 375
Left = 1560
TabIndex = 30
Top = 3240
Width = 975
End
Begin VB.Frame Frame2
Caption = "订单信息"
Height = 1695
Left = 1560
TabIndex = 5
Top = 1440
Width = 4695
Begin VB.TextBox Text7
DataSource = "Data1"
Enabled = 0 'False
Height = 285
Left = 840
TabIndex = 11
Top = 240
Width = 1095
End
Begin VB.TextBox Text8
DataSource = "Data2"
Enabled = 0 'False
Height = 285
Left = 3120
TabIndex = 10
Top = 240
Width = 1455
End
Begin VB.TextBox Text9
DataSource = "Data3"
Enabled = 0 'False
Height = 285
Left = 840
TabIndex = 9
Top = 600
Width = 1095
End
Begin VB.TextBox Text10
DataSource = "Data1"
Enabled = 0 'False
Height = 285
Left = 3120
TabIndex = 8
Top = 600
Width = 1455
End
Begin VB.TextBox Text11
DataSource = "Data1"
Enabled = 0 'False
Height = 285
Left = 840
TabIndex = 7
Top = 960
Width = 1095
End
Begin VB.TextBox Text12
DataSource = "Data1"
Enabled = 0 'False
Height = 285
Left = 3120
TabIndex = 6
Top = 960
Width = 1455
End
Begin VB.Data Data1
Caption = "订单浏览"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 120
Options = 0
ReadOnly = -1 'True
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 1320
Width = 4455
End
Begin VB.Data Data3
Caption = "Data3"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 120
Options = 0
ReadOnly = -1 'True
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 1320
Width = 4455
End
Begin VB.Data Data2
Caption = "Data2"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 'DefaultCursor
DefaultType = 2 'UseODBC
Exclusive = 0 'False
Height = 345
Left = 120
Options = 0
ReadOnly = -1 'True
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 1320
Width = 4455
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "订单号"
Height = 195
Left = 120
TabIndex = 17
Top = 240
Width = 540
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "客户单位"
Height = 195
Left = 2160
TabIndex = 16
Top = 240
Width = 720
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = " 雇员"
Height = 195
Left = 240
TabIndex = 15
Top = 600
Width = 405
End
Begin VB.Label Label10
Caption = "订购日期"
Height = 255
Left = 2160
TabIndex = 14
Top = 600
Width = 735
End
Begin VB.Label Label11
AutoSize = -1 'True
Caption = "订购量"
Height = 195
Left = 120
TabIndex = 13
Top = 960
Width = 540
End
Begin VB.Label Label12
Caption = "交货日期"
Height = 255
Left = 2160
TabIndex = 12
Top = 960
Width = 735
End
End
Begin VB.Frame Frame1
Caption = "产品信息"
Height = 1335
Left = 1560
TabIndex = 4
Top = 0
Width = 4695
Begin VB.TextBox Text6
Enabled = 0 'False
Height = 285
Left = 3000
TabIndex = 29
Top = 960
Width = 1575
End
Begin VB.TextBox Text5
Enabled = 0 'False
Height = 285
Left = 960
TabIndex = 27
Top = 960
Width = 1095
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 285
Left = 3000
TabIndex = 25
Top = 600
Width = 1575
End
Begin VB.TextBox Text3
Enabled = 0 'False
Height = 285
Left = 960
TabIndex = 23
Top = 600
Width = 1095
End
Begin VB.TextBox Text2
Enabled = 0 'False
Height = 285
Left = 3000
TabIndex = 21
Top = 240
Width = 1575
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 285
Left = 960
TabIndex = 19
Top = 240
Width = 1095
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -