You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
789 B
32 lines
789 B
15 years ago
|
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
|
||
|
<kpartgui name="KTechlabFlowCode" version="6">
|
||
|
<MenuBar>
|
||
|
<Menu name="tools"><text>&Tools</text>
|
||
|
<Separator/>
|
||
|
<Menu name="routing_mode_menu">
|
||
|
<text>Routing Mode</text>
|
||
|
<Action name="routing_mode_auto"/>
|
||
|
<Action name="routing_mode_manual"/>
|
||
|
</Menu>
|
||
|
<Separator/>
|
||
|
<Action name="tools_to_microbe"/>
|
||
|
<Action name="tools_to_assembly"/>
|
||
|
<Action name="tools_to_hex"/>
|
||
|
<Action name="tools_to_pic"/>
|
||
|
</Menu>
|
||
|
</MenuBar>
|
||
|
|
||
|
<ToolBar name="toolsToolBar">
|
||
|
<Separator/>
|
||
|
<Action name="routing_mode"/>
|
||
|
<Action name="edit_draw"/>
|
||
|
<Action name="program_convert"/>
|
||
|
</ToolBar>
|
||
|
|
||
|
<ToolBar name="itemEditorTB" noMerge="1">
|
||
|
<text>Item Editor</text>
|
||
|
<!-- <Action name="null_action"/> -->
|
||
|
</ToolBar>
|
||
|
</kpartgui>
|
||
|
|