Wupi engine hinzugefügt
This commit is contained in:
BIN
3rdPackage/WupiEngineNet.dll
Normal file
BIN
3rdPackage/WupiEngineNet.dll
Normal file
Binary file not shown.
BIN
3rdPackage/wupi.net.dll
Normal file
BIN
3rdPackage/wupi.net.dll
Normal file
Binary file not shown.
@@ -18,7 +18,7 @@
|
|||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
<Optimize>false</Optimize>
|
<Optimize>false</Optimize>
|
||||||
<OutputPath>bin\Debug\</OutputPath>
|
<OutputPath>bin\Debug\</OutputPath>
|
||||||
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
<DefineConstants>TRACE;DEBUG;LAPTOP</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<DocumentationFile>bin\Debug\SanSystem.xml</DocumentationFile>
|
<DocumentationFile>bin\Debug\SanSystem.xml</DocumentationFile>
|
||||||
@@ -82,6 +82,14 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
<HintPath>..\3rdPackage\WibuCmNET.dll</HintPath>
|
<HintPath>..\3rdPackage\WibuCmNET.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="wupi.net, Version=9.20.8.500, Culture=neutral, PublicKeyToken=5f399135ee0c35d4, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>..\3rdPackage\wupi.net.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="WupiEngineNet, Version=9.20.11.500, Culture=neutral, PublicKeyToken=8d0bd6872db0b9bb, processorArchitecture=MSIL">
|
||||||
|
<SpecificVersion>False</SpecificVersion>
|
||||||
|
<HintPath>..\3rdPackage\WupiEngineNet.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Dongle.cs" />
|
<Compile Include="Dongle.cs" />
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
using WupiEngine;
|
||||||
|
|
||||||
namespace SanSystem
|
namespace SanSystem
|
||||||
{
|
{
|
||||||
@@ -57,6 +58,8 @@ namespace SanSystem
|
|||||||
#if (DEBUG || LAPTOP)
|
#if (DEBUG || LAPTOP)
|
||||||
this.Text += " INTERNE DEBUG VERSION";
|
this.Text += " INTERNE DEBUG VERSION";
|
||||||
#endif
|
#endif
|
||||||
|
if (Wupi.QueryInfo(0, QueryInfoOption.FirmCode) == 0)
|
||||||
|
this.Text += " nicht geschützter Version nur für TESTZWECKE!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -169,7 +169,10 @@ namespace SanSystem
|
|||||||
|
|
||||||
private void btn_delete_Click(object sender, EventArgs e)
|
private void btn_delete_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
if (MessageBox.Show("Wollen Sie diesen Eintrag wirklich Löschen?", "Sind sie Sicher?", MessageBoxButtons.YesNo, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2) != DialogResult.Yes)
|
||||||
|
return;
|
||||||
Datenbank.Instance.loadedProjekt.Objekte.Remove(inspektionsobjekt);
|
Datenbank.Instance.loadedProjekt.Objekte.Remove(inspektionsobjekt);
|
||||||
|
this.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void cb_objekname_man_CheckedChanged(object sender, EventArgs e)
|
private void cb_objekname_man_CheckedChanged(object sender, EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user