45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<wxsmith>
|
||
|
<object class="wxDialog" name="GcodeEditorDialog">
|
||
|
<size>902,565</size>
|
||
|
<bg>wxSYS_COLOUR_WINDOW</bg>
|
||
|
<pos_arg>1</pos_arg>
|
||
|
<size_arg>1</size_arg>
|
||
|
<object class="wxTextCtrl" name="ID_TEXTCTRL1" variable="GcodeText" member="yes">
|
||
|
<pos>16,48</pos>
|
||
|
<size>872,500</size>
|
||
|
<font>
|
||
|
<size>10</size>
|
||
|
<style>normal</style>
|
||
|
<weight>normal</weight>
|
||
|
<underlined>0</underlined>
|
||
|
<family>swiss</family>
|
||
|
<face>Courier New</face>
|
||
|
</font>
|
||
|
<style>wxTE_MULTILINE</style>
|
||
|
</object>
|
||
|
<object class="wxStaticText" name="ID_STATICTEXT1" variable="StaticText1" member="yes">
|
||
|
<label>G code editor</label>
|
||
|
<pos>24,16</pos>
|
||
|
<font>
|
||
|
<size>16</size>
|
||
|
<style>normal</style>
|
||
|
<weight>normal</weight>
|
||
|
<underlined>0</underlined>
|
||
|
<family>swiss</family>
|
||
|
<face></face>
|
||
|
</font>
|
||
|
</object>
|
||
|
<object class="wxButton" name="ID_BUTTON1" variable="SaveButton" member="yes">
|
||
|
<label>Save</label>
|
||
|
<pos>704,16</pos>
|
||
|
<handler function="OnSaveButtonClick" entry="EVT_BUTTON" />
|
||
|
</object>
|
||
|
<object class="wxButton" name="ID_BUTTON2" variable="CancelButton" member="yes">
|
||
|
<label>Cancel</label>
|
||
|
<pos>792,16</pos>
|
||
|
<handler function="OnCancelButtonClick" entry="EVT_BUTTON" />
|
||
|
</object>
|
||
|
</object>
|
||
|
</wxsmith>
|