unit_dm.dfm
来自「中文词性标注子程序第一步」· DFM 代码 · 共 50 行
DFM
50 行
object Dm: TDm
OldCreateOrder = False
Left = 192
Top = 107
Height = 375
Width = 544
object adoConn: TADOConnection
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'MSDataShape.1'
Left = 48
Top = 40
end
object adoQuery: TADOQuery
Connection = adoConn
CursorType = ctStatic
Parameters = <>
Left = 120
Top = 40
end
object adoGDXZ: TADOQuery
Connection = adoConn
CursorType = ctStatic
Parameters = <>
Left = 120
Top = 96
end
object adoBFLB: TADOQuery
Connection = adoConn
CursorType = ctStatic
Parameters = <>
Left = 176
Top = 40
end
object adoPYXZ: TADOQuery
Connection = adoConn
CursorType = ctStatic
Parameters = <>
Left = 176
Top = 96
end
object adoGQLB: TADOQuery
Connection = adoConn
CursorType = ctStatic
Parameters = <>
Left = 120
Top = 152
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?