blob: 74d313bfbec7bf7e36f06b923016509110aa3d6b (
plain) (
blame)
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
|
<Root>
<commands>
<cmd name="FilePrint" _label="Print..."
_tip="Print this item" pixtype="stock" pixname="Print"/>
<cmd name="FilePrintPreview" _label="Print Pre_view"
_tip="Preview the printed item"
pixtype="stock" pixname="Print"/>
<cmd name="FilePrintSetup" _label="Print S_etup"
_tip="Setup the page settings for your current printer"
pixtype="stock" pixname="Print"/>
<cmd name="FileSaveAndClose" _label="Save and Close"
_tip="Save the appointment and close the dialog box"
pixtype="stock" pixname="Save" accel="*Control*s"/>
<cmd name="FileSaveAs" _label="Save As..."
_tip="Save this item to disk"
pixtype="stock" pixname="Save" accel="*Control*Alt*s"/>
<cmd name="FileDelete" _label="Delete"
_tip="Delete this appointment"
pixtype="stock" pixname="Trash"/>
<cmd name="FileClose" _label="C_lose"
_tip="Close this appointment"
pixtype="stock" pixname="Close" accel="*Control*w"/>
</commands>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileSaveAndClose" verb=""/>
<menuitem name="FileSaveAs" verb=""/>
<separator/>
<menuitem name="FileDelete" verb=""/>
<separator/>
<menuitem name="FilePrint" verb=""/>
<menuitem name="FilePrintPreview" verb=""/>
<menuitem name="FilePrintSetup" verb=""/>
<separator/>
<menuitem name="FileClose" verb=""/>
</submenu>
<submenu name="Edit" _label="_Edit">
<placeholder name="Edit"/>
</submenu>
<submenu name="Actions" _label="_Action">
<placeholder name="Actions"/>
</submenu>
<submenu name="Help" _label="_Help">
<placeholder name="BuiltMenuItems"/>
</submenu>
</menu>
<dockitem name="Toolbar"relief="none" behavior="exclusive"
_tip="Main toolbar" hlook="text" vlook="icon">
<toolitem name="FileSaveAndClose" verb="" _label="Save and Close" priority="1"/>
<separator/>
<toolitem name="FilePrint" verb="" _label="Print" priority="1"/>
<toolitem name="FilePrintPreview" verb="" _label="Print Preview" priority="1"/>
<separator/>
<toolitem name="FileDelete" verb="" _label="Delete" priority="1"/>
<toolitem name="FileClose" verb="" _label="Close" priority="1"/>
</dockitem>
</Root>
|