forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meerk40t-settings.wxg
130 lines (129 loc) · 6.98 KB
/
meerk40t-settings.wxg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.6 on Thu Sep 24 20:53:34 2020 -->
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path=".\meerk40t_settings.py" source_extension=".cpp" top_window="Settings" use_gettext="0" use_new_namespace="1">
<object class="Settings" name="Settings" base="EditFrame">
<size>455, 183</size>
<title>Settings</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP|wxFRAME_TOOL_WINDOW</style>
<object class="wxBoxSizer" name="sizer_settings" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_gui_options" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxRadioBox" name="radio_units" base="EditRadioBox">
<events>
<handler event="EVT_RADIOBOX">on_radio_units</handler>
</events>
<background>#c0c0c0</background>
<tooltip>Set default units for guides</tooltip>
<label>Units</label>
<dimension>1</dimension>
<selection>0</selection>
<choices>
<choice>mm</choice>
<choice>cm</choice>
<choice>inch</choice>
<choice>mils</choice>
</choices>
<style>wxRA_SPECIFY_ROWS</style>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_2" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Language</label>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxComboBox" name="combo_language" base="EditComboBox">
<events>
<handler event="EVT_COMBOBOX">on_combo_language</handler>
</events>
<tooltip>Select the desired language to use.</tooltip>
<style>wxCB_DROPDOWN</style>
<selection>-1</selection>
<choices>
</choices>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_3" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>SVG Pixel Per Inch</label>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxComboBox" name="combo_svg_ppi" base="EditComboBox">
<events>
<handler event="EVT_COMBOBOX">on_combo_svg_ppi</handler>
</events>
<tooltip>Select the Pixels Per Inch to use when loading an SVG file</tooltip>
<style>wxCB_DROPDOWN</style>
<selection>-1</selection>
<choices>
<choice>96 px/in Inkscape</choice>
<choice>72 px/in Illustrator</choice>
<choice>90 px/in Old Inkscape</choice>
<choice>Custom</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="spacer" name="spacer" base="EditSpacer">
<width>20</width>
<height>20</height>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxTextCtrl" name="text_svg_ppi" base="EditTextCtrl">
<events>
<handler event="EVT_TEXT">on_text_svg_ppi</handler>
</events>
<size>60, 23</size>
<tooltip>Custom Pixels Per Inch to use when loading an SVG file</tooltip>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxCheckListBox" name="checklist_options" base="EditCheckListBox">
<events>
<handler event="EVT_CHECKLISTBOX">on_checklist_settings</handler>
</events>
<choices>
<choice>Invert Mouse Wheel Zoom</choice>
<choice>Print Shutdown</choice>
<choice>SVG Uniform Save</choice>
<choice>Image DPI Scaling</choice>
<choice>Show Negative Guide</choice>
<choice>Launch Spooler JobStart</choice>
</choices>
</object>
</object>
</object>
</object>
</application>