📄 form2.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 Form2
Caption = "存放温度值"
ClientHeight = 5895
ClientLeft = 60
ClientTop = 450
ClientWidth = 7365
LinkTopic = "Form2"
ScaleHeight = 5895
ScaleWidth = 7365
StartUpPosition = 3 '窗口缺省
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 5760
Top = 4560
Width = 1215
_ExtentX = 2143
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=alex.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=alex.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "TimeValue"
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.CommandButton Command1
Caption = "查询"
Height = 375
Left = 5760
TabIndex = 12
Top = 5040
Width = 1215
End
Begin VB.TextBox Text5
Height = 375
Left = 4680
TabIndex = 11
Top = 5040
Width = 615
End
Begin VB.TextBox Text4
Height = 375
Left = 3600
TabIndex = 10
Top = 5040
Width = 615
End
Begin VB.TextBox Text3
Height = 375
Left = 2520
TabIndex = 9
Top = 5040
Width = 615
End
Begin VB.TextBox Text2
Height = 375
Left = 1440
TabIndex = 8
Top = 5040
Width = 615
End
Begin VB.TextBox Text1
Height = 375
Left = 360
TabIndex = 2
Top = 5040
Width = 615
End
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "Form2.frx":0000
Height = 4095
Left = 360
TabIndex = 0
Top = 240
Width = 6615
_ExtentX = 11668
_ExtentY = 7223
_Version = 393216
AllowUpdate = 0 'False
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 = 3
BeginProperty Column00
DataField = "ID"
Caption = "ID"
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 = "TheTime"
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 = "TheValue"
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 = 555.024
EndProperty
BeginProperty Column01
ColumnWidth = 2399.811
EndProperty
BeginProperty Column02
ColumnWidth = 1170.142
EndProperty
EndProperty
End
Begin VB.Label Label6
Caption = "分"
Height = 255
Left = 5400
TabIndex = 7
Top = 5160
Width = 255
End
Begin VB.Label Label5
Caption = "时"
Height = 255
Left = 4320
TabIndex = 6
Top = 5160
Width = 375
End
Begin VB.Label Label4
Caption = "日"
Height = 255
Left = 3240
TabIndex = 5
Top = 5160
Width = 375
End
Begin VB.Label Label3
Caption = "月"
Height = 255
Left = 2160
TabIndex = 4
Top = 5160
Width = 255
End
Begin VB.Label Label2
Caption = "年"
Height = 255
Left = 1080
TabIndex = 3
Top = 5160
Width = 255
End
Begin VB.Label Label1
Caption = "查询条件"
Height = 255
Left = 360
TabIndex = 1
Top = 4680
Width = 1095
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -