Merge branch 'master' of http://172.24.11.74:90/scm/git/SchaumKommi
This commit is contained in:
commit
26cd8c4c2b
@ -218,6 +218,12 @@
|
||||
<DependentUpon>MyDataset.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="RawPrinter.vb" />
|
||||
<Compile Include="reportHinweis.Designer.vb">
|
||||
<DependentUpon>reportHinweis.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="reportHinweis.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="reportUebergabe.designer.vb">
|
||||
<DependentUpon>reportUebergabe.vb</DependentUpon>
|
||||
</Compile>
|
||||
@ -257,6 +263,9 @@
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="reportHinweis.resx">
|
||||
<DependentUpon>reportHinweis.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="reportUebergabe.resx">
|
||||
<DependentUpon>reportUebergabe.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
@ -1003,6 +1003,44 @@ WHERE (FERTIG = @FERTIG) AND UEBERTRAGEN = @UEBERTRAGEN</CommandText>
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VWKOMMCOLLI_UEBERSICHTTableAdapter" GeneratorDataComponentClassName="VWKOMMCOLLI_UEBERSICHTTableAdapter" Name="VWKOMMCOLLI_UEBERSICHT" UserDataComponentName="VWKOMMCOLLI_UEBERSICHTTableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="SCHAUM_IIDConnectionString (MySettings)" DbObjectName="SCHAUM_IID.dbo.VWKOMMCOLLI_UEBERSICHT" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT LAD1, LAD_STRASSE, LAD_LKZ_PLZ_ORT, FERTIG, SENDUNGNR, SDG_REFERENZ, EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_PLZ_STR, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLDATUM, SDG_GEWICHT,
|
||||
SDG_STELLPLAETZE, SDG_FRANKATUR, BEMERKUNG, BORDERONR, GUID, UEBERTRAGEN
|
||||
FROM VWKOMMCOLLI_UEBERSICHT</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
</MainSource>
|
||||
<Mappings>
|
||||
<Mapping SourceColumn="LAD1" DataSetColumn="LAD1" />
|
||||
<Mapping SourceColumn="LAD_STRASSE" DataSetColumn="LAD_STRASSE" />
|
||||
<Mapping SourceColumn="LAD_LKZ_PLZ_ORT" DataSetColumn="LAD_LKZ_PLZ_ORT" />
|
||||
<Mapping SourceColumn="FERTIG" DataSetColumn="FERTIG" />
|
||||
<Mapping SourceColumn="SENDUNGNR" DataSetColumn="SENDUNGNR" />
|
||||
<Mapping SourceColumn="SDG_REFERENZ" DataSetColumn="SDG_REFERENZ" />
|
||||
<Mapping SourceColumn="EMP" DataSetColumn="EMP" />
|
||||
<Mapping SourceColumn="EMP_ZUSATZ" DataSetColumn="EMP_ZUSATZ" />
|
||||
<Mapping SourceColumn="EMP_STRASSE" DataSetColumn="EMP_STRASSE" />
|
||||
<Mapping SourceColumn="EMP_PLZ_STR" DataSetColumn="EMP_PLZ_STR" />
|
||||
<Mapping SourceColumn="EMP_LKZ" DataSetColumn="EMP_LKZ" />
|
||||
<Mapping SourceColumn="EMP_ORT" DataSetColumn="EMP_ORT" />
|
||||
<Mapping SourceColumn="EMP_OTEIL" DataSetColumn="EMP_OTEIL" />
|
||||
<Mapping SourceColumn="ABHOLDATUM" DataSetColumn="ABHOLDATUM" />
|
||||
<Mapping SourceColumn="SDG_GEWICHT" DataSetColumn="SDG_GEWICHT" />
|
||||
<Mapping SourceColumn="SDG_STELLPLAETZE" DataSetColumn="SDG_STELLPLAETZE" />
|
||||
<Mapping SourceColumn="SDG_FRANKATUR" DataSetColumn="SDG_FRANKATUR" />
|
||||
<Mapping SourceColumn="BEMERKUNG" DataSetColumn="BEMERKUNG" />
|
||||
<Mapping SourceColumn="BORDERONR" DataSetColumn="BORDERONR" />
|
||||
<Mapping SourceColumn="GUID" DataSetColumn="GUID" />
|
||||
<Mapping SourceColumn="UEBERTRAGEN" DataSetColumn="UEBERTRAGEN" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
</Tables>
|
||||
<Sources />
|
||||
</DataSource>
|
||||
@ -1475,6 +1513,118 @@ WHERE (FERTIG = @FERTIG) AND UEBERTRAGEN = @UEBERTRAGEN</CommandText>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="VWKOMMCOLLI_UEBERSICHT" msprop:Generator_TableClassName="VWKOMMCOLLI_UEBERSICHTDataTable" msprop:Generator_TableVarName="tableVWKOMMCOLLI_UEBERSICHT" msprop:Generator_TablePropName="VWKOMMCOLLI_UEBERSICHT" msprop:Generator_RowDeletingName="VWKOMMCOLLI_UEBERSICHTRowDeleting" msprop:Generator_RowChangingName="VWKOMMCOLLI_UEBERSICHTRowChanging" msprop:Generator_RowEvHandlerName="VWKOMMCOLLI_UEBERSICHTRowChangeEventHandler" msprop:Generator_RowDeletedName="VWKOMMCOLLI_UEBERSICHTRowDeleted" msprop:Generator_UserTableName="VWKOMMCOLLI_UEBERSICHT" msprop:Generator_RowChangedName="VWKOMMCOLLI_UEBERSICHTRowChanged" msprop:Generator_RowEvArgName="VWKOMMCOLLI_UEBERSICHTRowChangeEvent" msprop:Generator_RowClassName="VWKOMMCOLLI_UEBERSICHTRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="LAD1" msprop:Generator_ColumnVarNameInTable="columnLAD1" msprop:Generator_ColumnPropNameInRow="LAD1" msprop:Generator_ColumnPropNameInTable="LAD1Column" msprop:Generator_UserColumnName="LAD1">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="LAD_STRASSE" msprop:Generator_ColumnVarNameInTable="columnLAD_STRASSE" msprop:Generator_ColumnPropNameInRow="LAD_STRASSE" msprop:Generator_ColumnPropNameInTable="LAD_STRASSEColumn" msprop:Generator_UserColumnName="LAD_STRASSE">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="LAD_LKZ_PLZ_ORT" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnLAD_LKZ_PLZ_ORT" msprop:Generator_ColumnPropNameInRow="LAD_LKZ_PLZ_ORT" msprop:Generator_ColumnPropNameInTable="LAD_LKZ_PLZ_ORTColumn" msprop:Generator_UserColumnName="LAD_LKZ_PLZ_ORT" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="49" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="FERTIG" msprop:Generator_ColumnVarNameInTable="columnFERTIG" msprop:Generator_ColumnPropNameInRow="FERTIG" msprop:Generator_ColumnPropNameInTable="FERTIGColumn" msprop:Generator_UserColumnName="FERTIG" type="xs:boolean" />
|
||||
<xs:element name="SENDUNGNR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSENDUNGNR" msprop:Generator_ColumnPropNameInRow="SENDUNGNR" msprop:Generator_ColumnPropNameInTable="SENDUNGNRColumn" msprop:Generator_UserColumnName="SENDUNGNR" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="33" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="SDG_REFERENZ" msprop:Generator_ColumnVarNameInTable="columnSDG_REFERENZ" msprop:Generator_ColumnPropNameInRow="SDG_REFERENZ" msprop:Generator_ColumnPropNameInTable="SDG_REFERENZColumn" msprop:Generator_UserColumnName="SDG_REFERENZ" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP" msprop:Generator_ColumnVarNameInTable="columnEMP" msprop:Generator_ColumnPropNameInRow="EMP" msprop:Generator_ColumnPropNameInTable="EMPColumn" msprop:Generator_UserColumnName="EMP" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_ZUSATZ" msprop:Generator_ColumnVarNameInTable="columnEMP_ZUSATZ" msprop:Generator_ColumnPropNameInRow="EMP_ZUSATZ" msprop:Generator_ColumnPropNameInTable="EMP_ZUSATZColumn" msprop:Generator_UserColumnName="EMP_ZUSATZ" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_STRASSE" msprop:Generator_ColumnVarNameInTable="columnEMP_STRASSE" msprop:Generator_ColumnPropNameInRow="EMP_STRASSE" msprop:Generator_ColumnPropNameInTable="EMP_STRASSEColumn" msprop:Generator_UserColumnName="EMP_STRASSE" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_PLZ_STR" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnEMP_PLZ_STR" msprop:Generator_ColumnPropNameInRow="EMP_PLZ_STR" msprop:Generator_ColumnPropNameInTable="EMP_PLZ_STRColumn" msprop:Generator_UserColumnName="EMP_PLZ_STR" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="49" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_LKZ" msprop:Generator_ColumnVarNameInTable="columnEMP_LKZ" msprop:Generator_ColumnPropNameInRow="EMP_LKZ" msprop:Generator_ColumnPropNameInTable="EMP_LKZColumn" msprop:Generator_UserColumnName="EMP_LKZ" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="3" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_ORT" msprop:Generator_ColumnVarNameInTable="columnEMP_ORT" msprop:Generator_ColumnPropNameInRow="EMP_ORT" msprop:Generator_ColumnPropNameInTable="EMP_ORTColumn" msprop:Generator_UserColumnName="EMP_ORT" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="EMP_OTEIL" msprop:Generator_ColumnVarNameInTable="columnEMP_OTEIL" msprop:Generator_ColumnPropNameInRow="EMP_OTEIL" msprop:Generator_ColumnPropNameInTable="EMP_OTEILColumn" msprop:Generator_UserColumnName="EMP_OTEIL" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="35" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="ABHOLDATUM" msprop:Generator_ColumnVarNameInTable="columnABHOLDATUM" msprop:Generator_ColumnPropNameInRow="ABHOLDATUM" msprop:Generator_ColumnPropNameInTable="ABHOLDATUMColumn" msprop:Generator_UserColumnName="ABHOLDATUM" type="xs:dateTime" />
|
||||
<xs:element name="SDG_GEWICHT" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnSDG_GEWICHT" msprop:Generator_ColumnPropNameInRow="SDG_GEWICHT" msprop:Generator_ColumnPropNameInTable="SDG_GEWICHTColumn" msprop:Generator_UserColumnName="SDG_GEWICHT" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="SDG_STELLPLAETZE" msprop:Generator_ColumnVarNameInTable="columnSDG_STELLPLAETZE" msprop:Generator_ColumnPropNameInRow="SDG_STELLPLAETZE" msprop:Generator_ColumnPropNameInTable="SDG_STELLPLAETZEColumn" msprop:Generator_UserColumnName="SDG_STELLPLAETZE" type="xs:short" />
|
||||
<xs:element name="SDG_FRANKATUR" msprop:Generator_ColumnVarNameInTable="columnSDG_FRANKATUR" msprop:Generator_ColumnPropNameInRow="SDG_FRANKATUR" msprop:Generator_ColumnPropNameInTable="SDG_FRANKATURColumn" msprop:Generator_UserColumnName="SDG_FRANKATUR">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="BEMERKUNG" msprop:Generator_ColumnVarNameInTable="columnBEMERKUNG" msprop:Generator_ColumnPropNameInRow="BEMERKUNG" msprop:Generator_ColumnPropNameInTable="BEMERKUNGColumn" msprop:Generator_UserColumnName="BEMERKUNG" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="70" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="BORDERONR" msprop:Generator_ColumnVarNameInTable="columnBORDERONR" msprop:Generator_ColumnPropNameInRow="BORDERONR" msprop:Generator_ColumnPropNameInTable="BORDERONRColumn" msprop:Generator_UserColumnName="BORDERONR" type="xs:int" minOccurs="0" />
|
||||
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
<xs:element name="UEBERTRAGEN" msprop:Generator_ColumnVarNameInTable="columnUEBERTRAGEN" msprop:Generator_ColumnPropNameInRow="UEBERTRAGEN" msprop:Generator_ColumnPropNameInTable="UEBERTRAGENColumn" msprop:Generator_UserColumnName="UEBERTRAGEN" type="xs:boolean" />
|
||||
<xs:element name="SELECTED" msprop:Generator_ColumnVarNameInTable="columnSelected" msprop:Generator_ColumnPropNameInRow="Selected" msprop:Generator_ColumnPropNameInTable="SelectedColumn" msprop:Generator_UserColumnName="SELECTED" type="xs:boolean" default="false" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
|
||||
@ -1513,6 +1663,10 @@ WHERE (FERTIG = @FERTIG) AND UEBERTRAGEN = @UEBERTRAGEN</CommandText>
|
||||
<xs:selector xpath=".//mstns:TBKOMMCOLLI_HINWEIS" />
|
||||
<xs:field xpath="mstns:GUID" />
|
||||
</xs:unique>
|
||||
<xs:unique name="VWKOMMCOLLI_UEBERSICHT_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
|
||||
<xs:selector xpath=".//mstns:VWKOMMCOLLI_UEBERSICHT" />
|
||||
<xs:field xpath="mstns:GUID" />
|
||||
</xs:unique>
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
|
||||
276
SchaumKommiCollo/KommiCollo/frmAbschluss.Designer.vb
generated
276
SchaumKommiCollo/KommiCollo/frmAbschluss.Designer.vb
generated
@ -30,25 +30,25 @@ Partial Class frmAbschluss
|
||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.VWAbschlussDataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.Auswahl = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.VWAbschlussBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbMandant = New System.Windows.Forms.ComboBox()
|
||||
Me.btndelete = New System.Windows.Forms.Button()
|
||||
Me.btnAbschluss = New System.Windows.Forms.Button()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.VWHUP_REPORT1DataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.VWHUP_REPORT1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.DSMercator = New KommiCollo.DSMercator()
|
||||
Me.VKKOPFBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VKKOPFTableAdapter = New KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter()
|
||||
Me.TableAdapterManager1 = New KommiCollo.DSMercatorTableAdapters.TableAdapterManager()
|
||||
Me.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker()
|
||||
Me.VWHUP_REPORT1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.VWAbschlussBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VWAbschlussTableAdapter = New KommiCollo.MyDatasetTableAdapters.VWKOMMCOLLI_ABSCHLUSS_PAKETTableAdapter()
|
||||
Me.TableAdapterManager = New KommiCollo.MyDatasetTableAdapters.TableAdapterManager()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@ -60,28 +60,33 @@ Partial Class frmAbschluss
|
||||
Me.TBKOMMCOLLI_PAKET_POS_LSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBKOMMCOLLI_PAKET_POS_LSTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POS_LSTableAdapter()
|
||||
Me.VWHUP_REPORT1TableAdapter = New KommiCollo.MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter()
|
||||
Me.DataGridViewCheckBoxColumn3 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.VWKOMMCOLLI_UEBERSICHTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VWKOMMCOLLI_UEBERSICHTTableAdapter = New KommiCollo.MyDatasetTableAdapters.VWKOMMCOLLI_UEBERSICHTTableAdapter()
|
||||
Me.Selected = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.UEBERTRAGEN = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.GUID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn26 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn27 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.ABHOLDATUM = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.SDG_GEWICHT = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.BORDERONR = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.LAD1DataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.LADSTRASSEDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.LADLKZPLZORTDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.FERTIGDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
CType(Me.VWAbschlussDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
CType(Me.VWHUP_REPORT1DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWKOMMCOLLI_UEBERSICHTDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POS_LSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWKOMMCOLLI_UEBERSICHTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'ToolStrip1
|
||||
@ -139,44 +144,6 @@ Partial Class frmAbschluss
|
||||
Me.Auswahl.Name = "Auswahl"
|
||||
Me.Auswahl.Width = 60
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn1.Width = 60
|
||||
'
|
||||
'DataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn2.DataPropertyName = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||
'
|
||||
'DataGridViewTextBoxColumn3
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn3.DataPropertyName = "PAKET_ID"
|
||||
Me.DataGridViewTextBoxColumn3.HeaderText = "Paket-ID"
|
||||
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||
Me.DataGridViewTextBoxColumn3.Width = 130
|
||||
'
|
||||
'DataGridViewTextBoxColumn4
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn4.DataPropertyName = "Gepackt"
|
||||
Me.DataGridViewTextBoxColumn4.HeaderText = "Gepackt"
|
||||
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||
Me.DataGridViewTextBoxColumn4.Width = 150
|
||||
'
|
||||
'VWAbschlussBindingSource
|
||||
'
|
||||
Me.VWAbschlussBindingSource.DataMember = "VWKOMMCOLLI_ABSCHLUSS_PAKET"
|
||||
Me.VWAbschlussBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
@ -233,7 +200,7 @@ Partial Class frmAbschluss
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.VWHUP_REPORT1DataGridView)
|
||||
Me.Panel2.Controls.Add(Me.VWKOMMCOLLI_UEBERSICHTDataGridView)
|
||||
Me.Panel2.Controls.Add(Me.VWAbschlussDataGridView)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel2.Location = New System.Drawing.Point(154, 25)
|
||||
@ -241,26 +208,21 @@ Partial Class frmAbschluss
|
||||
Me.Panel2.Size = New System.Drawing.Size(960, 748)
|
||||
Me.Panel2.TabIndex = 3
|
||||
'
|
||||
'VWHUP_REPORT1DataGridView
|
||||
'VWKOMMCOLLI_UEBERSICHTDataGridView
|
||||
'
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToAddRows = False
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToDeleteRows = False
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.AllowUserToAddRows = False
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.VWHUP_REPORT1DataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.VWHUP_REPORT1DataGridView.AutoGenerateColumns = False
|
||||
Me.VWHUP_REPORT1DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.VWHUP_REPORT1DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewCheckBoxColumn3, Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn19})
|
||||
Me.VWHUP_REPORT1DataGridView.DataSource = Me.VWHUP_REPORT1BindingSource
|
||||
Me.VWHUP_REPORT1DataGridView.Location = New System.Drawing.Point(40, 130)
|
||||
Me.VWHUP_REPORT1DataGridView.Name = "VWHUP_REPORT1DataGridView"
|
||||
Me.VWHUP_REPORT1DataGridView.Size = New System.Drawing.Size(876, 220)
|
||||
Me.VWHUP_REPORT1DataGridView.TabIndex = 2
|
||||
Me.VWHUP_REPORT1DataGridView.Visible = False
|
||||
'
|
||||
'VWHUP_REPORT1BindingSource
|
||||
'
|
||||
Me.VWHUP_REPORT1BindingSource.DataMember = "VWHUP_REPORT1"
|
||||
Me.VWHUP_REPORT1BindingSource.DataSource = Me.MyDataset
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.AutoGenerateColumns = False
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Selected, Me.UEBERTRAGEN, Me.GUID, Me.ABHOLDATUM, Me.SDG_GEWICHT, Me.BORDERONR, Me.LAD1DataGridViewTextBoxColumn, Me.LADSTRASSEDataGridViewTextBoxColumn, Me.LADLKZPLZORTDataGridViewTextBoxColumn, Me.FERTIGDataGridViewCheckBoxColumn})
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.DataSource = Me.VWKOMMCOLLI_UEBERSICHTBindingSource
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.Location = New System.Drawing.Point(40, 130)
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.Name = "VWKOMMCOLLI_UEBERSICHTDataGridView"
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.Size = New System.Drawing.Size(876, 220)
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.TabIndex = 2
|
||||
Me.VWKOMMCOLLI_UEBERSICHTDataGridView.Visible = False
|
||||
'
|
||||
'DSMercator
|
||||
'
|
||||
@ -285,6 +247,49 @@ Partial Class frmAbschluss
|
||||
'bw_Tagesabschluss
|
||||
'
|
||||
'
|
||||
'VWHUP_REPORT1BindingSource
|
||||
'
|
||||
Me.VWHUP_REPORT1BindingSource.DataMember = "VWHUP_REPORT1"
|
||||
Me.VWHUP_REPORT1BindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn1.Width = 60
|
||||
'
|
||||
'DataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn2.DataPropertyName = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||
'
|
||||
'DataGridViewTextBoxColumn3
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn3.DataPropertyName = "PAKET_ID"
|
||||
Me.DataGridViewTextBoxColumn3.HeaderText = "Paket-ID"
|
||||
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||
Me.DataGridViewTextBoxColumn3.Width = 130
|
||||
'
|
||||
'DataGridViewTextBoxColumn4
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn4.DataPropertyName = "Gepackt"
|
||||
Me.DataGridViewTextBoxColumn4.HeaderText = "Gepackt"
|
||||
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||
Me.DataGridViewTextBoxColumn4.Width = 150
|
||||
'
|
||||
'VWAbschlussBindingSource
|
||||
'
|
||||
Me.VWAbschlussBindingSource.DataMember = "VWKOMMCOLLI_ABSCHLUSS_PAKET"
|
||||
Me.VWAbschlussBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'VWAbschlussTableAdapter
|
||||
'
|
||||
Me.VWAbschlussTableAdapter.ClearBeforeFill = True
|
||||
@ -340,12 +345,27 @@ Partial Class frmAbschluss
|
||||
'
|
||||
Me.VWHUP_REPORT1TableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'DataGridViewCheckBoxColumn3
|
||||
'VWKOMMCOLLI_UEBERSICHTBindingSource
|
||||
'
|
||||
Me.DataGridViewCheckBoxColumn3.DataPropertyName = "Selected"
|
||||
Me.DataGridViewCheckBoxColumn3.HeaderText = "löschen"
|
||||
Me.DataGridViewCheckBoxColumn3.Name = "DataGridViewCheckBoxColumn3"
|
||||
Me.DataGridViewCheckBoxColumn3.Width = 50
|
||||
Me.VWKOMMCOLLI_UEBERSICHTBindingSource.DataMember = "VWKOMMCOLLI_UEBERSICHT"
|
||||
Me.VWKOMMCOLLI_UEBERSICHTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'VWKOMMCOLLI_UEBERSICHTTableAdapter
|
||||
'
|
||||
Me.VWKOMMCOLLI_UEBERSICHTTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'Selected
|
||||
'
|
||||
Me.Selected.FalseValue = "False"
|
||||
Me.Selected.HeaderText = "Löschen"
|
||||
Me.Selected.Name = "Selected"
|
||||
Me.Selected.TrueValue = "True"
|
||||
'
|
||||
'UEBERTRAGEN
|
||||
'
|
||||
Me.UEBERTRAGEN.DataPropertyName = "UEBERTRAGEN"
|
||||
Me.UEBERTRAGEN.HeaderText = "UEBERTRAGEN"
|
||||
Me.UEBERTRAGEN.Name = "UEBERTRAGEN"
|
||||
'
|
||||
'GUID
|
||||
'
|
||||
@ -353,50 +373,49 @@ Partial Class frmAbschluss
|
||||
Me.GUID.HeaderText = "Sendung-Nr"
|
||||
Me.GUID.Name = "GUID"
|
||||
'
|
||||
'DataGridViewTextBoxColumn26
|
||||
'ABHOLDATUM
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn26.DataPropertyName = "SDG_REFERENZ"
|
||||
Me.DataGridViewTextBoxColumn26.HeaderText = "Referenz"
|
||||
Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26"
|
||||
Me.DataGridViewTextBoxColumn26.ReadOnly = True
|
||||
Me.ABHOLDATUM.DataPropertyName = "ABHOLDATUM"
|
||||
Me.ABHOLDATUM.HeaderText = "ABHOLDATUM"
|
||||
Me.ABHOLDATUM.Name = "ABHOLDATUM"
|
||||
'
|
||||
'DataGridViewTextBoxColumn8
|
||||
'SDG_GEWICHT
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn8.DataPropertyName = "EMP"
|
||||
Me.DataGridViewTextBoxColumn8.HeaderText = "Empfänger"
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn8.Width = 200
|
||||
Me.SDG_GEWICHT.DataPropertyName = "SDG_GEWICHT"
|
||||
Me.SDG_GEWICHT.HeaderText = "SDG_GEWICHT"
|
||||
Me.SDG_GEWICHT.Name = "SDG_GEWICHT"
|
||||
Me.SDG_GEWICHT.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn9
|
||||
'BORDERONR
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn9.DataPropertyName = "EMP_ZUSATZ"
|
||||
Me.DataGridViewTextBoxColumn9.HeaderText = "Zusatz"
|
||||
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
||||
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
||||
Me.BORDERONR.DataPropertyName = "BORDERONR"
|
||||
Me.BORDERONR.HeaderText = "BORDERONR"
|
||||
Me.BORDERONR.Name = "BORDERONR"
|
||||
'
|
||||
'DataGridViewTextBoxColumn10
|
||||
'LAD1DataGridViewTextBoxColumn
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn10.DataPropertyName = "EMP_STRASSE"
|
||||
Me.DataGridViewTextBoxColumn10.HeaderText = "Strasse"
|
||||
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
||||
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
||||
Me.LAD1DataGridViewTextBoxColumn.DataPropertyName = "LAD1"
|
||||
Me.LAD1DataGridViewTextBoxColumn.HeaderText = "LAD1"
|
||||
Me.LAD1DataGridViewTextBoxColumn.Name = "LAD1DataGridViewTextBoxColumn"
|
||||
'
|
||||
'DataGridViewTextBoxColumn27
|
||||
'LADSTRASSEDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn27.DataPropertyName = "EMP_PLZ_STR"
|
||||
Me.DataGridViewTextBoxColumn27.HeaderText = "PLZ Ort"
|
||||
Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27"
|
||||
Me.DataGridViewTextBoxColumn27.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn27.Width = 300
|
||||
Me.LADSTRASSEDataGridViewTextBoxColumn.DataPropertyName = "LAD_STRASSE"
|
||||
Me.LADSTRASSEDataGridViewTextBoxColumn.HeaderText = "LAD_STRASSE"
|
||||
Me.LADSTRASSEDataGridViewTextBoxColumn.Name = "LADSTRASSEDataGridViewTextBoxColumn"
|
||||
'
|
||||
'DataGridViewTextBoxColumn19
|
||||
'LADLKZPLZORTDataGridViewTextBoxColumn
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn19.DataPropertyName = "POSINHALT"
|
||||
Me.DataGridViewTextBoxColumn19.HeaderText = "Inhalt"
|
||||
Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19"
|
||||
Me.DataGridViewTextBoxColumn19.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn19.Width = 250
|
||||
Me.LADLKZPLZORTDataGridViewTextBoxColumn.DataPropertyName = "LAD_LKZ_PLZ_ORT"
|
||||
Me.LADLKZPLZORTDataGridViewTextBoxColumn.HeaderText = "LAD_LKZ_PLZ_ORT"
|
||||
Me.LADLKZPLZORTDataGridViewTextBoxColumn.Name = "LADLKZPLZORTDataGridViewTextBoxColumn"
|
||||
Me.LADLKZPLZORTDataGridViewTextBoxColumn.ReadOnly = True
|
||||
'
|
||||
'FERTIGDataGridViewCheckBoxColumn
|
||||
'
|
||||
Me.FERTIGDataGridViewCheckBoxColumn.DataPropertyName = "FERTIG"
|
||||
Me.FERTIGDataGridViewCheckBoxColumn.HeaderText = "FERTIG"
|
||||
Me.FERTIGDataGridViewCheckBoxColumn.Name = "FERTIGDataGridViewCheckBoxColumn"
|
||||
'
|
||||
'frmAbschluss
|
||||
'
|
||||
@ -414,19 +433,20 @@ Partial Class frmAbschluss
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
CType(Me.VWAbschlussDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
CType(Me.VWHUP_REPORT1DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWKOMMCOLLI_UEBERSICHTDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POS_LSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWKOMMCOLLI_UEBERSICHTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@ -467,13 +487,17 @@ Partial Class frmAbschluss
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents VWHUP_REPORT1BindingSource As BindingSource
|
||||
Friend WithEvents VWHUP_REPORT1TableAdapter As MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter
|
||||
Friend WithEvents VWHUP_REPORT1DataGridView As DataGridView
|
||||
Friend WithEvents DataGridViewCheckBoxColumn3 As DataGridViewCheckBoxColumn
|
||||
Friend WithEvents VWKOMMCOLLI_UEBERSICHTDataGridView As DataGridView
|
||||
Friend WithEvents VWKOMMCOLLI_UEBERSICHTBindingSource As BindingSource
|
||||
Friend WithEvents VWKOMMCOLLI_UEBERSICHTTableAdapter As MyDatasetTableAdapters.VWKOMMCOLLI_UEBERSICHTTableAdapter
|
||||
Friend WithEvents Selected As DataGridViewCheckBoxColumn
|
||||
Friend WithEvents UEBERTRAGEN As DataGridViewCheckBoxColumn
|
||||
Friend WithEvents GUID As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn26 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn10 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn27 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents DataGridViewTextBoxColumn19 As DataGridViewTextBoxColumn
|
||||
Friend WithEvents ABHOLDATUM As DataGridViewTextBoxColumn
|
||||
Friend WithEvents SDG_GEWICHT As DataGridViewTextBoxColumn
|
||||
Friend WithEvents BORDERONR As DataGridViewTextBoxColumn
|
||||
Friend WithEvents LAD1DataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
||||
Friend WithEvents LADSTRASSEDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
||||
Friend WithEvents LADLKZPLZORTDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
||||
Friend WithEvents FERTIGDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
|
||||
End Class
|
||||
|
||||
@ -129,11 +129,26 @@
|
||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="Selected.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="UEBERTRAGEN.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="GUID.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="VWHUP_REPORT1BindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>768, 95</value>
|
||||
<metadata name="ABHOLDATUM.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="SDG_GEWICHT.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="BORDERONR.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="VWKOMMCOLLI_UEBERSICHTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 134</value>
|
||||
</metadata>
|
||||
<metadata name="DSMercator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 56</value>
|
||||
@ -150,6 +165,9 @@
|
||||
<metadata name="bw_Tagesabschluss.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>611, 95</value>
|
||||
</metadata>
|
||||
<metadata name="VWHUP_REPORT1BindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>768, 95</value>
|
||||
</metadata>
|
||||
<metadata name="VWAbschlussTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>330, 17</value>
|
||||
</metadata>
|
||||
@ -183,6 +201,9 @@
|
||||
<metadata name="VWHUP_REPORT1TableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>997, 95</value>
|
||||
</metadata>
|
||||
<metadata name="VWKOMMCOLLI_UEBERSICHTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>311, 134</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>187</value>
|
||||
</metadata>
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
Dim Mandant As String
|
||||
Dim Mandant_ID As Integer
|
||||
Private Sub frmAbschluss_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
|
||||
'TODO: Diese Codezeile lädt Daten in die Tabelle "MyDataset.VWKOMMCOLLI_UEBERSICHT". Sie können sie bei Bedarf verschieben oder entfernen.
|
||||
Me.VWKOMMCOLLI_UEBERSICHTTableAdapter.Fill(Me.MyDataset.VWKOMMCOLLI_UEBERSICHT)
|
||||
Try
|
||||
Me.VWAbschlussTableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
Me.TBKOMMCOLLI_MANDANTTableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
@ -186,7 +188,7 @@
|
||||
DR.Item("Auswahl") = True
|
||||
Next
|
||||
Else
|
||||
Dim DT As DataTable = MyDataset.VWHUP_REPORT1
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_UEBERSICHT
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Selected") = True
|
||||
Next
|
||||
@ -201,7 +203,7 @@
|
||||
DR.Item("Auswahl") = False
|
||||
Next
|
||||
Else
|
||||
Dim DT As DataTable = MyDataset.VWHUP_REPORT1
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_UEBERSICHT
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Selected") = False
|
||||
Next
|
||||
@ -272,13 +274,15 @@
|
||||
|
||||
ElseIf cmbMandant.Text = "HuP" Then
|
||||
'Sendung löschen bei HuP
|
||||
VWHUP_REPORT1BindingSource.EndEdit()
|
||||
For Each row As DataRow In MyDataset.VWHUP_REPORT1.Rows
|
||||
If row.Item("Selected") = True Then
|
||||
Dim cmd = String.Format("EXECUTE PRKOMMCOLLI_SDG_LOESCHEN {0}", row.Item("GUID"))
|
||||
VWKOMMCOLLI_UEBERSICHTBindingSource.EndEdit()
|
||||
|
||||
For Each row As DataGridViewRow In VWKOMMCOLLI_UEBERSICHTDataGridView.Rows
|
||||
If row.Cells("SELECTED").Value = True Then
|
||||
Dim cmd = String.Format("EXECUTE PRKOMMCOLLI_SDG_LOESCHEN {0}", row.Cells("GUID").Value)
|
||||
ClassDatabase.Execute_non_Query(cmd, True)
|
||||
End If
|
||||
Next
|
||||
|
||||
Load_Sendungen()
|
||||
|
||||
|
||||
@ -288,14 +292,14 @@
|
||||
Sub Refresh_Grid()
|
||||
VWAbschlussDataGridView.Visible = False
|
||||
VWAbschlussDataGridView.Dock = DockStyle.None
|
||||
VWHUP_REPORT1DataGridView.Visible = False
|
||||
VWKOMMCOLLI_UEBERSICHTDataGridView.Visible = False
|
||||
btndelete.Enabled = False
|
||||
If cmbMandant.SelectedIndex <> -1 Then
|
||||
Select Case cmbMandant.SelectedIndex
|
||||
Case 0
|
||||
Load_Sendungen()
|
||||
VWHUP_REPORT1DataGridView.Dock = DockStyle.Fill
|
||||
VWHUP_REPORT1DataGridView.Visible = True
|
||||
VWKOMMCOLLI_UEBERSICHTDataGridView.Dock = DockStyle.Fill
|
||||
VWKOMMCOLLI_UEBERSICHTDataGridView.Visible = True
|
||||
btndelete.Text = "Sendung(en)" & vbNewLine & "löschen"
|
||||
btndelete.Enabled = True
|
||||
Case 1
|
||||
@ -331,8 +335,8 @@
|
||||
|
||||
Private Sub Load_Sendungen()
|
||||
Try
|
||||
Me.VWHUP_REPORT1TableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True, False)
|
||||
VWKOMMCOLLI_UEBERSICHTTableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
VWKOMMCOLLI_UEBERSICHTTableAdapter.Fill(MyDataset.VWKOMMCOLLI_UEBERSICHT)
|
||||
Catch ex As System.Exception
|
||||
MsgBox("Fehler bei Load_Sendungen: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
208
SchaumKommiCollo/KommiCollo/reportHinweis.Designer.vb
generated
Normal file
208
SchaumKommiCollo/KommiCollo/reportHinweis.Designer.vb
generated
Normal file
@ -0,0 +1,208 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Public Class reportHinweis
|
||||
Inherits DevExpress.XtraReports.UI.XtraReport
|
||||
|
||||
'XtraReport overrides dispose to clean up the component list.
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
End Sub
|
||||
|
||||
'Required by the Designer
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'NOTE: The following procedure is required by the Designer
|
||||
'It can be modified using the Designer.
|
||||
'Do not modify it using the code editor.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(reportHinweis))
|
||||
Me.Detail = New DevExpress.XtraReports.UI.DetailBand()
|
||||
Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
|
||||
Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand()
|
||||
Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components)
|
||||
Me.PageFooterBand1 = New DevExpress.XtraReports.UI.PageFooterBand()
|
||||
Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand()
|
||||
Me.Title = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.FieldCaption = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.DataField = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.SendungNr = New DevExpress.XtraReports.Parameters.Parameter()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
'
|
||||
'Detail
|
||||
'
|
||||
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel6, Me.XrLabel7, Me.XrLabel8})
|
||||
Me.Detail.Dpi = 100.0!
|
||||
Me.Detail.HeightF = 18.0!
|
||||
Me.Detail.Name = "Detail"
|
||||
Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
'
|
||||
'XrLabel6
|
||||
'
|
||||
Me.XrLabel6.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_CODE")})
|
||||
Me.XrLabel6.Dpi = 100.0!
|
||||
Me.XrLabel6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
||||
Me.XrLabel6.Name = "XrLabel6"
|
||||
Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel6.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
|
||||
Me.XrLabel6.SizeF = New System.Drawing.SizeF(89.79168!, 18.0!)
|
||||
Me.XrLabel6.StyleName = "DataField"
|
||||
Me.XrLabel6.StylePriority.UseFont = False
|
||||
Me.XrLabel6.Text = "XrLabel6"
|
||||
'
|
||||
'XrLabel7
|
||||
'
|
||||
Me.XrLabel7.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT")})
|
||||
Me.XrLabel7.Dpi = 100.0!
|
||||
Me.XrLabel7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(89.79168!, 0!)
|
||||
Me.XrLabel7.Name = "XrLabel7"
|
||||
Me.XrLabel7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel7.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
|
||||
Me.XrLabel7.SizeF = New System.Drawing.SizeF(358.5417!, 18.0!)
|
||||
Me.XrLabel7.StyleName = "DataField"
|
||||
Me.XrLabel7.StylePriority.UseFont = False
|
||||
Me.XrLabel7.Text = "XrLabel7"
|
||||
'
|
||||
'XrLabel8
|
||||
'
|
||||
Me.XrLabel8.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT_ERG")})
|
||||
Me.XrLabel8.Dpi = 100.0!
|
||||
Me.XrLabel8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(526.25!, 0!)
|
||||
Me.XrLabel8.Name = "XrLabel8"
|
||||
Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel8.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
|
||||
Me.XrLabel8.SizeF = New System.Drawing.SizeF(113.75!, 18.0!)
|
||||
Me.XrLabel8.StyleName = "DataField"
|
||||
Me.XrLabel8.StylePriority.UseFont = False
|
||||
Me.XrLabel8.Text = "XrLabel8"
|
||||
'
|
||||
'TopMargin
|
||||
'
|
||||
Me.TopMargin.Dpi = 100.0!
|
||||
Me.TopMargin.HeightF = 0!
|
||||
Me.TopMargin.Name = "TopMargin"
|
||||
Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
'
|
||||
'BottomMargin
|
||||
'
|
||||
Me.BottomMargin.Dpi = 100.0!
|
||||
Me.BottomMargin.HeightF = 0!
|
||||
Me.BottomMargin.Name = "BottomMargin"
|
||||
Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
'
|
||||
'SqlDataSource1
|
||||
'
|
||||
Me.SqlDataSource1.ConnectionName = "REPORT_Connection"
|
||||
Me.SqlDataSource1.Name = "SqlDataSource1"
|
||||
CustomSqlQuery1.Name = "Query"
|
||||
CustomSqlQuery1.Sql = "SELECT DISTINCT GUID " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " ,[HINW_CODE]" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " ,[HINW_TEXT]" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " ,[HINW_TEXT_" &
|
||||
"ERG]" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " FROM [SCHAUM_IID].[dbo].[VWHUP_REPORT1]"
|
||||
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1})
|
||||
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
|
||||
'
|
||||
'PageFooterBand1
|
||||
'
|
||||
Me.PageFooterBand1.Dpi = 100.0!
|
||||
Me.PageFooterBand1.HeightF = 0!
|
||||
Me.PageFooterBand1.Name = "PageFooterBand1"
|
||||
'
|
||||
'ReportHeaderBand1
|
||||
'
|
||||
Me.ReportHeaderBand1.Dpi = 100.0!
|
||||
Me.ReportHeaderBand1.HeightF = 0!
|
||||
Me.ReportHeaderBand1.Name = "ReportHeaderBand1"
|
||||
'
|
||||
'Title
|
||||
'
|
||||
Me.Title.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Title.BorderColor = System.Drawing.Color.Black
|
||||
Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None
|
||||
Me.Title.BorderWidth = 1.0!
|
||||
Me.Title.Font = New System.Drawing.Font("Times New Roman", 21.0!)
|
||||
Me.Title.ForeColor = System.Drawing.Color.Black
|
||||
Me.Title.Name = "Title"
|
||||
'
|
||||
'FieldCaption
|
||||
'
|
||||
Me.FieldCaption.BackColor = System.Drawing.Color.Transparent
|
||||
Me.FieldCaption.BorderColor = System.Drawing.Color.Black
|
||||
Me.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None
|
||||
Me.FieldCaption.BorderWidth = 1.0!
|
||||
Me.FieldCaption.Font = New System.Drawing.Font("Times New Roman", 10.0!)
|
||||
Me.FieldCaption.ForeColor = System.Drawing.Color.Black
|
||||
Me.FieldCaption.Name = "FieldCaption"
|
||||
'
|
||||
'PageInfo
|
||||
'
|
||||
Me.PageInfo.BackColor = System.Drawing.Color.Transparent
|
||||
Me.PageInfo.BorderColor = System.Drawing.Color.Black
|
||||
Me.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None
|
||||
Me.PageInfo.BorderWidth = 1.0!
|
||||
Me.PageInfo.Font = New System.Drawing.Font("Arial", 8.0!)
|
||||
Me.PageInfo.ForeColor = System.Drawing.Color.Black
|
||||
Me.PageInfo.Name = "PageInfo"
|
||||
'
|
||||
'DataField
|
||||
'
|
||||
Me.DataField.BackColor = System.Drawing.Color.Transparent
|
||||
Me.DataField.BorderColor = System.Drawing.Color.Black
|
||||
Me.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None
|
||||
Me.DataField.BorderWidth = 1.0!
|
||||
Me.DataField.Font = New System.Drawing.Font("Arial", 9.0!)
|
||||
Me.DataField.ForeColor = System.Drawing.Color.Black
|
||||
Me.DataField.Name = "DataField"
|
||||
Me.DataField.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
'
|
||||
'SendungNr
|
||||
'
|
||||
Me.SendungNr.Description = "SendungNr"
|
||||
Me.SendungNr.Name = "SendungNr"
|
||||
Me.SendungNr.Type = GetType(Integer)
|
||||
Me.SendungNr.ValueInfo = "157"
|
||||
Me.SendungNr.Visible = False
|
||||
'
|
||||
'reportHinweis
|
||||
'
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.PageFooterBand1, Me.ReportHeaderBand1})
|
||||
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
|
||||
Me.DataMember = "Query"
|
||||
Me.DataSource = Me.SqlDataSource1
|
||||
Me.FilterString = "[GUID] = ?SendungNr"
|
||||
Me.Margins = New System.Drawing.Printing.Margins(100, 100, 0, 0)
|
||||
Me.Parameters.AddRange(New DevExpress.XtraReports.Parameters.Parameter() {Me.SendungNr})
|
||||
Me.ScriptLanguage = DevExpress.XtraReports.ScriptLanguage.VisualBasic
|
||||
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.FieldCaption, Me.PageInfo, Me.DataField})
|
||||
Me.Version = "15.2"
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand
|
||||
Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand
|
||||
Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand
|
||||
Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource
|
||||
Friend WithEvents PageFooterBand1 As DevExpress.XtraReports.UI.PageFooterBand
|
||||
Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand
|
||||
Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents FieldCaption As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents DataField As DevExpress.XtraReports.UI.XRControlStyle
|
||||
Friend WithEvents SendungNr As DevExpress.XtraReports.Parameters.Parameter
|
||||
End Class
|
||||
126
SchaumKommiCollo/KommiCollo/reportHinweis.resx
Normal file
126
SchaumKommiCollo/KommiCollo/reportHinweis.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="SqlDataSource1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve">
|
||||
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iR1VJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkhJTldfQ09ERSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJISU5XX1RFWFQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iSElOV19URVhUX0VSRyIgVHlwZT0iU3RyaW5nIiAvPjwvVmlldz48L0RhdGFTZXQ+</value>
|
||||
</data>
|
||||
</root>
|
||||
3
SchaumKommiCollo/KommiCollo/reportHinweis.vb
Normal file
3
SchaumKommiCollo/KommiCollo/reportHinweis.vb
Normal file
@ -0,0 +1,3 @@
|
||||
Public Class reportHinweis
|
||||
|
||||
End Class
|
||||
437
SchaumKommiCollo/KommiCollo/reportUebergabe.designer.vb
generated
437
SchaumKommiCollo/KommiCollo/reportUebergabe.designer.vb
generated
@ -22,11 +22,16 @@ Partial Public Class reportUebergabe
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(reportUebergabe))
|
||||
Dim CustomSqlQuery2 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery()
|
||||
Dim MasterDetailInfo1 As DevExpress.DataAccess.Sql.MasterDetailInfo = New DevExpress.DataAccess.Sql.MasterDetailInfo()
|
||||
Dim RelationColumnInfo1 As DevExpress.DataAccess.Sql.RelationColumnInfo = New DevExpress.DataAccess.Sql.RelationColumnInfo()
|
||||
Dim XrSummary1 As DevExpress.XtraReports.UI.XRSummary = New DevExpress.XtraReports.UI.XRSummary()
|
||||
Dim XrSummary2 As DevExpress.XtraReports.UI.XRSummary = New DevExpress.XtraReports.UI.XRSummary()
|
||||
Dim XrSummary3 As DevExpress.XtraReports.UI.XRSummary = New DevExpress.XtraReports.UI.XRSummary()
|
||||
Dim XrSummary4 As DevExpress.XtraReports.UI.XRSummary = New DevExpress.XtraReports.UI.XRSummary()
|
||||
Me.Detail = New DevExpress.XtraReports.UI.DetailBand()
|
||||
Me.XrLabel49 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel51 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
|
||||
Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
@ -57,9 +62,8 @@ Partial Public Class reportUebergabe
|
||||
Me.FieldCaption = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.DataField = New DevExpress.XtraReports.UI.XRControlStyle()
|
||||
Me.FormattingRule1 = New DevExpress.XtraReports.UI.FormattingRule()
|
||||
Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand()
|
||||
Me.XrLabel32 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelAnzahlSendungen = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLine7 = New DevExpress.XtraReports.UI.XRLine()
|
||||
Me.XrLabel16 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
@ -82,46 +86,66 @@ Partial Public Class reportUebergabe
|
||||
Me.XrLabel27 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLine6 = New DevExpress.XtraReports.UI.XRLine()
|
||||
Me.XrLabel9 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine()
|
||||
Me.XrLabel31 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel50 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.GroupHeader2 = New DevExpress.XtraReports.UI.GroupHeaderBand()
|
||||
Me.XrLabel37 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel29 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.GroupFooter2 = New DevExpress.XtraReports.UI.GroupFooterBand()
|
||||
Me.XrLabel56 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel53 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel52 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel51 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel40 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelSummeGewicht = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelSummeKolli = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLine5 = New DevExpress.XtraReports.UI.XRLine()
|
||||
Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine()
|
||||
Me.GroupFooter2 = New DevExpress.XtraReports.UI.GroupFooterBand()
|
||||
Me.XrLabel46 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel58 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.GroupHeader3 = New DevExpress.XtraReports.UI.GroupHeaderBand()
|
||||
Me.XrLabel44 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel45 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel54 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel25 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel43 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelSendungNr = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelPalettenanzahl = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel42 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel35 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel34 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel33 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.labelGewicht = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.XrLabel55 = New DevExpress.XtraReports.UI.XRLabel()
|
||||
Me.GroupHeader1 = New DevExpress.XtraReports.UI.GroupHeaderBand()
|
||||
Me.XrSubreport1 = New DevExpress.XtraReports.UI.XRSubreport()
|
||||
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
'
|
||||
'Detail
|
||||
'
|
||||
Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel49, Me.XrLabel51})
|
||||
Me.Detail.Dpi = 100.0!
|
||||
Me.Detail.HeightF = 0!
|
||||
Me.Detail.HeightF = 32.29167!
|
||||
Me.Detail.KeepTogether = True
|
||||
Me.Detail.KeepTogetherWithDetailReports = True
|
||||
Me.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount
|
||||
Me.Detail.Name = "Detail"
|
||||
Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.Detail.SortFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("NVE", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
||||
Me.Detail.StyleName = "DataField"
|
||||
Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
'
|
||||
'XrLabel49
|
||||
'
|
||||
Me.XrLabel49.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.NVE"), New DevExpress.XtraReports.UI.XRBinding("Tag", Nothing, "Query.NVE")})
|
||||
Me.XrLabel49.Dpi = 100.0!
|
||||
Me.XrLabel49.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel49.LocationFloat = New DevExpress.Utils.PointFloat(278.3869!, 11.54168!)
|
||||
Me.XrLabel49.Name = "XrLabel49"
|
||||
Me.XrLabel49.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel49.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
|
||||
Me.XrLabel49.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
|
||||
Me.XrLabel49.SizeF = New System.Drawing.SizeF(148.9583!, 12.58333!)
|
||||
Me.XrLabel49.StylePriority.UseFont = False
|
||||
'
|
||||
'XrLabel51
|
||||
'
|
||||
Me.XrLabel51.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.POSINHALT"), New DevExpress.XtraReports.UI.XRBinding("Tag", Nothing, "Query.NVE")})
|
||||
Me.XrLabel51.Dpi = 100.0!
|
||||
Me.XrLabel51.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel51.LocationFloat = New DevExpress.Utils.PointFloat(278.3869!, 0!)
|
||||
Me.XrLabel51.Name = "XrLabel51"
|
||||
Me.XrLabel51.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel51.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink
|
||||
Me.XrLabel51.ProcessDuplicatesTarget = DevExpress.XtraReports.UI.ProcessDuplicatesTarget.Tag
|
||||
Me.XrLabel51.SizeF = New System.Drawing.SizeF(148.9583!, 11.54167!)
|
||||
Me.XrLabel51.StylePriority.UseFont = False
|
||||
'
|
||||
'TopMargin
|
||||
'
|
||||
Me.TopMargin.Dpi = 100.0!
|
||||
@ -209,7 +233,15 @@ Partial Public Class reportUebergabe
|
||||
Me.SqlDataSource1.Name = "SqlDataSource1"
|
||||
CustomSqlQuery1.Name = "Query"
|
||||
CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql")
|
||||
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1})
|
||||
CustomSqlQuery2.Name = "Query_Hinweistext"
|
||||
CustomSqlQuery2.Sql = resources.GetString("CustomSqlQuery2.Sql")
|
||||
Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1, CustomSqlQuery2})
|
||||
MasterDetailInfo1.DetailQueryName = "Query_Hinweistext"
|
||||
RelationColumnInfo1.NestedKeyColumn = "SENDUNGNR"
|
||||
RelationColumnInfo1.ParentKeyColumn = "GUID"
|
||||
MasterDetailInfo1.KeyColumns.Add(RelationColumnInfo1)
|
||||
MasterDetailInfo1.MasterQueryName = "Query"
|
||||
Me.SqlDataSource1.Relations.AddRange(New DevExpress.DataAccess.Sql.MasterDetailInfo() {MasterDetailInfo1})
|
||||
Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable")
|
||||
'
|
||||
'PageHeaderBand1
|
||||
@ -474,13 +506,9 @@ Partial Public Class reportUebergabe
|
||||
Me.DataField.Name = "DataField"
|
||||
Me.DataField.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
'
|
||||
'FormattingRule1
|
||||
'
|
||||
Me.FormattingRule1.Name = "FormattingRule1"
|
||||
'
|
||||
'ReportFooter
|
||||
'
|
||||
Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel32, Me.XrLine7, Me.XrLabel16, Me.XrLabel17, Me.XrLabel18, Me.XrLabel19, Me.XrLabel20, Me.XrLabel21, Me.XrLine8, Me.XrLabel22, Me.XrLine9, Me.XrLabel23, Me.XrLine10, Me.XrLine11, Me.XrLine13, Me.XrLabel26, Me.XrLabel24, Me.XrLabel10, Me.XrLine12, Me.XrLine3, Me.XrLabel27, Me.XrLine6, Me.XrLabel9, Me.XrLine1, Me.XrLabel31, Me.XrLabel50})
|
||||
Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.labelAnzahlSendungen, Me.XrLine7, Me.XrLabel16, Me.XrLabel17, Me.XrLabel18, Me.XrLabel19, Me.XrLabel20, Me.XrLabel21, Me.XrLine8, Me.XrLabel22, Me.XrLine9, Me.XrLabel23, Me.XrLine10, Me.XrLine11, Me.XrLine13, Me.XrLabel26, Me.XrLabel24, Me.XrLabel10, Me.XrLine12, Me.XrLine3, Me.XrLabel27, Me.XrLine6, Me.XrLabel9, Me.labelSummeGewicht, Me.labelSummeKolli, Me.XrLine5})
|
||||
Me.ReportFooter.Dpi = 100.0!
|
||||
Me.ReportFooter.HeightF = 192.1249!
|
||||
Me.ReportFooter.KeepTogether = True
|
||||
@ -488,20 +516,21 @@ Partial Public Class reportUebergabe
|
||||
Me.ReportFooter.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBandExceptFirstEntry
|
||||
Me.ReportFooter.PrintAtBottom = True
|
||||
'
|
||||
'XrLabel32
|
||||
'labelAnzahlSendungen
|
||||
'
|
||||
Me.XrLabel32.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP")})
|
||||
Me.XrLabel32.Dpi = 100.0!
|
||||
Me.XrLabel32.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel32.LocationFloat = New DevExpress.Utils.PointFloat(0!, 12.49998!)
|
||||
Me.XrLabel32.Name = "XrLabel32"
|
||||
Me.XrLabel32.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel32.SizeF = New System.Drawing.SizeF(200.0!, 25.0!)
|
||||
Me.XrLabel32.StylePriority.UseFont = False
|
||||
Me.labelAnzahlSendungen.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SENDUNGNR")})
|
||||
Me.labelAnzahlSendungen.Dpi = 100.0!
|
||||
Me.labelAnzahlSendungen.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.labelAnzahlSendungen.LocationFloat = New DevExpress.Utils.PointFloat(0!, 12.49998!)
|
||||
Me.labelAnzahlSendungen.Name = "labelAnzahlSendungen"
|
||||
Me.labelAnzahlSendungen.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelAnzahlSendungen.SizeF = New System.Drawing.SizeF(200.0!, 25.0!)
|
||||
Me.labelAnzahlSendungen.StylePriority.UseFont = False
|
||||
XrSummary1.FormatString = "Anzahl Sendungen: {0}"
|
||||
XrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.Count
|
||||
XrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.Custom
|
||||
XrSummary1.IgnoreNullValues = True
|
||||
XrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report
|
||||
Me.XrLabel32.Summary = XrSummary1
|
||||
Me.labelAnzahlSendungen.Summary = XrSummary1
|
||||
'
|
||||
'XrLine7
|
||||
'
|
||||
@ -747,169 +776,106 @@ Partial Public Class reportUebergabe
|
||||
Me.XrLabel9.Text = "Unterschrift Fahrer:"
|
||||
Me.XrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
'
|
||||
'XrLine1
|
||||
'labelSummeGewicht
|
||||
'
|
||||
Me.XrLine1.Dpi = 100.0!
|
||||
Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
||||
Me.XrLine1.Name = "XrLine1"
|
||||
Me.XrLine1.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.XrLine1.SizeF = New System.Drawing.SizeF(650.0!, 6.999996!)
|
||||
Me.XrLine1.StylePriority.UsePadding = False
|
||||
'
|
||||
'XrLabel31
|
||||
'
|
||||
Me.XrLabel31.BackColor = System.Drawing.Color.Transparent
|
||||
Me.XrLabel31.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SDG_GEWICHT")})
|
||||
Me.XrLabel31.Dpi = 100.0!
|
||||
Me.XrLabel31.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel31.LocationFloat = New DevExpress.Utils.PointFloat(312.4995!, 12.49998!)
|
||||
Me.XrLabel31.Name = "XrLabel31"
|
||||
Me.XrLabel31.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel31.SizeF = New System.Drawing.SizeF(249.9998!, 25.0!)
|
||||
Me.XrLabel31.StylePriority.UseBackColor = False
|
||||
Me.XrLabel31.StylePriority.UseFont = False
|
||||
Me.labelSummeGewicht.BackColor = System.Drawing.Color.Transparent
|
||||
Me.labelSummeGewicht.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SDG_GEWICHT")})
|
||||
Me.labelSummeGewicht.Dpi = 100.0!
|
||||
Me.labelSummeGewicht.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.labelSummeGewicht.LocationFloat = New DevExpress.Utils.PointFloat(312.4995!, 12.49998!)
|
||||
Me.labelSummeGewicht.Name = "labelSummeGewicht"
|
||||
Me.labelSummeGewicht.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelSummeGewicht.SizeF = New System.Drawing.SizeF(249.9998!, 25.0!)
|
||||
Me.labelSummeGewicht.StylePriority.UseBackColor = False
|
||||
Me.labelSummeGewicht.StylePriority.UseFont = False
|
||||
XrSummary2.FormatString = "Summe Gewicht: {0} kg"
|
||||
XrSummary2.Func = DevExpress.XtraReports.UI.SummaryFunc.Custom
|
||||
XrSummary2.IgnoreNullValues = True
|
||||
XrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report
|
||||
Me.XrLabel31.Summary = XrSummary2
|
||||
Me.labelSummeGewicht.Summary = XrSummary2
|
||||
'
|
||||
'XrLabel50
|
||||
'labelSummeKolli
|
||||
'
|
||||
Me.XrLabel50.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP")})
|
||||
Me.XrLabel50.Dpi = 100.0!
|
||||
Me.XrLabel50.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XrLabel50.LocationFloat = New DevExpress.Utils.PointFloat(200.0!, 12.5!)
|
||||
Me.XrLabel50.Name = "XrLabel50"
|
||||
Me.XrLabel50.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel50.SizeF = New System.Drawing.SizeF(112.4995!, 25.0!)
|
||||
Me.XrLabel50.StylePriority.UseFont = False
|
||||
Me.labelSummeKolli.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.EMP")})
|
||||
Me.labelSummeKolli.Dpi = 100.0!
|
||||
Me.labelSummeKolli.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.labelSummeKolli.LocationFloat = New DevExpress.Utils.PointFloat(200.0!, 12.5!)
|
||||
Me.labelSummeKolli.Name = "labelSummeKolli"
|
||||
Me.labelSummeKolli.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelSummeKolli.SizeF = New System.Drawing.SizeF(112.4995!, 25.0!)
|
||||
Me.labelSummeKolli.StylePriority.UseFont = False
|
||||
XrSummary3.FormatString = "Summe Kolli: {0}"
|
||||
XrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.Count
|
||||
XrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.Custom
|
||||
XrSummary3.IgnoreNullValues = True
|
||||
XrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report
|
||||
Me.XrLabel50.Summary = XrSummary3
|
||||
'
|
||||
'GroupHeader2
|
||||
'
|
||||
Me.GroupHeader2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel37, Me.XrLabel29})
|
||||
Me.GroupHeader2.Dpi = 100.0!
|
||||
Me.GroupHeader2.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("POSINHALT", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
||||
Me.GroupHeader2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WholePage
|
||||
Me.GroupHeader2.HeightF = 26.20836!
|
||||
Me.GroupHeader2.KeepTogether = True
|
||||
Me.GroupHeader2.Name = "GroupHeader2"
|
||||
'
|
||||
'XrLabel37
|
||||
'
|
||||
Me.XrLabel37.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.NVE")})
|
||||
Me.XrLabel37.Dpi = 100.0!
|
||||
Me.XrLabel37.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel37.LocationFloat = New DevExpress.Utils.PointFloat(278.3869!, 14.66667!)
|
||||
Me.XrLabel37.Name = "XrLabel37"
|
||||
Me.XrLabel37.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel37.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress
|
||||
Me.XrLabel37.SizeF = New System.Drawing.SizeF(160.201!, 11.54169!)
|
||||
Me.XrLabel37.StylePriority.UseFont = False
|
||||
Me.XrLabel37.Text = "XrLabel49"
|
||||
'
|
||||
'XrLabel29
|
||||
'
|
||||
Me.XrLabel29.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.POSINHALT")})
|
||||
Me.XrLabel29.Dpi = 100.0!
|
||||
Me.XrLabel29.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel29.LocationFloat = New DevExpress.Utils.PointFloat(278.3869!, 0!)
|
||||
Me.XrLabel29.Name = "XrLabel29"
|
||||
Me.XrLabel29.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel29.SizeF = New System.Drawing.SizeF(119.5757!, 14.66667!)
|
||||
Me.XrLabel29.StylePriority.UseFont = False
|
||||
'
|
||||
'GroupFooter2
|
||||
'
|
||||
Me.GroupFooter2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel56, Me.XrLabel53, Me.XrLabel52, Me.XrLabel51, Me.XrLabel40, Me.XrLine5})
|
||||
Me.GroupFooter2.Dpi = 100.0!
|
||||
Me.GroupFooter2.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail
|
||||
Me.GroupFooter2.HeightF = 41.58335!
|
||||
Me.GroupFooter2.KeepTogether = True
|
||||
Me.GroupFooter2.Level = 2
|
||||
Me.GroupFooter2.Name = "GroupFooter2"
|
||||
'
|
||||
'XrLabel56
|
||||
'
|
||||
Me.XrLabel56.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.BEMERKUNG")})
|
||||
Me.XrLabel56.Dpi = 100.0!
|
||||
Me.XrLabel56.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel56.LocationFloat = New DevExpress.Utils.PointFloat(100.0!, 0!)
|
||||
Me.XrLabel56.Name = "XrLabel56"
|
||||
Me.XrLabel56.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel56.SizeF = New System.Drawing.SizeF(550.0!, 14.58337!)
|
||||
Me.XrLabel56.StylePriority.UseFont = False
|
||||
Me.XrLabel56.Text = "XrLabel47"
|
||||
'
|
||||
'XrLabel53
|
||||
'
|
||||
Me.XrLabel53.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT_ERG")})
|
||||
Me.XrLabel53.Dpi = 100.0!
|
||||
Me.XrLabel53.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel53.LocationFloat = New DevExpress.Utils.PointFloat(449.9995!, 18.41983!)
|
||||
Me.XrLabel53.Name = "XrLabel53"
|
||||
Me.XrLabel53.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel53.SizeF = New System.Drawing.SizeF(100.0!, 14.58327!)
|
||||
Me.XrLabel53.StylePriority.UseFont = False
|
||||
Me.XrLabel53.Text = "XrLabel46"
|
||||
'
|
||||
'XrLabel52
|
||||
'
|
||||
Me.XrLabel52.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_TEXT")})
|
||||
Me.XrLabel52.Dpi = 100.0!
|
||||
Me.XrLabel52.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel52.LocationFloat = New DevExpress.Utils.PointFloat(46.38993!, 18.41972!)
|
||||
Me.XrLabel52.Name = "XrLabel52"
|
||||
Me.XrLabel52.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel52.SizeF = New System.Drawing.SizeF(403.6096!, 14.58334!)
|
||||
Me.XrLabel52.StylePriority.UseFont = False
|
||||
Me.XrLabel52.Text = "XrLabel39"
|
||||
'
|
||||
'XrLabel51
|
||||
'
|
||||
Me.XrLabel51.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.HINW_CODE")})
|
||||
Me.XrLabel51.Dpi = 100.0!
|
||||
Me.XrLabel51.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel51.LocationFloat = New DevExpress.Utils.PointFloat(0!, 18.41983!)
|
||||
Me.XrLabel51.Name = "XrLabel51"
|
||||
Me.XrLabel51.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel51.SizeF = New System.Drawing.SizeF(42.22472!, 14.58334!)
|
||||
Me.XrLabel51.StylePriority.UseFont = False
|
||||
Me.XrLabel51.Text = "XrLabel38"
|
||||
'
|
||||
'XrLabel40
|
||||
'
|
||||
Me.XrLabel40.Dpi = 100.0!
|
||||
Me.XrLabel40.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel40.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0.000007629395!)
|
||||
Me.XrLabel40.Multiline = True
|
||||
Me.XrLabel40.Name = "XrLabel40"
|
||||
Me.XrLabel40.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel40.SizeF = New System.Drawing.SizeF(100.0!, 14.58334!)
|
||||
Me.XrLabel40.StyleName = "Title"
|
||||
Me.XrLabel40.StylePriority.UseFont = False
|
||||
Me.XrLabel40.Text = "Bemerkung:"
|
||||
Me.labelSummeKolli.Summary = XrSummary3
|
||||
'
|
||||
'XrLine5
|
||||
'
|
||||
Me.XrLine5.Dpi = 100.0!
|
||||
Me.XrLine5.LocationFloat = New DevExpress.Utils.PointFloat(0!, 34.58334!)
|
||||
Me.XrLine5.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
||||
Me.XrLine5.Name = "XrLine5"
|
||||
Me.XrLine5.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.XrLine5.SizeF = New System.Drawing.SizeF(650.0!, 6.999992!)
|
||||
Me.XrLine5.StylePriority.UsePadding = False
|
||||
'
|
||||
'XrLine1
|
||||
'
|
||||
Me.XrLine1.Dpi = 100.0!
|
||||
Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 55.62509!)
|
||||
Me.XrLine1.Name = "XrLine1"
|
||||
Me.XrLine1.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!)
|
||||
Me.XrLine1.SizeF = New System.Drawing.SizeF(650.0!, 6.999996!)
|
||||
Me.XrLine1.StylePriority.UsePadding = False
|
||||
'
|
||||
'GroupFooter2
|
||||
'
|
||||
Me.GroupFooter2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrSubreport1, Me.XrLine1, Me.XrLabel46, Me.XrLabel58})
|
||||
Me.GroupFooter2.Dpi = 100.0!
|
||||
Me.GroupFooter2.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail
|
||||
Me.GroupFooter2.HeightF = 72.6251!
|
||||
Me.GroupFooter2.KeepTogether = True
|
||||
Me.GroupFooter2.Level = 1
|
||||
Me.GroupFooter2.Name = "GroupFooter2"
|
||||
'
|
||||
'XrLabel46
|
||||
'
|
||||
Me.XrLabel46.Dpi = 100.0!
|
||||
Me.XrLabel46.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel46.ForeColor = System.Drawing.Color.Black
|
||||
Me.XrLabel46.LocationFloat = New DevExpress.Utils.PointFloat(2.0!, 41.04169!)
|
||||
Me.XrLabel46.Multiline = True
|
||||
Me.XrLabel46.Name = "XrLabel46"
|
||||
Me.XrLabel46.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel46.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Merge
|
||||
Me.XrLabel46.ProcessNullValues = DevExpress.XtraReports.UI.ValueSuppressType.SuppressAndShrink
|
||||
Me.XrLabel46.SizeF = New System.Drawing.SizeF(100.0!, 14.58334!)
|
||||
Me.XrLabel46.StyleName = "Title"
|
||||
Me.XrLabel46.StylePriority.UseFont = False
|
||||
Me.XrLabel46.StylePriority.UseForeColor = False
|
||||
Me.XrLabel46.Text = "Bemerkung:"
|
||||
'
|
||||
'XrLabel58
|
||||
'
|
||||
Me.XrLabel58.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.BEMERKUNG")})
|
||||
Me.XrLabel58.Dpi = 100.0!
|
||||
Me.XrLabel58.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel58.LocationFloat = New DevExpress.Utils.PointFloat(102.0001!, 41.04169!)
|
||||
Me.XrLabel58.Name = "XrLabel58"
|
||||
Me.XrLabel58.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel58.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Merge
|
||||
Me.XrLabel58.SizeF = New System.Drawing.SizeF(547.0001!, 14.58337!)
|
||||
Me.XrLabel58.StylePriority.UseFont = False
|
||||
Me.XrLabel58.Text = "XrLabel47"
|
||||
'
|
||||
'GroupHeader3
|
||||
'
|
||||
Me.GroupHeader3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel44, Me.XrLabel45, Me.XrLabel54, Me.XrLabel25, Me.XrLabel43, Me.XrLabel42, Me.XrLabel35, Me.XrLabel34, Me.XrLabel33, Me.XrLabel55})
|
||||
Me.GroupHeader3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel44, Me.XrLabel45, Me.XrLabel54, Me.labelSendungNr, Me.labelPalettenanzahl, Me.XrLabel42, Me.XrLabel35, Me.XrLabel34, Me.labelGewicht, Me.XrLabel55})
|
||||
Me.GroupHeader3.Dpi = 100.0!
|
||||
Me.GroupHeader3.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("SENDUNGNR", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), New DevExpress.XtraReports.UI.GroupField("CODE", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
||||
Me.GroupHeader3.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("CODE", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
||||
Me.GroupHeader3.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WholePage
|
||||
Me.GroupHeader3.HeightF = 45.12498!
|
||||
Me.GroupHeader3.KeepTogether = True
|
||||
Me.GroupHeader3.Level = 1
|
||||
Me.GroupHeader3.Name = "GroupHeader3"
|
||||
'
|
||||
'XrLabel44
|
||||
@ -951,44 +917,44 @@ Partial Public Class reportUebergabe
|
||||
Me.XrLabel54.StylePriority.UseFont = False
|
||||
Me.XrLabel54.Text = "XrLabel34"
|
||||
'
|
||||
'XrLabel25
|
||||
'labelSendungNr
|
||||
'
|
||||
Me.XrLabel25.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SENDUNGNR")})
|
||||
Me.XrLabel25.Dpi = 100.0!
|
||||
Me.XrLabel25.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel25.LocationFloat = New DevExpress.Utils.PointFloat(157.9532!, 0!)
|
||||
Me.XrLabel25.Name = "XrLabel25"
|
||||
Me.XrLabel25.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel25.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress
|
||||
Me.XrLabel25.SizeF = New System.Drawing.SizeF(58.88268!, 14.66667!)
|
||||
Me.XrLabel25.StylePriority.UseFont = False
|
||||
Me.XrLabel25.Text = "XrLabel25"
|
||||
Me.labelSendungNr.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SENDUNGNR")})
|
||||
Me.labelSendungNr.Dpi = 100.0!
|
||||
Me.labelSendungNr.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.labelSendungNr.LocationFloat = New DevExpress.Utils.PointFloat(157.9532!, 0!)
|
||||
Me.labelSendungNr.Name = "labelSendungNr"
|
||||
Me.labelSendungNr.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelSendungNr.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress
|
||||
Me.labelSendungNr.SizeF = New System.Drawing.SizeF(58.88268!, 14.66667!)
|
||||
Me.labelSendungNr.StylePriority.UseFont = False
|
||||
Me.labelSendungNr.Text = "labelSendungNr"
|
||||
'
|
||||
'XrLabel43
|
||||
'labelPalettenanzahl
|
||||
'
|
||||
Me.XrLabel43.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.PALETTENANZAHL")})
|
||||
Me.XrLabel43.Dpi = 100.0!
|
||||
Me.XrLabel43.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel43.LocationFloat = New DevExpress.Utils.PointFloat(216.836!, 0!)
|
||||
Me.XrLabel43.Name = "XrLabel43"
|
||||
Me.XrLabel43.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel43.SizeF = New System.Drawing.SizeF(25.25044!, 14.66667!)
|
||||
Me.XrLabel43.StylePriority.UseFont = False
|
||||
Me.XrLabel43.StylePriority.UseTextAlignment = False
|
||||
Me.labelPalettenanzahl.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.PALETTENANZAHL")})
|
||||
Me.labelPalettenanzahl.Dpi = 100.0!
|
||||
Me.labelPalettenanzahl.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.labelPalettenanzahl.LocationFloat = New DevExpress.Utils.PointFloat(216.836!, 0!)
|
||||
Me.labelPalettenanzahl.Name = "labelPalettenanzahl"
|
||||
Me.labelPalettenanzahl.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelPalettenanzahl.SizeF = New System.Drawing.SizeF(25.25044!, 14.66667!)
|
||||
Me.labelPalettenanzahl.StylePriority.UseFont = False
|
||||
Me.labelPalettenanzahl.StylePriority.UseTextAlignment = False
|
||||
XrSummary4.FormatString = "{0}"
|
||||
XrSummary4.Func = DevExpress.XtraReports.UI.SummaryFunc.Count
|
||||
Me.XrLabel43.Summary = XrSummary4
|
||||
Me.XrLabel43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight
|
||||
Me.labelPalettenanzahl.Summary = XrSummary4
|
||||
Me.labelPalettenanzahl.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight
|
||||
'
|
||||
'XrLabel42
|
||||
'
|
||||
Me.XrLabel42.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.CODE")})
|
||||
Me.XrLabel42.Dpi = 100.0!
|
||||
Me.XrLabel42.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel42.LocationFloat = New DevExpress.Utils.PointFloat(242.0876!, 0!)
|
||||
Me.XrLabel42.LocationFloat = New DevExpress.Utils.PointFloat(242.0865!, 0!)
|
||||
Me.XrLabel42.Name = "XrLabel42"
|
||||
Me.XrLabel42.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel42.SizeF = New System.Drawing.SizeF(37.29942!, 14.66667!)
|
||||
Me.XrLabel42.SizeF = New System.Drawing.SizeF(37.30055!, 14.66667!)
|
||||
Me.XrLabel42.StylePriority.UseFont = False
|
||||
Me.XrLabel42.StylePriority.UseTextAlignment = False
|
||||
Me.XrLabel42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft
|
||||
@ -1020,17 +986,17 @@ Partial Public Class reportUebergabe
|
||||
Me.XrLabel34.StylePriority.UseFont = False
|
||||
Me.XrLabel34.Text = "1.00 EUR"
|
||||
'
|
||||
'XrLabel33
|
||||
'labelGewicht
|
||||
'
|
||||
Me.XrLabel33.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SDG_GEWICHT", "{0} kg")})
|
||||
Me.XrLabel33.Dpi = 100.0!
|
||||
Me.XrLabel33.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.XrLabel33.LocationFloat = New DevExpress.Utils.PointFloat(429.5758!, 0!)
|
||||
Me.XrLabel33.Name = "XrLabel33"
|
||||
Me.XrLabel33.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.XrLabel33.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress
|
||||
Me.XrLabel33.SizeF = New System.Drawing.SizeF(58.89133!, 14.66667!)
|
||||
Me.XrLabel33.StylePriority.UseFont = False
|
||||
Me.labelGewicht.DataBindings.AddRange(New DevExpress.XtraReports.UI.XRBinding() {New DevExpress.XtraReports.UI.XRBinding("Text", Nothing, "Query.SDG_GEWICHT", "{0} kg")})
|
||||
Me.labelGewicht.Dpi = 100.0!
|
||||
Me.labelGewicht.Font = New System.Drawing.Font("Arial", 8.25!)
|
||||
Me.labelGewicht.LocationFloat = New DevExpress.Utils.PointFloat(429.5758!, 0!)
|
||||
Me.labelGewicht.Name = "labelGewicht"
|
||||
Me.labelGewicht.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!)
|
||||
Me.labelGewicht.ProcessDuplicatesMode = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress
|
||||
Me.labelGewicht.SizeF = New System.Drawing.SizeF(58.89133!, 14.66667!)
|
||||
Me.labelGewicht.StylePriority.UseFont = False
|
||||
'
|
||||
'XrLabel55
|
||||
'
|
||||
@ -1045,23 +1011,21 @@ Partial Public Class reportUebergabe
|
||||
Me.XrLabel55.StylePriority.UseFont = False
|
||||
Me.XrLabel55.Text = "XrLabel35"
|
||||
'
|
||||
'GroupHeader1
|
||||
'XrSubreport1
|
||||
'
|
||||
Me.GroupHeader1.Dpi = 100.0!
|
||||
Me.GroupHeader1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("EMP", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)})
|
||||
Me.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WholePage
|
||||
Me.GroupHeader1.HeightF = 0!
|
||||
Me.GroupHeader1.KeepTogether = True
|
||||
Me.GroupHeader1.Level = 2
|
||||
Me.GroupHeader1.Name = "GroupHeader1"
|
||||
Me.XrSubreport1.Dpi = 100.0!
|
||||
Me.XrSubreport1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!)
|
||||
Me.XrSubreport1.Name = "XrSubreport1"
|
||||
Me.XrSubreport1.ParameterBindings.Add(New DevExpress.XtraReports.UI.ParameterBinding("SendungNr", Nothing, "Query.GUID"))
|
||||
Me.XrSubreport1.ReportSource = New KommiCollo.reportHinweis()
|
||||
Me.XrSubreport1.SizeF = New System.Drawing.SizeF(650.0!, 32.99999!)
|
||||
'
|
||||
'reportUebergabe
|
||||
'
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.PageHeaderBand1, Me.ReportHeaderBand1, Me.ReportFooter, Me.GroupHeader2, Me.GroupHeader1, Me.GroupFooter2, Me.GroupHeader3})
|
||||
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.PageHeaderBand1, Me.ReportHeaderBand1, Me.ReportFooter, Me.GroupFooter2, Me.GroupHeader3})
|
||||
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1})
|
||||
Me.DataMember = "Query"
|
||||
Me.DataSource = Me.SqlDataSource1
|
||||
Me.FormattingRuleSheet.AddRange(New DevExpress.XtraReports.UI.FormattingRule() {Me.FormattingRule1})
|
||||
Me.Margins = New System.Drawing.Printing.Margins(100, 100, 41, 54)
|
||||
Me.ScriptLanguage = DevExpress.XtraReports.ScriptLanguage.VisualBasic
|
||||
Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.FieldCaption, Me.PageInfo, Me.DataField})
|
||||
@ -1100,9 +1064,8 @@ Partial Public Class reportUebergabe
|
||||
Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel36 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel41 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents FormattingRule1 As DevExpress.XtraReports.UI.FormattingRule
|
||||
Friend WithEvents ReportFooter As DevExpress.XtraReports.UI.ReportFooterBand
|
||||
Friend WithEvents XrLabel32 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelAnzahlSendungen As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLine7 As DevExpress.XtraReports.UI.XRLine
|
||||
Friend WithEvents XrLabel16 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel
|
||||
@ -1126,28 +1089,24 @@ Partial Public Class reportUebergabe
|
||||
Friend WithEvents XrLine6 As DevExpress.XtraReports.UI.XRLine
|
||||
Friend WithEvents XrLabel9 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLine1 As DevExpress.XtraReports.UI.XRLine
|
||||
Friend WithEvents XrLabel31 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel50 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents GroupHeader2 As DevExpress.XtraReports.UI.GroupHeaderBand
|
||||
Friend WithEvents XrLabel29 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel37 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelSummeGewicht As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelSummeKolli As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents GroupFooter2 As DevExpress.XtraReports.UI.GroupFooterBand
|
||||
Friend WithEvents XrLabel56 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel53 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel52 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel51 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel40 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLine5 As DevExpress.XtraReports.UI.XRLine
|
||||
Friend WithEvents GroupHeader3 As DevExpress.XtraReports.UI.GroupHeaderBand
|
||||
Friend WithEvents XrLabel44 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel45 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel54 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel25 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel43 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelSendungNr As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelPalettenanzahl As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel42 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel35 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel34 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel33 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents labelGewicht As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel55 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents GroupHeader1 As DevExpress.XtraReports.UI.GroupHeaderBand
|
||||
Friend WithEvents XrLabel46 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel58 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel49 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrLabel51 As DevExpress.XtraReports.UI.XRLabel
|
||||
Friend WithEvents XrSubreport1 As DevExpress.XtraReports.UI.XRSubreport
|
||||
End Class
|
||||
|
||||
@ -121,7 +121,8 @@
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<data name="CustomSqlQuery1.Sql" xml:space="preserve">
|
||||
<value>SELECT [LAD1]
|
||||
<value>SELECT GUID
|
||||
,[LAD1]
|
||||
,[LAD_STRASSE]
|
||||
,[LAD_LKZ_PLZ_ORT]
|
||||
,[FERTIG]
|
||||
@ -150,8 +151,12 @@
|
||||
,[HINW_TEXT_ERG]
|
||||
,[BORDERONR]
|
||||
FROM [SCHAUM_IID].[dbo].[VWHUP_REPORT1]</value>
|
||||
</data>
|
||||
<data name="CustomSqlQuery2.Sql" xml:space="preserve">
|
||||
<value>SELECT DISTINCT T.TEXT, T2.CODE, T2.BEZEICHNUNG, T.SENDUNGNR FROM TBKOMMCOLLI_HINWEIS T INNER JOIN TBKOMMCOLLI_TEXTSCHLUESSEL T2 ON T.TEXTSCHLUSSEL_ID = T2.GUID
|
||||
INNER JOIN VWHUP_REPORT1 T1 ON T.SENDUNGNR = T1.GUID</value>
|
||||
</data>
|
||||
<data name="SqlDataSource1.ResultSchemaSerializable" xml:space="preserve">
|
||||
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iTEFEMSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJMQURfU1RSQVNTRSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJMQURfTEtaX1BMWl9PUlQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRkVSVElHIiBUeXBlPSJCb29sZWFuIiAvPjxGaWVsZCBOYW1lPSJTRU5EVU5HTlIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU0RHX1JFRkVSRU5aIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfWlVTQVRaIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUF9TVFJBU1NFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUF9QTFpfU1RSIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUF9MS1oiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRU1QX09SVCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfT1RFSUwiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQUJIT0xEQVRVTSIgVHlwZT0iRGF0ZVRpbWUiIC8+PEZpZWxkIE5hbWU9IlNER19HRVdJQ0hUIiBUeXBlPSJEb3VibGUiIC8+PEZpZWxkIE5hbWU9IlNER19TVEVMTFBMQUVUWkUiIFR5cGU9IkludDE2IiAvPjxGaWVsZCBOYW1lPSJTREdfRlJBTktBVFVSIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik5WRSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJQT1NJTkhBTFQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUE9TX0dFV0lDSFQiIFR5cGU9IkRvdWJsZSIgLz48RmllbGQgTmFtZT0iUEFDS1NUVUVDS0FOWkFITCIgVHlwZT0iQnl0ZSIgLz48RmllbGQgTmFtZT0iUEFMRVRURU5BTlpBSEwiIFR5cGU9IkludDMyIiAvPjxGaWVsZCBOYW1lPSJDT0RFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkJFTUVSS1VORyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJISU5XX0NPREUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iSElOV19URVhUIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkhJTldfVEVYVF9FUkciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQk9SREVST05SIiBUeXBlPSJJbnQzMiIgLz48L1ZpZXc+PC9EYXRhU2V0Pg==</value>
|
||||
<value>PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlF1ZXJ5Ij48RmllbGQgTmFtZT0iR1VJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkxBRDEiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTEFEX1NUUkFTU0UiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTEFEX0xLWl9QTFpfT1JUIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkZFUlRJRyIgVHlwZT0iQm9vbGVhbiIgLz48RmllbGQgTmFtZT0iU0VORFVOR05SIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlNER19SRUZFUkVOWiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVAiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRU1QX1pVU0FUWiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfU1RSQVNTRSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfUExaX1NUUiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJFTVBfTEtaIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVNUF9PUlQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRU1QX09URUlMIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkFCSE9MREFUVU0iIFR5cGU9IkRhdGVUaW1lIiAvPjxGaWVsZCBOYW1lPSJTREdfR0VXSUNIVCIgVHlwZT0iRG91YmxlIiAvPjxGaWVsZCBOYW1lPSJTREdfU1RFTExQTEFFVFpFIiBUeXBlPSJJbnQxNiIgLz48RmllbGQgTmFtZT0iU0RHX0ZSQU5LQVRVUiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOVkUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUE9TSU5IQUxUIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlBPU19HRVdJQ0hUIiBUeXBlPSJEb3VibGUiIC8+PEZpZWxkIE5hbWU9IlBBQ0tTVFVFQ0tBTlpBSEwiIFR5cGU9IkJ5dGUiIC8+PEZpZWxkIE5hbWU9IlBBTEVUVEVOQU5aQUhMIiBUeXBlPSJJbnQzMiIgLz48RmllbGQgTmFtZT0iQ09ERSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCRU1FUktVTkciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iSElOV19DT0RFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkhJTldfVEVYVCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJISU5XX1RFWFRfRVJHIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkJPUkRFUk9OUiIgVHlwZT0iSW50MzIiIC8+PC9WaWV3PjxWaWV3IE5hbWU9IlF1ZXJ5X0hpbndlaXN0ZXh0Ij48RmllbGQgTmFtZT0iVEVYVCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJDT0RFIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkJFWkVJQ0hOVU5HIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlNFTkRVTkdOUiIgVHlwZT0iSW50MzIiIC8+PC9WaWV3PjxSZWxhdGlvbiBNYXN0ZXI9IlF1ZXJ5IiBEZXRhaWw9IlF1ZXJ5X0hpbndlaXN0ZXh0Ij48S2V5Q29sdW1uIE1hc3Rlcj0iR1VJRCIgRGV0YWlsPSJTRU5EVU5HTlIiIC8+PC9SZWxhdGlvbj48L0RhdGFTZXQ+</value>
|
||||
</data>
|
||||
</root>
|
||||
@ -1,3 +1,50 @@
|
||||
Public Class reportUebergabe
|
||||
|
||||
Imports DevExpress.XtraReports.Parameters
|
||||
|
||||
|
||||
''' <summary>
|
||||
''' Hier werden die Summen von
|
||||
''' - Anzahl Sendungen
|
||||
''' - Anzahl Kolli
|
||||
''' - Gesamtgewicht
|
||||
''' berechnet.
|
||||
''' </summary>
|
||||
Public Class reportUebergabe
|
||||
Private sendungen As Integer = 0
|
||||
Private kolli As Integer = 0
|
||||
Private gewicht As Double = 0.00
|
||||
|
||||
|
||||
Private Sub labelAnzahlSendungen_SummaryReset(sender As Object, e As EventArgs) Handles labelAnzahlSendungen.SummaryReset
|
||||
sendungen = 0
|
||||
kolli = 0
|
||||
gewicht = 0.00
|
||||
End Sub
|
||||
|
||||
Private Sub labelSendungNr_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles labelSendungNr.BeforePrint
|
||||
sendungen = sendungen + 1
|
||||
End Sub
|
||||
|
||||
Private Sub labelPalettenanzahl_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles labelPalettenanzahl.BeforePrint
|
||||
kolli = kolli + GetCurrentColumnValue("PALETTENANZAHL")
|
||||
End Sub
|
||||
|
||||
Private Sub labelGewicht_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles labelGewicht.BeforePrint
|
||||
gewicht = gewicht + CDbl(GetCurrentColumnValue("SDG_GEWICHT"))
|
||||
End Sub
|
||||
|
||||
Private Sub labelSummeKolli_SummaryGetResult(sender As Object, e As DevExpress.XtraReports.UI.SummaryGetResultEventArgs) Handles labelSummeKolli.SummaryGetResult
|
||||
e.Result = kolli
|
||||
e.Handled = True
|
||||
End Sub
|
||||
|
||||
Private Sub labelSummeGewicht_SummaryGetResult(sender As Object, e As DevExpress.XtraReports.UI.SummaryGetResultEventArgs) Handles labelSummeGewicht.SummaryGetResult
|
||||
e.Result = gewicht
|
||||
e.Handled = True
|
||||
End Sub
|
||||
|
||||
Private Sub labelAnzahlSendungen_SummaryGetResult(sender As Object, e As DevExpress.XtraReports.UI.SummaryGetResultEventArgs) Handles labelAnzahlSendungen.SummaryGetResult
|
||||
e.Result = sendungen
|
||||
e.Handled = True
|
||||
End Sub
|
||||
End Class
|
||||
Loading…
x
Reference in New Issue
Block a user