📄 goodsdm.dfm
字号:
object mtsGoodsObj: TmtsGoodsObj
OldCreateOrder = False
OnCreate = MtsDataModuleCreate
OnActivate = MtsDataModuleActivate
OnDeactivate = MtsDataModuleDeactivate
Pooled = True
Left = 247
Top = 119
Height = 447
Width = 399
object ADOConnection: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=GoodsManagementSystem_Data;Data Source=' +
'127.0.0.1'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 8
Top = 64
end
object dspGoodsMaster: TDataSetProvider
DataSet = ADOTGoodsMaster
ResolveToDataSet = True
Left = 176
end
object ADOTGoodsMaster: TADOTable
Active = True
CacheSize = 1000
Connection = ADOConnection
CursorType = ctStatic
TableName = 't_GoodsMaster'
Left = 80
end
object ADOTGoodsSlave: TADOTable
Active = True
CacheSize = 1000
Connection = ADOConnection
CursorType = ctStatic
TableName = 't_GoodsSlave'
Left = 72
Top = 48
end
object dspGoodsSlave: TDataSetProvider
DataSet = ADOTGoodsSlave
Left = 184
Top = 48
end
object ADOTVendor: TADOTable
Active = True
CacheSize = 1000
Connection = ADOConnection
CursorType = ctStatic
TableName = 't_Vendor'
Left = 80
Top = 112
end
object dspVendor: TDataSetProvider
DataSet = ADOTVendor
Left = 152
Top = 112
end
object dspABCCate: TDataSetProvider
DataSet = ADOTABCCate
Left = 144
Top = 296
end
object ADOTABCCate: TADOTable
CacheSize = 1000
Connection = ADOConnection
CursorType = ctStatic
MarshalOptions = moMarshalModifiedOnly
TableName = 't_ABCCategory'
Left = 72
Top = 296
end
object ADOTGoodsCate: TADOTable
CacheSize = 1000
Connection = ADOConnection
CursorType = ctStatic
MarshalOptions = moMarshalModifiedOnly
TableName = 't_GoodsCategory'
Left = 248
Top = 176
end
object dspGoodsCate: TDataSetProvider
DataSet = ADOTGoodsCate
Left = 312
Top = 176
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -