This commit is contained in:
Digital Data - Marlon Schreiber 2017-10-06 10:07:37 +02:00
parent e4b737c7db
commit 6874538dfc
23 changed files with 440 additions and 36 deletions

Binary file not shown.

3
.vs/ProjectSettings.json Normal file
View File

@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}

BIN
.vs/slnx.sqlite Normal file

Binary file not shown.

BIN
.vs/slnx.sqlite-journal Normal file

Binary file not shown.

View File

@ -56,21 +56,21 @@
<Reference Include="DevExpress.CodeParser.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Data.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.Data.v15.2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.DataAccess.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.DataAccess.v15.2.UI, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.DataAccess.v15.2.UI, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a">
<Private>True</Private>
</Reference>
<Reference Include="DevExpress.Office.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.PivotGrid.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.RichEdit.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.Utils.v15.2.UI, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Xpo.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
@ -80,22 +80,18 @@
<Reference Include="DevExpress.XtraCharts.v15.2.Wizard, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.XtraGauges.v15.2.Core, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.XtraNavBar.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraPivotGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="DevExpress.XtraReports.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraReports.v15.2.Extensions, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />

View File

@ -1,4 +1 @@
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraPrinting.Preview.DocumentViewer, DevExpress.XtraPrinting.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v15.2, Version=15.2.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@ -1,4 +0,0 @@
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
DevExpress.XtraPrinting.Preview.DocumentViewer, DevExpress.XtraPrinting.v15.2, Version=15.2.15.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

Binary file not shown.

Binary file not shown.

View File

@ -36,10 +36,25 @@ Partial Class frmAbschluss
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.GridControl1 = New DevExpress.XtraGrid.GridControl()
Me.VWHUP_REPORT1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colSENDUNGNR = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSDG_REFERENZ = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colEMP = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colEMP_ZUSATZ = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colEMP_STRASSE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colEMP_PLZ_STR = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSDG_GEWICHT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colSDG_STELLPLAETZE = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colPOSINHALT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colPOS_GEWICHT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.DSMercator = New KommiCollo.DSMercator()
Me.VKKOPFBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.VKKOPFTableAdapter = New KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter()
@ -55,12 +70,16 @@ 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.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker()
Me.VWHUP_REPORT1TableAdapter = New KommiCollo.MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter()
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.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@ -75,7 +94,7 @@ Partial Class frmAbschluss
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtcheck_all, Me.tsbtde_check_all, Me.ToolStripSeparator1})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(852, 25)
Me.ToolStrip1.Size = New System.Drawing.Size(1114, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
'
@ -110,12 +129,12 @@ Partial Class frmAbschluss
Me.VWAbschlussDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.VWAbschlussDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Auswahl, Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4})
Me.VWAbschlussDataGridView.DataSource = Me.VWAbschlussBindingSource
Me.VWAbschlussDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.VWAbschlussDataGridView.Location = New System.Drawing.Point(0, 0)
Me.VWAbschlussDataGridView.Location = New System.Drawing.Point(158, 23)
Me.VWAbschlussDataGridView.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.VWAbschlussDataGridView.Name = "VWAbschlussDataGridView"
Me.VWAbschlussDataGridView.Size = New System.Drawing.Size(698, 591)
Me.VWAbschlussDataGridView.Size = New System.Drawing.Size(512, 446)
Me.VWAbschlussDataGridView.TabIndex = 1
Me.VWAbschlussDataGridView.Visible = False
'
'Auswahl
'
@ -164,6 +183,7 @@ Partial Class frmAbschluss
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.cmbMandant)
Me.Panel1.Controls.Add(Me.btndelete)
Me.Panel1.Controls.Add(Me.btnAbschluss)
@ -173,10 +193,19 @@ Partial Class frmAbschluss
Me.Panel1.Size = New System.Drawing.Size(154, 591)
Me.Panel1.TabIndex = 2
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(3, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(107, 17)
Me.Label1.TabIndex = 3
Me.Label1.Text = "Mandant wählen:"
'
'cmbMandant
'
Me.cmbMandant.FormattingEnabled = True
Me.cmbMandant.Location = New System.Drawing.Point(3, 19)
Me.cmbMandant.Location = New System.Drawing.Point(6, 33)
Me.cmbMandant.Name = "cmbMandant"
Me.cmbMandant.Size = New System.Drawing.Size(141, 25)
Me.cmbMandant.TabIndex = 2
@ -186,11 +215,11 @@ Partial Class frmAbschluss
Me.btndelete.Enabled = False
Me.btndelete.Image = Global.KommiCollo.My.Resources.Resources.delete2
Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndelete.Location = New System.Drawing.Point(3, 194)
Me.btndelete.Location = New System.Drawing.Point(7, 153)
Me.btndelete.Name = "btndelete"
Me.btndelete.Size = New System.Drawing.Size(141, 63)
Me.btndelete.TabIndex = 1
Me.btndelete.Text = "Gewählte Pakete" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "löschen"
Me.btndelete.Text = "Einheit löschen"
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btndelete.UseVisualStyleBackColor = True
'
@ -199,7 +228,7 @@ Partial Class frmAbschluss
Me.btnAbschluss.Enabled = False
Me.btnAbschluss.Image = Global.KommiCollo.My.Resources.Resources.package_go
Me.btnAbschluss.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAbschluss.Location = New System.Drawing.Point(3, 64)
Me.btnAbschluss.Location = New System.Drawing.Point(7, 84)
Me.btnAbschluss.Name = "btnAbschluss"
Me.btnAbschluss.Size = New System.Drawing.Size(141, 63)
Me.btnAbschluss.TabIndex = 0
@ -209,13 +238,145 @@ Partial Class frmAbschluss
'
'Panel2
'
Me.Panel2.Controls.Add(Me.GridControl1)
Me.Panel2.Controls.Add(Me.VWAbschlussDataGridView)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(154, 25)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(698, 591)
Me.Panel2.Size = New System.Drawing.Size(960, 591)
Me.Panel2.TabIndex = 3
'
'GridControl1
'
Me.GridControl1.DataSource = Me.VWHUP_REPORT1BindingSource
Me.GridControl1.Location = New System.Drawing.Point(52, 65)
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(832, 328)
Me.GridControl1.TabIndex = 2
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
Me.GridControl1.Visible = False
'
'VWHUP_REPORT1BindingSource
'
Me.VWHUP_REPORT1BindingSource.DataMember = "VWHUP_REPORT1"
Me.VWHUP_REPORT1BindingSource.DataSource = Me.MyDataset
'
'GridView1
'
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn1, Me.colSENDUNGNR, Me.colSDG_REFERENZ, Me.colEMP, Me.colEMP_ZUSATZ, Me.colEMP_STRASSE, Me.colEMP_PLZ_STR, Me.colSDG_GEWICHT, Me.colSDG_STELLPLAETZE, Me.colPOSINHALT, Me.colPOS_GEWICHT})
Me.GridView1.GridControl = Me.GridControl1
Me.GridView1.Name = "GridView1"
'
'colSENDUNGNR
'
Me.colSENDUNGNR.Caption = "Sendung"
Me.colSENDUNGNR.FieldName = "SENDUNGNR"
Me.colSENDUNGNR.Name = "colSENDUNGNR"
Me.colSENDUNGNR.OptionsColumn.AllowEdit = False
Me.colSENDUNGNR.Visible = True
Me.colSENDUNGNR.VisibleIndex = 1
Me.colSENDUNGNR.Width = 82
'
'colSDG_REFERENZ
'
Me.colSDG_REFERENZ.Caption = "Referenz"
Me.colSDG_REFERENZ.FieldName = "SDG_REFERENZ"
Me.colSDG_REFERENZ.Name = "colSDG_REFERENZ"
Me.colSDG_REFERENZ.OptionsColumn.AllowEdit = False
Me.colSDG_REFERENZ.Visible = True
Me.colSDG_REFERENZ.VisibleIndex = 2
Me.colSDG_REFERENZ.Width = 65
'
'colEMP
'
Me.colEMP.Caption = "Empfänger"
Me.colEMP.FieldName = "EMP"
Me.colEMP.Name = "colEMP"
Me.colEMP.OptionsColumn.AllowEdit = False
Me.colEMP.Visible = True
Me.colEMP.VisibleIndex = 3
Me.colEMP.Width = 134
'
'colEMP_ZUSATZ
'
Me.colEMP_ZUSATZ.Caption = "Emp-Zusatz"
Me.colEMP_ZUSATZ.FieldName = "EMP_ZUSATZ"
Me.colEMP_ZUSATZ.Name = "colEMP_ZUSATZ"
Me.colEMP_ZUSATZ.OptionsColumn.AllowEdit = False
Me.colEMP_ZUSATZ.Visible = True
Me.colEMP_ZUSATZ.VisibleIndex = 4
Me.colEMP_ZUSATZ.Width = 57
'
'colEMP_STRASSE
'
Me.colEMP_STRASSE.Caption = "Strasse"
Me.colEMP_STRASSE.FieldName = "EMP_STRASSE"
Me.colEMP_STRASSE.Name = "colEMP_STRASSE"
Me.colEMP_STRASSE.OptionsColumn.AllowEdit = False
Me.colEMP_STRASSE.Visible = True
Me.colEMP_STRASSE.VisibleIndex = 5
Me.colEMP_STRASSE.Width = 105
'
'colEMP_PLZ_STR
'
Me.colEMP_PLZ_STR.FieldName = "EMP_PLZ_STR"
Me.colEMP_PLZ_STR.Name = "colEMP_PLZ_STR"
Me.colEMP_PLZ_STR.OptionsColumn.AllowEdit = False
Me.colEMP_PLZ_STR.Visible = True
Me.colEMP_PLZ_STR.VisibleIndex = 6
Me.colEMP_PLZ_STR.Width = 70
'
'colSDG_GEWICHT
'
Me.colSDG_GEWICHT.Caption = "Gewicht"
Me.colSDG_GEWICHT.FieldName = "SDG_GEWICHT"
Me.colSDG_GEWICHT.Name = "colSDG_GEWICHT"
Me.colSDG_GEWICHT.OptionsColumn.AllowEdit = False
Me.colSDG_GEWICHT.Visible = True
Me.colSDG_GEWICHT.VisibleIndex = 7
Me.colSDG_GEWICHT.Width = 63
'
'colSDG_STELLPLAETZE
'
Me.colSDG_STELLPLAETZE.Caption = "Stellplätze"
Me.colSDG_STELLPLAETZE.FieldName = "SDG_STELLPLAETZE"
Me.colSDG_STELLPLAETZE.Name = "colSDG_STELLPLAETZE"
Me.colSDG_STELLPLAETZE.OptionsColumn.AllowEdit = False
Me.colSDG_STELLPLAETZE.Visible = True
Me.colSDG_STELLPLAETZE.VisibleIndex = 8
Me.colSDG_STELLPLAETZE.Width = 59
'
'colPOSINHALT
'
Me.colPOSINHALT.Caption = "Inhalt"
Me.colPOSINHALT.FieldName = "POSINHALT"
Me.colPOSINHALT.Name = "colPOSINHALT"
Me.colPOSINHALT.OptionsColumn.AllowEdit = False
Me.colPOSINHALT.Visible = True
Me.colPOSINHALT.VisibleIndex = 9
Me.colPOSINHALT.Width = 76
'
'colPOS_GEWICHT
'
Me.colPOS_GEWICHT.Caption = "Gewicht"
Me.colPOS_GEWICHT.FieldName = "POS_GEWICHT"
Me.colPOS_GEWICHT.Name = "colPOS_GEWICHT"
Me.colPOS_GEWICHT.OptionsColumn.AllowEdit = False
Me.colPOS_GEWICHT.Visible = True
Me.colPOS_GEWICHT.VisibleIndex = 10
Me.colPOS_GEWICHT.Width = 41
'
'GridColumn1
'
Me.GridColumn1.Caption = "Auswahl"
Me.GridColumn1.FieldName = "Selected_Unbound"
Me.GridColumn1.Name = "GridColumn1"
Me.GridColumn1.UnboundType = DevExpress.Data.UnboundColumnType.[Boolean]
Me.GridColumn1.Visible = True
Me.GridColumn1.VisibleIndex = 0
Me.GridColumn1.Width = 62
'
'DSMercator
'
Me.DSMercator.DataSetName = "DSMercator"
@ -287,11 +448,18 @@ Partial Class frmAbschluss
'
Me.TBKOMMCOLLI_PAKET_POS_LSTableAdapter.ClearBeforeFill = True
'
'bw_Tagesabschluss
'
'
'VWHUP_REPORT1TableAdapter
'
Me.VWHUP_REPORT1TableAdapter.ClearBeforeFill = True
'
'frmAbschluss
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(852, 616)
Me.ClientSize = New System.Drawing.Size(1114, 616)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.ToolStrip1)
@ -306,7 +474,11 @@ Partial Class frmAbschluss
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.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
@ -350,4 +522,20 @@ Partial Class frmAbschluss
Friend WithEvents TBKOMMCOLLI_PAKET_POS_LSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBKOMMCOLLI_PAKET_POS_LSTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POS_LSTableAdapter
Friend WithEvents bw_Tagesabschluss As System.ComponentModel.BackgroundWorker
Friend WithEvents Label1 As Label
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents VWHUP_REPORT1BindingSource As BindingSource
Friend WithEvents VWHUP_REPORT1TableAdapter As MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter
Friend WithEvents colSENDUNGNR As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSDG_REFERENZ As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEMP As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEMP_ZUSATZ As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEMP_STRASSE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSDG_GEWICHT As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colSDG_STELLPLAETZE As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colPOSINHALT As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colPOS_GEWICHT As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colEMP_PLZ_STR As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
End Class

View File

@ -129,6 +129,9 @@
<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="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="DSMercator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 56</value>
</metadata>
@ -174,6 +177,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_REPORT1TableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>997, 95</value>
</metadata>
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>187</value>
</metadata>

View File

@ -193,12 +193,14 @@
Next
End Sub
Sub Load_Pakete(vMandant As String)
Try
Mandant = vMandant
Me.VWAbschlussTableAdapter.Fill(Me.MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET, Mandant)
Catch ex As Exception
MsgBox("Fehler bei Load_Pakete: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
Mandant = vMandant
Me.VWAbschlussTableAdapter.Fill(Me.MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET, Mandant)
Catch ex As Exception
MsgBox("Fehler bei Load_Pakete: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
Private Sub btnAbschluss_Click(sender As System.Object, e As System.EventArgs) Handles btnAbschluss.Click
@ -261,12 +263,28 @@
End Sub
Private Sub cmbMandant_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cmbMandant.SelectedIndexChanged
VWAbschlussDataGridView.Visible = False
VWAbschlussDataGridView.Dock = DockStyle.None
GridControl1.Visible = False
btndelete.Enabled = False
If cmbMandant.SelectedIndex <> -1 Then
Load_Pakete(cmbMandant.Text)
Select Case cmbMandant.SelectedIndex
Case 0
Load_Sendungen()
GridControl1.Dock = DockStyle.Fill
GridControl1.Visible = True
btndelete.Text = "Sendung(en)" & vbNewLine & "löschen"
btndelete.Enabled = True
Case 1
VWAbschlussDataGridView.Visible = True
VWAbschlussDataGridView.Dock = DockStyle.Fill
Load_Pakete(cmbMandant.Text)
btndelete.Enabled = True
btndelete.Text = "Paket(e)" & vbNewLine & "löschen"
End Select
btnAbschluss.Text = "Mandanten '" & cmbMandant.Text & "' abschliessen"
btnAbschluss.Enabled = True
btndelete.Enabled = True
End If
End Sub
@ -276,7 +294,6 @@
Result = ClassDatabase.Execute_non_Query("EXEC PRKOMMCOLLI_BORDERO_EXPORTIEREN", False)
e.Result = Result
End Sub
Private Sub bw_Tagesabschluss_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles bw_Tagesabschluss.RunWorkerCompleted
If e.Result = True Then
MsgBox("Abschluss erfolgreich ausgeführt.", MsgBoxStyle.Information, "Tagesabschluss")
@ -284,4 +301,14 @@
MsgBox("Fehler bei Abschluss, bitte Log prüfen.")
End If
End Sub
Private Sub Load_Sendungen()
Try
Me.VWHUP_REPORT1TableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True)
Catch ex As System.Exception
MsgBox("Fehler bei Load_Sendungen: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
End Try
End Sub
End Class

View File

@ -1 +1 @@
81362411d59812be19d57f1ca66b80fe0357f72f
8d5fd774645fd71374331dddf73f0142b99e6c9a

View File

@ -380,3 +380,194 @@ E:\JenneJ\Visual Studio\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.exe
E:\JenneJ\Visual Studio\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.xml
E:\JenneJ\Visual Studio\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.pdb
E:\JenneJ\Visual Studio\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.vbprojResolveAssemblyReference.cache
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\Testreport.rdlc
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\KommiCollo.exe.config
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\KommiCollo.exe
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\KommiCollo.pdb
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\KommiCollo.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Charts.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.CodeParser.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Data.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Extensions.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\Microsoft.ReportViewer.Common.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.DLL
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\Microsoft.ReportViewer.WinForms.DLL
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\Microsoft.SqlServer.Types.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Data.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.PivotGrid.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.PivotGrid.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.PivotGrid.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.PivotGrid.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.UI.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Xpo.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Xpo.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Xpo.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Xpo.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraGauges.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraGauges.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraGauges.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraGauges.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraNavBar.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraNavBar.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraNavBar.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraNavBar.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraPivotGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraPivotGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraPivotGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraPivotGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.Extensions.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.Extensions.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.Extensions.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.Extensions.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraRichEdit.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraRichEdit.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraRichEdit.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraRichEdit.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.XtraVerticalGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.XtraVerticalGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.XtraVerticalGrid.v15.2.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.vbprojResolveAssemblyReference.cache
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.DocumentViewerEx.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmAbschluss.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmConnection.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmLabel.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmMain.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmPrintOptions.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.frmStammdatenverwaltung.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.Resources.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.reportUebergabe.resources
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.vbproj.GenerateResource.Cache
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.exe
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.xml
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.pdb
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\KommiCollo\obj\x86\Debug\KommiCollo.exe.licenses

View File

@ -1 +1 @@
81362411d59812be19d57f1ca66b80fe0357f72f
8d5fd774645fd71374331dddf73f0142b99e6c9a