Kaydet (Commit) f29c3435 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Add preliminary icons for use in XML tree from Alexander Wilms.

Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace
üst 343538e2
...@@ -82,19 +82,19 @@ ModelessDialog RID_SCDLG_XML_SOURCE ...@@ -82,19 +82,19 @@ ModelessDialog RID_SCDLG_XML_SOURCE
Image IMG_ELEMENT_DEFAULT Image IMG_ELEMENT_DEFAULT
{ {
ImageBitmap = Bitmap { File = "page.png" ; }; ImageBitmap = Bitmap { File = "xml_element.png" ; };
MaskColor = STD_MASKCOLOR ; MaskColor = STD_MASKCOLOR ;
}; };
Image IMG_ELEMENT_REPEAT Image IMG_ELEMENT_REPEAT
{ {
ImageBitmap = Bitmap { File = "pages.png" ; }; ImageBitmap = Bitmap { File = "xml_element_repeat.png" ; };
MaskColor = STD_MASKCOLOR ; MaskColor = STD_MASKCOLOR ;
}; };
Image IMG_ELEMENT_ATTRIBUTE Image IMG_ELEMENT_ATTRIBUTE
{ {
ImageBitmap = Bitmap { File = "time.png" ; }; ImageBitmap = Bitmap { File = "xml_attribute.png" ; };
MaskColor = STD_MASKCOLOR ; MaskColor = STD_MASKCOLOR ;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment