diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-27 20:43:57 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-27 20:43:57 -0500 |
commit | 8392c611054a5bb058cd778163a7aa4ef8311c94 (patch) | |
tree | 5703e9d3ff12474fe474d37bb7c2532418c5b8aa /clients/tde/misc | |
parent | e3bfbdc4e464d057be5095bb5bbd3240beab8ec6 (diff) | |
download | ulab-8392c611054a5bb058cd778163a7aa4ef8311c94.tar.gz ulab-8392c611054a5bb058cd778163a7aa4ef8311c94.zip |
Fix a number of problems
Diffstat (limited to 'clients/tde/misc')
-rw-r--r-- | clients/tde/misc/remotelabui.rc | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/clients/tde/misc/remotelabui.rc b/clients/tde/misc/remotelabui.rc index bd409b9..77b519a 100644 --- a/clients/tde/misc/remotelabui.rc +++ b/clients/tde/misc/remotelabui.rc @@ -6,30 +6,34 @@ <Action name="connect_server"/> <Action name="disconnect_server"/> </Menu> - <Menu name="fpgaMenu"> - <text>Instrumentation</text> - <Action name="fpga_viewer"/> + <Menu name="dutMenu"> + <text>Device Under Test</text> + <ActionList name="dutMenu_actionlist"/> </Menu> <Menu name="instrumentMenu"> <text>Instrumentation</text> - <Action name="oscilloscope"/> - <Action name="frequency_generator"/> - <Action name="spectrum_analyzer"/> + <ActionList name="instrumentMenu_actionlist"/> + </Menu> + <Menu name="serviceMenu"> + <text>Services</text> + <ActionList name="serviceMenu_actionlist"/> </Menu> </MenuBar> <ToolBar name="connectionToolBar" fullWidth="true" noMerge="1"> - <text>Instrumentation Toolbar</text> + <text>Connection</text> <Action name="connect_server"/> <Action name="disconnect_server"/> </ToolBar> - <ToolBar name="fpgaToolBar" fullWidth="true" noMerge="1"> - <text>Instrumentation Toolbar</text> - <Action name="fpga_viewer"/> + <ToolBar name="dutToolBar" fullWidth="true" noMerge="1"> + <text>Device Under Test</text> + <ActionList name="dutToolBar_actionlist"/> </ToolBar> <ToolBar name="instrumentToolBar" fullWidth="true" noMerge="1"> - <text>Instrumentation Toolbar</text> - <Action name="oscilloscope"/> - <Action name="frequency_generator"/> - <Action name="spectrum_analyzer"/> + <text>Instrumentation</text> + <ActionList name="instrumentToolBar_actionlist"/> + </ToolBar> + <ToolBar name="serviceToolBar" fullWidth="true" noMerge="1"> + <text>Services</text> + <ActionList name="serviceToolBar_actionlist"/> </ToolBar> </kpartgui>
\ No newline at end of file |