Add demo GacUI_ControlTemplate\BlackSkin

This commit is contained in:
vczh
2016-01-13 20:24:52 -08:00
parent 9de8de3d9f
commit 1c07a3be0f
23 changed files with 59 additions and 0 deletions
+5
View File
@@ -30,4 +30,9 @@ popd
pushd TextEditor\UI
call Codegen.bat
popd
popd
pushd GacUI_ControlTemplate
pushd BlackSkin\UI
call Codegen.bat
popd
popd
@@ -0,0 +1 @@
..\..\..\..\Tools\GacGen.exe Resource.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Folder name="Images">
<Image content="File">OfficeWord.ico</Image>
<Image content="File">OfficeExcel.ico</Image>
<Image content="File">OfficePowerPoint.ico</Image>
<Image content="File">OfficeOutlook.ico</Image>
<Image content="File">OfficeOneNote.ico</Image>
<Image content="File">_New.png</Image>
<Image content="File">_Open.png</Image>
<Image content="File">_Save.png</Image>
<Image content="File">_SaveAs.png</Image>
<Image content="File">_Print.png</Image>
<Image content="File">_Redo.png</Image>
<Image content="File">_Undo.png</Image>
<Image content="File">_Cut.png</Image>
<Image content="File">_Copy.png</Image>
<Image content="File">_Paste.png</Image>
<Image content="File">_Delete.png</Image>
</Folder>
Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Resource>
<Folder name="GacGenConfig">
<Folder name="Cpp">
<Text name="Output">Source</Text>
<Text name="Include">GacUIReflection.h</Text>
<Text name="Name">Demo</Text>
<Text name="Prefix"></Text>
</Folder>
<Folder name="Res">
<Text name="Output">..\..\UIRes</Text>
<Text name="PrecompiledBinary">BlackSkin.bin</Text>
</Folder>
</Folder>
<Folder name="Images" content="Link">Images\Folder.xml</Folder>
<Folder name="Documents">
<Doc name="Simple">
<Doc>
<Content>
<p>
<font color="#FFFFFF">
<nop>This is a </nop>
<b><font color="#00FFFF">rich</font></b>
<nop> document.</nop>
</font>
</p>
</Content>
</Doc>
</Doc>
<Doc content="File">XmlDocDemo.xml</Doc>
</Folder>
<Folder name="DarkSkin" content="Link">Skin.xml</Folder>
<Folder name="MainWindow" content="Link">MainWindow.xml</Instance>
</Resource>
Binary file not shown.