mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-28 10:45:31 +08:00
...
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::BoundsControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::BoundsControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::FlowControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::FlowControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
@@ -82,8 +82,23 @@
|
|||||||
</Folder>
|
</Folder>
|
||||||
|
|
||||||
<Folder name="MainWindow">
|
<Folder name="MainWindow">
|
||||||
|
<Instance name="BoundsControlResource" content="File">Bounds.xml</Instance>
|
||||||
|
<Instance name="StackControlResource" content="File">Stack.xml</Instance>
|
||||||
|
<Instance name="FlowControlResource" content="File">Flow.xml</Instance>
|
||||||
|
<Instance name="TableControlResource" content="File">Table.xml</Instance>
|
||||||
|
<Instance name="SharedSizeControlResource" content="File">SharedSize.xml</Instance>
|
||||||
|
<Instance name="ResponsiveControlResource" content="File">Responsive.xml</Instance>
|
||||||
|
|
||||||
|
<InstanceStyle name="SharedStyle">
|
||||||
|
<Styles>
|
||||||
|
<Style ref.Path="//TabPage/*">
|
||||||
|
<att.BoundsComposition-set AlignmentToParent="left:5 top:5 right:5 bottom:5"/>
|
||||||
|
</Style>
|
||||||
|
</Styles>
|
||||||
|
</InstanceStyle>
|
||||||
|
|
||||||
<Instance name="MainWindowResource">
|
<Instance name="MainWindowResource">
|
||||||
<Instance ref.Class="sample::MainWindow">
|
<Instance ref.Class="sample::MainWindow" xmlns:sample="sample::*" ref.Styles="res://MainWindow/SharedStyle">
|
||||||
<Window Text="kb_compositions" IconVisible="true" ClientSize="x:640 y:480">
|
<Window Text="kb_compositions" IconVisible="true" ClientSize="x:640 y:480">
|
||||||
<att.BoundsComposition-set PreferredMinSize="x:480 y:320"/>
|
<att.BoundsComposition-set PreferredMinSize="x:480 y:320"/>
|
||||||
<Tab>
|
<Tab>
|
||||||
@@ -91,27 +106,27 @@
|
|||||||
<att.BoundsComposition-set AlignmentToParent="left:5 top:5 right:5 bottom:5"/>
|
<att.BoundsComposition-set AlignmentToParent="left:5 top:5 right:5 bottom:5"/>
|
||||||
<att.Pages>
|
<att.Pages>
|
||||||
<TabPage Text="Bounds" Alt="B">
|
<TabPage Text="Bounds" Alt="B">
|
||||||
|
<sample:BoundsControl/>
|
||||||
</TabPage>
|
</TabPage>
|
||||||
|
|
||||||
<TabPage Text="Stack" Alt="S">
|
<TabPage Text="Stack" Alt="S">
|
||||||
|
<sample:StackControl/>
|
||||||
</TabPage>
|
</TabPage>
|
||||||
|
|
||||||
<TabPage Text="Flow" Alt="F">
|
<TabPage Text="Flow" Alt="F">
|
||||||
|
<sample:FlowControl/>
|
||||||
</TabPage>
|
</TabPage>
|
||||||
|
|
||||||
<TabPage Text="Table" Alt="T">
|
<TabPage Text="Table" Alt="T">
|
||||||
|
<sample:TableControl/>
|
||||||
</TabPage>
|
</TabPage>
|
||||||
|
|
||||||
<TabPage Text="SharedSize" Alt="S">
|
<TabPage Text="SharedSize" Alt="S">
|
||||||
|
<sample:SharedSizeControl/>
|
||||||
</TabPage>
|
</TabPage>
|
||||||
|
|
||||||
<TabPage Text="ResponsiveView" Alt="RV">
|
<TabPage Text="ResponsiveContainer" Alt="R">
|
||||||
</TabPage>
|
<sample:ResponsiveControl/>
|
||||||
|
|
||||||
<TabPage Text="ResponsiveStack" Alt="RS">
|
|
||||||
</TabPage>
|
|
||||||
|
|
||||||
<TabPage Text="ResponsiveGroup" Alt="RG">
|
|
||||||
</TabPage>
|
</TabPage>
|
||||||
</att.Pages>
|
</att.Pages>
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::ResponsiveControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::ResponsiveControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::SharedSizeControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::SharedSizeControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::StackControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::StackControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<Instance ref.Class="sample::TableControl">
|
||||||
|
<CustomControl>
|
||||||
|
<Label Text="sample::TableControl"/>
|
||||||
|
</CustomControl>
|
||||||
|
</Instance>
|
||||||
Reference in New Issue
Block a user