Added DSO Library and DisplayTabContol etc.
This commit is contained in:
parent
2a18febf54
commit
d927deacd7
@ -87,6 +87,7 @@ namespace Volian.Controls.Library
|
|||||||
this.vlnExp.WidthFactor = 7;
|
this.vlnExp.WidthFactor = 7;
|
||||||
this.vlnExp.BeforeExpand += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeExpand);
|
this.vlnExp.BeforeExpand += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeExpand);
|
||||||
this.vlnExp.BeforeColapse += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeColapse);
|
this.vlnExp.BeforeColapse += new Volian.Controls.Library.vlnExpanderEvent(this.vlnExp_BeforeColapse);
|
||||||
|
this.vlnExp.AttachmentClick += new vlnExpanderEvent(vlnExp_AttachmentClick);
|
||||||
//
|
//
|
||||||
// DisplayItem
|
// DisplayItem
|
||||||
//
|
//
|
||||||
|
@ -76,6 +76,28 @@
|
|||||||
<Compile Include="DisplayRTBSimple.designer.cs">
|
<Compile Include="DisplayRTBSimple.designer.cs">
|
||||||
<DependentUpon>DisplayRTBSimple.cs</DependentUpon>
|
<DependentUpon>DisplayRTBSimple.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="DisplayTabControl.cs">
|
||||||
|
<SubType>UserControl</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DisplayTabControl.Designer.cs">
|
||||||
|
<DependentUpon>DisplayTabControl.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DisplayTabItem.cs" />
|
||||||
|
<Compile Include="DisplayTabItem.Designer.cs">
|
||||||
|
<DependentUpon>DisplayTabItem.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DisplayTabPanel.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DisplayTabPanel.Designer.cs">
|
||||||
|
<DependentUpon>DisplayTabPanel.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DSOTabPanel.cs">
|
||||||
|
<SubType>Component</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="DSOTabPanel.Designer.cs">
|
||||||
|
<DependentUpon>DSOTabPanel.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="FlagEnumEditor.cs">
|
<Compile Include="FlagEnumEditor.cs">
|
||||||
<SubType>Component</SubType>
|
<SubType>Component</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@ -114,6 +136,10 @@
|
|||||||
<DependentUpon>DisplayItem.cs</DependentUpon>
|
<DependentUpon>DisplayItem.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="DisplayTabControl.resx">
|
||||||
|
<DependentUpon>DisplayTabControl.cs</DependentUpon>
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="vlnExpander.resx">
|
<EmbeddedResource Include="vlnExpander.resx">
|
||||||
<DependentUpon>vlnExpander.cs</DependentUpon>
|
<DependentUpon>vlnExpander.cs</DependentUpon>
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
@ -123,6 +149,32 @@
|
|||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<COMReference Include="AxDSOFramer">
|
||||||
|
<Guid>{00460180-9E5E-11D5-B7C8-B8269041DD57}</Guid>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<VersionMinor>3</VersionMinor>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<WrapperTool>aximp</WrapperTool>
|
||||||
|
<Isolated>False</Isolated>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="DSOFramer">
|
||||||
|
<Guid>{00460180-9E5E-11D5-B7C8-B8269041DD57}</Guid>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<VersionMinor>3</VersionMinor>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<Isolated>False</Isolated>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="stdole">
|
||||||
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
||||||
|
<VersionMajor>2</VersionMajor>
|
||||||
|
<VersionMinor>0</VersionMinor>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<WrapperTool>primary</WrapperTool>
|
||||||
|
<Isolated>False</Isolated>
|
||||||
|
</COMReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user