📄 frmsbgl.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmsbgl
BorderStyle = 1 'Fixed Single
Caption = "设备管理"
ClientHeight = 6405
ClientLeft = 45
ClientTop = 435
ClientWidth = 10440
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 6405
ScaleWidth = 10440
Begin VB.CommandButton cmdexit
Caption = "退出"
Height = 375
Left = 7800
TabIndex = 24
Top = 5880
Width = 1215
End
Begin VB.CommandButton cmdsave
Caption = "保存"
Height = 375
Left = 6150
TabIndex = 23
Top = 5880
Width = 1215
End
Begin VB.CommandButton cmdupdate
Caption = "修改"
Height = 375
Left = 4500
TabIndex = 22
Top = 5880
Width = 1215
End
Begin VB.CommandButton cmddelete
Caption = "删除"
Height = 375
Left = 2850
TabIndex = 21
Top = 5880
Width = 1215
End
Begin VB.CommandButton cmdadd
Caption = "添加"
Height = 375
Left = 1200
TabIndex = 20
Top = 5880
Width = 1215
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 2400
Top = 3360
Visible = 0 'False
Width = 1935
_ExtentX = 3413
_ExtentY = 661
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= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=wx"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "wx"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from 设备表 order by 编号"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame1
Height = 5775
Left = 7200
TabIndex = 1
Top = 0
Width = 3135
Begin VB.TextBox txtsl
DataField = "数量"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 18
Text = "Text4"
Top = 3840
Width = 1935
End
Begin VB.TextBox txtdj
DataField = "单价"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 17
Text = "Text3"
Top = 3240
Width = 1935
End
Begin VB.TextBox txtsccj
DataField = "生产厂家"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 16
Text = "Text5"
Top = 5040
Width = 1935
End
Begin MSComCtl2.DTPicker dtpgmrq
DataField = "购买日期"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 15
Top = 4440
Width = 1935
_ExtentX = 3413
_ExtentY = 529
_Version = 393216
Format = 25559041
CurrentDate = 39754
End
Begin VB.ComboBox cmbsblb
DataField = "设备类别"
DataSource = "Adodc1"
Height = 300
ItemData = "frmsbgl.frx":0000
Left = 960
List = "frmsbgl.frx":0025
TabIndex = 14
Text = "Combo2"
Top = 2640
Width = 1935
End
Begin VB.ComboBox cmbsbwz
DataField = "设备位置"
DataSource = "Adodc1"
Height = 300
ItemData = "frmsbgl.frx":008D
Left = 960
List = "frmsbgl.frx":0331
TabIndex = 13
Text = "Combo1"
Top = 2040
Width = 1935
End
Begin VB.TextBox txtxh
DataField = "设备型号"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 12
Text = "Text2"
Top = 1440
Width = 1935
End
Begin VB.TextBox txtname
DataField = "设备名称"
DataSource = "Adodc1"
Height = 300
Left = 960
TabIndex = 11
Text = "Text1"
Top = 840
Width = 1935
End
Begin VB.Label Label2
Caption = "Label2"
DataField = "编号"
DataSource = "Adodc1"
BeginProperty Font
Name = "Arial Black"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 495
Left = 1080
TabIndex = 19
Top = 240
Width = 975
End
Begin VB.Label Label10
Caption = "生产厂家"
Height = 255
Left = 120
TabIndex = 10
Top = 5160
Width = 735
End
Begin VB.Label Label9
Caption = "购买日期"
Height = 255
Left = 120
TabIndex = 9
Top = 4560
Width = 735
End
Begin VB.Label Label8
Caption = "数量"
Height = 255
Left = 120
TabIndex = 8
Top = 3960
Width = 375
End
Begin VB.Label Label7
Caption = "单价"
Height = 255
Left = 120
TabIndex = 7
Top = 3360
Width = 375
End
Begin VB.Label Label6
Caption = "设备类别"
Height = 255
Left = 120
TabIndex = 6
Top = 2760
Width = 735
End
Begin VB.Label Label5
Caption = "设备位置"
Height = 255
Left = 120
TabIndex = 5
Top = 2160
Width = 735
End
Begin VB.Label Label4
Caption = "设备型号"
Height = 255
Left = 120
TabIndex = 4
Top = 1560
Width = 735
End
Begin VB.Label Label3
Caption = "设备名称"
Height = 255
Left = 120
TabIndex = 3
Top = 960
Width = 735
End
Begin VB.Label Label1
Caption = "NO."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -