Commit 2a6014dc ke.sun

1

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