Add demo GacUI_ControlTemplate\BlackSkin
@@ -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>
|
||||
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 450 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 472 B |
|
After Width: | Height: | Size: 277 B |
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 476 B |
|
After Width: | Height: | Size: 415 B |
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 381 B |
|
After Width: | Height: | Size: 533 B |
|
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>
|
||||