[WindowSettings] // // Basic Colors and Fonts // TextColor = 0,0,0 MenuColor = 0,0,255 DisabledColor = 100,100,100 ControlColor = 180,180,180 BackgroundColor = 255,255,255 HeadingBarBackgroundColor = 197,214,252,255 TabbedPaneBackgroundColor = 100,100,100,25 TextFont = serif,16,2 // // Per View Customization Settings // DefaultPanelBackgroundColor = 255,255,255,0 // // These are the primary windows in the applications. For this style we customize them as follows: // AppPanelBackgroundImage = digi_logo_embossed.gif AppPanelTileBackground = true AppPanelStretchBackground = false AppPanelBackgroundColor = 255,255,255,0 NavigationPanelBackgroundImage = digi_logo_transparent.gif NavigationPanelBackgroundImagePos = 8 NavigationPanelTileBackground = false NavigationPanelStretchBackground = false NavigationPanelBackgroundColor = 0,0,0,0 NavigationPanelHeight = 600 NavigationPanelWidth = 200 ContentPanelBackgroundImage = tile_offwhite.gif ContentPanelTileBackground = true ContentPanelStretchBackground = false ContentPanelBackgroundColor = 255,255,255,0 MessagePanelBackgroundImage = tile_notebook.gif MessagePanelTileBackground = true MessagePanelStretcBackground = false MessagePanelBackgroundColor = 255,255,255,200 // // // Other view panels that can be customized are: // HomeView // SerialView, SerialBasicView, SerialPortView, SerialNetworkView, SerialAdvancedView // NetworkView, NetworkBasicView // GpioView // SecurityView // AlarmGpioView // BackupView // RestoreFactoryDefaultsView // SystemView, GeneralInfoView, GpioStateView, SerialStatisticsView, NetworkStatisticsView // RebootView // // To customize these view panels, simply prefix the setting with the view name as follows: // HomeViewPanelBackgroundColor = 0,0,255,255 // This example sets the background of the home view to a solid blue color // // Look And Feel Overrides. These allow more specific overrides on fonts and // colors but are more complex than those offered above. // // Font Settings // SystemTextFont = serif,16 // Tool tip fonts // UserTextFont = serif,16 // user entry fields // ControlTextFont = serif,16 // labels, buttons, etc... // MenuTextFont = serif,16 // menus // SubTextFont = serif,48 // ? // Color Settings // Black=255,255,255,255 // all text and most component outlines // White=0,0,0,255 // primary background color // Primary1=255,255,0,255 // ? // Primary2=255,255,0,255 // slider puck color // Primary3=255,255,0,255 // ? // Secondary1=255,255,0,255 // shadow color // Secondary2=255,255,0,255 // disabled text color // Secondary3=0,0,0,255 // default window/dialog/button background color