Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.OKB.Cockpit.Admin/OperatorGraphEditorHost.xaml @ 6041

Last change on this file since 6041 was 4311, checked in by swagner, 14 years ago

Integrated OKB clients for HL 3.3 (#1166)

File size: 500 bytes
Line 
1<UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3             xmlns:wfi="clr-namespace:System.Windows.Forms.Integration;assembly=WindowsFormsIntegration"
4             x:Class="HeuristicLab.OKB.Cockpit.Admin.OperatorGraphEditorHost">
5  <GroupBox Name="OperatorGraphGroupBox" Header="Operator Graph">
6    <wfi:WindowsFormsHost Padding="0 0 80 50" Name="FormsHost"/>
7  </GroupBox>
8</UserControl>
Note: See TracBrowser for help on using the repository browser.