-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlayout.xml
More file actions
29 lines (29 loc) · 1.05 KB
/
layout.xml
File metadata and controls
29 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<CONFIG>
<MainConfig>
<Nodes ChildCount="1" PixelsPerInch="0">
<Item1 Name="frmMain" Type="CustomSite" ChildCount="1">
<Bounds Top="87" Left="536" Width="1135" Height="916">
<WorkArea>
<Rect Right="1920" Bottom="1040"/>
</WorkArea>
</Bounds>
<Item1 Name="AnchorDockSite3" Type="Layout" ChildCount="3">
<Bounds Top="24" Width="1135" Height="892" SplitterPos="19"/>
<Anchors Align="Bottom"/>
<Item1 Name="frmBase" Type="Control">
<Bounds Width="736" Height="892"/>
<Anchors Right="AnchorDockSplitter2"/>
</Item1>
<Item2 Name="AnchorDockSplitter2" Type="SplitterVertical">
<Bounds Left="736" Width="4" Height="892"/>
</Item2>
<Item3 Name="frmPlayer" Type="Control">
<Bounds Left="740" Width="395" Height="892"/>
<Anchors Left="AnchorDockSplitter2"/>
</Item3>
</Item1>
</Item1>
</Nodes>
</MainConfig>
</CONFIG>