This commit is contained in:
2020-12-16 09:31:14 +01:00
parent 56fe11bc97
commit f25ff457b2
16 changed files with 1112 additions and 1055 deletions

View File

@@ -29,31 +29,31 @@ Partial Class frmSendungAnhangImport
Me.UsrCntlSendungAnhangElement1 = New AVISO.usrCntlSendungAnhangElement()
Me.UsrCntlSendungAnhangElement2 = New AVISO.usrCntlSendungAnhangElement()
Me.flpnlSendungen = New System.Windows.Forms.FlowLayoutPanel()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.lblSendungen = New System.Windows.Forms.Label()
Me.lblImport = New System.Windows.Forms.Label()
Me.pnlAnfuegen = New System.Windows.Forms.Panel()
Me.cbxAlternativePDFAnsicht = New System.Windows.Forms.CheckBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Button6 = New System.Windows.Forms.Button()
Me.lblBezeichnung = New System.Windows.Forms.Label()
Me.btnSeitenLoeschen = New System.Windows.Forms.Button()
Me.btnAnfuegenAll = New System.Windows.Forms.Button()
Me.txtDateiname = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.lblDatei = New System.Windows.Forms.Label()
Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.lblSendung = New System.Windows.Forms.Label()
Me.lblArt = New System.Windows.Forms.Label()
Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.btnAnfuegen = New System.Windows.Forms.Button()
Me.txtSeiten = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.lblSeiten = New System.Windows.Forms.Label()
Me.cbxDelPDF = New System.Windows.Forms.CheckBox()
Me.btn = New System.Windows.Forms.Button()
Me.btnAdd = New System.Windows.Forms.Button()
Me.cntxt = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.DateiHochladenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.DateiScannenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AusZwischenablageeinfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.Button2 = New System.Windows.Forms.Button()
Me.btnDel = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.Button5 = New System.Windows.Forms.Button()
Me.PdfViewer = New Spire.PdfViewer.Forms.PdfViewer()
@@ -143,24 +143,24 @@ Partial Class frmSendungAnhangImport
Me.flpnlSendungen.Size = New System.Drawing.Size(230, 643)
Me.flpnlSendungen.TabIndex = 10
'
'Label2
'lblSendungen
'
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(1070, 14)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(65, 13)
Me.Label2.TabIndex = 6
Me.Label2.Text = "Sendungen:"
Me.lblSendungen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblSendungen.AutoSize = True
Me.lblSendungen.Location = New System.Drawing.Point(1070, 14)
Me.lblSendungen.Name = "lblSendungen"
Me.lblSendungen.Size = New System.Drawing.Size(65, 13)
Me.lblSendungen.TabIndex = 6
Me.lblSendungen.Text = "Sendungen:"
'
'Label3
'lblImport
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(221, 14)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(39, 13)
Me.Label3.TabIndex = 5
Me.Label3.Text = "Import:"
Me.lblImport.AutoSize = True
Me.lblImport.Location = New System.Drawing.Point(221, 14)
Me.lblImport.Name = "lblImport"
Me.lblImport.Size = New System.Drawing.Size(39, 13)
Me.lblImport.TabIndex = 5
Me.lblImport.Text = "Import:"
'
'pnlAnfuegen
'
@@ -171,18 +171,18 @@ Partial Class frmSendungAnhangImport
Me.pnlAnfuegen.Controls.Add(Me.cbxAlternativePDFAnsicht)
Me.pnlAnfuegen.Controls.Add(Me.Button1)
Me.pnlAnfuegen.Controls.Add(Me.txtBezeichnung)
Me.pnlAnfuegen.Controls.Add(Me.Label1)
Me.pnlAnfuegen.Controls.Add(Me.Button6)
Me.pnlAnfuegen.Controls.Add(Me.lblBezeichnung)
Me.pnlAnfuegen.Controls.Add(Me.btnSeitenLoeschen)
Me.pnlAnfuegen.Controls.Add(Me.btnAnfuegenAll)
Me.pnlAnfuegen.Controls.Add(Me.txtDateiname)
Me.pnlAnfuegen.Controls.Add(Me.Label7)
Me.pnlAnfuegen.Controls.Add(Me.lblDatei)
Me.pnlAnfuegen.Controls.Add(Me.MyTextBox2)
Me.pnlAnfuegen.Controls.Add(Me.Label6)
Me.pnlAnfuegen.Controls.Add(Me.Label5)
Me.pnlAnfuegen.Controls.Add(Me.lblSendung)
Me.pnlAnfuegen.Controls.Add(Me.lblArt)
Me.pnlAnfuegen.Controls.Add(Me.cboArt)
Me.pnlAnfuegen.Controls.Add(Me.btnAnfuegen)
Me.pnlAnfuegen.Controls.Add(Me.txtSeiten)
Me.pnlAnfuegen.Controls.Add(Me.Label4)
Me.pnlAnfuegen.Controls.Add(Me.lblSeiten)
Me.pnlAnfuegen.Controls.Add(Me.cbxDelPDF)
Me.pnlAnfuegen.Location = New System.Drawing.Point(221, 30)
Me.pnlAnfuegen.Name = "pnlAnfuegen"
@@ -234,25 +234,25 @@ Partial Class frmSendungAnhangImport
Me.txtBezeichnung.Size = New System.Drawing.Size(453, 26)
Me.txtBezeichnung.TabIndex = 7
'
'Label1
'lblBezeichnung
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(3, 113)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(63, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Bezeichng.:"
Me.lblBezeichnung.AutoSize = True
Me.lblBezeichnung.Location = New System.Drawing.Point(3, 113)
Me.lblBezeichnung.Name = "lblBezeichnung"
Me.lblBezeichnung.Size = New System.Drawing.Size(63, 13)
Me.lblBezeichnung.TabIndex = 10
Me.lblBezeichnung.Text = "Bezeichng.:"
'
'Button6
'btnSeitenLoeschen
'
Me.Button6.BackColor = System.Drawing.Color.Wheat
Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button6.Location = New System.Drawing.Point(523, 105)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(277, 28)
Me.Button6.TabIndex = 11
Me.Button6.Text = "Seiten löschen"
Me.Button6.UseVisualStyleBackColor = False
Me.btnSeitenLoeschen.BackColor = System.Drawing.Color.Wheat
Me.btnSeitenLoeschen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSeitenLoeschen.Location = New System.Drawing.Point(523, 105)
Me.btnSeitenLoeschen.Name = "btnSeitenLoeschen"
Me.btnSeitenLoeschen.Size = New System.Drawing.Size(277, 28)
Me.btnSeitenLoeschen.TabIndex = 11
Me.btnSeitenLoeschen.Text = "Seiten löschen"
Me.btnSeitenLoeschen.UseVisualStyleBackColor = False
'
'btnAnfuegenAll
'
@@ -287,14 +287,14 @@ Partial Class frmSendungAnhangImport
Me.txtDateiname.Size = New System.Drawing.Size(732, 20)
Me.txtDateiname.TabIndex = 1
'
'Label7
'lblDatei
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(3, 14)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(35, 13)
Me.Label7.TabIndex = 0
Me.Label7.Text = "Datei:"
Me.lblDatei.AutoSize = True
Me.lblDatei.Location = New System.Drawing.Point(3, 14)
Me.lblDatei.Name = "lblDatei"
Me.lblDatei.Size = New System.Drawing.Size(35, 13)
Me.lblDatei.TabIndex = 0
Me.lblDatei.Text = "Datei:"
'
'MyTextBox2
'
@@ -318,23 +318,23 @@ Partial Class frmSendungAnhangImport
Me.MyTextBox2.Size = New System.Drawing.Size(453, 20)
Me.MyTextBox2.TabIndex = 13
'
'Label6
'lblSendung
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(3, 140)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 13)
Me.Label6.TabIndex = 12
Me.Label6.Text = "Sendung:"
Me.lblSendung.AutoSize = True
Me.lblSendung.Location = New System.Drawing.Point(3, 140)
Me.lblSendung.Name = "lblSendung"
Me.lblSendung.Size = New System.Drawing.Size(53, 13)
Me.lblSendung.TabIndex = 12
Me.lblSendung.Text = "Sendung:"
'
'Label5
'lblArt
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(3, 83)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(23, 13)
Me.Label5.TabIndex = 5
Me.Label5.Text = "Art:"
Me.lblArt.AutoSize = True
Me.lblArt.Location = New System.Drawing.Point(3, 83)
Me.lblArt.Name = "lblArt"
Me.lblArt.Size = New System.Drawing.Size(23, 13)
Me.lblArt.TabIndex = 5
Me.lblArt.Text = "Art:"
'
'cboArt
'
@@ -384,14 +384,14 @@ Partial Class frmSendungAnhangImport
Me.txtSeiten.Size = New System.Drawing.Size(242, 26)
Me.txtSeiten.TabIndex = 4
'
'Label4
'lblSeiten
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(3, 55)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(40, 13)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Seiten:"
Me.lblSeiten.AutoSize = True
Me.lblSeiten.Location = New System.Drawing.Point(3, 55)
Me.lblSeiten.Name = "lblSeiten"
Me.lblSeiten.Size = New System.Drawing.Size(40, 13)
Me.lblSeiten.TabIndex = 3
Me.lblSeiten.Text = "Seiten:"
'
'cbxDelPDF
'
@@ -405,16 +405,16 @@ Partial Class frmSendungAnhangImport
Me.cbxDelPDF.Text = "angefügte Dateien aus Original PDF entfernen"
Me.cbxDelPDF.UseVisualStyleBackColor = True
'
'btn
'btnAdd
'
Me.btn.ContextMenuStrip = Me.cntxt
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btn.Location = New System.Drawing.Point(71, 3)
Me.btn.Name = "btn"
Me.btn.Size = New System.Drawing.Size(75, 25)
Me.btn.TabIndex = 3
Me.btn.Text = "Hinzufügen"
Me.btn.UseVisualStyleBackColor = True
Me.btnAdd.ContextMenuStrip = Me.cntxt
Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnAdd.Location = New System.Drawing.Point(71, 3)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(75, 25)
Me.btnAdd.TabIndex = 3
Me.btnAdd.Text = "Hinzufügen"
Me.btnAdd.UseVisualStyleBackColor = True
'
'cntxt
'
@@ -443,15 +443,15 @@ Partial Class frmSendungAnhangImport
Me.AusZwischenablageeinfügenToolStripMenuItem.Size = New System.Drawing.Size(249, 22)
Me.AusZwischenablageeinfügenToolStripMenuItem.Text = "Aus Zwischenablage (einfügen)..."
'
'Button2
'btnDel
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(152, 3)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(63, 25)
Me.Button2.TabIndex = 4
Me.Button2.Text = "Löschen"
Me.Button2.UseVisualStyleBackColor = True
Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDel.Location = New System.Drawing.Point(152, 3)
Me.btnDel.Name = "btnDel"
Me.btnDel.Size = New System.Drawing.Size(63, 25)
Me.btnDel.TabIndex = 4
Me.btnDel.Text = "Löschen"
Me.btnDel.UseVisualStyleBackColor = True
'
'pnl
'
@@ -644,11 +644,11 @@ Partial Class frmSendungAnhangImport
Me.Controls.Add(Me.btnSndDel)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.cboSendungen)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.btn)
Me.Controls.Add(Me.btnDel)
Me.Controls.Add(Me.btnAdd)
Me.Controls.Add(Me.pnlAnfuegen)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lblImport)
Me.Controls.Add(Me.lblSendungen)
Me.Controls.Add(Me.flpnlAviso)
Me.Controls.Add(Me.lbl)
Me.Controls.Add(Me.pnl)
@@ -671,22 +671,22 @@ Partial Class frmSendungAnhangImport
Friend WithEvents lbl As Label
Friend WithEvents flpnlAviso As FlowLayoutPanel
Friend WithEvents flpnlSendungen As FlowLayoutPanel
Friend WithEvents Label2 As Label
Friend WithEvents Label3 As Label
Friend WithEvents lblSendungen As Label
Friend WithEvents lblImport As Label
Friend WithEvents pnlAnfuegen As Panel
Friend WithEvents Label4 As Label
Friend WithEvents btn As Button
Friend WithEvents lblSeiten As Label
Friend WithEvents btnAdd As Button
Friend WithEvents btnAnfuegen As Button
Friend WithEvents txtSeiten As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents UsrCntlSendungAnhangElement1 As usrCntlSendungAnhangElement
Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label6 As Label
Friend WithEvents Label5 As Label
Friend WithEvents lblSendung As Label
Friend WithEvents lblArt As Label
Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents txtDateiname As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label7 As Label
Friend WithEvents lblDatei As Label
Friend WithEvents UsrCntlSendungAnhangElement2 As usrCntlSendungAnhangElement
Friend WithEvents Button2 As Button
Friend WithEvents btnDel As Button
Friend WithEvents pnl As Panel
Friend WithEvents cbxDelPDF As CheckBox
Friend WithEvents cboSendungen As VERAG_PROG_ALLGEMEIN.MyComboBox
@@ -702,9 +702,9 @@ Partial Class frmSendungAnhangImport
Friend WithEvents btnAddSnd As Button
Friend WithEvents Button5 As Button
Friend WithEvents AusZwischenablageeinfügenToolStripMenuItem As ToolStripMenuItem
Friend WithEvents Button6 As Button
Friend WithEvents btnSeitenLoeschen As Button
Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label1 As Label
Friend WithEvents lblBezeichnung As Label
Friend WithEvents Button1 As Button
Friend WithEvents lblSendungsdetails As Label
Friend WithEvents lblWarenbeichnung As Label