Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/dsHiveServer.xss @ 826

Last change on this file since 826 was 826, checked in by svonolfe, 15 years ago

Added initial version of the DAL (#372)

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!--<autogenerated>
3     This code was generated by a tool to store the dataset designer's layout information.
4     Changes to this file may cause incorrect behavior and will be lost if
5     the code is regenerated.
6</autogenerated>-->
7<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="0" ViewPortY="-22" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
8  <Shapes>
9    <Shape ID="DesignTable:Client" ZOrder="3" X="74" Y="116" Height="224" Width="176" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="160" />
10    <Shape ID="DesignTable:Resource" ZOrder="2" X="0" Y="-12" Height="122" Width="194" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="58" />
11  </Shapes>
12  <Connectors>
13    <Connector ID="DesignRelation:Client_is_a_Resource" ZOrder="1" LineWidth="11">
14      <RoutePoints>
15        <Point>
16          <X>19</X>
17          <Y>110</Y>
18        </Point>
19        <Point>
20          <X>19</X>
21          <Y>147</Y>
22        </Point>
23        <Point>
24          <X>74</X>
25          <Y>147</Y>
26        </Point>
27      </RoutePoints>
28    </Connector>
29  </Connectors>
30</DiagramLayout>
Note: See TracBrowser for help on using the repository browser.