Fix: Rename TDatasource to TDataSource (lazarus 2.2)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2022-09-16 10:59:05 +00:00
parent 6af3c25955
commit 264e7bc5d9
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ object Form1: TForm1
EditLabel.ParentColor = False EditLabel.ParentColor = False
TabOrder = 2 TabOrder = 2
end end
object Datasource1: TDatasource object Datasource1: TDataSource
DataSet = BufDataset1 DataSet = BufDataset1
left = 336 left = 336
top = 8 top = 8

View File

@@ -69,7 +69,7 @@ object Form1: TForm1
Caption = 'Press Alt+Down arrow key while editing date to show the calendar' Caption = 'Press Alt+Down arrow key while editing date to show the calendar'
ParentColor = False ParentColor = False
end end
object Datasource1: TDatasource object Datasource1: TDataSource
DataSet = BufDataset1 DataSet = BufDataset1
left = 324 left = 324
top = 7 top = 7