diff --git a/Concepts.Resources.pas b/Concepts.Resources.pas
index de469f1b..c78c33e4 100644
--- a/Concepts.Resources.pas
+++ b/Concepts.Resources.pas
@@ -14,7 +14,7 @@
limitations under the License.
}
-//{$I Concepts.inc}
+{$I Concepts.inc}
unit Concepts.Resources;
diff --git a/Concepts.dpr b/Concepts.dpr
index a66496e4..5febfc0f 100644
--- a/Concepts.dpr
+++ b/Concepts.dpr
@@ -6,7 +6,6 @@ uses
Forms,
Vcl.Themes,
Vcl.Styles,
- System.ImageList in 'Types\System.ImageList.pas',
AsyncCalls in 'Libraries\AsyncCalls\AsyncCalls.pas',
BTMemoryModule in 'Libraries\BTMemoryModule\BTMemoryModule.pas',
ChromeTabs in 'Libraries\TChromeTabs\Lib\ChromeTabs.pas',
@@ -299,7 +298,8 @@ uses
VirtualTrees.WorkerThread in 'Libraries\VirtualTreeView\Source\VirtualTrees.WorkerThread.pas',
VTAccessibility in 'Libraries\VirtualTreeView\Source\VTAccessibility.pas',
VTAccessibilityFactory in 'Libraries\VirtualTreeView\Source\VTAccessibilityFactory.pas',
- VTHeaderPopup in 'Libraries\VirtualTreeView\Source\VTHeaderPopup.pas';
+ VTHeaderPopup in 'Libraries\VirtualTreeView\Source\VTHeaderPopup.pas',
+ Concepts.ComponentInspector in 'Concepts.ComponentInspector.pas' {frmComponentInspector};
{$R *.res}
diff --git a/Concepts.dproj b/Concepts.dproj
index 68ad0f21..11b0e5ba 100644
--- a/Concepts.dproj
+++ b/Concepts.dproj
@@ -2,7 +2,7 @@
{08B0BBF6-9865-47D8-B7FD-7BE56E3904B5}
Concepts.dpr
- Debug
+ Release
DCC32
17.2
VCL
@@ -94,8 +94,8 @@
0
- 1
- CompanyName=Tim Sinaeve;FileDescription=;FileVersion=1.0.0.1;InternalName=Concepts;LegalCopyright=(c) 2015 Tim Sinaeve;LegalTrademarks=;OriginalFilename=Concepts.exe;ProductName=Concepts;ProductVersion=1.0.0.0;Comments=
+ 2
+ CompanyName=Tim Sinaeve;FileDescription=;FileVersion=1.0.0.2;InternalName=Concepts;LegalCopyright=(c) 2015 Tim Sinaeve;LegalTrademarks=;OriginalFilename=Concepts.exe;ProductName=Concepts;ProductVersion=1.0.0.0;Comments=
false
false
1033
@@ -133,7 +133,6 @@
MainSource
-
@@ -500,6 +499,10 @@
+
+
+ dfm
+
@@ -578,26 +581,31 @@
Concepts.exe
+ true
Concepts.exe
+ true
Concepts.exe
+ true
.\
+ true
.\
+ true
@@ -922,8 +930,8 @@
-
+
False
@@ -933,11 +941,3 @@
-
-
diff --git a/Concepts.res b/Concepts.res
index 93b5804a..28db4adb 100644
Binary files a/Concepts.res and b/Concepts.res differ
diff --git a/Types/System.ImageList.pas b/Types/System.ImageList.pas
index 58c8745b..9fabcb36 100644
--- a/Types/System.ImageList.pas
+++ b/Types/System.ImageList.pas
@@ -6,3 +6,5 @@ implementation
end.
+
+