Customizing background color
Customizing the background color used in Interviewer Console
2 Change the values for FillColor. Each three-digit number represents an RGB color intensity ranging from 0 to 255, with 255 being full intensity.
Example
<applicationSettings>
<Spss.UNICOM Intelligence.Mobile.Properties.Settings>
<setting name="LogoImage" serializeAs="String">
<value>Images/Logo.gif</value>
</setting>
<setting name="Icon" serializeAs="String">
<value>Images/Icon.ico</value>
</setting>
<setting name="FillColor" serializeAs="String">
<value>144,176,224</value>
</setting>
</Spss.UNICOM Intelligence.Mobile.Properties.Settings>
</applicationSettings>
Customize the background color used in UNICOM Intelligence Interviewer - Synchronization Console
Follow the steps in
Customizing the background color used in Interviewer Console, except open
IPlayerSyncMgr.exe.config instead of
IPlayerConsole.exe.config.
See also