Commit 2a6014dc ke.sun

1

1 个父辈 87d0f922
...@@ -29,17 +29,9 @@ ...@@ -29,17 +29,9 @@
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBase)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBase));
this.skinEngine1 = new Sunisoft.IrisSkin.SkinEngine();
this.SuspendLayout(); this.SuspendLayout();
//
// skinEngine1
//
this.skinEngine1.@__DrawButtonFocusRectangle = true;
this.skinEngine1.DisabledButtonTextColor = System.Drawing.Color.Gray;
this.skinEngine1.DisabledMenuFontColor = System.Drawing.SystemColors.GrayText;
this.skinEngine1.InactiveCaptionColor = System.Drawing.SystemColors.InactiveCaptionText;
this.skinEngine1.SerialNumber = "";
this.skinEngine1.SkinFile = null;
// //
// FrmBase // FrmBase
// //
...@@ -56,7 +48,6 @@ ...@@ -56,7 +48,6 @@
} }
#endregion #endregion
private Sunisoft.IrisSkin.SkinEngine skinEngine1;
} }
} }
\ No newline at end of file \ No newline at end of file
...@@ -16,7 +16,7 @@ namespace OnlineStore.ACSingleStore ...@@ -16,7 +16,7 @@ namespace OnlineStore.ACSingleStore
public FrmBase() public FrmBase()
{ {
InitializeComponent(); InitializeComponent();
skinEngine1.SkinAllForm = false; //skinEngine1.SkinAllForm = false;
} }
public void SetSkin(FrmBase preCon) public void SetSkin(FrmBase preCon)
{ {
......
此文件类型无法预览
...@@ -36,12 +36,6 @@ ...@@ -36,12 +36,6 @@
<Prefer32Bit>false</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AxInterop.ActProgTypeLib">
<HintPath>..\dll\AxInterop.ActProgTypeLib.dll</HintPath>
</Reference>
<Reference Include="AxInterop.ActUtlTypeLib">
<HintPath>..\dll\AxInterop.ActUtlTypeLib.dll</HintPath>
</Reference>
<Reference Include="halcondotnet"> <Reference Include="halcondotnet">
<HintPath>C:\Program Files\MVTec\HALCON-12.0\bin\dotnet35\halcondotnet.dll</HintPath> <HintPath>C:\Program Files\MVTec\HALCON-12.0\bin\dotnet35\halcondotnet.dll</HintPath>
</Reference> </Reference>
...@@ -49,9 +43,6 @@ ...@@ -49,9 +43,6 @@
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\dll\log4net.dll</HintPath> <HintPath>..\..\dll\log4net.dll</HintPath>
</Reference> </Reference>
<Reference Include="mdbsmnglib">
<HintPath>..\dll\mdbsmng\mdbsmnglib.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Drawing" /> <Reference Include="System.Drawing" />
...@@ -96,12 +87,6 @@ ...@@ -96,12 +87,6 @@
</Compile> </Compile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="cdio.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="CSmc.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="halcon.dll"> <Content Include="halcon.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
......
此文件类型无法预览
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!