mirror of https://github.com/BOINC/boinc.git
258 lines
8.4 KiB
XML
258 lines
8.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<skin>
|
|
<en>
|
|
<simple>
|
|
<background_image>
|
|
<!-- Background Image for the Simple GUI-->
|
|
<!-- 410x540 -->
|
|
<image>
|
|
<imagesrc>graphic/grid_bg.png</imagesrc>
|
|
<background_color>0:180:241</background_color>
|
|
</image>
|
|
</background_image>
|
|
<spacer_image>
|
|
<image>
|
|
<imagesrc>graphic/spacer.png</imagesrc>
|
|
</image>
|
|
</spacer_image>
|
|
<static_line_color>0:125:198</static_line_color>
|
|
<state_indicator_background_image>
|
|
<image>
|
|
<imagesrc>graphic/state_ind_bg.png</imagesrc>
|
|
</image>
|
|
</state_indicator_background_image>
|
|
<connecting_indicator_image>
|
|
<image>
|
|
<imagesrc>graphic/conn_ind.png</imagesrc>
|
|
</image>
|
|
</connecting_indicator_image>
|
|
<error_indicator_image>
|
|
<image>
|
|
<imagesrc>graphic/error_image.png</imagesrc>
|
|
</image>
|
|
</error_indicator_image>
|
|
<workunit_active_tab>
|
|
<tab>
|
|
<imagesrc>graphic/ico_workWU.png</imagesrc>
|
|
<border_color>206:207:207</border_color>
|
|
<gradient_from_color>208:208:208</gradient_from_color>
|
|
<gradient_to_color>200:200:200</gradient_to_color>
|
|
</tab>
|
|
</workunit_active_tab>
|
|
<workunit_suspended_tab>
|
|
<tab>
|
|
<imagesrc>graphic/ico_workWU_sus.png</imagesrc>
|
|
<border_color>134:149:158</border_color>
|
|
<gradient_from_color>167:167:167</gradient_from_color>
|
|
<gradient_to_color>125:141:151</gradient_to_color>
|
|
</tab>
|
|
</workunit_suspended_tab>
|
|
<workunit_tab_area_background_image>
|
|
<image>
|
|
<imagesrc>graphic/tabArea_bg.png</imagesrc>
|
|
</image>
|
|
</workunit_tab_area_background_image>
|
|
<workunit_area_background_image>
|
|
<image>
|
|
<imagesrc>graphic/wu_bg.png</imagesrc>
|
|
</image>
|
|
</workunit_area_background_image>
|
|
<workunit_animation_background_image>
|
|
<image>
|
|
<imagesrc>graphic/project_image.png</imagesrc>
|
|
</image>
|
|
</workunit_animation_background_image>
|
|
<workunit_animation_image>
|
|
<image>
|
|
<imagesrc>graphic/workunit_animation_background.png</imagesrc>
|
|
</image>
|
|
</workunit_animation_image>
|
|
<workunit_gauge_background_image>
|
|
<image>
|
|
<imagesrc>graphic/gauge_bg.png</imagesrc>
|
|
</image>
|
|
</workunit_gauge_background_image>
|
|
<workunit_gauge_progress_indicator_image>
|
|
<image>
|
|
<imagesrc>graphic/gauge_progress_indicator.png</imagesrc>
|
|
</image>
|
|
</workunit_gauge_progress_indicator_image>
|
|
<project_area_background_image>
|
|
<image>
|
|
<imagesrc>graphic/proj_bg.png</imagesrc>
|
|
</image>
|
|
</project_area_background_image>
|
|
<project_image>
|
|
<image>
|
|
<imagesrc>graphic/default_stat_icon.png</imagesrc>
|
|
</image>
|
|
</project_image>
|
|
<attach_project_button>
|
|
<button>
|
|
<imagesrc>graphic/btnAddProject.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnAddProjectClick.png</imagesrc_clicked>
|
|
</button>
|
|
</attach_project_button>
|
|
<synchronize_button>
|
|
<button>
|
|
<imagesrc>graphic/btnSynchronize.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnSynchronizeClick.png</imagesrc_clicked>
|
|
</button>
|
|
</synchronize_button>
|
|
<right_arrow_button>
|
|
<button>
|
|
<imagesrc>graphic/arwRight.png</imagesrc>
|
|
<imagesrc_clicked>graphic/arwRightClick.png</imagesrc_clicked>
|
|
</button>
|
|
</right_arrow_button>
|
|
<left_arrow_button>
|
|
<button>
|
|
<imagesrc>graphic/arwLeft.png</imagesrc>
|
|
<imagesrc_clicked>graphic/arwLeftClick.png</imagesrc_clicked>
|
|
</button>
|
|
</left_arrow_button>
|
|
<save_button>
|
|
<button>
|
|
<imagesrc>graphic/btnSave.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnSaveClick.png</imagesrc_clicked>
|
|
</button>
|
|
</save_button>
|
|
<cancel_button>
|
|
<button>
|
|
<imagesrc>graphic/btnCancel.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnCancelClick.png</imagesrc_clicked>
|
|
</button>
|
|
</cancel_button>
|
|
<change_button>
|
|
<button>
|
|
<imagesrc>graphic/btnChange.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnChangeClick.png</imagesrc_clicked>
|
|
</button>
|
|
</change_button>
|
|
<close_button>
|
|
<button>
|
|
<imagesrc>graphic/btnClose.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnCloseClick.png</imagesrc_clicked>
|
|
</button>
|
|
</close_button>
|
|
<help_button>
|
|
<button>
|
|
<imagesrc>graphic/btnHelp.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnHelpClicked.png</imagesrc_clicked>
|
|
</button>
|
|
</help_button>
|
|
<copy_button>
|
|
<button>
|
|
<imagesrc>graphic/btnCopy.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnCopyClicked.png</imagesrc_clicked>
|
|
</button>
|
|
</copy_button>
|
|
<copy_all_button>
|
|
<button>
|
|
<imagesrc>graphic/btnCopyAll.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnCopyAllClicked.png</imagesrc_clicked>
|
|
</button>
|
|
</copy_all_button>
|
|
<clear_button>
|
|
<button>
|
|
<imagesrc>graphic/btnClear.png</imagesrc>
|
|
<imagesrc_clicked>graphic/btnClearClick.png</imagesrc_clicked>
|
|
</button>
|
|
</clear_button>
|
|
<messages_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnMessages.png</imagesrc>
|
|
</image>
|
|
</messages_link_image>
|
|
<messages_alert_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnMessagesOrange.gif</imagesrc>
|
|
</image>
|
|
</messages_alert_link_image>
|
|
<suspend_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnSnooze.png</imagesrc>
|
|
</image>
|
|
</suspend_link_image>
|
|
<resume_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnResume.gif</imagesrc>
|
|
</image>
|
|
</resume_link_image>
|
|
<preferences_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnPreferences.png</imagesrc>
|
|
</image>
|
|
</preferences_link_image>
|
|
<advanced_link_image>
|
|
<image>
|
|
<imagesrc>graphic/btnAdvancedView.png</imagesrc>
|
|
</image>
|
|
</advanced_link_image>
|
|
<dialog_background_image>
|
|
<image>
|
|
<imagesrc>graphic/grid1_bg.png</imagesrc>
|
|
</image>
|
|
</dialog_background_image>
|
|
</simple>
|
|
<!-- this section can be omitted in which case it will use the BOINC defaults (shown below) -->
|
|
<advanced>
|
|
<!-- name displayed in application title bar -->
|
|
<application_name>Progress Thru Processors Desktop</application_name>
|
|
<project_name>Progress Thru Processors</application_short_name>
|
|
<application_icon>
|
|
<image>
|
|
<!-- Taskbar Icon -->
|
|
<imagesrc>graphic/app_icon_16x16.gif</imagesrc>
|
|
<transparency_mask>0:0:0</transparency_mask>
|
|
</image>
|
|
</application_icon>
|
|
<application_disconnected_icon>
|
|
<image>
|
|
<!-- Taskbar Icon when disconnected -->
|
|
<imagesrc>graphic/app_icon_16x16.gif</imagesrc>
|
|
<transparency_mask>0:0:0</transparency_mask>
|
|
</image>
|
|
</application_disconnected_icon>
|
|
<application_snooze_icon>
|
|
<image>
|
|
<!-- Taskbar Icon when snoozing -->
|
|
<imagesrc>graphic/app_icon_16x16.gif</imagesrc>
|
|
<transparency_mask>0:0:0</transparency_mask>
|
|
</image>
|
|
</application_snooze_icon>
|
|
<!-- logo displayed in about box -->
|
|
<application_logo>graphic/gr_about.ico</application_logo>
|
|
<!-- name displayed in about box -->
|
|
<company_name>Progress Thru Processors</organization_name>
|
|
<!-- web site displayed in about box -->
|
|
<company_website>http://www.gridrepublic.org</organization_website>
|
|
<organization_help_url>http://www.gridrepublic.org/index.php?param=contact</organization_help_url>
|
|
<!-- this setting makes the BOINC manager automatically open to a particular tab on the -->
|
|
<!-- advanced view, overriding a users last displayed view. 0 means use users last open tab -->
|
|
<open_tab>0</open_tab>
|
|
<exit_message>This will shut down Progress Thru Processors and its tasks entirely
|
|
until Progress Thru Processors Desktop is run again.
|
|
|
|
In most cases, it is better to avoid exiting the program. Instead
|
|
simply close the Progress Thru Processors Desktop Window.</exit_message>
|
|
</advanced>
|
|
<!-- this section can be omitted in which case it will use the BOINC defaults (shown below) -->
|
|
<wizards>
|
|
<attach_to_project>
|
|
<!-- title displayed on the attach to project wizard -->
|
|
<title>Progress Thru Processors Desktop - Attach to Project</title>
|
|
<!-- logo displayed on the attach to project wizard -->
|
|
<logo>graphic/gr_wizard_bar.png</logo>
|
|
</attach_to_project>
|
|
<attach_to_account_manager>
|
|
<!-- title displayed on the attach to account manager wizard -->
|
|
<title>Progress Thru Processors Desktop - Attach to Account Manager/Update Account Manager</title>
|
|
<!-- logo displayed on the attach to account manager wizard -->
|
|
<logo>graphic/gr_wizard_bar.png</logo>
|
|
<!-- additional message to user about attaching to an account manager -->
|
|
<account_info_message></account_info_message>
|
|
</attach_to_account_manager>
|
|
</wizards>
|
|
</en>
|
|
</skin> |