-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMiniDocConfigPanel.xrc
94 lines (94 loc) · 3.32 KB
/
MiniDocConfigPanel.xrc
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
<?xml version="1.0" encoding="utf-8" ?>
<resource xmlns="http://www.wxwidgets.org/wxxrc">
<object class="wxPanel" name="MiniDocConfigPanel">
<tooltip>Choose color of designation in MiniDoc</tooltip>
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<object class="wxCheckBox" name="ID_CHECKBOX_SYNC_POS">
<label>Sync position to main document</label>
<tooltip>Make designation in MiniDoc always visible.</tooltip>
</object>
<flag>wxALL</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxBoxSizer">
<object class="sizeritem">
<object class="wxCheckBox" name="ID_CHECKBOX_SHOW_DESIGNATOR">
<label>Show designator (resource-hungry)</label>
</object>
<flag>wxALL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxButton" name="ID_COLOR_BUTTON">
<label>color</label>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
<option>1</option>
</object>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
</object>
<object class="sizeritem">
<object class="wxCheckBox" name="ID_CHECKBOX_INVERSE_DES">
<label>Inverse designator (mark visible part)</label>
<checked>1</checked>
</object>
<flag>wxALL|wxALIGN_LEFT</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxCheckBox" name="ID_CHECKBOX_SHOW_SCROLLBAR">
<label>Show vertical scrollbar</label>
</object>
<flag>wxALL</flag>
<border>5</border>
</object>
</object>
<flag>wxALL|wxALIGN_LEFT</flag>
<border>5</border>
<option>1</option>
</object>
<object class="sizeritem">
<object class="wxBoxSizer">
<object class="sizeritem">
<object class="wxStaticText" name="ID_STATICTEXT2">
<label>Position of main view: </label>
<tooltip>Select how to position the main view after clicking into the MiniDoc</tooltip>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
</object>
<object class="sizeritem">
<object class="wxChoice" name="ID_CHOICE1">
<content>
<item>None (don't adjust position of main view)</item>
<item>Top (position the clicked line to the top of the screen)</item>
<item>Half (position the clicked line to the center of the screen)</item>
<item>Third (position the clicked line to 1/3 of the screen)</item>
<item>Fourth (position the clicked line to 1/4 of the screen)</item>
</content>
<selection>0</selection>
</object>
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
<option>1</option>
</object>
</object>
<flag>wxALL|wxALIGN_LEFT</flag>
<border>5</border>
</object>
<object class="spacer">
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
<border>5</border>
<option>1</option>
</object>
</object>
</object>
</resource>