📄 form4.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 Form4
Caption = "Form4"
ClientHeight = 5775
ClientLeft = 60
ClientTop = 345
ClientWidth = 8040
LinkTopic = "Form4"
ScaleHeight = 5775
ScaleWidth = 8040
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Height = 1455
Left = 120
TabIndex = 11
Top = 4200
Width = 7815
Begin VB.CommandButton Command1
Caption = "添加"
Height = 495
Left = 360
TabIndex = 19
Top = 240
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "删除"
Height = 495
Left = 2160
TabIndex = 18
Top = 240
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "更新"
Height = 495
Left = 4080
TabIndex = 17
Top = 240
Width = 1215
End
Begin VB.CommandButton Command5
Caption = "第一条"
Height = 495
Left = 360
TabIndex = 16
Top = 840
Width = 1215
End
Begin VB.CommandButton Command6
Caption = "上一条"
Height = 495
Left = 2160
TabIndex = 15
Top = 840
Width = 1215
End
Begin VB.CommandButton Command7
Caption = "下一条"
Height = 495
Left = 4080
TabIndex = 14
Top = 840
Width = 1215
End
Begin VB.CommandButton Command8
Caption = "末一条"
Height = 495
Left = 6120
TabIndex = 13
Top = 840
Width = 1215
End
Begin VB.CommandButton Command9
Caption = "退出"
Height = 495
Left = 6120
TabIndex = 12
Top = 240
Width = 1215
End
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "Form4.frx":0000
Height = 1935
Left = 120
TabIndex = 10
Top = 2160
Width = 7815
_ExtentX = 13785
_ExtentY = 3413
_Version = 393216
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
BeginProperty Column00
ColumnWidth = 734.74
EndProperty
BeginProperty Column01
ColumnWidth = 734.74
EndProperty
BeginProperty Column02
ColumnWidth = 2085.166
EndProperty
BeginProperty Column03
ColumnWidth = 2085.166
EndProperty
EndProperty
End
Begin VB.Frame Frame1
Caption = "卫生检查基本情况表"
Height = 1935
Left = 120
TabIndex = 1
Top = 120
Width = 7815
Begin VB.TextBox Text1
DataField = "公寓号"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 420
Left = 1440
TabIndex = 5
Top = 360
Width = 1575
End
Begin VB.TextBox Text2
DataField = "寝室号"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 420
Left = 4560
TabIndex = 4
Top = 360
Width = 1575
End
Begin VB.TextBox Text3
DataField = "检查日期"
DataSource = "Adodc1"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
Left = 1440
TabIndex = 3
Top = 1200
Width = 1575
End
Begin VB.TextBox Text4
DataField = "卫生状况"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -