Projektdateien hinzufügen.
6
Gemeinsames/App.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
30
Gemeinsames/Form1.Designer.vb
generated
Normal file
@@ -0,0 +1,30 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form1
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
components = New System.ComponentModel.Container()
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Text = "Form1"
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
3
Gemeinsames/Form1.vb
Normal file
@@ -0,0 +1,3 @@
|
||||
Public Class Form1
|
||||
|
||||
End Class
|
||||
261
Gemeinsames/Gemeinsames.vbproj
Normal file
@@ -0,0 +1,261 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>
|
||||
</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{110C923B-CB02-4FD0-AF24-95E0F0EEEFF5}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<StartupObject>
|
||||
</StartupObject>
|
||||
<RootNamespace>Gemeinsames</RootNamespace>
|
||||
<AssemblyName>Gemeinsames</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<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>1</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>Gemeinsames.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>Gemeinsames.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>On</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestCertificateThumbprint>E1277E3EC64E394A66EC726E5057325CDF3A52E3</ManifestCertificateThumbprint>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ManifestKeyFile>Gemeinsames_TemporaryKey.pfx</ManifestKeyFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateManifests>true</GenerateManifests>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>true</SignManifests>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accessibility" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Design.Win.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Document.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Export.Document.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Export.Excel.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Export.Pdf.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Export.Word.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Extensibility.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="GrapeCity.ActiveReports.Viewer.Win.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Runtime.Serialization.Formatters.Soap" />
|
||||
<Reference Include="System.Security" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="cReportExportierer.vb" />
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmGrayOut.Designer.vb">
|
||||
<DependentUpon>frmGrayOut.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmGrayOut.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="MyListItem.vb" />
|
||||
<Compile Include="rptSendungenATILLA.Designer.vb">
|
||||
<DependentUpon>rptSendungenATILLA.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="rptSendungenATILLA.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="rptSendungen.Designer.vb">
|
||||
<DependentUpon>rptSendungen.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="rptSendungen.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="subRptSendungenOfferte.Designer.vb">
|
||||
<DependentUpon>subRptSendungenOfferte.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="subRptSendungenOfferte.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="frmGrayOut.resx">
|
||||
<DependentUpon>frmGrayOut.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="rptSendungenATILLA.resx">
|
||||
<DependentUpon>rptSendungenATILLA.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="rptSendungen.resx">
|
||||
<DependentUpon>rptSendungen.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="subRptSendungenOfferte.resx">
|
||||
<DependentUpon>subRptSendungenOfferte.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
<None Include="Gemeinsames_TemporaryKey.pfx" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\Versionsinfo.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\Aviso.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\road.jpg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\SDL\SDL\VERAG_PROG_ALLGEMEIN\VERAG_PROG_ALLGEMEIN.vbproj">
|
||||
<Project>{a3b497bd-842c-4a2b-b398-ed1976849df1}</Project>
|
||||
<Name>VERAG_PROG_ALLGEMEIN</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</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>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\NKD.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Resources\SUB.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="Resources\WAI.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Resources\QS.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<Content Include="Resources\SBG.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- 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.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
13
Gemeinsames/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
11
Gemeinsames/My Project/Application.myapp
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>true</MySubMain>
|
||||
<MainForm>Form1</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
35
Gemeinsames/My Project/AssemblyInfo.vb
Normal file
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die mit einer Assembly verknüpft sind.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("Gemeinsames")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("Gemeinsames")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2013")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
<Assembly: Guid("4ff4214d-2232-4be0-ab89-46bd48cce879")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
73
Gemeinsames/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Gemeinsames.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
|
||||
'''</summary>
|
||||
Friend ReadOnly Property Aviso() As System.Drawing.Icon
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("Aviso", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Icon)
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
124
Gemeinsames/My Project/Resources.resx
Normal file
@@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="Aviso" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Aviso.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
73
Gemeinsames/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Funktion zum automatischen Speichern von My.Settings"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.Gemeinsames.My.MySettings
|
||||
Get
|
||||
Return Global.Gemeinsames.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
7
Gemeinsames/My Project/Settings.settings
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
2
Gemeinsames/My Project/licenses.licx
Normal file
@@ -0,0 +1,2 @@
|
||||
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports.v12, Version=12.2.13986.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
|
||||
GrapeCity.ActiveReports.SectionReport, GrapeCity.ActiveReports.v9, Version=9.1.2302.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff
|
||||
31
Gemeinsames/MyListItem.vb
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
Public Class MyListItem
|
||||
Private mText As String
|
||||
Private mValue As String
|
||||
|
||||
Public Sub New(ByVal pText As String, ByVal pValue As String)
|
||||
mText = pText
|
||||
mValue = pValue
|
||||
End Sub
|
||||
|
||||
Public ReadOnly Property Text() As String
|
||||
Get
|
||||
Return mText
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public ReadOnly Property Value() As String
|
||||
Get
|
||||
Return mValue
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Public Overrides Function ToString() As String
|
||||
Return mText
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
End Class
|
||||
BIN
Gemeinsames/Resources/Aviso.ico
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
Gemeinsames/Resources/NKD.png
Normal file
|
After Width: | Height: | Size: 265 KiB |
BIN
Gemeinsames/Resources/QS.png
Normal file
|
After Width: | Height: | Size: 271 KiB |
BIN
Gemeinsames/Resources/SBG.png
Normal file
|
After Width: | Height: | Size: 267 KiB |
BIN
Gemeinsames/Resources/SUB.png
Normal file
|
After Width: | Height: | Size: 266 KiB |
6
Gemeinsames/Resources/Versionsinfo.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Version 4.0.0.0 vom ???? (BETA ab Herbst 2013)
|
||||
Komplette Neuprogrammierung wegen Umstellung von Visual Studio 6 (16/32-Bit)
|
||||
auf Visual Studio 2010 (Basis .net-Framework 4.0) g<>ltig f<>r 32/64Bit-Betriebssysteme;
|
||||
optimiert f<>r 64-Bit. Dadurch auch komplettes Redesign und Anpassung der Anwenderlogik.
|
||||
Umstellung der Datenbank von Access97-Format auf Microsoft Access 2007
|
||||
|
||||
BIN
Gemeinsames/Resources/WAI.png
Normal file
|
After Width: | Height: | Size: 265 KiB |
BIN
Gemeinsames/Resources/road.jpg
Normal file
|
After Width: | Height: | Size: 561 KiB |
64
Gemeinsames/cReportExportierer.vb
Normal file
@@ -0,0 +1,64 @@
|
||||
Imports GrapeCity.ActiveReports
|
||||
Imports System.IO
|
||||
Imports System.Windows.Forms
|
||||
Imports GrapeCity.ActiveReports.Document
|
||||
|
||||
Public Class cReportExportierer
|
||||
|
||||
''' <summary>
|
||||
''' Exportiert das angegebene Reportdokument in PDF, Excel oder Word.
|
||||
''' Datei wird ein Standard Speichern-Dialog angezeigt, in dem die o.a. Formate ausgewählt werden können.
|
||||
''' </summary>
|
||||
''' <param name="document">Date zu exportierende Dokument.</param>
|
||||
Public Shared Sub Exportieren(ByVal document As SectionDocument, ByVal Namensvorschlag As String)
|
||||
Try
|
||||
Dim datei As FileInfo = Nothing
|
||||
|
||||
If Not ermittleDateiname(datei, Namensvorschlag) Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Select Case datei.Extension.ToUpper()
|
||||
Case ".pdf".ToUpper()
|
||||
Dim pdfExport1 As New GrapeCity.ActiveReports.Export.Pdf.Section.PdfExport()
|
||||
pdfExport1.Export(document, datei.FullName)
|
||||
Case ".xlsx".ToUpper()
|
||||
Dim xlsExport1 As New GrapeCity.ActiveReports.Export.Excel.Section.XlsExport()
|
||||
xlsExport1.FileFormat = GrapeCity.ActiveReports.Export.Excel.Section.FileFormat.Xlsx
|
||||
xlsExport1.Export(document, datei.FullName)
|
||||
Case ".rtf".ToUpper()
|
||||
Dim rtfExport1 As New GrapeCity.ActiveReports.Export.Word.Section.RtfExport()
|
||||
rtfExport1.Export(document, datei.FullName)
|
||||
Case Else
|
||||
MessageBox.Show("Es würde ein ungültiges Exportformat ausgewählt. Erlaubt sind 'pdf', 'rtf' und 'xlsx'.")
|
||||
Exit Sub
|
||||
End Select
|
||||
|
||||
If MessageBox.Show("Der Export wurde erfolgreich durchgeführt. Soll die Exportdatei jetzt geöffnet werden?", "Export", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question) = DialogResult.Yes Then
|
||||
Process.Start(datei.FullName)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MessageBox.Show("Exportieren fehlgeschlagen. Fehler: " + ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Shared Function ermittleDateiname(ByRef datei As FileInfo, ByRef Namensvorschlag As String) As Boolean
|
||||
Using saveDialog As New SaveFileDialog
|
||||
saveDialog.AddExtension = True
|
||||
saveDialog.CheckPathExists = True
|
||||
saveDialog.FileName = Namensvorschlag
|
||||
saveDialog.DefaultExt = ".pdf"
|
||||
saveDialog.Filter = "pdf-Dateien (*.pdf)|*.pdf|Word Dateien (*.rtf)|*.rtf|Excel Dateien (*.xlsx)|*.xlsx"
|
||||
saveDialog.OverwritePrompt = True
|
||||
saveDialog.ValidateNames = True
|
||||
saveDialog.FilterIndex = 0
|
||||
If saveDialog.ShowDialog() = DialogResult.OK Then
|
||||
datei = New FileInfo(saveDialog.FileName)
|
||||
Return True
|
||||
Else
|
||||
Return False
|
||||
End If
|
||||
End Using
|
||||
End Function
|
||||
|
||||
End Class
|
||||
45
Gemeinsames/frmGrayOut.Designer.vb
generated
Normal file
@@ -0,0 +1,45 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmGrayOut
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'frmGrayOut
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.SystemColors.ControlDarkDark
|
||||
Me.ClientSize = New System.Drawing.Size(284, 261)
|
||||
Me.ForeColor = System.Drawing.SystemColors.Control
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.KeyPreview = True
|
||||
Me.Name = "frmGrayOut"
|
||||
Me.Opacity = 0.5R
|
||||
Me.ShowIcon = False
|
||||
Me.ShowInTaskbar = False
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||
Me.Text = "frmGrayOut"
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
120
Gemeinsames/frmGrayOut.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
20
Gemeinsames/frmGrayOut.vb
Normal file
@@ -0,0 +1,20 @@
|
||||
Public Class frmGrayOut
|
||||
|
||||
Private Sub frmGrayOut_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
|
||||
If e.KeyCode = Keys.Escape Then
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmGrayOut_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Me.Location = New Point(0, 0)
|
||||
Me.Size = Screen.PrimaryScreen.WorkingArea.Size
|
||||
'Damit Center von Child-Form richtig ist
|
||||
End Sub
|
||||
|
||||
Private Sub frmGrayOut_Shown(sender As Object, e As EventArgs) Handles Me.Shown
|
||||
Me.MaximumSize = Screen.PrimaryScreen.WorkingArea.Size
|
||||
Me.Size = Screen.PrimaryScreen.WorkingArea.Size
|
||||
Me.Location = New Point(0, 0)
|
||||
End Sub
|
||||
End Class
|
||||
BIN
Gemeinsames/lorry_motion.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
1838
Gemeinsames/rptSendungen.Designer.vb
generated
Normal file
165
Gemeinsames/rptSendungen.resx
Normal file
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="txtGrenze.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 8pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_BelegNr.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_Betrag.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: right; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtLKWKennzeichen.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 14pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtAnkunft.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 12pt; font-weight: normal; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtAbfahrt.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 12pt; font-weight: normal; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtWarenbezeichnung.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 12pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtColli.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 12pt; font-weight: normal; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtGewicht.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 12pt; font-weight: normal; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_BelegNr2.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_Betrag2.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: right; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_BelegNr3.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: center; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<data name="txtFrachtfuehrer_Bar_Betrag3.Style" xml:space="preserve">
|
||||
<value>color: Black; font-size: 11pt; font-weight: bold; text-align: right; text-decoration: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-vertical: none; ddo-shrink-to-fit: none</value>
|
||||
</data>
|
||||
<metadata name="$this.ScriptEditorPositionForUndo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
<metadata name="$this.ScriptEditorPositionForRedo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
</root>
|
||||
301
Gemeinsames/rptSendungen.vb
Normal file
@@ -0,0 +1,301 @@
|
||||
Imports GrapeCity.ActiveReports
|
||||
Imports GrapeCity.ActiveReports.Document
|
||||
|
||||
Public Class rptSendungen
|
||||
Public VALUES As New rptSendungenValues
|
||||
Public imgPath As String
|
||||
|
||||
Sub New()
|
||||
|
||||
' Dieser Aufruf ist f<>r den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' F<>gen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
|
||||
End Sub
|
||||
|
||||
Sub New(VALUES As rptSendungenValues, imgPath As String)
|
||||
InitializeComponent()
|
||||
Me.VALUES = VALUES
|
||||
Me.imgPath = imgPath
|
||||
init()
|
||||
End Sub
|
||||
|
||||
Public Sub init()
|
||||
|
||||
txtAbfertigungsart.Text = VALUES.Abfertigungsart
|
||||
txtTarifposanzahl.Text = VALUES.Tarifposanzahl
|
||||
txtFilialeNr.Text = VALUES.FilialeNr
|
||||
txtAbfertigungsnummer.Text = VALUES.Abfertigungsnummer
|
||||
txtAvisierer_Firma.Text = VALUES.Avisierer_Firma
|
||||
txtAvisierer_KdNr.Text = VALUES.Avisierer_KdNr
|
||||
txtAuftraggeber_Firma.Text = VALUES.Auftraggeber_Firma
|
||||
txtAuftraggeber_KdNr.Text = VALUES.Auftraggeber_KdNr
|
||||
txtEmpfaenger_Firma.Text = VALUES.Empfaenger_Firma
|
||||
txtEmpfaenger_KdNr.Text = VALUES.Empfaenger_KdNr
|
||||
txtAbsender_Firma.Text = VALUES.Absender_Firma
|
||||
txtAbsender_KdNr.Text = VALUES.Absender_KdNr
|
||||
txtFrachtfuehrer_Firma.Text = VALUES.Frachtfuehrer_Firma
|
||||
txtFrachtfuehrer_KdNr.Text = VALUES.Frachtfuehrer_KdNr
|
||||
txtAvisierer_Zoll.Text = VALUES.Avisierer_Zoll
|
||||
txtAvisierer_Eust.Text = VALUES.Avisierer_Eust
|
||||
txtAvisierer_Abf.Text = VALUES.Avisierer_Abf
|
||||
txtAvisierer_Clear.Text = VALUES.Avisierer_Clear
|
||||
txtAuftraggeber_Zoll.Text = VALUES.Auftraggeber_Zoll
|
||||
txtAuftraggeber_Eust.Text = VALUES.Auftraggeber_Eust
|
||||
txtAuftraggeber_Abf.Text = VALUES.Auftraggeber_Abf
|
||||
txtAuftraggeber_Clear.Text = VALUES.Auftraggeber_Clear
|
||||
txtEmpfaenger_Zoll.Text = VALUES.Empfaenger_Zoll
|
||||
txtEmpfaenger_Eust.Text = VALUES.Empfaenger_Eust
|
||||
txtEmpfaenger_Abf.Text = VALUES.Empfaenger_Abf
|
||||
txtEmpfaenger_Clear.Text = VALUES.Empfaenger_Clear
|
||||
txtAbsender_Zoll.Text = VALUES.Absender_Zoll
|
||||
txtAbsender_Eust.Text = VALUES.Absender_Eust
|
||||
txtAbsender_Abf.Text = VALUES.Absender_Abf
|
||||
txtAbsender_Clear.Text = VALUES.Absender_Clear
|
||||
txtFrachtfuehrer_Zoll.Text = VALUES.Frachtfuehrer_Zoll
|
||||
txtFrachtfuehrer_Eust.Text = VALUES.Frachtfuehrer_Eust
|
||||
txtFrachtfuehrer_Abf.Text = VALUES.Frachtfuehrer_Abf
|
||||
txtFrachtfuehrer_Clear.Text = VALUES.Frachtfuehrer_Clear
|
||||
txtAvisierer_Leistung1.Text = VALUES.Avisierer_Leistung1
|
||||
txtAvisierer_Betrag1.Text = VALUES.Avisierer_Betrag1
|
||||
txtAvisierer_Leistung2.Text = VALUES.Avisierer_Leistung2
|
||||
txtAvisierer_Betrag2.Text = VALUES.Avisierer_Betrag2
|
||||
txtAvisierer_Leistung3.Text = VALUES.Avisierer_Leistung3
|
||||
txtAvisierer_Betrag3.Text = VALUES.Avisierer_Betrag3
|
||||
txtAuftraggeber_Leistung1.Text = VALUES.Auftraggeber_Leistung1
|
||||
txtAuftraggeber_Betrag.Text = VALUES.Auftraggeber_Betrag
|
||||
txtAuftraggeber_Leistung2.Text = VALUES.Auftraggeber_Leistung2
|
||||
txtAuftraggeber_Betrag2.Text = VALUES.Auftraggeber_Betrag2
|
||||
txtAuftraggeber_Leistung3.Text = VALUES.Auftraggeber_Leistung3
|
||||
txtAuftraggeber_Betrag3.Text = VALUES.Auftraggeber_Betrag3
|
||||
txtKdAuftrNr.Text = VALUES.KdAuftrNr
|
||||
txtEmpfaenger_Leistung1.Text = VALUES.Empfaenger_Leistung1
|
||||
txtEmpfaenger_Betrag1.Text = VALUES.Empfaenger_Betrag1
|
||||
txtEmpfaenger_Leistung2.Text = VALUES.Empfaenger_Leistung2
|
||||
txtEmpfaenger_Betrag2.Text = VALUES.Empfaenger_Betrag2
|
||||
txtEmpfaenger_Leistung3.Text = VALUES.Empfaenger_Leistung3
|
||||
txtEmpfaenger_Betrag3.Text = VALUES.Empfaenger_Betrag3
|
||||
txtAbsender_Leistung1.Text = VALUES.Absender_Leistung1
|
||||
txtAbsender_Betrag1.Text = VALUES.Absender_Betrag1
|
||||
txtAbsender_Leistung2.Text = VALUES.Absender_Leistung2
|
||||
txtAbsender_Betrag2.Text = VALUES.Absender_Betrag2
|
||||
txtAbsender_Leistung3.Text = VALUES.Absender_Leistung3
|
||||
txtAbsender_Betrag3.Text = VALUES.Absender_Betrag3
|
||||
txtFrachtfuehrer_Leistung1.Text = VALUES.Frachtfuehrer_Leistung1
|
||||
txtFrachtfuehrer_Betrag1.Text = VALUES.Frachtfuehrer_Betrag1
|
||||
txtFrachtfuehrer_Leistung2.Text = VALUES.Frachtfuehrer_Leistung2
|
||||
txtFrachtfuehrer_Betrag2.Text = VALUES.Frachtfuehrer_Betrag2
|
||||
txtFrachtfuehrer_Leistung3.Text = VALUES.Frachtfuehrer_Leistung3
|
||||
txtFrachtfuehrer_Betrag3.Text = VALUES.Frachtfuehrer_Betrag3
|
||||
txtFrachtfuehrer_Bar_BelegNr.Text = VALUES.Frachtfuehrer_Bar_BelegNr
|
||||
txtFrachtfuehrer_Bar_Betrag.Text = VALUES.Frachtfuehrer_Bar_Betrag
|
||||
|
||||
txtFrachtfuehrer_Bar_BelegNr2.Text = VALUES.Frachtfuehrer_Bar_BelegNr2
|
||||
txtFrachtfuehrer_Bar_Betrag2.Text = VALUES.Frachtfuehrer_Bar_Betrag2
|
||||
|
||||
txtFrachtfuehrer_Bar_BelegNr3.Text = VALUES.Frachtfuehrer_Bar_BelegNr3
|
||||
txtFrachtfuehrer_Bar_Betrag3.Text = VALUES.Frachtfuehrer_Bar_Betrag3
|
||||
|
||||
txtAvisierer_eigBin.Text = VALUES.Avisierer_eigBin
|
||||
txtAuftraggeber_eigBin.Text = VALUES.Auftraggeber_eigBin
|
||||
txtEmpfaenger_eigBIN.Text = VALUES.Empfaenger_eigBIN
|
||||
txtAbsender_eigBIN.Text = VALUES.Absender_eigBIN
|
||||
txtFrachtfuehrer_eigBIN.Text = VALUES.Frachtfuehrer_eigBIN
|
||||
txtLKWKennzeichen.Text = VALUES.LKWKennzeichen
|
||||
txtAnkunft.Text = VALUES.Ankunft
|
||||
txtAbfahrt.Text = VALUES.Abfahrt
|
||||
txtWarenbezeichnung.Text = VALUES.Warenbezeichnung
|
||||
txtColli.Text = VALUES.Colli
|
||||
txtGewicht.Text = VALUES.Gewicht
|
||||
txtAufschub_VERAG.Text = VALUES.Aufschub_VERAG
|
||||
' rtbAbfKost.Text = VALUES.AbfKost--> Mit Sub Report gel<65>st
|
||||
txtDokZuSend_Ueberschrift.Text = VALUES.DokZuSend_Ueberschrift
|
||||
txtDokZuSend_Text.Text = VALUES.DokZuSend_Text
|
||||
txtAnmerkungen.Text = VALUES.Anmerkungen
|
||||
txtBARzuKassieren.Text = VALUES.BARzuKassieren
|
||||
|
||||
txtEmpfaenger_EUSTKto.Text = VALUES.Empfaenger_EUSTKto
|
||||
txtAuftraggeber_EUSTKto.Text = VALUES.Auftraggeber_EUSTKto
|
||||
txtAuftraggeber_ZOLLKto.Text = VALUES.Auftraggeber_ZOLLKto
|
||||
txtEmpfaenger_ZOLLKto.Text = VALUES.Empfaenger_ZOLLKto
|
||||
cbxDyUebermittelt.Checked = VALUES.DyUebermittelt
|
||||
|
||||
|
||||
If VALUES.Grenze.Trim <> "" Then
|
||||
lblGrenze.Visible = True
|
||||
shGrenze.Visible = True
|
||||
txtGrenze.Visible = True
|
||||
txtGrenze.Text = VALUES.Grenze.Replace("???", "")
|
||||
Else
|
||||
lblGrenze.Visible = False
|
||||
shGrenze.Visible = False
|
||||
txtGrenze.Visible = False
|
||||
End If
|
||||
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.PARAMS.GET_PARAMETER_VALUE_BOOL("ATK_DY_UEBERMITTELT") Then
|
||||
cbxDyUebermittelt.Visible = True
|
||||
End If
|
||||
|
||||
|
||||
Select Case VALUES.ABF_ART
|
||||
Case 5, 6
|
||||
txtNCTSVZAdr.Visible = True
|
||||
lblNCTSVZAdr.Visible = True
|
||||
txtNCTSVZAdr.Text = VALUES.NCTS_VZAdr
|
||||
lblNCTSVZAdr.Text = "NCTS" & vbNewLine & "Gest.-Adr.:"
|
||||
Case 26, 28
|
||||
txtNCTSVZAdr.Visible = True
|
||||
lblNCTSVZAdr.Visible = True
|
||||
txtNCTSVZAdr.Text = VALUES.FISKAL_ENDEMPF
|
||||
lblNCTSVZAdr.Text = "Fiskal" & vbNewLine & "EndEmpf.:"
|
||||
End Select
|
||||
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
|
||||
|
||||
|
||||
'OFFERTE!
|
||||
If False Then
|
||||
If VALUES.AbfKostKdnr > 0 Then
|
||||
Dim s = New subRptSendungenOfferte(VALUES.ABF_ART, VALUES.AbfKostKdnr)
|
||||
SubReport.Report = s
|
||||
End If
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Detail_Format(sender As Object, e As EventArgs) Handles Detail.Format
|
||||
|
||||
' Dim fs As New System.IO.FileStream(imgPath, System.IO.FileMode.Open, System.IO.FileAccess.Read)
|
||||
' Dim bm As New Bitmap(System.Drawing.Image.FromStream(fs))
|
||||
Dim bm As New Bitmap(imgPath)
|
||||
Me.Picture.Image = bm
|
||||
' fs.Close()
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungen_PageStart(sender As Object, e As EventArgs) Handles Me.PageStart
|
||||
' Me.Document.CacheToDisk = True
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungen_ReportEnd(sender As Object, e As EventArgs) Handles Me.ReportEnd
|
||||
GC.Collect()
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungen_ReportStart(sender As Object, e As EventArgs) Handles MyBase.ReportStart
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Public Class rptSendungenValues
|
||||
Property Abfertigungsart As String = ""
|
||||
Property Tarifposanzahl As String = ""
|
||||
Property FilialeNr As String = ""
|
||||
Property Abfertigungsnummer As String = ""
|
||||
Property Avisierer_Firma As String = ""
|
||||
Property Avisierer_KdNr As String = ""
|
||||
Property Auftraggeber_Firma As String = ""
|
||||
Property Auftraggeber_KdNr As String = ""
|
||||
Property Empfaenger_Firma As String = ""
|
||||
Property Empfaenger_KdNr As String = ""
|
||||
Property Absender_Firma As String = ""
|
||||
Property Absender_KdNr As String = ""
|
||||
Property Frachtfuehrer_Firma As String = ""
|
||||
Property Frachtfuehrer_KdNr As String = ""
|
||||
Property Avisierer_Zoll As String = ""
|
||||
Property Avisierer_Eust As String = ""
|
||||
Property Avisierer_Abf As String = ""
|
||||
Property Avisierer_Clear As String = ""
|
||||
Property Auftraggeber_Zoll As String = ""
|
||||
Property Auftraggeber_Eust As String = ""
|
||||
Property Auftraggeber_Abf As String = ""
|
||||
Property Auftraggeber_Clear As String = ""
|
||||
Property Empfaenger_Zoll As String = ""
|
||||
Property Empfaenger_Eust As String = ""
|
||||
Property Empfaenger_Abf As String = ""
|
||||
Property Empfaenger_Clear As String = ""
|
||||
Property Absender_Zoll As String = ""
|
||||
Property Absender_Eust As String = ""
|
||||
Property Absender_Abf As String = ""
|
||||
Property Absender_Clear As String = ""
|
||||
Property Frachtfuehrer_Zoll As String = ""
|
||||
Property Frachtfuehrer_Eust As String = ""
|
||||
Property Frachtfuehrer_Abf As String = ""
|
||||
Property Frachtfuehrer_Clear As String = ""
|
||||
Property Avisierer_Leistung1 As String = ""
|
||||
Property Avisierer_Betrag1 As String = ""
|
||||
Property Avisierer_Leistung2 As String = ""
|
||||
Property Avisierer_Betrag2 As String = ""
|
||||
Property Avisierer_Leistung3 As String = ""
|
||||
Property Avisierer_Betrag3 As String = ""
|
||||
Property Auftraggeber_Leistung1 As String = ""
|
||||
Property Auftraggeber_Betrag As String = ""
|
||||
Property Auftraggeber_Leistung2 As String = ""
|
||||
Property Auftraggeber_Betrag2 As String = ""
|
||||
Property Auftraggeber_Leistung3 As String = ""
|
||||
Property Auftraggeber_Betrag3 As String = ""
|
||||
Property KdAuftrNr As String = ""
|
||||
Property Empfaenger_Leistung1 As String = ""
|
||||
Property Empfaenger_Betrag1 As String = ""
|
||||
Property Empfaenger_Leistung2 As String = ""
|
||||
Property Empfaenger_Betrag2 As String = ""
|
||||
Property Empfaenger_Leistung3 As String = ""
|
||||
Property Empfaenger_Betrag3 As String = ""
|
||||
Property Absender_Leistung1 As String = ""
|
||||
Property Absender_Betrag1 As String = ""
|
||||
Property Absender_Leistung2 As String = ""
|
||||
Property Absender_Betrag2 As String = ""
|
||||
Property Absender_Leistung3 As String = ""
|
||||
Property Absender_Betrag3 As String = ""
|
||||
Property Frachtfuehrer_Leistung1 As String = ""
|
||||
Property Frachtfuehrer_Betrag1 As String = ""
|
||||
Property Frachtfuehrer_Leistung2 As String = ""
|
||||
Property Frachtfuehrer_Betrag2 As String = ""
|
||||
Property Frachtfuehrer_Leistung3 As String = ""
|
||||
Property Frachtfuehrer_Betrag3 As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr2 As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag2 As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr3 As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag3 As String = ""
|
||||
Property Avisierer_eigBin As String = ""
|
||||
Property Auftraggeber_eigBin As String = ""
|
||||
Property Empfaenger_eigBIN As String = ""
|
||||
Property Absender_eigBIN As String = ""
|
||||
Property Frachtfuehrer_eigBIN As String = ""
|
||||
Property LKWKennzeichen As String = ""
|
||||
Property Ankunft As String = ""
|
||||
Property Abfahrt As String = ""
|
||||
Property Warenbezeichnung As String = ""
|
||||
Property Colli As String = ""
|
||||
Property Gewicht As String = ""
|
||||
Property Aufschub_VERAG As String = ""
|
||||
Property DokZuSend_Ueberschrift As String = ""
|
||||
Property DokZuSend_Text As String = ""
|
||||
Property Anmerkungen As String = ""
|
||||
' Property BAR As String = ""
|
||||
Property BARzuKassieren As String = ""
|
||||
Property ABTEILUNG As String = ""
|
||||
Property NCTS_VZAdr As String = ""
|
||||
Property FISKAL_ENDEMPF As String = ""
|
||||
|
||||
Property ABF_ART As Integer = -1
|
||||
|
||||
Property barcodeLKW As Image = Nothing
|
||||
Property barcodeSendung As Image = Nothing
|
||||
|
||||
Property AbfKost As String = ""
|
||||
Property AbfKostKdnr As Integer = -1
|
||||
|
||||
Property Empfaenger_EUSTKto As String = ""
|
||||
Property Auftraggeber_EUSTKto As String = ""
|
||||
Property Empfaenger_ZOLLKto As String = ""
|
||||
Property Auftraggeber_ZOLLKto As String = ""
|
||||
Property Grenze As String = ""
|
||||
Property DyUebermittelt As Boolean = False
|
||||
|
||||
End Class
|
||||
885
Gemeinsames/rptSendungenATILLA.Designer.vb
generated
Normal file
@@ -0,0 +1,885 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class rptSendungenATILLA
|
||||
Inherits GrapeCity.ActiveReports.SectionReport
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing Then
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
End Sub
|
||||
|
||||
'NOTE: The following procedure is required by the ActiveReports Designer
|
||||
'It can be modified using the ActiveReports Designer.
|
||||
'Do not modify it using the code editor.
|
||||
Private WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(rptSendungenATILLA))
|
||||
Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail()
|
||||
Me.Picture = New GrapeCity.ActiveReports.SectionReportModel.Picture()
|
||||
Me.txtAnmerkungen = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFilialeNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAbfertigungsnummer = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Firma = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_KdNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAvisierer_Firma = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAvisierer_KdNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAuftraggeber_Firma = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAuftraggeber_KdNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Bar_Betrag = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtLKWKennzeichen = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAnkunft = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAbfahrt = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtWarenbezeichnung = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtColli = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtGewicht = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.barcodeLKW = New GrapeCity.ActiveReports.SectionReportModel.Picture()
|
||||
Me.TextBox1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.barcodeSendung = New GrapeCity.ActiveReports.SectionReportModel.Picture()
|
||||
Me.TextBox2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtIRAN_CMR_Agent = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.SubReport = New GrapeCity.ActiveReports.SectionReportModel.SubReport()
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtLkwId = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_5 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZA_1 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZA_2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZA_3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZA_4 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZA_5 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_2 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_3 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_4 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_6 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_9 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_7 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAusgangsZst_8 = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtTransportTemp = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.cbxZugMaschine = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.cbxTransportTemp = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtAndereAusgangsstelle = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtZugMaschine = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
CType(Me.Picture, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAnmerkungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFilialeNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAbfertigungsnummer, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Firma, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_KdNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAvisierer_Firma, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAvisierer_KdNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAuftraggeber_Firma, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAuftraggeber_KdNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtLKWKennzeichen, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAnkunft, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAbfahrt, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtWarenbezeichnung, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtColli, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtGewicht, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.barcodeLKW, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.barcodeSendung, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtIRAN_CMR_Agent, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtLkwId, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZA_1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZA_2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZA_3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZA_4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZA_5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_9, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_7, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAusgangsZst_8, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtTransportTemp, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cbxZugMaschine, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cbxTransportTemp, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtAndereAusgangsstelle, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtZugMaschine, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
'
|
||||
'Detail
|
||||
'
|
||||
Me.Detail.CanGrow = False
|
||||
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Picture, Me.txtAnmerkungen, Me.txtFilialeNr, Me.txtAbfertigungsnummer, Me.txtFrachtfuehrer_Firma, Me.txtFrachtfuehrer_KdNr, Me.txtAvisierer_Firma, Me.txtAvisierer_KdNr, Me.txtAuftraggeber_Firma, Me.txtAuftraggeber_KdNr, Me.txtFrachtfuehrer_Bar_BelegNr, Me.txtFrachtfuehrer_Bar_Betrag, Me.txtLKWKennzeichen, Me.txtAnkunft, Me.txtAbfahrt, Me.txtWarenbezeichnung, Me.txtColli, Me.txtGewicht, Me.barcodeLKW, Me.TextBox1, Me.barcodeSendung, Me.TextBox2, Me.txtIRAN_CMR_Agent, Me.SubReport, Me.txtFrachtfuehrer_Bar_BelegNr2, Me.txtFrachtfuehrer_Bar_Betrag2, Me.txtFrachtfuehrer_Bar_BelegNr3, Me.txtFrachtfuehrer_Bar_Betrag3, Me.txtLkwId, Me.txtAusgangsZst_1, Me.txtAusgangsZst_5, Me.txtZA_1, Me.txtZA_2, Me.txtZA_3, Me.txtZA_4, Me.txtZA_5, Me.txtAusgangsZst_2, Me.txtAusgangsZst_3, Me.txtAusgangsZst_4, Me.txtAusgangsZst_6, Me.txtAusgangsZst_9, Me.txtAusgangsZst_7, Me.txtAusgangsZst_8, Me.txtTransportTemp, Me.cbxZugMaschine, Me.cbxTransportTemp, Me.txtAndereAusgangsstelle, Me.txtZugMaschine})
|
||||
Me.Detail.Height = 11.69291!
|
||||
Me.Detail.Name = "Detail"
|
||||
'
|
||||
'Picture
|
||||
'
|
||||
Me.Picture.Height = 11.69291!
|
||||
Me.Picture.HyperLink = Nothing
|
||||
Me.Picture.ImageData = CType(resources.GetObject("Picture.ImageData"), System.IO.Stream)
|
||||
Me.Picture.Left = 0.0000004768372!
|
||||
Me.Picture.Name = "Picture"
|
||||
Me.Picture.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
|
||||
Me.Picture.Top = 0.0!
|
||||
Me.Picture.Width = 8.267716!
|
||||
'
|
||||
'txtAnmerkungen
|
||||
'
|
||||
Me.txtAnmerkungen.CanGrow = False
|
||||
Me.txtAnmerkungen.DistinctField = ""
|
||||
Me.txtAnmerkungen.Height = 3.740552!
|
||||
Me.txtAnmerkungen.Left = 5.187402!
|
||||
Me.txtAnmerkungen.Name = "txtAnmerkungen"
|
||||
Me.txtAnmerkungen.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAnmerkungen.Style = "color: Black; font-size: 16pt; font-weight: normal; text-decoration: none; text-j" & _
|
||||
"ustify: auto; vertical-align: top; ddo-char-set: 1; ddo-font-vertical: none; ddo" & _
|
||||
"-shrink-to-fit: none"
|
||||
Me.txtAnmerkungen.SummaryGroup = ""
|
||||
Me.txtAnmerkungen.Text = "Zu sendende Dokumente:"
|
||||
Me.txtAnmerkungen.Top = 2.337795!
|
||||
Me.txtAnmerkungen.Width = 2.69567!
|
||||
'
|
||||
'txtFilialeNr
|
||||
'
|
||||
Me.txtFilialeNr.CanGrow = False
|
||||
Me.txtFilialeNr.Height = 0.2937008!
|
||||
Me.txtFilialeNr.Left = 5.11811!
|
||||
Me.txtFilialeNr.Name = "txtFilialeNr"
|
||||
Me.txtFilialeNr.Style = "font-size: 16pt; font-weight: bold; text-align: center; text-justify: auto; verti" & _
|
||||
"cal-align: middle; ddo-char-set: 1"
|
||||
Me.txtFilialeNr.Text = "4801"
|
||||
Me.txtFilialeNr.Top = 0.3811024!
|
||||
Me.txtFilialeNr.Width = 0.7708666!
|
||||
'
|
||||
'txtAbfertigungsnummer
|
||||
'
|
||||
Me.txtAbfertigungsnummer.CanGrow = False
|
||||
Me.txtAbfertigungsnummer.Height = 0.2937008!
|
||||
Me.txtAbfertigungsnummer.Left = 5.659843!
|
||||
Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
|
||||
Me.txtAbfertigungsnummer.Style = "font-size: 16pt; font-weight: bold; text-align: center; text-justify: auto; verti" & _
|
||||
"cal-align: middle; ddo-char-set: 1"
|
||||
Me.txtAbfertigungsnummer.Text = "17000000"
|
||||
Me.txtAbfertigungsnummer.Top = 0.3811024!
|
||||
Me.txtAbfertigungsnummer.Width = 2.364567!
|
||||
'
|
||||
'txtFrachtfuehrer_Firma
|
||||
'
|
||||
Me.txtFrachtfuehrer_Firma.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Firma.Height = 0.5641732!
|
||||
Me.txtFrachtfuehrer_Firma.Left = 1.162597!
|
||||
Me.txtFrachtfuehrer_Firma.Name = "txtFrachtfuehrer_Firma"
|
||||
Me.txtFrachtfuehrer_Firma.Style = "font-size: 12pt; font-weight: bold; text-align: left; ddo-char-set: 1"
|
||||
Me.txtFrachtfuehrer_Firma.Text = "TESTFIRMA"
|
||||
Me.txtFrachtfuehrer_Firma.Top = 1.444488!
|
||||
Me.txtFrachtfuehrer_Firma.Width = 3.854725!
|
||||
'
|
||||
'txtFrachtfuehrer_KdNr
|
||||
'
|
||||
Me.txtFrachtfuehrer_KdNr.CanGrow = False
|
||||
Me.txtFrachtfuehrer_KdNr.Height = 0.1795275!
|
||||
Me.txtFrachtfuehrer_KdNr.Left = 3.780314!
|
||||
Me.txtFrachtfuehrer_KdNr.Name = "txtFrachtfuehrer_KdNr"
|
||||
Me.txtFrachtfuehrer_KdNr.Style = "font-size: 12pt; font-weight: bold; text-align: left; ddo-char-set: 1"
|
||||
Me.txtFrachtfuehrer_KdNr.Text = "123456"
|
||||
Me.txtFrachtfuehrer_KdNr.Top = 1.264961!
|
||||
Me.txtFrachtfuehrer_KdNr.Width = 1.237008!
|
||||
'
|
||||
'txtAvisierer_Firma
|
||||
'
|
||||
Me.txtAvisierer_Firma.CanGrow = False
|
||||
Me.txtAvisierer_Firma.Height = 0.5641732!
|
||||
Me.txtAvisierer_Firma.Left = 1.162598!
|
||||
Me.txtAvisierer_Firma.Name = "txtAvisierer_Firma"
|
||||
Me.txtAvisierer_Firma.Style = "font-size: 12pt; ddo-char-set: 1"
|
||||
Me.txtAvisierer_Firma.Text = "TESTFIRMA"
|
||||
Me.txtAvisierer_Firma.Top = 2.235039!
|
||||
Me.txtAvisierer_Firma.Width = 3.854725!
|
||||
'
|
||||
'txtAvisierer_KdNr
|
||||
'
|
||||
Me.txtAvisierer_KdNr.CanGrow = False
|
||||
Me.txtAvisierer_KdNr.Height = 0.1795275!
|
||||
Me.txtAvisierer_KdNr.Left = 3.780315!
|
||||
Me.txtAvisierer_KdNr.Name = "txtAvisierer_KdNr"
|
||||
Me.txtAvisierer_KdNr.Style = "font-size: 12pt; ddo-char-set: 1"
|
||||
Me.txtAvisierer_KdNr.Text = "123456"
|
||||
Me.txtAvisierer_KdNr.Top = 2.047638!
|
||||
Me.txtAvisierer_KdNr.Width = 1.237008!
|
||||
'
|
||||
'txtAuftraggeber_Firma
|
||||
'
|
||||
Me.txtAuftraggeber_Firma.CanGrow = False
|
||||
Me.txtAuftraggeber_Firma.Height = 0.5641732!
|
||||
Me.txtAuftraggeber_Firma.Left = 1.162598!
|
||||
Me.txtAuftraggeber_Firma.Name = "txtAuftraggeber_Firma"
|
||||
Me.txtAuftraggeber_Firma.Style = "font-size: 12pt; font-weight: normal; ddo-char-set: 1"
|
||||
Me.txtAuftraggeber_Firma.Text = "TESTFIRMA"
|
||||
Me.txtAuftraggeber_Firma.Top = 3.026772!
|
||||
Me.txtAuftraggeber_Firma.Width = 3.854725!
|
||||
'
|
||||
'txtAuftraggeber_KdNr
|
||||
'
|
||||
Me.txtAuftraggeber_KdNr.CanGrow = False
|
||||
Me.txtAuftraggeber_KdNr.Height = 0.1795275!
|
||||
Me.txtAuftraggeber_KdNr.Left = 3.780315!
|
||||
Me.txtAuftraggeber_KdNr.Name = "txtAuftraggeber_KdNr"
|
||||
Me.txtAuftraggeber_KdNr.Style = "font-size: 12pt; font-weight: normal; ddo-char-set: 1"
|
||||
Me.txtAuftraggeber_KdNr.Text = "123456"
|
||||
Me.txtAuftraggeber_KdNr.Top = 2.843308!
|
||||
Me.txtAuftraggeber_KdNr.Width = 1.237008!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_BelegNr
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Height = 0.2755905!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Left = 5.118111!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Name = "txtFrachtfuehrer_Bar_BelegNr"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr.Style")
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Text = "TEST"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Top = 1.475984!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr.Width = 1.574803!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_Betrag
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Height = 0.2755905!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Left = 6.692914!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Name = "txtFrachtfuehrer_Bar_Betrag"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag.Style")
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Text = "0"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Top = 1.475984!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag.Width = 1.259842!
|
||||
'
|
||||
'txtLKWKennzeichen
|
||||
'
|
||||
Me.txtLKWKennzeichen.CanGrow = False
|
||||
Me.txtLKWKennzeichen.DistinctField = ""
|
||||
Me.txtLKWKennzeichen.Height = 0.5877953!
|
||||
Me.txtLKWKennzeichen.Left = 0.8543308!
|
||||
Me.txtLKWKennzeichen.Name = "txtLKWKennzeichen"
|
||||
Me.txtLKWKennzeichen.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtLKWKennzeichen.Style = "color: Black; font-size: 16pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtLKWKennzeichen.SummaryGroup = ""
|
||||
Me.txtLKWKennzeichen.Text = "34 TR 45454"
|
||||
Me.txtLKWKennzeichen.Top = 0.2334646!
|
||||
Me.txtLKWKennzeichen.Width = 2.359054!
|
||||
'
|
||||
'txtAnkunft
|
||||
'
|
||||
Me.txtAnkunft.CanGrow = False
|
||||
Me.txtAnkunft.DistinctField = ""
|
||||
Me.txtAnkunft.Height = 0.1574803!
|
||||
Me.txtAnkunft.Left = 3.780315!
|
||||
Me.txtAnkunft.Name = "txtAnkunft"
|
||||
Me.txtAnkunft.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAnkunft.Style = resources.GetString("txtAnkunft.Style")
|
||||
Me.txtAnkunft.SummaryGroup = ""
|
||||
Me.txtAnkunft.Text = "01.01.17 00:00"
|
||||
Me.txtAnkunft.Top = 0.6244095!
|
||||
Me.txtAnkunft.Width = 1.237008!
|
||||
'
|
||||
'txtAbfahrt
|
||||
'
|
||||
Me.txtAbfahrt.CanGrow = False
|
||||
Me.txtAbfahrt.DistinctField = ""
|
||||
Me.txtAbfahrt.Height = 0.1574803!
|
||||
Me.txtAbfahrt.Left = 3.780315!
|
||||
Me.txtAbfahrt.Name = "txtAbfahrt"
|
||||
Me.txtAbfahrt.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAbfahrt.Style = resources.GetString("txtAbfahrt.Style")
|
||||
Me.txtAbfahrt.SummaryGroup = ""
|
||||
Me.txtAbfahrt.Text = "01.01.17 00:00"
|
||||
Me.txtAbfahrt.Top = 0.7937009!
|
||||
Me.txtAbfahrt.Width = 1.237008!
|
||||
'
|
||||
'txtWarenbezeichnung
|
||||
'
|
||||
Me.txtWarenbezeichnung.CanGrow = False
|
||||
Me.txtWarenbezeichnung.DistinctField = ""
|
||||
Me.txtWarenbezeichnung.Height = 0.395276!
|
||||
Me.txtWarenbezeichnung.Left = 0.642126!
|
||||
Me.txtWarenbezeichnung.Name = "txtWarenbezeichnung"
|
||||
Me.txtWarenbezeichnung.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtWarenbezeichnung.Style = resources.GetString("txtWarenbezeichnung.Style")
|
||||
Me.txtWarenbezeichnung.SummaryGroup = ""
|
||||
Me.txtWarenbezeichnung.Text = "M<EFBFBD>BEL TEST"
|
||||
Me.txtWarenbezeichnung.Top = 7.808268!
|
||||
Me.txtWarenbezeichnung.Width = 4.375197!
|
||||
'
|
||||
'txtColli
|
||||
'
|
||||
Me.txtColli.CanGrow = False
|
||||
Me.txtColli.DistinctField = ""
|
||||
Me.txtColli.Height = 0.3779528!
|
||||
Me.txtColli.Left = 0.6456693!
|
||||
Me.txtColli.Name = "txtColli"
|
||||
Me.txtColli.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtColli.Style = resources.GetString("txtColli.Style")
|
||||
Me.txtColli.SummaryGroup = ""
|
||||
Me.txtColli.Text = "0"
|
||||
Me.txtColli.Top = 8.328741!
|
||||
Me.txtColli.Width = 2.164567!
|
||||
'
|
||||
'txtGewicht
|
||||
'
|
||||
Me.txtGewicht.CanGrow = False
|
||||
Me.txtGewicht.DistinctField = ""
|
||||
Me.txtGewicht.Height = 0.3779528!
|
||||
Me.txtGewicht.Left = 2.810236!
|
||||
Me.txtGewicht.Name = "txtGewicht"
|
||||
Me.txtGewicht.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtGewicht.Style = resources.GetString("txtGewicht.Style")
|
||||
Me.txtGewicht.SummaryGroup = ""
|
||||
Me.txtGewicht.Text = "0kg"
|
||||
Me.txtGewicht.Top = 8.328741!
|
||||
Me.txtGewicht.Width = 2.093307!
|
||||
'
|
||||
'barcodeLKW
|
||||
'
|
||||
Me.barcodeLKW.Height = 0.2889763!
|
||||
Me.barcodeLKW.HyperLink = Nothing
|
||||
Me.barcodeLKW.ImageData = Nothing
|
||||
Me.barcodeLKW.Left = 0.6421265!
|
||||
Me.barcodeLKW.Name = "barcodeLKW"
|
||||
Me.barcodeLKW.PictureAlignment = GrapeCity.ActiveReports.SectionReportModel.PictureAlignment.TopLeft
|
||||
Me.barcodeLKW.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
|
||||
Me.barcodeLKW.Top = 0.8212597!
|
||||
Me.barcodeLKW.Width = 2.864567!
|
||||
'
|
||||
'TextBox1
|
||||
'
|
||||
Me.TextBox1.CanGrow = False
|
||||
Me.TextBox1.Height = 0.1334647!
|
||||
Me.TextBox1.Left = 0.8059056!
|
||||
Me.TextBox1.Name = "TextBox1"
|
||||
Me.TextBox1.Style = "font-size: 7pt; font-weight: normal; text-justify: auto; vertical-align: middle; " & _
|
||||
"ddo-char-set: 1"
|
||||
Me.TextBox1.Text = "Barcode-Scan: Akt <20>bernehmen"
|
||||
Me.TextBox1.Top = 1.110236!
|
||||
Me.TextBox1.Width = 2.864567!
|
||||
'
|
||||
'barcodeSendung
|
||||
'
|
||||
Me.barcodeSendung.Height = 4.96378!
|
||||
Me.barcodeSendung.HyperLink = Nothing
|
||||
Me.barcodeSendung.ImageData = Nothing
|
||||
Me.barcodeSendung.Left = 0.2082682!
|
||||
Me.barcodeSendung.Name = "barcodeSendung"
|
||||
Me.barcodeSendung.PictureAlignment = GrapeCity.ActiveReports.SectionReportModel.PictureAlignment.BottomLeft
|
||||
Me.barcodeSendung.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
|
||||
Me.barcodeSendung.Top = 2.785827!
|
||||
Me.barcodeSendung.Width = 0.3543307!
|
||||
'
|
||||
'TextBox2
|
||||
'
|
||||
Me.TextBox2.CanGrow = False
|
||||
Me.TextBox2.Height = 0.1720467!
|
||||
Me.TextBox2.Left = 0.6704725!
|
||||
Me.TextBox2.Name = "TextBox2"
|
||||
Me.TextBox2.Style = "font-size: 7pt; font-weight: normal; text-justify: auto; vertical-align: middle; " & _
|
||||
"ddo-char-set: 1"
|
||||
Me.TextBox2.Text = "Barcode-Scan links: Akt <20>bernehmen & Sendung <20>ffnen"
|
||||
Me.TextBox2.Top = 10.23622!
|
||||
Me.TextBox2.Visible = False
|
||||
Me.TextBox2.Width = 0.1838584!
|
||||
'
|
||||
'txtIRAN_CMR_Agent
|
||||
'
|
||||
Me.txtIRAN_CMR_Agent.Height = 0.5885825!
|
||||
Me.txtIRAN_CMR_Agent.Left = 0.7480316!
|
||||
Me.txtIRAN_CMR_Agent.Name = "txtIRAN_CMR_Agent"
|
||||
Me.txtIRAN_CMR_Agent.Style = "font-size: 10pt; ddo-char-set: 1"
|
||||
Me.txtIRAN_CMR_Agent.Text = "TESTFIRMA"
|
||||
Me.txtIRAN_CMR_Agent.Top = 3.788977!
|
||||
Me.txtIRAN_CMR_Agent.Width = 3.385827!
|
||||
'
|
||||
'SubReport
|
||||
'
|
||||
Me.SubReport.CanGrow = False
|
||||
Me.SubReport.CloseBorder = False
|
||||
Me.SubReport.Height = 0.4830716!
|
||||
Me.SubReport.Left = 0.6704725!
|
||||
Me.SubReport.Name = "SubReport"
|
||||
Me.SubReport.Report = Nothing
|
||||
Me.SubReport.ReportName = "SubReport1"
|
||||
Me.SubReport.Top = 8.98937!
|
||||
Me.SubReport.Visible = False
|
||||
Me.SubReport.Width = 3.346457!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_BelegNr2
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Height = 0.2755905!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Left = 5.11811!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Name = "txtFrachtfuehrer_Bar_BelegNr2"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr2.Style")
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Text = "TEST"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Top = 1.732283!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr2.Width = 1.574803!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_Betrag2
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Height = 0.2755905!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Left = 6.692914!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Name = "txtFrachtfuehrer_Bar_Betrag2"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag2.Style")
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Text = "0"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Top = 1.732284!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag2.Width = 1.259843!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_BelegNr3
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Height = 0.242126!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Left = 5.118111!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Name = "txtFrachtfuehrer_Bar_BelegNr3"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Style = resources.GetString("txtFrachtfuehrer_Bar_BelegNr3.Style")
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Text = "TEST"
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Top = 1.952756!
|
||||
Me.txtFrachtfuehrer_Bar_BelegNr3.Width = 1.574803!
|
||||
'
|
||||
'txtFrachtfuehrer_Bar_Betrag3
|
||||
'
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.CanGrow = False
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.DistinctField = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Height = 0.242126!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Left = 6.692914!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Name = "txtFrachtfuehrer_Bar_Betrag3"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Style = resources.GetString("txtFrachtfuehrer_Bar_Betrag3.Style")
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.SummaryGroup = ""
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Text = "0"
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Top = 1.952756!
|
||||
Me.txtFrachtfuehrer_Bar_Betrag3.Width = 1.259832!
|
||||
'
|
||||
'txtLkwId
|
||||
'
|
||||
Me.txtLkwId.CanGrow = False
|
||||
Me.txtLkwId.DistinctField = ""
|
||||
Me.txtLkwId.Height = 0.1574803!
|
||||
Me.txtLkwId.Left = 1.308268!
|
||||
Me.txtLkwId.Name = "txtLkwId"
|
||||
Me.txtLkwId.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtLkwId.Style = resources.GetString("txtLkwId.Style")
|
||||
Me.txtLkwId.SummaryGroup = ""
|
||||
Me.txtLkwId.Text = "1234567"
|
||||
Me.txtLkwId.Top = 0.6244095!
|
||||
Me.txtLkwId.Visible = False
|
||||
Me.txtLkwId.Width = 1.193306!
|
||||
'
|
||||
'txtAusgangsZst_1
|
||||
'
|
||||
Me.txtAusgangsZst_1.CanGrow = False
|
||||
Me.txtAusgangsZst_1.DistinctField = ""
|
||||
Me.txtAusgangsZst_1.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_1.Left = 0.8543308!
|
||||
Me.txtAusgangsZst_1.Name = "txtAusgangsZst_1"
|
||||
Me.txtAusgangsZst_1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_1.Style = resources.GetString("txtAusgangsZst_1.Style")
|
||||
Me.txtAusgangsZst_1.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_1.Text = "X"
|
||||
Me.txtAusgangsZst_1.Top = 4.589764!
|
||||
Me.txtAusgangsZst_1.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_5
|
||||
'
|
||||
Me.txtAusgangsZst_5.CanGrow = False
|
||||
Me.txtAusgangsZst_5.DistinctField = ""
|
||||
Me.txtAusgangsZst_5.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_5.Left = 0.8543308!
|
||||
Me.txtAusgangsZst_5.Name = "txtAusgangsZst_5"
|
||||
Me.txtAusgangsZst_5.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_5.Style = resources.GetString("txtAusgangsZst_5.Style")
|
||||
Me.txtAusgangsZst_5.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_5.Text = "X"
|
||||
Me.txtAusgangsZst_5.Top = 5.262993!
|
||||
Me.txtAusgangsZst_5.Width = 0.1574803!
|
||||
'
|
||||
'txtZA_1
|
||||
'
|
||||
Me.txtZA_1.CanGrow = False
|
||||
Me.txtZA_1.DistinctField = ""
|
||||
Me.txtZA_1.Height = 0.2854335!
|
||||
Me.txtZA_1.Left = 0.9358268!
|
||||
Me.txtZA_1.Name = "txtZA_1"
|
||||
Me.txtZA_1.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZA_1.Style = "color: Black; font-size: 10pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZA_1.SummaryGroup = ""
|
||||
Me.txtZA_1.Text = "DZST"
|
||||
Me.txtZA_1.Top = 5.918898!
|
||||
Me.txtZA_1.Width = 3.967717!
|
||||
'
|
||||
'txtZA_2
|
||||
'
|
||||
Me.txtZA_2.CanGrow = False
|
||||
Me.txtZA_2.DistinctField = ""
|
||||
Me.txtZA_2.Height = 0.2854335!
|
||||
Me.txtZA_2.Left = 0.9358268!
|
||||
Me.txtZA_2.Name = "txtZA_2"
|
||||
Me.txtZA_2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZA_2.Style = "color: Black; font-size: 10pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZA_2.SummaryGroup = ""
|
||||
Me.txtZA_2.Text = "DZST"
|
||||
Me.txtZA_2.Top = 6.246063!
|
||||
Me.txtZA_2.Width = 3.967717!
|
||||
'
|
||||
'txtZA_3
|
||||
'
|
||||
Me.txtZA_3.CanGrow = False
|
||||
Me.txtZA_3.DistinctField = ""
|
||||
Me.txtZA_3.Height = 0.2854335!
|
||||
Me.txtZA_3.Left = 0.9358268!
|
||||
Me.txtZA_3.Name = "txtZA_3"
|
||||
Me.txtZA_3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZA_3.Style = "color: Black; font-size: 10pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZA_3.SummaryGroup = ""
|
||||
Me.txtZA_3.Text = "DZST"
|
||||
Me.txtZA_3.Top = 6.555119!
|
||||
Me.txtZA_3.Width = 3.967717!
|
||||
'
|
||||
'txtZA_4
|
||||
'
|
||||
Me.txtZA_4.CanGrow = False
|
||||
Me.txtZA_4.DistinctField = ""
|
||||
Me.txtZA_4.Height = 0.2854335!
|
||||
Me.txtZA_4.Left = 0.9358268!
|
||||
Me.txtZA_4.Name = "txtZA_4"
|
||||
Me.txtZA_4.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZA_4.Style = "color: Black; font-size: 10pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZA_4.SummaryGroup = ""
|
||||
Me.txtZA_4.Text = "DZST"
|
||||
Me.txtZA_4.Top = 6.897244!
|
||||
Me.txtZA_4.Width = 3.967717!
|
||||
'
|
||||
'txtZA_5
|
||||
'
|
||||
Me.txtZA_5.CanGrow = False
|
||||
Me.txtZA_5.DistinctField = ""
|
||||
Me.txtZA_5.Height = 0.2854335!
|
||||
Me.txtZA_5.Left = 0.9358268!
|
||||
Me.txtZA_5.Name = "txtZA_5"
|
||||
Me.txtZA_5.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZA_5.Style = "color: Black; font-size: 10pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZA_5.SummaryGroup = ""
|
||||
Me.txtZA_5.Text = "DZST"
|
||||
Me.txtZA_5.Top = 7.232284!
|
||||
Me.txtZA_5.Width = 3.967717!
|
||||
'
|
||||
'txtAusgangsZst_2
|
||||
'
|
||||
Me.txtAusgangsZst_2.CanGrow = False
|
||||
Me.txtAusgangsZst_2.DistinctField = ""
|
||||
Me.txtAusgangsZst_2.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_2.Left = 0.8543307!
|
||||
Me.txtAusgangsZst_2.Name = "txtAusgangsZst_2"
|
||||
Me.txtAusgangsZst_2.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_2.Style = resources.GetString("txtAusgangsZst_2.Style")
|
||||
Me.txtAusgangsZst_2.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_2.Text = "X"
|
||||
Me.txtAusgangsZst_2.Top = 4.759054!
|
||||
Me.txtAusgangsZst_2.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_3
|
||||
'
|
||||
Me.txtAusgangsZst_3.CanGrow = False
|
||||
Me.txtAusgangsZst_3.DistinctField = ""
|
||||
Me.txtAusgangsZst_3.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_3.Left = 0.8543308!
|
||||
Me.txtAusgangsZst_3.Name = "txtAusgangsZst_3"
|
||||
Me.txtAusgangsZst_3.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_3.Style = resources.GetString("txtAusgangsZst_3.Style")
|
||||
Me.txtAusgangsZst_3.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_3.Text = "X"
|
||||
Me.txtAusgangsZst_3.Top = 4.932284!
|
||||
Me.txtAusgangsZst_3.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_4
|
||||
'
|
||||
Me.txtAusgangsZst_4.CanGrow = False
|
||||
Me.txtAusgangsZst_4.DistinctField = ""
|
||||
Me.txtAusgangsZst_4.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_4.Left = 0.8543308!
|
||||
Me.txtAusgangsZst_4.Name = "txtAusgangsZst_4"
|
||||
Me.txtAusgangsZst_4.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_4.Style = resources.GetString("txtAusgangsZst_4.Style")
|
||||
Me.txtAusgangsZst_4.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_4.Text = "X"
|
||||
Me.txtAusgangsZst_4.Top = 5.097634!
|
||||
Me.txtAusgangsZst_4.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_6
|
||||
'
|
||||
Me.txtAusgangsZst_6.CanGrow = False
|
||||
Me.txtAusgangsZst_6.DistinctField = ""
|
||||
Me.txtAusgangsZst_6.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_6.Left = 2.964567!
|
||||
Me.txtAusgangsZst_6.Name = "txtAusgangsZst_6"
|
||||
Me.txtAusgangsZst_6.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_6.Style = resources.GetString("txtAusgangsZst_6.Style")
|
||||
Me.txtAusgangsZst_6.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_6.Text = "X"
|
||||
Me.txtAusgangsZst_6.Top = 4.589764!
|
||||
Me.txtAusgangsZst_6.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_9
|
||||
'
|
||||
Me.txtAusgangsZst_9.CanGrow = False
|
||||
Me.txtAusgangsZst_9.DistinctField = ""
|
||||
Me.txtAusgangsZst_9.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_9.Left = 2.964567!
|
||||
Me.txtAusgangsZst_9.Name = "txtAusgangsZst_9"
|
||||
Me.txtAusgangsZst_9.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_9.Style = resources.GetString("txtAusgangsZst_9.Style")
|
||||
Me.txtAusgangsZst_9.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_9.Text = "X"
|
||||
Me.txtAusgangsZst_9.Top = 5.211813!
|
||||
Me.txtAusgangsZst_9.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_7
|
||||
'
|
||||
Me.txtAusgangsZst_7.CanGrow = False
|
||||
Me.txtAusgangsZst_7.DistinctField = ""
|
||||
Me.txtAusgangsZst_7.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_7.Left = 2.964567!
|
||||
Me.txtAusgangsZst_7.Name = "txtAusgangsZst_7"
|
||||
Me.txtAusgangsZst_7.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_7.Style = resources.GetString("txtAusgangsZst_7.Style")
|
||||
Me.txtAusgangsZst_7.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_7.Text = "X"
|
||||
Me.txtAusgangsZst_7.Top = 4.759054!
|
||||
Me.txtAusgangsZst_7.Width = 0.1574803!
|
||||
'
|
||||
'txtAusgangsZst_8
|
||||
'
|
||||
Me.txtAusgangsZst_8.CanGrow = False
|
||||
Me.txtAusgangsZst_8.DistinctField = ""
|
||||
Me.txtAusgangsZst_8.Height = 0.1574803!
|
||||
Me.txtAusgangsZst_8.Left = 2.964567!
|
||||
Me.txtAusgangsZst_8.Name = "txtAusgangsZst_8"
|
||||
Me.txtAusgangsZst_8.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtAusgangsZst_8.Style = resources.GetString("txtAusgangsZst_8.Style")
|
||||
Me.txtAusgangsZst_8.SummaryGroup = ""
|
||||
Me.txtAusgangsZst_8.Text = "X"
|
||||
Me.txtAusgangsZst_8.Top = 4.932284!
|
||||
Me.txtAusgangsZst_8.Width = 0.1574803!
|
||||
'
|
||||
'txtTransportTemp
|
||||
'
|
||||
Me.txtTransportTemp.CanGrow = False
|
||||
Me.txtTransportTemp.Height = 0.2204724!
|
||||
Me.txtTransportTemp.Left = 3.691339!
|
||||
Me.txtTransportTemp.Name = "txtTransportTemp"
|
||||
Me.txtTransportTemp.Style = "font-size: 13pt; font-weight: bold; text-align: center; ddo-char-set: 1"
|
||||
Me.txtTransportTemp.Text = "-4 bis +8"
|
||||
Me.txtTransportTemp.Top = 1.751575!
|
||||
Me.txtTransportTemp.Width = 1.23189!
|
||||
'
|
||||
'cbxZugMaschine
|
||||
'
|
||||
Me.cbxZugMaschine.CanGrow = False
|
||||
Me.cbxZugMaschine.DistinctField = ""
|
||||
Me.cbxZugMaschine.Height = 0.1574803!
|
||||
Me.cbxZugMaschine.Left = 3.46378!
|
||||
Me.cbxZugMaschine.Name = "cbxZugMaschine"
|
||||
Me.cbxZugMaschine.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.cbxZugMaschine.Style = resources.GetString("cbxZugMaschine.Style")
|
||||
Me.cbxZugMaschine.SummaryGroup = ""
|
||||
Me.cbxZugMaschine.Text = "X"
|
||||
Me.cbxZugMaschine.Top = 1.039764!
|
||||
Me.cbxZugMaschine.Visible = False
|
||||
Me.cbxZugMaschine.Width = 0.1574802!
|
||||
'
|
||||
'cbxTransportTemp
|
||||
'
|
||||
Me.cbxTransportTemp.CanGrow = False
|
||||
Me.cbxTransportTemp.DistinctField = ""
|
||||
Me.cbxTransportTemp.Height = 0.1574803!
|
||||
Me.cbxTransportTemp.Left = 3.71378!
|
||||
Me.cbxTransportTemp.Name = "cbxTransportTemp"
|
||||
Me.cbxTransportTemp.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.cbxTransportTemp.Style = resources.GetString("cbxTransportTemp.Style")
|
||||
Me.cbxTransportTemp.SummaryGroup = ""
|
||||
Me.cbxTransportTemp.Text = "X"
|
||||
Me.cbxTransportTemp.Top = 1.822835!
|
||||
Me.cbxTransportTemp.Width = 0.1574803!
|
||||
'
|
||||
'txtAndereAusgangsstelle
|
||||
'
|
||||
Me.txtAndereAusgangsstelle.CanGrow = False
|
||||
Me.txtAndereAusgangsstelle.Height = 0.3881895!
|
||||
Me.txtAndereAusgangsstelle.Left = 3.225197!
|
||||
Me.txtAndereAusgangsstelle.Name = "txtAndereAusgangsstelle"
|
||||
Me.txtAndereAusgangsstelle.Style = "font-size: 10pt; font-weight: bold; text-align: left; vertical-align: middle; ddo" & _
|
||||
"-char-set: 1"
|
||||
Me.txtAndereAusgangsstelle.Text = "XXX"
|
||||
Me.txtAndereAusgangsstelle.Top = 5.044094!
|
||||
Me.txtAndereAusgangsstelle.Width = 1.803937!
|
||||
'
|
||||
'txtZugMaschine
|
||||
'
|
||||
Me.txtZugMaschine.CanGrow = False
|
||||
Me.txtZugMaschine.DistinctField = ""
|
||||
Me.txtZugMaschine.Height = 0.4952756!
|
||||
Me.txtZugMaschine.Left = 3.213386!
|
||||
Me.txtZugMaschine.Name = "txtZugMaschine"
|
||||
Me.txtZugMaschine.Padding = New GrapeCity.ActiveReports.PaddingEx(1, 0, 0, 0)
|
||||
Me.txtZugMaschine.Style = "color: Black; font-size: 12pt; font-weight: bold; text-align: left; text-decorati" & _
|
||||
"on: none; text-justify: auto; vertical-align: middle; ddo-char-set: 1; ddo-font-" & _
|
||||
"vertical: none; ddo-shrink-to-fit: none"
|
||||
Me.txtZugMaschine.SummaryGroup = ""
|
||||
Me.txtZugMaschine.Text = "34 TR 45454"
|
||||
Me.txtZugMaschine.Top = 0.2334646!
|
||||
Me.txtZugMaschine.Width = 1.803937!
|
||||
'
|
||||
'rptSendungenATILLA
|
||||
'
|
||||
Me.MasterReport = False
|
||||
Me.MaxPages = CType(1, Long)
|
||||
Me.PageSettings.Margins.Bottom = 0.0!
|
||||
Me.PageSettings.Margins.Left = 0.0!
|
||||
Me.PageSettings.Margins.Right = 0.0!
|
||||
Me.PageSettings.Margins.Top = 0.0!
|
||||
Me.PageSettings.PaperHeight = 11.0!
|
||||
Me.PageSettings.PaperWidth = 8.5!
|
||||
Me.PrintWidth = 8.267716!
|
||||
Me.Sections.Add(Me.Detail)
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" & _
|
||||
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" & _
|
||||
"lic", "Heading2", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"))
|
||||
CType(Me.Picture, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAnmerkungen, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFilialeNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAbfertigungsnummer, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Firma, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_KdNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAvisierer_Firma, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAvisierer_KdNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAuftraggeber_Firma, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAuftraggeber_KdNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtLKWKennzeichen, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAnkunft, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAbfahrt, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtWarenbezeichnung, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtColli, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtGewicht, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.barcodeLKW, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TextBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.barcodeSendung, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TextBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtIRAN_CMR_Agent, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_BelegNr3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtFrachtfuehrer_Bar_Betrag3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtLkwId, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_5, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZA_1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZA_2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZA_3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZA_4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZA_5, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_9, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_7, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAusgangsZst_8, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtTransportTemp, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cbxZugMaschine, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cbxTransportTemp, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtAndereAusgangsstelle, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtZugMaschine, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
End Sub
|
||||
Private WithEvents txtFilialeNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAbfertigungsnummer As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Firma As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_KdNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAvisierer_Firma As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAvisierer_KdNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAuftraggeber_Firma As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAuftraggeber_KdNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Bar_BelegNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Bar_Betrag As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtLKWKennzeichen As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAnkunft As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAbfahrt As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtWarenbezeichnung As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtColli As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtGewicht As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAnmerkungen As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents barcodeLKW As GrapeCity.ActiveReports.SectionReportModel.Picture
|
||||
Private WithEvents TextBox1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents barcodeSendung As GrapeCity.ActiveReports.SectionReportModel.Picture
|
||||
Private WithEvents TextBox2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtIRAN_CMR_Agent As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents SubReport As GrapeCity.ActiveReports.SectionReportModel.SubReport
|
||||
Private WithEvents txtFrachtfuehrer_Bar_BelegNr2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Bar_Betrag2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Bar_BelegNr3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtFrachtfuehrer_Bar_Betrag3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtLkwId As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents Picture As GrapeCity.ActiveReports.SectionReportModel.Picture
|
||||
Private WithEvents txtAusgangsZst_1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_5 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZA_1 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZA_2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZA_3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZA_4 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZA_5 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_2 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_3 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_4 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_6 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_9 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_7 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAusgangsZst_8 As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents txtTransportTemp As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents cbxZugMaschine As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Public WithEvents cbxTransportTemp As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtAndereAusgangsstelle As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtZugMaschine As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
End Class
|
||||
5271
Gemeinsames/rptSendungenATILLA.resx
Normal file
248
Gemeinsames/rptSendungenATILLA.vb
Normal file
@@ -0,0 +1,248 @@
|
||||
Imports GrapeCity.ActiveReports
|
||||
Imports GrapeCity.ActiveReports.Document
|
||||
|
||||
Public Class rptSendungenATILLA
|
||||
Public VALUES As New rptSendungenValuesATILLA
|
||||
Public imgPath As String
|
||||
|
||||
Sub New()
|
||||
|
||||
' Dieser Aufruf ist f<>r den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
' F<>gen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
|
||||
End Sub
|
||||
|
||||
Sub New(VALUES As rptSendungenValuesATILLA, imgPath As String)
|
||||
InitializeComponent()
|
||||
Me.VALUES = VALUES
|
||||
Me.imgPath = imgPath
|
||||
init()
|
||||
End Sub
|
||||
|
||||
Public Sub init()
|
||||
|
||||
' txtAbfertigungsart.Text = VALUES.Abfertigungsart
|
||||
' txtTarifposanzahl.Text = VALUES.Tarifposanzahl
|
||||
|
||||
txtLkwId.Text = VALUES.AvisoId
|
||||
txtFilialeNr.Text = VALUES.FilialeNr
|
||||
txtAbfertigungsnummer.Text = VALUES.Abfertigungsnummer
|
||||
txtFrachtfuehrer_Firma.Text = VALUES.Frachtfuehrer_Firma
|
||||
txtFrachtfuehrer_KdNr.Text = VALUES.Frachtfuehrer_KdNr
|
||||
txtAvisierer_Firma.Text = VALUES.Avisierer_Firma
|
||||
txtAvisierer_KdNr.Text = VALUES.Avisierer_KdNr
|
||||
txtAuftraggeber_Firma.Text = VALUES.Auftraggeber_Firma
|
||||
txtAuftraggeber_KdNr.Text = VALUES.Auftraggeber_KdNr
|
||||
' txtAbsender_Firma.Text = VALUES.Absender_Firma
|
||||
'txtAbsender_KdNr.Text = VALUES.Absender_KdNr
|
||||
'txtEmpfaenger_Firma.Text = VALUES.Empfaenger_Firma
|
||||
'txtEmpfaenger_KdNr.Text = VALUES.Empfaenger_KdNr
|
||||
txtIRAN_CMR_Agent.Text = VALUES.IRAN_CMR_Agent
|
||||
txtFrachtfuehrer_Bar_BelegNr.Text = VALUES.Frachtfuehrer_Bar_BelegNr
|
||||
txtFrachtfuehrer_Bar_Betrag.Text = VALUES.Frachtfuehrer_Bar_Betrag
|
||||
|
||||
txtFrachtfuehrer_Bar_BelegNr2.Text = VALUES.Frachtfuehrer_Bar_BelegNr2
|
||||
txtFrachtfuehrer_Bar_Betrag2.Text = VALUES.Frachtfuehrer_Bar_Betrag2
|
||||
|
||||
txtFrachtfuehrer_Bar_BelegNr3.Text = VALUES.Frachtfuehrer_Bar_BelegNr3
|
||||
txtFrachtfuehrer_Bar_Betrag3.Text = VALUES.Frachtfuehrer_Bar_Betrag3
|
||||
|
||||
|
||||
txtLKWKennzeichen.Text = VALUES.LKWKennzeichen
|
||||
txtAnkunft.Text = VALUES.Ankunft
|
||||
txtAbfahrt.Text = VALUES.Abfahrt
|
||||
txtWarenbezeichnung.Text = VALUES.Warenbezeichnung
|
||||
txtColli.Text = VALUES.Colli
|
||||
txtGewicht.Text = VALUES.Gewicht
|
||||
' txtAufschub_VERAG.Text = VALUES.Aufschub_VERAG
|
||||
' rtbAbfKost.Text = VALUES.AbfKost--> Mit Sub Report gel<65>st
|
||||
' txtDokZuSend_Ueberschrift.Text = VALUES.DokZuSend_Ueberschrift
|
||||
' txtDokZuSend_Text.Text = VALUES.DokZuSend_Text
|
||||
txtAnmerkungen.Text = VALUES.Anmerkungen
|
||||
' txtBARzuKassieren.Text = VALUES.BARzuKassieren
|
||||
|
||||
txtLKWKennzeichen.Text = VALUES.LKWKennzeichen
|
||||
txtZA_1.Text = VALUES.ZA_1
|
||||
txtZA_2.Text = VALUES.ZA_2
|
||||
txtZA_3.Text = VALUES.ZA_3
|
||||
txtZA_4.Text = VALUES.ZA_4
|
||||
txtZA_5.Text = VALUES.ZA_5
|
||||
txtAusgangsZst_1.Text = VALUES.AusgangsZst_1
|
||||
txtAusgangsZst_2.Text = VALUES.AusgangsZst_2
|
||||
txtAusgangsZst_3.Text = VALUES.AusgangsZst_3
|
||||
txtAusgangsZst_4.Text = VALUES.AusgangsZst_4
|
||||
txtAusgangsZst_5.Text = VALUES.AusgangsZst_5
|
||||
txtAusgangsZst_6.Text = VALUES.AusgangsZst_6
|
||||
txtAusgangsZst_7.Text = VALUES.AusgangsZst_7
|
||||
txtAusgangsZst_8.Text = VALUES.AusgangsZst_8
|
||||
txtAusgangsZst_9.Text = VALUES.AusgangsZst_9
|
||||
txtAndereAusgangsstelle.Text = VALUES.AndereAusgangsstelle
|
||||
|
||||
|
||||
txtZugMaschine.Text = VALUES.Zugmaschine
|
||||
cbxZugMaschine.Text = VALUES.ZugmaschineCBX
|
||||
txtTransportTemp.Text = VALUES.Transporttemperatur
|
||||
cbxTransportTemp.Text = VALUES.TransporttemperaturCBX
|
||||
|
||||
barcodeLKW.Image = If(VALUES.barcodeLKW, Nothing)
|
||||
barcodeSendung.Image = If(VALUES.barcodeSendung, Nothing)
|
||||
|
||||
|
||||
'OFFERTE!
|
||||
If False Then
|
||||
If VALUES.AbfKostKdnr > 0 Then
|
||||
Dim s = New subRptSendungenOfferte(VALUES.ABF_ART, VALUES.AbfKostKdnr)
|
||||
SubReport.Report = s
|
||||
End If
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Detail_Format(sender As Object, e As EventArgs) Handles Detail.Format
|
||||
|
||||
' Dim bm As New Bitmap(imgPath)
|
||||
' Me.Picture.Image = bm
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungen_PageStart(sender As Object, e As EventArgs) Handles Me.PageStart
|
||||
' Me.Document.CacheToDisk = True
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungen_ReportEnd(sender As Object, e As EventArgs) Handles Me.ReportEnd
|
||||
GC.Collect()
|
||||
End Sub
|
||||
|
||||
Private Sub rptSendungenATILLA_ReportStart(sender As Object, e As EventArgs) Handles MyBase.ReportStart
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Public Class rptSendungenValuesATILLA
|
||||
Property AvisoId As String = ""
|
||||
Property Abfertigungsart As String = ""
|
||||
Property Tarifposanzahl As String = ""
|
||||
Property FilialeNr As String = ""
|
||||
Property Abfertigungsnummer As String = ""
|
||||
Property Avisierer_Firma As String = ""
|
||||
Property Avisierer_KdNr As String = ""
|
||||
Property Auftraggeber_Firma As String = ""
|
||||
Property Auftraggeber_KdNr As String = ""
|
||||
Property Empfaenger_Firma As String = ""
|
||||
Property Empfaenger_KdNr As String = ""
|
||||
Property Absender_Firma As String = ""
|
||||
Property Absender_KdNr As String = ""
|
||||
Property Frachtfuehrer_Firma As String = ""
|
||||
Property Frachtfuehrer_KdNr As String = ""
|
||||
Property Avisierer_Zoll As String = ""
|
||||
Property Avisierer_Eust As String = ""
|
||||
Property Avisierer_Abf As String = ""
|
||||
Property Avisierer_Clear As String = ""
|
||||
Property Auftraggeber_Zoll As String = ""
|
||||
Property Auftraggeber_Eust As String = ""
|
||||
Property Auftraggeber_Abf As String = ""
|
||||
Property Auftraggeber_Clear As String = ""
|
||||
Property Empfaenger_Zoll As String = ""
|
||||
Property Empfaenger_Eust As String = ""
|
||||
Property Empfaenger_Abf As String = ""
|
||||
Property Empfaenger_Clear As String = ""
|
||||
Property Absender_Zoll As String = ""
|
||||
Property Absender_Eust As String = ""
|
||||
Property Absender_Abf As String = ""
|
||||
Property Absender_Clear As String = ""
|
||||
Property Frachtfuehrer_Zoll As String = ""
|
||||
Property Frachtfuehrer_Eust As String = ""
|
||||
Property Frachtfuehrer_Abf As String = ""
|
||||
Property Frachtfuehrer_Clear As String = ""
|
||||
Property Avisierer_Leistung1 As String = ""
|
||||
Property Avisierer_Betrag1 As String = ""
|
||||
Property Avisierer_Leistung2 As String = ""
|
||||
Property Avisierer_Betrag2 As String = ""
|
||||
Property Avisierer_Leistung3 As String = ""
|
||||
Property Avisierer_Betrag3 As String = ""
|
||||
Property Auftraggeber_Leistung1 As String = ""
|
||||
Property Auftraggeber_Betrag As String = ""
|
||||
Property Auftraggeber_Leistung2 As String = ""
|
||||
Property Auftraggeber_Betrag2 As String = ""
|
||||
Property Auftraggeber_Leistung3 As String = ""
|
||||
Property Auftraggeber_Betrag3 As String = ""
|
||||
Property Empfaenger_Leistung1 As String = ""
|
||||
Property Empfaenger_Betrag1 As String = ""
|
||||
Property Empfaenger_Leistung2 As String = ""
|
||||
Property Empfaenger_Betrag2 As String = ""
|
||||
Property Empfaenger_Leistung3 As String = ""
|
||||
Property Empfaenger_Betrag3 As String = ""
|
||||
Property Absender_Leistung1 As String = ""
|
||||
Property Absender_Betrag1 As String = ""
|
||||
Property Absender_Leistung2 As String = ""
|
||||
Property Absender_Betrag2 As String = ""
|
||||
Property Absender_Leistung3 As String = ""
|
||||
Property Absender_Betrag3 As String = ""
|
||||
Property Frachtfuehrer_Leistung1 As String = ""
|
||||
Property Frachtfuehrer_Betrag1 As String = ""
|
||||
Property Frachtfuehrer_Leistung2 As String = ""
|
||||
Property Frachtfuehrer_Betrag2 As String = ""
|
||||
Property Frachtfuehrer_Leistung3 As String = ""
|
||||
Property Frachtfuehrer_Betrag3 As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr2 As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag2 As String = ""
|
||||
Property Frachtfuehrer_Bar_BelegNr3 As String = ""
|
||||
Property Frachtfuehrer_Bar_Betrag3 As String = ""
|
||||
Property IRAN_CMR_Agent As String = ""
|
||||
Property Avisierer_eigBin As String = ""
|
||||
Property Auftraggeber_eigBin As String = ""
|
||||
Property Empfaenger_eigBIN As String = ""
|
||||
Property Absender_eigBIN As String = ""
|
||||
Property Frachtfuehrer_eigBIN As String = ""
|
||||
Property LKWKennzeichen As String = ""
|
||||
Property Ankunft As String = ""
|
||||
Property Abfahrt As String = ""
|
||||
Property Warenbezeichnung As String = ""
|
||||
Property Colli As String = ""
|
||||
Property Gewicht As String = ""
|
||||
Property Aufschub_VERAG As String = ""
|
||||
Property DokZuSend_Ueberschrift As String = ""
|
||||
Property DokZuSend_Text As String = ""
|
||||
Property Anmerkungen As String = ""
|
||||
' Property BAR As String = ""
|
||||
Property BARzuKassieren As String = ""
|
||||
Property ABTEILUNG As String = ""
|
||||
Property NCTS_VZAdr As String = ""
|
||||
Property FISKAL_ENDEMPF As String = ""
|
||||
|
||||
Property ABF_ART As Integer = -1
|
||||
|
||||
Property barcodeLKW As Image = Nothing
|
||||
Property barcodeSendung As Image = Nothing
|
||||
|
||||
Property AbfKost As String = ""
|
||||
Property AbfKostKdnr As Integer = -1
|
||||
|
||||
|
||||
Property ZA_1 As String = ""
|
||||
Property ZA_2 As String = ""
|
||||
Property ZA_3 As String = ""
|
||||
Property ZA_4 As String = ""
|
||||
Property ZA_5 As String = ""
|
||||
Property AusgangsZst_1 As String = ""
|
||||
Property AusgangsZst_2 As String = ""
|
||||
Property AusgangsZst_3 As String = ""
|
||||
Property AusgangsZst_4 As String = ""
|
||||
Property AusgangsZst_5 As String = ""
|
||||
Property AusgangsZst_6 As String = ""
|
||||
Property AusgangsZst_7 As String = ""
|
||||
Property AusgangsZst_8 As String = ""
|
||||
Property AusgangsZst_9 As String = ""
|
||||
Property AndereAusgangsstelle As String = ""
|
||||
|
||||
Property Zugmaschine As String = ""
|
||||
Property ZugmaschineCBX As String = ""
|
||||
Property Transporttemperatur As String = ""
|
||||
Property TransporttemperaturCBX As String = ""
|
||||
End Class
|
||||
116
Gemeinsames/subRptSendungenOfferte.Designer.vb
generated
Normal file
@@ -0,0 +1,116 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Public Class subRptSendungenOfferte
|
||||
Inherits GrapeCity.ActiveReports.SectionReport
|
||||
|
||||
'Form overrides dispose to clean up the component list.
|
||||
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing Then
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
End Sub
|
||||
|
||||
'NOTE: The following procedure is required by the ActiveReports Designer
|
||||
'It can be modified using the ActiveReports Designer.
|
||||
'Do not modify it using the code editor.
|
||||
Private WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(subRptSendungenOfferte))
|
||||
Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail()
|
||||
Me.txtLeistungsNr = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtLeistungsBez = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.txtPreis = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader()
|
||||
Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter()
|
||||
Me.txtOfferte = New GrapeCity.ActiveReports.SectionReportModel.TextBox()
|
||||
CType(Me.txtLeistungsNr, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtLeistungsBez, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtPreis, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtOfferte, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
'
|
||||
'Detail
|
||||
'
|
||||
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtLeistungsNr, Me.txtLeistungsBez, Me.txtPreis})
|
||||
Me.Detail.Height = 0.168504!
|
||||
Me.Detail.Name = "Detail"
|
||||
'
|
||||
'txtLeistungsNr
|
||||
'
|
||||
Me.txtLeistungsNr.CanGrow = False
|
||||
Me.txtLeistungsNr.Height = 0.168504!
|
||||
Me.txtLeistungsNr.Left = 0.00000009685755!
|
||||
Me.txtLeistungsNr.Name = "txtLeistungsNr"
|
||||
Me.txtLeistungsNr.Top = 0.0!
|
||||
Me.txtLeistungsNr.Width = 0.281496!
|
||||
'
|
||||
'txtLeistungsBez
|
||||
'
|
||||
Me.txtLeistungsBez.CanGrow = False
|
||||
Me.txtLeistungsBez.Height = 0.168504!
|
||||
Me.txtLeistungsBez.Left = 0.2814961!
|
||||
Me.txtLeistungsBez.Name = "txtLeistungsBez"
|
||||
Me.txtLeistungsBez.Text = Nothing
|
||||
Me.txtLeistungsBez.Top = 0.0!
|
||||
Me.txtLeistungsBez.Width = 2.262599!
|
||||
'
|
||||
'txtPreis
|
||||
'
|
||||
Me.txtPreis.CanGrow = False
|
||||
Me.txtPreis.Height = 0.168504!
|
||||
Me.txtPreis.Left = 2.544095!
|
||||
Me.txtPreis.Name = "txtPreis"
|
||||
Me.txtPreis.Style = "text-align: right"
|
||||
Me.txtPreis.Top = 0.0!
|
||||
Me.txtPreis.Width = 0.8023622!
|
||||
'
|
||||
'GroupHeader1
|
||||
'
|
||||
Me.GroupHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtOfferte})
|
||||
Me.GroupHeader1.Height = 0.1688976!
|
||||
Me.GroupHeader1.Name = "GroupHeader1"
|
||||
'
|
||||
'GroupFooter1
|
||||
'
|
||||
Me.GroupFooter1.Height = 0.0!
|
||||
Me.GroupFooter1.Name = "GroupFooter1"
|
||||
'
|
||||
'txtOfferte
|
||||
'
|
||||
Me.txtOfferte.Height = 0.1688976!
|
||||
Me.txtOfferte.Left = 0.0!
|
||||
Me.txtOfferte.Name = "txtOfferte"
|
||||
Me.txtOfferte.Style = "font-weight: bold; text-decoration: underline"
|
||||
Me.txtOfferte.Text = "Offerte:"
|
||||
Me.txtOfferte.Top = 0.0!
|
||||
Me.txtOfferte.Width = 2.645669!
|
||||
'
|
||||
'subRptSendungenOfferte
|
||||
'
|
||||
Me.MasterReport = False
|
||||
Me.PageSettings.PaperHeight = 11.0!
|
||||
Me.PageSettings.PaperWidth = 8.5!
|
||||
Me.PrintWidth = 3.346457!
|
||||
Me.Sections.Add(Me.GroupHeader1)
|
||||
Me.Sections.Add(Me.Detail)
|
||||
Me.Sections.Add(Me.GroupFooter1)
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" & _
|
||||
"l; font-size: 10pt; color: Black; ddo-char-set: 204", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" & _
|
||||
"lic", "Heading2", "Normal"))
|
||||
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"))
|
||||
CType(Me.txtLeistungsNr, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtLeistungsBez, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtPreis, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtOfferte, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
End Sub
|
||||
Private WithEvents txtLeistungsNr As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtLeistungsBez As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents txtPreis As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents GroupHeader1 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader
|
||||
Private WithEvents txtOfferte As GrapeCity.ActiveReports.SectionReportModel.TextBox
|
||||
Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter
|
||||
End Class
|
||||
126
Gemeinsames/subRptSendungenOfferte.resx
Normal file
@@ -0,0 +1,126 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="$this.ScriptEditorPositionForUndo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
<metadata name="$this.ScriptEditorPositionForRedo" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>0, 0</value>
|
||||
</metadata>
|
||||
</root>
|
||||
34
Gemeinsames/subRptSendungenOfferte.vb
Normal file
@@ -0,0 +1,34 @@
|
||||
Imports GrapeCity.ActiveReports
|
||||
Imports GrapeCity.ActiveReports.Document
|
||||
|
||||
Public Class subRptSendungenOfferte
|
||||
|
||||
Dim AbfKostKdnr As Integer
|
||||
Dim ABF_ART As Integer
|
||||
Sub New(ABF_ART As Integer, AbfKostKdnr As Integer)
|
||||
|
||||
' Dieser Aufruf ist f<>r den Designer erforderlich.
|
||||
InitializeComponent()
|
||||
Me.ABF_ART = ABF_ART
|
||||
Me.AbfKostKdnr = AbfKostKdnr
|
||||
' F<>gen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
||||
End Sub
|
||||
|
||||
Private Sub Detail_Format(sender As Object, e As EventArgs) Handles Detail.Format
|
||||
If Me.DataSource IsNot Nothing AndAlso Me.Fields IsNot Nothing Then
|
||||
If Me.Fields.Item("LeistungsNr") IsNot Nothing AndAlso Me.Fields.Item("LeistungsNr").Value IsNot Nothing Then txtLeistungsNr.Text = Me.Fields.Item("LeistungsNr").Value.ToString
|
||||
If Me.Fields.Item("LeistungsBez") IsNot Nothing AndAlso Me.Fields.Item("LeistungsBez").Value IsNot Nothing Then txtLeistungsBez.Text = Me.Fields.Item("LeistungsBez").Value.ToString
|
||||
If Me.Fields.Item("Preis") IsNot Nothing AndAlso Me.Fields.Item("Preis").Value IsNot Nothing Then
|
||||
txtPreis.Text = If(IsNumeric(Me.Fields.Item("Preis").Value.ToString), CDbl(Me.Fields.Item("Preis").Value.ToString).ToString("C2"), Me.Fields.Item("Preis").Value.ToString)
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
Private Sub rptAuswertung_ReportStart(sender As System.Object, e As System.EventArgs) Handles MyBase.ReportStart
|
||||
If ABF_ART <= 0 Then Exit Sub
|
||||
If AbfKostKdnr <= 0 Then Exit Sub
|
||||
|
||||
Me.DataSource = (New VERAG_PROG_ALLGEMEIN.SQL).loadDgvBySql("select isnull(LeistungsNr,'') as LeistungsNr,isnull(LeistungsBez,'' ) as LeistungsBez,isnull(Preis,'') as Preis FROM [Offertenpositionen] where KundenNr=" & AbfKostKdnr & " AND OffertenNr=(SELECT ISNULL(AO.ao_OffertenNr,-1) FROM tblAbfertigungsartOffertenstamm as AO WHERE AO.ao_Abfertigungsart='" & ABF_ART & "') and preis is not null order by LeistungsNr, Preis desc", "FMZOLL")
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||