
Changed license to AGPLv3, "finished" console command framework (for now?), and added initial db/lib/pyramid/wx subpackages - though those are not yet well tested.
65 lines
3.2 KiB
XML
65 lines
3.2 KiB
XML
<?xml version="1.0"?>
|
|
<!-- generated by wxGlade 0.6.3 on Tue Dec 13 00:27:15 2011 -->
|
|
|
|
<application path="../GenerateUuid.py" name="" class="" option="0" language="python" top_window="GenerateUuidDialog" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0">
|
|
<object class="GenerateUuidDialog" name="GenerateUuidDialog" base="EditDialog">
|
|
<style>wxDEFAULT_DIALOG_STYLE</style>
|
|
<title>Generate UUID</title>
|
|
<centered>1</centered>
|
|
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxALL|wxEXPAND</flag>
|
|
<border>10</border>
|
|
<option>1</option>
|
|
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticText" name="label_1" base="EditStaticText">
|
|
<attribute>1</attribute>
|
|
<label>&UUID:</label>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxTOP|wxEXPAND</flag>
|
|
<border>5</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="Uuid" base="EditTextCtrl">
|
|
<style>wxTE_READONLY</style>
|
|
<size>300, -1</size>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxTOP|wxALIGN_CENTER_HORIZONTAL</flag>
|
|
<border>10</border>
|
|
<option>0</option>
|
|
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
|
|
<orient>wxHORIZONTAL</orient>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="Generate" base="EditButton">
|
|
<label>&Generate UUID</label>
|
|
<events>
|
|
<handler event="EVT_BUTTON">OnGenerateButton</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxLEFT</flag>
|
|
<border>10</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="Close" base="EditButton">
|
|
<label>&Close</label>
|
|
<id>wx.ID_OK</id>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</application>
|