Customizing Datacard Pictures

You can add your own images to datacards by changing the datacard xml files.

This page discusses:

Adding Image in XML

Add custom images by placing the image in the path win_b64\resources\graphics\icons and including the name of the image, with the extension .png, in datacard xml under <LABEL> tag.

For example, to display the image with name I_DELSTM_TransportCart.png in the Universal Analyzing System (UAS) Logistics datacard:

  • Place image in path win_b64\resources\graphics\icons
  • Then add the line below in the required cell in dcg_UAS_Table_Logistics.xml, available in path win_b64\startup\datacard.

    <LABEL>DELSTM_TransporCart.png</LABEL>

Adding Images with Text

Images with text can be added through use of the separator, + (plus), in <LABEL>.

For example, if the user want this image, I_DELSTM_WithSafetyCatch.png.



Use the following format in XML:

<LABEL>I_DELSTM_WithSafetyCatch.png+With safety catch</LABEL>.

Language Support for Images

Language support provided by placing similar images with text in different languages in the path win_b64\resources\graphic\icons.

Images with different languages append with the language name.

For example, to provide language support for the image I_DELSTM_ImageName.png, append as follows:

  • English: I_DELSTM_ImageName_English.png
  • French: I_DELSTM_ImageName_French.png
  • German: I_DELSTM_ImageName_German.png
  • Italian: I_DELSTM_ImageName_Italian.png
  • Japanese: I_DELSTM_ImageName_Japanese.png
  • Simplified Chinese: I_DELSTM_ImageName_Simplified_Chinese.png
  • Korean: I_DELSTM_ImageName_Korean.png

Place languages in the path win_b64\resources\graphic\icons, and when the User Interface language changes, the corresponding image appears.

<LABEL>I_DELSTM_ImageName_English.png</LABEL>