diff --git a/components/spktoolbar/demos/actions/project1.lpi b/components/spktoolbar/demos/actions/project1.lpi index 7cb391370..010230071 100644 --- a/components/spktoolbar/demos/actions/project1.lpi +++ b/components/spktoolbar/demos/actions/project1.lpi @@ -9,10 +9,6 @@ <ResourceType Value="res"/> <UseXPManifest Value="True"/> - <XPManifest> - <TextName Value="CompanyName.ProductName.AppName"/> - <TextDesc Value="Your application description."/> - </XPManifest> </General> <i18n> <EnableI18N LFM="False"/> @@ -76,7 +72,6 @@ </CodeGeneration> <Linking> <Debugging> - <StripSymbols Value="True"/> <UseExternalDbgSyms Value="True"/> </Debugging> <LinkSmart Value="True"/> diff --git a/components/spktoolbar/demos/basic/Project1.lpi b/components/spktoolbar/demos/basic/Project1.lpi index 6a2f6390e..3f575219a 100644 --- a/components/spktoolbar/demos/basic/Project1.lpi +++ b/components/spktoolbar/demos/basic/Project1.lpi @@ -1,7 +1,7 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <CONFIG> <ProjectOptions> - <Version Value="9"/> + <Version Value="10"/> <PathDelim Value="\"/> <General> <Flags> @@ -18,9 +18,6 @@ <i18n> <EnableI18N LFM="False"/> </i18n> - <VersionInfo> - <StringTable ProductVersion=""/> - </VersionInfo> <BuildModes Count="1"> <Item1 Name="Default" Default="True"/> </BuildModes> @@ -53,7 +50,6 @@ <ComponentName Value="Form2"/> <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> - <UnitName Value="Unit1"/> </Unit1> </Units> </ProjectOptions> @@ -76,7 +72,6 @@ <Linking> <Debugging> <DebugInfoType Value="dsDwarf2"/> - <StripSymbols Value="True"/> <UseExternalDbgSyms Value="True"/> </Debugging> <LinkSmart Value="True"/> @@ -86,12 +81,6 @@ </Win32> </Options> </Linking> - <Other> - <CompilerMessages> - <UseMsgFile Value="True"/> - </CompilerMessages> - <CompilerPath Value="$(CompPath)"/> - </Other> </CompilerOptions> <Debugging> <Exceptions Count="3"> diff --git a/components/spktoolbar/demos/runtime/project1.lpi b/components/spktoolbar/demos/runtime/project1.lpi index 5aa91de9f..963a51062 100644 --- a/components/spktoolbar/demos/runtime/project1.lpi +++ b/components/spktoolbar/demos/runtime/project1.lpi @@ -9,10 +9,6 @@ <Title Value="project1"/> <ResourceType Value="res"/> <UseXPManifest Value="True"/> - <XPManifest> - <TextName Value="CompanyName.ProductName.AppName"/> - <TextDesc Value="Your application description."/> - </XPManifest> </General> <i18n> <EnableI18N LFM="False"/> @@ -70,7 +66,6 @@ <Linking> <Debugging> <DebugInfoType Value="dsDwarf2"/> - <StripSymbols Value="True"/> <UseExternalDbgSyms Value="True"/> </Debugging> <LinkSmart Value="True"/> diff --git a/components/spktoolbar/demos/styles/project1.lpi b/components/spktoolbar/demos/styles/project1.lpi index 61cd594d3..2ce524fde 100644 --- a/components/spktoolbar/demos/styles/project1.lpi +++ b/components/spktoolbar/demos/styles/project1.lpi @@ -9,11 +9,7 @@ <Title Value="project1"/> <ResourceType Value="res"/> <UseXPManifest Value="True"/> - <Icon Value="0"/> </General> - <VersionInfo> - <StringTable ProductVersion=""/> - </VersionInfo> <BuildModes Count="1"> <Item1 Name="Default" Default="True"/> </BuildModes> @@ -42,6 +38,7 @@ <Filename Value="unit1.pas"/> <IsPartOfProject Value="True"/> <ComponentName Value="Form1"/> + <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="Unit1"/> </Unit1> @@ -58,6 +55,9 @@ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <Linking> + <Debugging> + <UseExternalDbgSyms Value="True"/> + </Debugging> <Options> <Win32> <GraphicApplication Value="True"/> diff --git a/components/spktoolbar/designtime/spkte_AppearanceEditor.lfm b/components/spktoolbar/designtime/spkte_AppearanceEditor.lfm index c8d89b521..e3404de52 100644 --- a/components/spktoolbar/designtime/spkte_AppearanceEditor.lfm +++ b/components/spktoolbar/designtime/spkte_AppearanceEditor.lfm @@ -174,33 +174,33 @@ object frmAppearanceEditWindow: TfrmAppearanceEditWindow Visible = True Enabled = True Caption = 'Default' - ShowCaption = True - TableBehaviour = tbBeginsRow GroupBehaviour = gbSingleItem HideFrameWhenIdle = True ImageIndex = 1 + ShowCaption = True + TableBehaviour = tbBeginsRow ButtonKind = bkButton end object SpkSmallButton2: TSpkSmallButton Visible = True Enabled = True Caption = 'Button and dropdown' - ShowCaption = True - TableBehaviour = tbBeginsRow GroupBehaviour = gbSingleItem HideFrameWhenIdle = True ImageIndex = 1 + ShowCaption = True + TableBehaviour = tbBeginsRow ButtonKind = bkButtonDropdown end object SpkSmallButton3: TSpkSmallButton Visible = True Enabled = True Caption = 'Dropdown' - ShowCaption = True - TableBehaviour = tbBeginsRow GroupBehaviour = gbSingleItem HideFrameWhenIdle = True ImageIndex = 1 + ShowCaption = True + TableBehaviour = tbBeginsRow ButtonKind = bkDropdown end end @@ -218,55 +218,55 @@ object frmAppearanceEditWindow: TfrmAppearanceEditWindow Visible = True Enabled = True Caption = 'Button' - ShowCaption = False - TableBehaviour = tbContinuesRow GroupBehaviour = gbBeginsGroup HideFrameWhenIdle = False ImageIndex = 1 + ShowCaption = False + TableBehaviour = tbContinuesRow ButtonKind = bkButton end object SpkSmallButton5: TSpkSmallButton Visible = True Enabled = True Caption = 'Button' - ShowCaption = False - TableBehaviour = tbContinuesRow GroupBehaviour = gbContinuesGroup HideFrameWhenIdle = False ImageIndex = 1 + ShowCaption = False + TableBehaviour = tbContinuesRow ButtonKind = bkButton end object SpkSmallButton6: TSpkSmallButton Visible = True Enabled = True Caption = 'Button' - ShowCaption = False - TableBehaviour = tbContinuesRow GroupBehaviour = gbEndsGroup HideFrameWhenIdle = False ImageIndex = 1 + ShowCaption = False + TableBehaviour = tbContinuesRow ButtonKind = bkButton end object SpkSmallButton7: TSpkSmallButton Visible = True Enabled = True Caption = 'Btn1' - ShowCaption = True - TableBehaviour = tbBeginsRow GroupBehaviour = gbSingleItem HideFrameWhenIdle = False ImageIndex = 1 + ShowCaption = True + TableBehaviour = tbBeginsRow ButtonKind = bkButton end object SpkSmallButton8: TSpkSmallButton Visible = True Enabled = True Caption = 'Btn2' - ShowCaption = True - TableBehaviour = tbContinuesRow GroupBehaviour = gbSingleItem HideFrameWhenIdle = False ImageIndex = 1 + ShowCaption = True + TableBehaviour = tbContinuesRow ButtonKind = bkButton end end @@ -327,14 +327,14 @@ object frmAppearanceEditWindow: TfrmAppearanceEditWindow Height = 395 Top = 132 Width = 558 - ActivePage = TabSheet5 + ActivePage = TabSheet1 Align = alClient - TabIndex = 4 + TabIndex = 0 TabOrder = 1 object TabSheet1: TTabSheet Caption = 'Tab' - ClientHeight = 360 - ClientWidth = 579 + ClientHeight = 367 + ClientWidth = 550 object sTabRectangle: TShape AnchorSideLeft.Control = LblInactiveTabHeaderFontColor AnchorSideLeft.Side = asrBottom