?? dem.dfm
字號:
object dm: Tdm
OldCreateOrder = False
Left = 208
Top = 129
Height = 313
Width = 393
object conn: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=library;Data Source=LONGWANGWAN'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 24
Top = 16
end
object libdataset: TADODataSet
Connection = conn
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 24
end
object DataSource1: TDataSource
DataSet = libdataset
Left = 144
Top = 40
end
object mpl: TADODataSet
Connection = conn
CursorType = ctStatic
CommandText = 'select * from book'
Parameters = <>
Left = 80
Top = 80
end
object DataSource2: TDataSource
DataSet = mpl
Left = 152
Top = 112
end
object lent: TADODataSet
Connection = conn
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 200
end
object DataSource3: TDataSource
DataSet = lent
Left = 152
Top = 184
end
object addbook: TADOTable
Active = True
Connection = conn
CursorType = ctStatic
TableName = 'book'
Left = 216
Top = 112
end
object addstudent: TADOTable
Active = True
Connection = conn
CursorType = ctStatic
TableName = 'student'
Left = 208
Top = 48
end
object student: TADODataSet
Connection = conn
CursorType = ctStatic
Parameters = <>
Left = 80
Top = 136
end
object addlent: TADOTable
Active = True
Connection = conn
CursorType = ctStatic
TableName = 'lent'
Left = 216
Top = 176
end
object query1: TADOQuery
Connection = conn
Parameters = <>
Left = 280
Top = 8
end
object query2: TADOQuery
Connection = conn
Parameters = <>
Left = 280
Top = 56
end
object query3: TADOQuery
Connection = conn
Parameters = <>
Left = 280
Top = 104
end
object query4: TADOQuery
Connection = conn
Parameters = <>
Left = 280
Top = 160
end
object query5: TADOTable
Connection = conn
Left = 280
Top = 216
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -