From 9b480782a627f6832592f4248e1deb7738043140 Mon Sep 17 00:00:00 2001 From: beNative Date: Mon, 9 Nov 2015 18:13:05 +0100 Subject: [PATCH] - Cleanup of project files --- Concepts.Resources.pas | 2 +- Concepts.dpr | 4 ++-- Concepts.dproj | 26 +++++++++++++------------- Concepts.res | Bin 163348 -> 163656 bytes Types/System.ImageList.pas | 2 ++ 5 files changed, 18 insertions(+), 16 deletions(-) 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 @@ + +
frmComponentInspector
+ 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 93b5804a7c20dac1313e217eabf1a06f570392a6..28db4adbf31643ad1a34877a972757b66f954d16 100644 GIT binary patch delta 412 zcmZXPy-EX76oltq!@`P!P5LE`+W505#5Q6e5Tl?kAi6|hvssdjXdx*q(z;;nGuZhG zK7hWBn0$LTMU2J0XE-xw&YagD|MS;>32K>@0!h>92G4+`J^2*}_%fR}LSysMru{Pc zTkZ56jX`q2J96~|EY-C}|5$zXlLA)?t*e1G$OHmA+VMkSF+Vr~E#cp-V(g6#)xPjhQ52cWTb9G@z&^}9%0tfa=<7x!)@KW6$c6lS$g^iAo-rSuv8zv& H6_U&V!gxiq delta 103 zcmX@{k8{c&&It-i4vY*83JeSk|NjdBF^~fU1`M1mUP+AWzFw_7qXao4g40u=%PrWF&M 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. + +