15 lines
1.2 KiB
JavaScript
15 lines
1.2 KiB
JavaScript
CMCXmlParser._FilePathToXmlStringMap.Add(
|
|
'Skin',
|
|
'<?xml version=\"1.0\" encoding=\"utf-8\"?>' +
|
|
'<CatapultSkin Version=\"1\" Comment=\"Silver theme skin\" Anchors=\"Width,Height\" Width=\"800px\" Height=\"600px\" Top=\"0px\" Left=\"0px\" Bottom=\"0px\" Right=\"0px\" Tabs=\"TOC,Search,Favorites\" DefaultTab=\"TOC\" UseBrowserDefaultSize=\"true\" UseDefaultBrowserSetup=\"true\" Title=\"BASIC Stamp Editor Help\" AutoSyncTOC=\"true\">' +
|
|
' <!-- saved from url=(0014)about:internet -->' +
|
|
' <Index BinaryStorage=\"True\" />' +
|
|
' <HtmlHelpOptions ShowMenuBar=\"False\" TopmostWindowStyle=\"False\" Buttons=\"Hide,Locate,Back,Forward,Stop,Refresh,Home,Font,Print\" EnableButtonCaptions=\"True\" />' +
|
|
' <Stylesheet Link=\"Stylesheet.xml\">' +
|
|
' </Stylesheet>' +
|
|
' <WebHelpOptions VisibleAccordionItemCount=\"6\" NavigationPaneWidth=\"0\" AboutBox=\"About.png\" AboutBoxWidth=\"450\" AboutBoxHeight=\"450\">' +
|
|
' </WebHelpOptions>' +
|
|
' <Toolbar ExcludeAccordionTitle=\"false\" EnableCustomLayout=\"true\" Buttons=\"ToggleNavigationPane|Home|Separator|Back|Forward|Separator|Print|AddTopicToFavorites|Separator|ExpandAll|CollapseAll|Separator|RemoveHighlight|QuickSearch|Separator\" />' +
|
|
'</CatapultSkin>'
|
|
);
|