frmValidator ColumnCount TableControl
This commit is contained in:
parent
01326a0277
commit
6e4c1605a3
Binary file not shown.
BIN
app/DD_PM_WINDREAM/DD_Icons_ICO_PMANAGER_48px.ico
Normal file
BIN
app/DD_PM_WINDREAM/DD_Icons_ICO_PMANAGER_48px.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
@ -16,6 +16,21 @@
|
|||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
||||||
<TargetFrameworkProfile>
|
<TargetFrameworkProfile>
|
||||||
</TargetFrameworkProfile>
|
</TargetFrameworkProfile>
|
||||||
|
<PublishUrl>publish\</PublishUrl>
|
||||||
|
<Install>true</Install>
|
||||||
|
<InstallFrom>Disk</InstallFrom>
|
||||||
|
<UpdateEnabled>false</UpdateEnabled>
|
||||||
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
|
<UpdateInterval>7</UpdateInterval>
|
||||||
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||||
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
|
<UpdateRequired>false</UpdateRequired>
|
||||||
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||||
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||||
<PlatformTarget>x86</PlatformTarget>
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
@ -53,7 +68,10 @@
|
|||||||
<OptionInfer>On</OptionInfer>
|
<OptionInfer>On</OptionInfer>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationIcon>PM_ohne_slogan_128px.ico</ApplicationIcon>
|
<ApplicationIcon>DD_Icons_ICO_PMANAGER_48px.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="DD_LIB_Standards, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DD_LIB_Standards, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||||
@ -432,6 +450,7 @@
|
|||||||
<None Include="DD_DMSLiteDataSet.xss">
|
<None Include="DD_DMSLiteDataSet.xss">
|
||||||
<DependentUpon>DD_DMSLiteDataSet.xsd</DependentUpon>
|
<DependentUpon>DD_DMSLiteDataSet.xsd</DependentUpon>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="My Project\app.manifest" />
|
||||||
<None Include="My Project\Application.myapp">
|
<None Include="My Project\Application.myapp">
|
||||||
<Generator>MyApplicationCodeGenerator</Generator>
|
<Generator>MyApplicationCodeGenerator</Generator>
|
||||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||||
@ -667,6 +686,7 @@
|
|||||||
<None Include="Resources\PM_mit_slogan.JPG" />
|
<None Include="Resources\PM_mit_slogan.JPG" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="DD_Icons_ICO_PMANAGER_48px.ico" />
|
||||||
<Content Include="PM_ohne_slogan_128px.ico" />
|
<Content Include="PM_ohne_slogan_128px.ico" />
|
||||||
<None Include="Resources\Symbols_Information_16xLG.png" />
|
<None Include="Resources\Symbols_Information_16xLG.png" />
|
||||||
<None Include="Resources\action_add_16xLG.png" />
|
<None Include="Resources\action_add_16xLG.png" />
|
||||||
@ -679,6 +699,18 @@
|
|||||||
<None Include="Resources\ampel-gruen.png" />
|
<None Include="Resources\ampel-gruen.png" />
|
||||||
<None Include="Resources\ampel-gelb.png" />
|
<None Include="Resources\ampel-gelb.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 und x64%29</ProductName>
|
||||||
|
<Install>true</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||||
|
<Install>false</Install>
|
||||||
|
</BootstrapperPackage>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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.
|
||||||
|
|||||||
50
app/DD_PM_WINDREAM/My Project/Resources.Designer.vb
generated
50
app/DD_PM_WINDREAM/My Project/Resources.Designer.vb
generated
@ -60,16 +60,6 @@ Namespace My.Resources
|
|||||||
End Set
|
End Set
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property _20110505_Logo_syncreon_slogan_inverse() As System.Drawing.Bitmap
|
|
||||||
Get
|
|
||||||
Dim obj As Object = ResourceManager.GetObject("20110505_Logo_syncreon_slogan_inverse", resourceCulture)
|
|
||||||
Return CType(obj,System.Drawing.Bitmap)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@ -510,16 +500,6 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property logo_bilder() As System.Drawing.Bitmap
|
|
||||||
Get
|
|
||||||
Dim obj As Object = ResourceManager.GetObject("logo_bilder", resourceCulture)
|
|
||||||
Return CType(obj,System.Drawing.Bitmap)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@ -570,26 +550,6 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property PM_mit_slogan() As System.Drawing.Bitmap
|
|
||||||
Get
|
|
||||||
Dim obj As Object = ResourceManager.GetObject("PM_mit_slogan", resourceCulture)
|
|
||||||
Return CType(obj,System.Drawing.Bitmap)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property PM_mit_slogan1() As System.Drawing.Bitmap
|
|
||||||
Get
|
|
||||||
Dim obj As Object = ResourceManager.GetObject("PM_mit_slogan1", resourceCulture)
|
|
||||||
Return CType(obj,System.Drawing.Bitmap)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
@ -700,16 +660,6 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property syncreon() As System.Drawing.Bitmap
|
|
||||||
Get
|
|
||||||
Dim obj As Object = ResourceManager.GetObject("syncreon", resourceCulture)
|
|
||||||
Return CType(obj,System.Drawing.Bitmap)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
|||||||
@ -130,15 +130,9 @@
|
|||||||
<data name="key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="key" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\key.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PM_mit_slogan" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\PM_mit_slogan.PNG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="database_go1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="database_go1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\database_go1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\database_go1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="logo_bilder" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\logo_bilder.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="GoToDeclaration_5576" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="GoToDeclaration_5576" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\GoToDeclaration_5576.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\GoToDeclaration_5576.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@ -157,9 +151,6 @@
|
|||||||
<data name="Checked-outforEdit_Color_13297" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Checked-outforEdit_Color_13297" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Checked-outforEdit_Color_13297.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Checked-outforEdit_Color_13297.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="PM_mit_slogan1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\PM_mit_slogan.JPG;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="computer_edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="computer_edit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\computer_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\computer_edit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@ -241,9 +232,6 @@
|
|||||||
<data name="book_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="book_open" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\book_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\book_open.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="20110505_Logo_syncreon_slogan_inverse" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\20110505_Logo_syncreon_slogan_inverse.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="puzzle2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="puzzle2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\puzzle2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\puzzle2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
@ -304,9 +292,6 @@
|
|||||||
<data name="Einstellungen6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Einstellungen6" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\Einstellungen6.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\Einstellungen6.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="syncreon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>..\Resources\syncreon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="ampel-gelb" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="ampel-gelb" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\ampel-gelb.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\ampel-gelb.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
76
app/DD_PM_WINDREAM/My Project/app.manifest
Normal file
76
app/DD_PM_WINDREAM/My Project/app.manifest
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
|
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||||
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||||
|
<security>
|
||||||
|
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<!-- UAC-Manifestoptionen
|
||||||
|
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den
|
||||||
|
Knoten "requestedExecutionLevel" wie folgt.
|
||||||
|
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||||
|
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||||
|
|
||||||
|
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert.
|
||||||
|
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität
|
||||||
|
für die Anwendung erforderlich ist.
|
||||||
|
-->
|
||||||
|
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||||
|
</requestedPrivileges>
|
||||||
|
</security>
|
||||||
|
</trustInfo>
|
||||||
|
|
||||||
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||||
|
<application>
|
||||||
|
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet
|
||||||
|
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,
|
||||||
|
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->
|
||||||
|
|
||||||
|
<!-- Windows Vista -->
|
||||||
|
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||||
|
|
||||||
|
<!-- Windows 7 -->
|
||||||
|
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||||
|
|
||||||
|
<!-- Windows 8 -->
|
||||||
|
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||||
|
|
||||||
|
<!-- Windows 8.1 -->
|
||||||
|
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||||
|
|
||||||
|
<!-- Windows 10 -->
|
||||||
|
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||||
|
|
||||||
|
</application>
|
||||||
|
</compatibility>
|
||||||
|
|
||||||
|
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere
|
||||||
|
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht
|
||||||
|
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss
|
||||||
|
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. -->
|
||||||
|
<!--
|
||||||
|
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||||
|
<windowsSettings>
|
||||||
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||||
|
</windowsSettings>
|
||||||
|
</application>
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
|
||||||
|
<!--
|
||||||
|
<dependency>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity
|
||||||
|
type="win32"
|
||||||
|
name="Microsoft.Windows.Common-Controls"
|
||||||
|
version="6.0.0.0"
|
||||||
|
processorArchitecture="*"
|
||||||
|
publicKeyToken="6595b64144ccf1df"
|
||||||
|
language="*"
|
||||||
|
/>
|
||||||
|
</dependentAssembly>
|
||||||
|
</dependency>
|
||||||
|
-->
|
||||||
|
|
||||||
|
</assembly>
|
||||||
32
app/DD_PM_WINDREAM/frmAbout.designer.vb
generated
32
app/DD_PM_WINDREAM/frmAbout.designer.vb
generated
@ -24,6 +24,7 @@ Partial Class frmAbout
|
|||||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||||
<System.Diagnostics.DebuggerStepThrough()> _
|
<System.Diagnostics.DebuggerStepThrough()> _
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
|
||||||
Me.OKButton = New System.Windows.Forms.Button()
|
Me.OKButton = New System.Windows.Forms.Button()
|
||||||
Me.lblProduktname = New System.Windows.Forms.Label()
|
Me.lblProduktname = New System.Windows.Forms.Label()
|
||||||
Me.lblVersion = New System.Windows.Forms.Label()
|
Me.lblVersion = New System.Windows.Forms.Label()
|
||||||
@ -36,18 +37,20 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'OKButton
|
'OKButton
|
||||||
'
|
'
|
||||||
|
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||||
Me.OKButton.Location = New System.Drawing.Point(281, 231)
|
Me.OKButton.Location = New System.Drawing.Point(266, 262)
|
||||||
Me.OKButton.Name = "OKButton"
|
Me.OKButton.Name = "OKButton"
|
||||||
Me.OKButton.Size = New System.Drawing.Size(260, 23)
|
Me.OKButton.Size = New System.Drawing.Size(260, 27)
|
||||||
Me.OKButton.TabIndex = 0
|
Me.OKButton.TabIndex = 0
|
||||||
Me.OKButton.Text = "&OK"
|
Me.OKButton.Text = "&OK"
|
||||||
'
|
'
|
||||||
'lblProduktname
|
'lblProduktname
|
||||||
'
|
'
|
||||||
|
Me.lblProduktname.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.lblProduktname.AutoSize = True
|
Me.lblProduktname.AutoSize = True
|
||||||
Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.lblProduktname.Location = New System.Drawing.Point(278, 18)
|
Me.lblProduktname.Location = New System.Drawing.Point(263, 53)
|
||||||
Me.lblProduktname.Name = "lblProduktname"
|
Me.lblProduktname.Name = "lblProduktname"
|
||||||
Me.lblProduktname.Size = New System.Drawing.Size(48, 17)
|
Me.lblProduktname.Size = New System.Drawing.Size(48, 17)
|
||||||
Me.lblProduktname.TabIndex = 2
|
Me.lblProduktname.TabIndex = 2
|
||||||
@ -55,8 +58,9 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'lblVersion
|
'lblVersion
|
||||||
'
|
'
|
||||||
|
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.lblVersion.AutoSize = True
|
Me.lblVersion.AutoSize = True
|
||||||
Me.lblVersion.Location = New System.Drawing.Point(278, 42)
|
Me.lblVersion.Location = New System.Drawing.Point(263, 77)
|
||||||
Me.lblVersion.Name = "lblVersion"
|
Me.lblVersion.Name = "lblVersion"
|
||||||
Me.lblVersion.Size = New System.Drawing.Size(40, 13)
|
Me.lblVersion.Size = New System.Drawing.Size(40, 13)
|
||||||
Me.lblVersion.TabIndex = 3
|
Me.lblVersion.TabIndex = 3
|
||||||
@ -64,8 +68,9 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'lblCompanyName
|
'lblCompanyName
|
||||||
'
|
'
|
||||||
|
Me.lblCompanyName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.lblCompanyName.AutoSize = True
|
Me.lblCompanyName.AutoSize = True
|
||||||
Me.lblCompanyName.Location = New System.Drawing.Point(278, 64)
|
Me.lblCompanyName.Location = New System.Drawing.Point(263, 99)
|
||||||
Me.lblCompanyName.Name = "lblCompanyName"
|
Me.lblCompanyName.Name = "lblCompanyName"
|
||||||
Me.lblCompanyName.Size = New System.Drawing.Size(40, 13)
|
Me.lblCompanyName.Size = New System.Drawing.Size(40, 13)
|
||||||
Me.lblCompanyName.TabIndex = 4
|
Me.lblCompanyName.TabIndex = 4
|
||||||
@ -73,9 +78,10 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'txtDescription
|
'txtDescription
|
||||||
'
|
'
|
||||||
|
Me.txtDescription.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.txtDescription.BackColor = System.Drawing.SystemColors.Control
|
Me.txtDescription.BackColor = System.Drawing.SystemColors.Control
|
||||||
Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||||
Me.txtDescription.Location = New System.Drawing.Point(281, 90)
|
Me.txtDescription.Location = New System.Drawing.Point(266, 125)
|
||||||
Me.txtDescription.Multiline = True
|
Me.txtDescription.Multiline = True
|
||||||
Me.txtDescription.Name = "txtDescription"
|
Me.txtDescription.Name = "txtDescription"
|
||||||
Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||||||
@ -84,8 +90,9 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'LinkLabel1
|
'LinkLabel1
|
||||||
'
|
'
|
||||||
|
Me.LinkLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
Me.LinkLabel1.AutoSize = True
|
Me.LinkLabel1.AutoSize = True
|
||||||
Me.LinkLabel1.Location = New System.Drawing.Point(281, 200)
|
Me.LinkLabel1.Location = New System.Drawing.Point(266, 235)
|
||||||
Me.LinkLabel1.Name = "LinkLabel1"
|
Me.LinkLabel1.Name = "LinkLabel1"
|
||||||
Me.LinkLabel1.Size = New System.Drawing.Size(93, 13)
|
Me.LinkLabel1.Size = New System.Drawing.Size(93, 13)
|
||||||
Me.LinkLabel1.TabIndex = 6
|
Me.LinkLabel1.TabIndex = 6
|
||||||
@ -94,10 +101,13 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
'PictureBox1
|
'PictureBox1
|
||||||
'
|
'
|
||||||
Me.PictureBox1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.PM_mit_slogan1
|
Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||||
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||||
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||||
|
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||||
Me.PictureBox1.Location = New System.Drawing.Point(12, 5)
|
Me.PictureBox1.Location = New System.Drawing.Point(12, 5)
|
||||||
Me.PictureBox1.Name = "PictureBox1"
|
Me.PictureBox1.Name = "PictureBox1"
|
||||||
Me.PictureBox1.Size = New System.Drawing.Size(260, 249)
|
Me.PictureBox1.Size = New System.Drawing.Size(246, 283)
|
||||||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||||
Me.PictureBox1.TabIndex = 7
|
Me.PictureBox1.TabIndex = 7
|
||||||
Me.PictureBox1.TabStop = False
|
Me.PictureBox1.TabStop = False
|
||||||
@ -106,9 +116,10 @@ Partial Class frmAbout
|
|||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.BackColor = System.Drawing.SystemColors.Window
|
||||||
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||||
Me.CancelButton = Me.OKButton
|
Me.CancelButton = Me.OKButton
|
||||||
Me.ClientSize = New System.Drawing.Size(544, 268)
|
Me.ClientSize = New System.Drawing.Size(532, 297)
|
||||||
Me.Controls.Add(Me.PictureBox1)
|
Me.Controls.Add(Me.PictureBox1)
|
||||||
Me.Controls.Add(Me.LinkLabel1)
|
Me.Controls.Add(Me.LinkLabel1)
|
||||||
Me.Controls.Add(Me.txtDescription)
|
Me.Controls.Add(Me.txtDescription)
|
||||||
@ -118,7 +129,6 @@ Partial Class frmAbout
|
|||||||
Me.Controls.Add(Me.OKButton)
|
Me.Controls.Add(Me.OKButton)
|
||||||
Me.DoubleBuffered = True
|
Me.DoubleBuffered = True
|
||||||
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
||||||
Me.MaximizeBox = False
|
Me.MaximizeBox = False
|
||||||
Me.MinimizeBox = False
|
Me.MinimizeBox = False
|
||||||
Me.Name = "frmAbout"
|
Me.Name = "frmAbout"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1200,6 +1200,7 @@ Public Class frmMain
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
NO_WORKFLOWITEMS = True
|
||||||
GridControl_Docs.Visible = False
|
GridControl_Docs.Visible = False
|
||||||
pnlNavigator.Visible = False
|
pnlNavigator.Visible = False
|
||||||
GridControl_Docs.DataSource = Nothing
|
GridControl_Docs.DataSource = Nothing
|
||||||
|
|||||||
87
app/DD_PM_WINDREAM/frmSplash.designer.vb
generated
87
app/DD_PM_WINDREAM/frmSplash.designer.vb
generated
@ -13,8 +13,6 @@ Partial Class frmSplash
|
|||||||
MyBase.Dispose(disposing)
|
MyBase.Dispose(disposing)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
Friend WithEvents Version As System.Windows.Forms.Label
|
|
||||||
Friend WithEvents Copyright As System.Windows.Forms.Label
|
|
||||||
|
|
||||||
'Wird vom Windows Form-Designer benötigt.
|
'Wird vom Windows Form-Designer benötigt.
|
||||||
Private components As System.ComponentModel.IContainer
|
Private components As System.ComponentModel.IContainer
|
||||||
@ -22,48 +20,23 @@ Partial Class frmSplash
|
|||||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||||
<System.Diagnostics.DebuggerStepThrough()> _
|
<System.Diagnostics.DebuggerStepThrough()>
|
||||||
Private Sub InitializeComponent()
|
Private Sub InitializeComponent()
|
||||||
Me.Version = New System.Windows.Forms.Label()
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSplash))
|
||||||
Me.Copyright = New System.Windows.Forms.Label()
|
|
||||||
Me.lblStatus = New System.Windows.Forms.Label()
|
Me.lblStatus = New System.Windows.Forms.Label()
|
||||||
Me.pbStatus = New System.Windows.Forms.ProgressBar()
|
Me.pbStatus = New System.Windows.Forms.ProgressBar()
|
||||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
Me.lblVersion = New System.Windows.Forms.Label()
|
||||||
|
Me.lblCopyright = New System.Windows.Forms.Label()
|
||||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||||
Me.TableLayoutPanel1.SuspendLayout()
|
|
||||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
'
|
'
|
||||||
'Version
|
|
||||||
'
|
|
||||||
Me.Version.BackColor = System.Drawing.Color.Transparent
|
|
||||||
Me.Version.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.Version.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
||||||
Me.Version.Location = New System.Drawing.Point(3, 0)
|
|
||||||
Me.Version.Name = "Version"
|
|
||||||
Me.Version.Size = New System.Drawing.Size(290, 21)
|
|
||||||
Me.Version.TabIndex = 1
|
|
||||||
Me.Version.Text = "Version {0}.{1:00}"
|
|
||||||
Me.Version.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
||||||
'
|
|
||||||
'Copyright
|
|
||||||
'
|
|
||||||
Me.Copyright.BackColor = System.Drawing.Color.Transparent
|
|
||||||
Me.Copyright.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.Copyright.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
||||||
Me.Copyright.Location = New System.Drawing.Point(3, 21)
|
|
||||||
Me.Copyright.Name = "Copyright"
|
|
||||||
Me.Copyright.Size = New System.Drawing.Size(290, 21)
|
|
||||||
Me.Copyright.TabIndex = 2
|
|
||||||
Me.Copyright.Text = "Copyright"
|
|
||||||
Me.Copyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
||||||
'
|
|
||||||
'lblStatus
|
'lblStatus
|
||||||
'
|
'
|
||||||
Me.lblStatus.AutoSize = True
|
Me.lblStatus.AutoSize = True
|
||||||
Me.lblStatus.BackColor = System.Drawing.SystemColors.Control
|
Me.lblStatus.BackColor = System.Drawing.SystemColors.Control
|
||||||
Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.lblStatus.Location = New System.Drawing.Point(4, 376)
|
Me.lblStatus.Location = New System.Drawing.Point(4, 355)
|
||||||
Me.lblStatus.Name = "lblStatus"
|
Me.lblStatus.Name = "lblStatus"
|
||||||
Me.lblStatus.Size = New System.Drawing.Size(105, 15)
|
Me.lblStatus.Size = New System.Drawing.Size(105, 15)
|
||||||
Me.lblStatus.TabIndex = 1
|
Me.lblStatus.TabIndex = 1
|
||||||
@ -73,33 +46,37 @@ Partial Class frmSplash
|
|||||||
'pbStatus
|
'pbStatus
|
||||||
'
|
'
|
||||||
Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom
|
Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||||
Me.pbStatus.Location = New System.Drawing.Point(0, 396)
|
Me.pbStatus.Location = New System.Drawing.Point(0, 373)
|
||||||
Me.pbStatus.Maximum = 125
|
Me.pbStatus.Maximum = 125
|
||||||
Me.pbStatus.Name = "pbStatus"
|
Me.pbStatus.Name = "pbStatus"
|
||||||
Me.pbStatus.Size = New System.Drawing.Size(621, 23)
|
Me.pbStatus.Size = New System.Drawing.Size(552, 23)
|
||||||
Me.pbStatus.TabIndex = 0
|
Me.pbStatus.TabIndex = 0
|
||||||
'
|
'
|
||||||
'TableLayoutPanel1
|
'lblVersion
|
||||||
'
|
'
|
||||||
Me.TableLayoutPanel1.ColumnCount = 1
|
Me.lblVersion.AutoSize = True
|
||||||
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
|
Me.lblVersion.Location = New System.Drawing.Point(4, 328)
|
||||||
Me.TableLayoutPanel1.Controls.Add(Me.Copyright, 0, 1)
|
Me.lblVersion.Name = "lblVersion"
|
||||||
Me.TableLayoutPanel1.Controls.Add(Me.Version, 0, 0)
|
Me.lblVersion.Size = New System.Drawing.Size(90, 13)
|
||||||
Me.TableLayoutPanel1.Location = New System.Drawing.Point(313, 188)
|
Me.lblVersion.TabIndex = 4
|
||||||
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
Me.lblVersion.Text = "Version {0}.{1:00}"
|
||||||
Me.TableLayoutPanel1.RowCount = 2
|
'
|
||||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
'lblCopyright
|
||||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
'
|
||||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!))
|
Me.lblCopyright.AutoSize = True
|
||||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(296, 42)
|
Me.lblCopyright.Location = New System.Drawing.Point(129, 328)
|
||||||
Me.TableLayoutPanel1.TabIndex = 2
|
Me.lblCopyright.Name = "lblCopyright"
|
||||||
|
Me.lblCopyright.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||||
|
Me.lblCopyright.Size = New System.Drawing.Size(90, 13)
|
||||||
|
Me.lblCopyright.TabIndex = 5
|
||||||
|
Me.lblCopyright.Text = "Version {0}.{1:00}"
|
||||||
'
|
'
|
||||||
'PictureBox1
|
'PictureBox1
|
||||||
'
|
'
|
||||||
Me.PictureBox1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.PM_mit_slogan
|
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||||
Me.PictureBox1.Location = New System.Drawing.Point(0, -1)
|
Me.PictureBox1.Location = New System.Drawing.Point(0, -1)
|
||||||
Me.PictureBox1.Name = "PictureBox1"
|
Me.PictureBox1.Name = "PictureBox1"
|
||||||
Me.PictureBox1.Size = New System.Drawing.Size(520, 374)
|
Me.PictureBox1.Size = New System.Drawing.Size(532, 326)
|
||||||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||||
Me.PictureBox1.TabIndex = 3
|
Me.PictureBox1.TabIndex = 3
|
||||||
Me.PictureBox1.TabStop = False
|
Me.PictureBox1.TabStop = False
|
||||||
@ -108,10 +85,12 @@ Partial Class frmSplash
|
|||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
|
Me.BackColor = System.Drawing.SystemColors.Control
|
||||||
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||||
Me.ClientSize = New System.Drawing.Size(621, 419)
|
Me.ClientSize = New System.Drawing.Size(552, 396)
|
||||||
Me.ControlBox = False
|
Me.ControlBox = False
|
||||||
Me.Controls.Add(Me.TableLayoutPanel1)
|
Me.Controls.Add(Me.lblCopyright)
|
||||||
|
Me.Controls.Add(Me.lblVersion)
|
||||||
Me.Controls.Add(Me.lblStatus)
|
Me.Controls.Add(Me.lblStatus)
|
||||||
Me.Controls.Add(Me.pbStatus)
|
Me.Controls.Add(Me.pbStatus)
|
||||||
Me.Controls.Add(Me.PictureBox1)
|
Me.Controls.Add(Me.PictureBox1)
|
||||||
@ -123,8 +102,6 @@ Partial Class frmSplash
|
|||||||
Me.Name = "frmSplash"
|
Me.Name = "frmSplash"
|
||||||
Me.ShowInTaskbar = False
|
Me.ShowInTaskbar = False
|
||||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||||
Me.TransparencyKey = System.Drawing.Color.White
|
|
||||||
Me.TableLayoutPanel1.ResumeLayout(False)
|
|
||||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.ResumeLayout(False)
|
Me.ResumeLayout(False)
|
||||||
Me.PerformLayout()
|
Me.PerformLayout()
|
||||||
@ -132,7 +109,7 @@ Partial Class frmSplash
|
|||||||
End Sub
|
End Sub
|
||||||
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
||||||
Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar
|
Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar
|
||||||
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
||||||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||||||
|
Friend WithEvents lblVersion As Label
|
||||||
|
Friend WithEvents lblCopyright As Label
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -32,10 +32,10 @@ Public NotInheritable Class frmSplash
|
|||||||
'
|
'
|
||||||
' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.Build, My.Application.Info.Version.Revision)
|
' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.Build, My.Application.Info.Version.Revision)
|
||||||
|
|
||||||
Version.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
|
lblVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
|
||||||
|
|
||||||
'Copyrightinformationen
|
'Copyrightinformationen
|
||||||
Copyright.Text = My.Application.Info.Copyright
|
lblCopyright.Text = My.Application.Info.Copyright
|
||||||
Me.BringToFront()
|
Me.BringToFront()
|
||||||
|
|
||||||
Dim p As Process
|
Dim p As Process
|
||||||
|
|||||||
@ -2073,6 +2073,8 @@ Public Class frmValidator
|
|||||||
For Each Zeile As Object In wertWD
|
For Each Zeile As Object In wertWD
|
||||||
SpaltenWerte = Split(Zeile, Delimiter)
|
SpaltenWerte = Split(Zeile, Delimiter)
|
||||||
Select Case dt.Rows.Count
|
Select Case dt.Rows.Count
|
||||||
|
Case 1
|
||||||
|
dgv.Rows.Add(New String() {SpaltenWerte(0)})
|
||||||
Case 2
|
Case 2
|
||||||
If SpaltenWerte.Length = 2 Then
|
If SpaltenWerte.Length = 2 Then
|
||||||
dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1)})
|
dgv.Rows.Add(New String() {SpaltenWerte(0), SpaltenWerte(1)})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user