blob: 9f350ac1514a5a79168224b334fa71a429f04e87 (
plain)
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
|
<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.3 on Wed Jul 16 11:22:59 2008 -->
<application path="/home/stef/projects/reprap/stef/pyRepRap/reprap/plugins/plotter/gerber_prefpanel.py" name="" class="" option="0" language="python" top_window="dialog_pref" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0">
<object class="PreferencesDialog" name="dialog_pref" base="EditDialog">
<style>wxDEFAULT_DIALOG_STYLE</style>
<title>Plot Settings</title>
<object class="wxBoxSizer" name="sizer_main" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>10</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_border" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxEXPAND</flag>
<border>10</border>
<option>1</option>
<object class="PreferencesPanel" name="panel_pref" base="EditPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="sizer_panel_main" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxALL|wxEXPAND</flag>
<border>10</border>
<option>1</option>
<object class="wxBoxSizer" name="sizer_row" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="label_1" base="EditStaticText">
<attribute>1</attribute>
<label>Plot Mode :</label>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>10</height>
<width>10</width>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="wxChoice" name="choice_mode" base="EditChoice">
<selection>0</selection>
<choices>
<choice>Area Fill</choice>
<choice>Isolation Traces</choice>
<choice>Smart Fill</choice>
</choices>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>20</height>
<width>20</width>
</object>
</object>
<object class="sizeritem">
<flag>wxRIGHT|wxALIGN_RIGHT</flag>
<border>10</border>
<option>0</option>
<object class="wxBoxSizer" name="sizer_buttons" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<flag>wxALIGN_RIGHT|wxADJUST_MINSIZE</flag>
<border>1</border>
<option>0</option>
<object class="wxButton" name="button_cancel" base="EditButton">
<stockitem>CANCEL</stockitem>
<label>&Cancel</label>
<events>
<handler event="EVT_BUTTON">onClickCancel</handler>
</events>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_RIGHT|wxADJUST_MINSIZE</flag>
<border>1</border>
<option>0</option>
<object class="wxButton" name="button_ok" base="EditButton">
<stockitem>OK</stockitem>
<default>1</default>
<label>&OK</label>
<events>
<handler event="EVT_BUTTON">onClickOk</handler>
</events>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</application>
|