Warenort, Essensbestellungen, Datev-Export, Gesamtsicherheiten

This commit is contained in:
2023-01-17 17:11:17 +01:00
parent 5f1a2249d6
commit 6652d84799
9 changed files with 709 additions and 565 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmWarenorte
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,7 +20,7 @@ Partial Class frmWarenorte
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWarenorte))
@@ -44,6 +44,11 @@ Partial Class frmWarenorte
Me.Label8 = New System.Windows.Forms.Label()
Me.txtCluster = New System.Windows.Forms.TextBox()
Me.mainPanel = New System.Windows.Forms.Panel()
Me.GroupBoxFK = New System.Windows.Forms.GroupBox()
Me.cxIM = New System.Windows.Forms.CheckBox()
Me.cxEX = New System.Windows.Forms.CheckBox()
Me.cxZE = New System.Windows.Forms.CheckBox()
Me.cxZV = New System.Windows.Forms.CheckBox()
Me.txtStrasse = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.cbxFirmaChange = New VERAG_PROG_ALLGEMEIN.MyComboBox()
@@ -53,8 +58,10 @@ Partial Class frmWarenorte
Me.btnSave = New System.Windows.Forms.Button()
Me.cbxGrenzstelle = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.dgvWarenorteNew = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
Me.UsrcntlPDFScanList1 = New VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList()
Me.pnlTop.SuspendLayout()
Me.mainPanel.SuspendLayout()
Me.GroupBoxFK.SuspendLayout()
CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -68,7 +75,7 @@ Partial Class frmWarenorte
Me.pnlTop.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlTop.Location = New System.Drawing.Point(0, 0)
Me.pnlTop.Name = "pnlTop"
Me.pnlTop.Size = New System.Drawing.Size(620, 48)
Me.pnlTop.Size = New System.Drawing.Size(690, 48)
Me.pnlTop.TabIndex = 2
'
'lblWarning
@@ -96,7 +103,7 @@ Partial Class frmWarenorte
'
Me.Label3.AutoSize = True
Me.Label3.ForeColor = System.Drawing.Color.White
Me.Label3.Location = New System.Drawing.Point(483, 3)
Me.Label3.Location = New System.Drawing.Point(555, 8)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(32, 13)
Me.Label3.TabIndex = 5
@@ -109,9 +116,9 @@ Partial Class frmWarenorte
Me.cbxFirma._value = ""
Me.cbxFirma.DropDownWidth = 150
Me.cbxFirma.FormattingEnabled = True
Me.cbxFirma.Location = New System.Drawing.Point(486, 18)
Me.cbxFirma.Location = New System.Drawing.Point(558, 24)
Me.cbxFirma.Name = "cbxFirma"
Me.cbxFirma.Size = New System.Drawing.Size(122, 21)
Me.cbxFirma.Size = New System.Drawing.Size(128, 21)
Me.cbxFirma.TabIndex = 13
'
'btnAdd
@@ -119,7 +126,7 @@ Partial Class frmWarenorte
Me.btnAdd.BackgroundImage = Global.AVISO.My.Resources.Resources.plus
Me.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAdd.Location = New System.Drawing.Point(196, 283)
Me.btnAdd.Location = New System.Drawing.Point(267, 360)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(24, 20)
Me.btnAdd.TabIndex = 97
@@ -130,7 +137,7 @@ Partial Class frmWarenorte
Me.btnDelete.BackgroundImage = Global.AVISO.My.Resources.Resources.del
Me.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDelete.Location = New System.Drawing.Point(219, 283)
Me.btnDelete.Location = New System.Drawing.Point(290, 360)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(24, 20)
Me.btnDelete.TabIndex = 96
@@ -237,6 +244,7 @@ Partial Class frmWarenorte
'
'mainPanel
'
Me.mainPanel.Controls.Add(Me.GroupBoxFK)
Me.mainPanel.Controls.Add(Me.txtStrasse)
Me.mainPanel.Controls.Add(Me.Label10)
Me.mainPanel.Controls.Add(Me.cbxFirmaChange)
@@ -257,11 +265,64 @@ Partial Class frmWarenorte
Me.mainPanel.Controls.Add(Me.Label5)
Me.mainPanel.Controls.Add(Me.txtKennr)
Me.mainPanel.Controls.Add(Me.Label6)
Me.mainPanel.Location = New System.Drawing.Point(249, 54)
Me.mainPanel.Location = New System.Drawing.Point(320, 55)
Me.mainPanel.Name = "mainPanel"
Me.mainPanel.Size = New System.Drawing.Size(359, 248)
Me.mainPanel.Size = New System.Drawing.Size(366, 241)
Me.mainPanel.TabIndex = 17
'
'GroupBoxFK
'
Me.GroupBoxFK.Controls.Add(Me.cxIM)
Me.GroupBoxFK.Controls.Add(Me.cxEX)
Me.GroupBoxFK.Controls.Add(Me.cxZE)
Me.GroupBoxFK.Controls.Add(Me.cxZV)
Me.GroupBoxFK.Location = New System.Drawing.Point(12, 159)
Me.GroupBoxFK.Name = "GroupBoxFK"
Me.GroupBoxFK.Size = New System.Drawing.Size(183, 74)
Me.GroupBoxFK.TabIndex = 25
Me.GroupBoxFK.TabStop = False
Me.GroupBoxFK.Text = "Förmlichkeiten"
'
'cxIM
'
Me.cxIM.AutoSize = True
Me.cxIM.Location = New System.Drawing.Point(117, 41)
Me.cxIM.Name = "cxIM"
Me.cxIM.Size = New System.Drawing.Size(55, 17)
Me.cxIM.TabIndex = 7
Me.cxIM.Text = "Import"
Me.cxIM.UseVisualStyleBackColor = True
'
'cxEX
'
Me.cxEX.AutoSize = True
Me.cxEX.Location = New System.Drawing.Point(117, 16)
Me.cxEX.Name = "cxEX"
Me.cxEX.Size = New System.Drawing.Size(56, 17)
Me.cxEX.TabIndex = 6
Me.cxEX.Text = "Export"
Me.cxEX.UseVisualStyleBackColor = True
'
'cxZE
'
Me.cxZE.AutoSize = True
Me.cxZE.Location = New System.Drawing.Point(3, 41)
Me.cxZE.Name = "cxZE"
Me.cxZE.Size = New System.Drawing.Size(100, 17)
Me.cxZE.TabIndex = 5
Me.cxZE.Text = "zug. Empfänger"
Me.cxZE.UseVisualStyleBackColor = True
'
'cxZV
'
Me.cxZV.AutoSize = True
Me.cxZV.Location = New System.Drawing.Point(3, 18)
Me.cxZV.Name = "cxZV"
Me.cxZV.Size = New System.Drawing.Size(97, 17)
Me.cxZV.TabIndex = 4
Me.cxZV.Text = "zug. Versender"
Me.cxZV.UseVisualStyleBackColor = True
'
'txtStrasse
'
Me.txtStrasse.Location = New System.Drawing.Point(12, 75)
@@ -286,7 +347,7 @@ Partial Class frmWarenorte
Me.cbxFirmaChange.DropDownWidth = 120
Me.cbxFirmaChange.Enabled = False
Me.cbxFirmaChange.FormattingEnabled = True
Me.cbxFirmaChange.Location = New System.Drawing.Point(12, 175)
Me.cbxFirmaChange.Location = New System.Drawing.Point(252, 175)
Me.cbxFirmaChange.Name = "cbxFirmaChange"
Me.cbxFirmaChange.Size = New System.Drawing.Size(100, 21)
Me.cbxFirmaChange.TabIndex = 21
@@ -295,7 +356,7 @@ Partial Class frmWarenorte
'Label
'
Me.Label.AutoSize = True
Me.Label.Location = New System.Drawing.Point(9, 159)
Me.Label.Location = New System.Drawing.Point(249, 159)
Me.Label.Name = "Label"
Me.Label.Size = New System.Drawing.Size(32, 13)
Me.Label.TabIndex = 20
@@ -320,7 +381,7 @@ Partial Class frmWarenorte
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(281, 219)
Me.btnSave.Location = New System.Drawing.Point(277, 210)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 10
@@ -348,14 +409,34 @@ Partial Class frmWarenorte
Me.dgvWarenorteNew.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvWarenorteNew.Location = New System.Drawing.Point(0, 49)
Me.dgvWarenorteNew.Name = "dgvWarenorteNew"
Me.dgvWarenorteNew.Size = New System.Drawing.Size(243, 254)
Me.dgvWarenorteNew.Size = New System.Drawing.Size(314, 331)
Me.dgvWarenorteNew.TabIndex = 98
'
'UsrcntlPDFScanList1
'
Me.UsrcntlPDFScanList1._DATENSERVER_KATEGORIE = "DOKUMENTE"
Me.UsrcntlPDFScanList1._DATENSERVER_ORDNER = ""
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner1 = ""
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner2 = ""
Me.UsrcntlPDFScanList1._DATENSERVER_UOrdner3 = ""
Me.UsrcntlPDFScanList1._OPEN_ORIGINAL = False
Me.UsrcntlPDFScanList1._TYPE = "PDF"
Me.UsrcntlPDFScanList1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.UsrcntlPDFScanList1.BackColor = System.Drawing.Color.White
Me.UsrcntlPDFScanList1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.UsrcntlPDFScanList1.Cursor = System.Windows.Forms.Cursors.Default
Me.UsrcntlPDFScanList1.Location = New System.Drawing.Point(320, 299)
Me.UsrcntlPDFScanList1.Margin = New System.Windows.Forms.Padding(0)
Me.UsrcntlPDFScanList1.Name = "UsrcntlPDFScanList1"
Me.UsrcntlPDFScanList1.Size = New System.Drawing.Size(366, 81)
Me.UsrcntlPDFScanList1.TabIndex = 99
'
'frmWarenorte
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(620, 309)
Me.ClientSize = New System.Drawing.Size(690, 382)
Me.Controls.Add(Me.UsrcntlPDFScanList1)
Me.Controls.Add(Me.mainPanel)
Me.Controls.Add(Me.btnAdd)
Me.Controls.Add(Me.btnDelete)
@@ -369,6 +450,8 @@ Partial Class frmWarenorte
Me.pnlTop.PerformLayout()
Me.mainPanel.ResumeLayout(False)
Me.mainPanel.PerformLayout()
Me.GroupBoxFK.ResumeLayout(False)
Me.GroupBoxFK.PerformLayout()
CType(Me.dgvWarenorteNew, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
@@ -403,4 +486,11 @@ Partial Class frmWarenorte
Friend WithEvents Label As Label
Friend WithEvents txtStrasse As TextBox
Friend WithEvents Label10 As Label
Friend WithEvents Label11 As Label
Friend WithEvents GroupBoxFK As GroupBox
Friend WithEvents cxIM As CheckBox
Friend WithEvents cxEX As CheckBox
Friend WithEvents cxZE As CheckBox
Friend WithEvents cxZV As CheckBox
Friend WithEvents UsrcntlPDFScanList1 As VERAG_PROG_ALLGEMEIN.usrcntlPDFScanList
End Class