Skip to content

Commit 6224c88

Browse files
committed
Fix: missing app icon + server list (-)multiselect
1 parent dd46909 commit 6224c88

4 files changed

Lines changed: 6 additions & 8 deletions

File tree

Server/OptixGate.dproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Release</Config>
8-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
8+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
99
<ProjectName Condition="'$(ProjectName)'==''">OptixGate</ProjectName>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Application</AppType>
@@ -142,6 +142,7 @@
142142
<DCC_DcuOutput>.\bins\NoSSL\$(Platform)\$(Config)</DCC_DcuOutput>
143143
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
144144
<VerInfo_Locale>1033</VerInfo_Locale>
145+
<Icon_MainIcon>Assets\optix.ico</Icon_MainIcon>
145146
</PropertyGroup>
146147
<ItemGroup>
147148
<DelphiCompile Include="$(MainSource)">
@@ -248,10 +249,7 @@
248249
<Source>
249250
<Source Name="MainSource">OptixGate.dpr</Source>
250251
</Source>
251-
<Excluded_Packages>
252-
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
253-
<Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
254-
</Excluded_Packages>
252+
<Excluded_Packages/>
255253
</Delphi.Personality>
256254
<Deployment Version="4">
257255
<DeployFile LocalName="..\Shared\XSuperObject.inc" Configuration="Debug" Class="ProjectFile">

Server/OptixGateGroup.groupproj.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<BorlandProject>
33
<Transactions/>
44
<Default.Personality>
5-
<Projects ActiveProject="C:\Users\jples\Desktop\OptixGate\Server\OptixGate.dproj"/>
5+
<Projects ActiveProject="C:\Users\jples\Desktop\OptixGate\Server\OptixGate_OpenSSL.dproj"/>
66
</Default.Personality>
77
</BorlandProject>

Server/OptixGate_OpenSSL.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Release</Config>
8-
<Platform Condition="'$(Platform)'==''">Win32</Platform>
8+
<Platform Condition="'$(Platform)'==''">Win64</Platform>
99
<ProjectName Condition="'$(ProjectName)'==''">OptixGate_OpenSSL</ProjectName>
1010
<TargetedPlatforms>3</TargetedPlatforms>
1111
<AppType>Application</AppType>

Server/Units/Forms/uFormMain.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object FormMain: TFormMain
3939
PopupMenu = PopupMenu
4040
TabOrder = 0
4141
TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toFullVertGridLines]
42-
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect, toSelectNextNodeOnRemoval]
42+
TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect, toSelectNextNodeOnRemoval]
4343
OnBeforeCellPaint = VSTBeforeCellPaint
4444
OnChange = VSTChange
4545
OnCompareNodes = VSTCompareNodes

0 commit comments

Comments
 (0)