📄 form9.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 Form9
BackColor = &H00FFC0FF&
BorderStyle = 1 'Fixed Single
Caption = "设备类别维护"
ClientHeight = 6975
ClientLeft = 45
ClientTop = 330
ClientWidth = 7410
LinkTopic = "Form9"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6975
ScaleWidth = 7410
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
BackColor = &H00FFC0C0&
Caption = "查询(&C)"
Height = 345
Left = 5250
Style = 1 'Graphical
TabIndex = 20
Top = 6420
Width = 1260
End
Begin VB.Frame Frame3
BackColor = &H00FFC0FF&
Height = 3195
Left = 4980
TabIndex = 17
Top = 735
Width = 2100
Begin VB.CommandButton Command2
BackColor = &H00C0C0FF&
Caption = "返回(&E)"
Height = 435
Left = 390
Style = 1 'Graphical
TabIndex = 19
Top = 2070
Width = 1275
End
Begin VB.CommandButton Command1
BackColor = &H00C0C0FF&
Caption = "确定(&A)"
Height = 435
Left = 360
Style = 1 'Graphical
TabIndex = 18
Top = 975
Width = 1320
End
End
Begin VB.Timer Timer1
Interval = 60
Left = 3120
Top = 3120
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 1200
Top = 7080
Width = 4455
_ExtentX = 7858
_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= 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_sb"
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 MSDataGridLib.DataGrid DataGrid1
Bindings = "Form9.frx":0000
Height = 1695
Left = 195
TabIndex = 15
Top = 4575
Width = 7095
_ExtentX = 12515
_ExtentY = 2990
_Version = 393216
AllowUpdate = 0 'False
BackColor = 16777152
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 4
BeginProperty Column00
DataField = "编号"
Caption = "编号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "名称"
Caption = "名称"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "国标编码"
Caption = "国标编码"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "备注"
Caption = "备注"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
Locked = -1 'True
BeginProperty Column00
Locked = -1 'True
ColumnWidth = 1005.165
EndProperty
BeginProperty Column01
ColumnWidth = 2009.764
EndProperty
BeginProperty Column02
ColumnWidth = 1005.165
EndProperty
BeginProperty Column03
ColumnWidth = 3089.764
EndProperty
EndProperty
End
Begin VB.Frame Frame2
BackColor = &H00FFC0FF&
Height = 4095
Left = 4635
TabIndex = 1
Top = 135
Width = 2535
Begin VB.CommandButton cmd_exit
BackColor = &H00C0C0FF&
Cancel = -1 'True
Caption = "返回(&F)"
Height = 495
Left = 600
Style = 1 'Graphical
TabIndex = 14
Top = 3360
Width = 1335
End
Begin VB.CommandButton cmd_save
BackColor = &H00C0C0FF&
Caption = "保存(&S)"
Height = 495
Left = 600
Style = 1 'Graphical
TabIndex = 13
Top = 2400
Width = 1335
End
Begin VB.CommandButton cmd_edit
BackColor = &H00C0C0FF&
Caption = "修改(&E)"
Height = 495
Left = 600
Style = 1 'Graphical
TabIndex = 12
Top = 1680
Width = 1335
End
Begin VB.CommandButton cmd_del
BackColor = &H00C0C0FF&
Caption = "删除(&D)"
Height = 495
Left = 600
Style = 1 'Graphical
TabIndex = 11
Top = 960
Width = 1335
End
Begin VB.CommandButton cmd_add
BackColor = &H00C0C0FF&
Caption = "添加(&A)"
Default = -1 'True
Height = 495
Left = 600
Style = 1 'Graphical
TabIndex = 10
Top = 240
Width = 1335
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0FF&
Height = 4215
Left = 195
TabIndex = 0
Top = 135
Width = 3975
Begin VB.TextBox Text1
BackColor = &H00C0FFC0&
Height = 1035
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -