forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meerk40t-job-sender.wxg
136 lines (135 loc) · 6.42 KB
/
meerk40t-job-sender.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
131
132
133
134
135
136
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.3 on Mon Dec 30 18:28:43 2019 -->
<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-jobsend.py" source_extension=".cpp" top_window="JobInfo" use_gettext="0" use_new_namespace="1">
<object class="JobInfo" name="JobInfo" base="EditFrame">
<size>659, 612</size>
<title>Job</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP</style>
<centered>1</centered>
<menubar>1</menubar>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>10</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_1" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Elements and Operations</label>
<object class="sizeritem">
<option>10</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxListBox" name="elements_listbox" base="EditListBox">
<events>
<handler event="EVT_LISTBOX">on_listbox_element_click</handler>
<handler event="EVT_LISTBOX_DCLICK">on_listbox_element_dclick</handler>
</events>
<tooltip>Element List</tooltip>
<disabled>1</disabled>
<style>wxLB_SINGLE|wxLB_ALWAYS_SB</style>
<selection>-1</selection>
<choices>
</choices>
</object>
</object>
<object class="sizeritem">
<option>3</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxListBox" name="operations_listbox" base="EditListBox">
<events>
<handler event="EVT_LISTBOX">on_listbox_operations_click</handler>
<handler event="EVT_LISTBOX_DCLICK">on_listbox_operations_dclick</handler>
</events>
<tooltip>Operation List</tooltip>
<disabled>1</disabled>
<style>wxLB_SINGLE|wxLB_ALWAYS_SB</style>
<selection>-1</selection>
<choices>
</choices>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxButton" name="button_writer_control" base="EditButton">
<events>
<handler event="EVT_BUTTON">on_button_start_job</handler>
</events>
<background>#66FF66</background>
<font>
<size>15</size>
<family>default</family>
<style>normal</style>
<weight>normal</weight>
<underlined>0</underlined>
<face>Segoe UI</face>
</font>
<tooltip>Start the Job</tooltip>
<label>Start Job</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxBitmapButton" name="button_job_spooler" base="EditBitmapButton">
<events>
<handler event="EVT_BUTTON">on_button_job_spooler</handler>
</events>
<size>50, 50</size>
<tooltip>View Spooler</tooltip>
<style>wxBU_AUTODRAW|wxBU_EXACTFIT|wxBU_NOTEXT</style>
</object>
</object>
</object>
</object>
</object>
<object class="wxMenuBar" name="JobInfo_menubar" base="EditMenuBar">
<menus>
<menu label="Run" name="">
<item>
<label>Trace Simple</label>
</item>
<item>
<label>Trace Hull</label>
</item>
</menu>
<menu label="Automatic" name="">
<item>
<label>Start Spooler</label>
<checkable>1</checkable>
</item>
<item>
<label>Home After</label>
<checkable>1</checkable>
</item>
<item>
<label>Beep After</label>
<checkable>1</checkable>
</item>
</menu>
<menu label="Add" name="">
<item>
<label>Home</label>
</item>
<item>
<label>Wait</label>
</item>
<item>
<label>Beep</label>
</item>
</menu>
</menus>
</object>
</object>
</application>