~ubuntu-branches/ubuntu/maverick/datakiosk/maverick

« back to all changes in this revision

Viewing changes to src/src/datakioskui.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-06-27 22:48:06 UTC
  • Revision ID: james.westby@ubuntu.com-20050627224806-8farkci1dc2onhbs
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui>
 
2
<kpartgui name="datakiosk" version="3">
 
3
<MenuBar>
 
4
    <Menu name="file" noMerge="1"><text>&amp;Project</text>
 
5
        <Action name="new_project"/>
 
6
        <Action name="open_project"/>
 
7
 
 
8
        <Separator/>
 
9
 
 
10
        <Action name="save_project"/>
 
11
        <Action name="save_project_as"/>
 
12
 
 
13
        <Separator/>
 
14
 
 
15
        <Action name="close_project"/>
 
16
 
 
17
        <Separator/>
 
18
 
 
19
        <Action name="edit_project"/>
 
20
 
 
21
        <Separator/>
 
22
 
 
23
        <Action name="file_quit"/>
 
24
    </Menu>
 
25
 
 
26
    <Menu name="view" noMerge="1"><text>&amp;View</text>
 
27
        <Action name="view_mode_menu"/>
 
28
        <Action name="clipboard_manager"/>
 
29
    </Menu>
 
30
 
 
31
    <Menu name="datatable" noMerge="1"><text>&amp;Table</text>
 
32
        <Action name="create_datatable"/>
 
33
        <Action name="create_childtable"/>
 
34
 
 
35
        <Separator/>
 
36
 
 
37
        <Action name="edit_table"/>
 
38
        <Action name="add_virtual"/>
 
39
 
 
40
        <Separator/>
 
41
 
 
42
        <Action name="remove_table"/>
 
43
    </Menu>
 
44
 
 
45
    <Menu name="search" noMerge="1"><text>&amp;Search</text>
 
46
        <Action name="create_search"/>
 
47
 
 
48
        <Separator/>
 
49
 
 
50
        <Action name="edit_search"/>
 
51
 
 
52
        <Separator/>
 
53
 
 
54
        <Action name="remove_search"/>
 
55
    </Menu>
 
56
 
 
57
    <Menu name="report" noMerge="1"><text>&amp;Report</text>
 
58
        <Action name="create_report"/>
 
59
 
 
60
        <Separator/>
 
61
 
 
62
        <Action name="print"/>
 
63
        <Action name="refresh_report"/>
 
64
 
 
65
        <Separator/>
 
66
 
 
67
        <Action name="edit_report"/>
 
68
 
 
69
        <Separator/>
 
70
 
 
71
        <Action name="remove_report"/>
 
72
    </Menu>
 
73
 
 
74
    <Menu name="settings"><text>&amp;Settings</text>
 
75
    </Menu>
 
76
</MenuBar>
 
77
 
 
78
<ToolBar name="mainToolBar" hidden="false" noMerge="1"><text>Main Toolbar</text>
 
79
    <Action name="new_project"/>
 
80
    <Action name="open_project"/>
 
81
 
 
82
    <Separator/>
 
83
 
 
84
    <Action name="save_project"/>
 
85
    <Action name="save_project_as"/>
 
86
 
 
87
    <Separator/>
 
88
 
 
89
    <Action name="close_project"/>
 
90
    <Separator/>
 
91
 
 
92
    <Action name="print"/>
 
93
</ToolBar>
 
94
<ToolBar name="createToolBar" hidden="true" noMerge="1"><text>Create Toolbar</text>
 
95
    <Action name="create_datatable"/>
 
96
    <Action name="create_childtable"/>
 
97
    <Action name="create_search"/>
 
98
    <Action name="create_report"/>
 
99
</ToolBar>
 
100
</kpartgui>