📄 form10.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Form10
BackColor = &H00FFC0C0&
BorderStyle = 1 'Fixed Single
Caption = "库存信息查询"
ClientHeight = 7305
ClientLeft = 45
ClientTop = 330
ClientWidth = 8985
LinkTopic = "Form10"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7305
ScaleWidth = 8985
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 60
Left = 7905
Top = 6420
End
Begin VB.Frame Frame2
BackColor = &H00FFC0C0&
ForeColor = &H000000C0&
Height = 2145
Left = 6840
TabIndex = 18
Top = 120
Visible = 0 'False
Width = 2010
Begin VB.CommandButton Command4
BackColor = &H0080FF80&
Caption = "返回(&G)"
Height = 390
Left = 480
Style = 1 'Graphical
TabIndex = 20
Top = 1335
Width = 1140
End
Begin VB.CommandButton Command3
BackColor = &H0080FF80&
Caption = "确定(&E)"
Height = 390
Left = 480
Style = 1 'Graphical
TabIndex = 19
Top = 630
Width = 1140
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Height = 2175
Left = 120
TabIndex = 3
Top = 120
Width = 6555
Begin VB.TextBox Text1
Height = 300
Index = 6
Left = 4920
TabIndex = 10
Top = 540
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 5
Left = 3360
TabIndex = 9
Top = 1455
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 4
Left = 1800
TabIndex = 8
Top = 1455
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 3
Left = 120
TabIndex = 7
Top = 1455
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 2
Left = 3240
TabIndex = 6
Top = 540
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 1
Left = 1680
TabIndex = 5
Top = 540
Width = 1095
End
Begin VB.TextBox Text1
Height = 300
Index = 0
Left = 120
TabIndex = 4
Top = 540
Width = 1095
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "金额"
Height = 180
Index = 6
Left = 5280
TabIndex = 17
Top = 195
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "单价"
Height = 180
Index = 5
Left = 3600
TabIndex = 16
Top = 1020
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "编号"
Height = 180
Index = 4
Left = 420
TabIndex = 15
Top = 210
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "数量"
Height = 180
Index = 3
Left = 300
TabIndex = 14
Top = 1020
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "类别"
Height = 180
Index = 2
Left = 3600
TabIndex = 13
Top = 210
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "名称"
Height = 180
Index = 1
Left = 2040
TabIndex = 12
Top = 195
Width = 360
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "计量单位"
Height = 180
Index = 0
Left = 2040
TabIndex = 11
Top = 1020
Width = 720
End
End
Begin VB.CommandButton Command2
BackColor = &H00FFFFC0&
Caption = "查询"
Default = -1 'True
Height = 420
Left = 7200
Style = 1 'Graphical
TabIndex = 2
Top = 600
Width = 1125
End
Begin VB.CommandButton Command1
BackColor = &H00FFFFC0&
Cancel = -1 'True
Caption = "返回"
Height = 420
Left = 7200
Style = 1 'Graphical
TabIndex = 1
Top = 1560
Width = 1125
End
Begin MSAdodcLib.Adodc Adodc1
Height = 495
Left = 1380
Top = 7035
Width = 4455
_ExtentX = 7858
_ExtentY = 873
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=test;Data Source=(local)"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=test;Data Source=(local)"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from jiben_kc"
Caption = "Adodc1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -