diff --git a/components/virtualtreeview-new/branches/4.8/demos/advanced/Advanced.lpi b/components/virtualtreeview-new/branches/4.8/demos/advanced/Advanced.lpi index ad326dd7c..16eaad3b3 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/advanced/Advanced.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/advanced/Advanced.lpi @@ -1,20 +1,21 @@ + - - - - + + + + @@ -41,6 +42,7 @@ + @@ -132,6 +134,7 @@ + @@ -150,8 +153,13 @@ - + + + + + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpi b/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpi index 01124a86b..2d7455072 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpi @@ -1,20 +1,22 @@ + - - - + - + + + + @@ -51,8 +53,13 @@ - + + + + + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpr b/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpr index 2dd39247a..e00a20feb 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpr +++ b/components/virtualtreeview-new/branches/4.8/demos/dataarray/dataarray.lpr @@ -10,6 +10,8 @@ uses Forms { add your units here }, virtualtreeview_package, Main; +{$R *.res} + begin Application.Initialize; Application.CreateForm(TForm1, Form1); diff --git a/components/virtualtreeview-new/branches/4.8/demos/dragdrop/vtvdragdrop.lpi b/components/virtualtreeview-new/branches/4.8/demos/dragdrop/vtvdragdrop.lpi index 463e49b2e..d09aaacca 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/dragdrop/vtvdragdrop.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/dragdrop/vtvdragdrop.lpi @@ -7,7 +7,6 @@ - @@ -47,6 +46,7 @@ + diff --git a/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpi b/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpi index ce4efeeee..289cff8d3 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpi @@ -1,20 +1,22 @@ + - - - + - + + + + @@ -51,8 +53,13 @@ - + + + + + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpr b/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpr index 03d18197e..6f70732f8 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpr +++ b/components/virtualtreeview-new/branches/4.8/demos/mininal/minimal_lcl.lpr @@ -10,6 +10,8 @@ uses Forms { add your units here }, Main; +{$R *.res} + begin Application.Initialize; Application.CreateForm(TMainForm,MainForm); diff --git a/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpi b/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpi index 4334fef45..c07d9e670 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpi @@ -1,20 +1,22 @@ + - - - + - + + + + @@ -64,8 +66,13 @@ - + + + + + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpr b/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpr index ef8805cc5..a7d4f1df9 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpr +++ b/components/virtualtreeview-new/branches/4.8/demos/objects/mvcdemo.lpr @@ -10,6 +10,8 @@ uses Forms { add your units here }, MVCDemoMain, lclextensions_package; +{$R *.res} + begin Application.Initialize; Application.CreateForm(TfmMVCDemo, fmMVCDemo); diff --git a/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpi b/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpi index 2d5b63e71..75e370677 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpi @@ -1,20 +1,22 @@ + - - - + - + + + + @@ -42,20 +44,21 @@ + - - + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpr b/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpr index 5936c2f26..e4b9c9d3d 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpr +++ b/components/virtualtreeview-new/branches/4.8/demos/ole/ole.lpr @@ -10,6 +10,8 @@ uses Forms { add your units here }, Main; +{$R *.res} + begin Application.Initialize; Application.CreateForm(TMainForm, MainForm); diff --git a/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpi b/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpi index a11f312e4..39d39d84e 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpi +++ b/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpi @@ -1,20 +1,22 @@ + - - - + - + + + + @@ -107,8 +109,13 @@ - + + + + + + diff --git a/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpr b/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpr index ae0c57b9d..4e541a58b 100644 --- a/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpr +++ b/components/virtualtreeview-new/branches/4.8/demos/vtbasic/vtbasic.lpr @@ -14,6 +14,8 @@ uses {$endif} ; +{$R *.res} + begin {$ifdef DEBUG_VTV} Logger.Channels.Add(TIPCChannel.Create);