git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jvcl@12 7f62d464-2af8-f54e-996c-e91b33f51cbe
20 lines
558 B
XML
20 lines
558 B
XML
<Translation>
|
|
<JvTranslatorMainForm>
|
|
<Label1 Caption="Some Text"/>
|
|
<CheckBox1 Caption="Again some text" Width="97" Left="140"/>
|
|
<Button3 Caption="Push me" Width="75"/>
|
|
<Button1 Caption="French"/>
|
|
<Button2 Caption="English"/>
|
|
<TreeView1>
|
|
<Items>
|
|
<Item Index="0" Value="Item1"/>
|
|
<Item Index="1" Value="Item2"/>
|
|
<Item Index="2" Value="Item3"/>
|
|
</Items>
|
|
</TreeView1>
|
|
<Variables>
|
|
<Item Name="SomeText" Value="Wooow, this was good :p"/>
|
|
</Variables>
|
|
</JvTranslatorMainForm>
|
|
</Translation>
|