This commit is contained in:
2020-03-12 14:48:24 +01:00
parent e879fb6881
commit afaac3c2a4
107 changed files with 16055 additions and 3324 deletions

View File

@@ -32,6 +32,7 @@ Partial Class frmSendungAnhangImport
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = 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()
@@ -69,7 +70,6 @@ Partial Class frmSendungAnhangImport
Me.lblEmpfaenger = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button17 = New System.Windows.Forms.Button()
Me.cbxAlternativePDFAnsicht = New System.Windows.Forms.CheckBox()
Me.flpnlAviso.SuspendLayout()
Me.pnlAnfuegen.SuspendLayout()
Me.cntxt.SuspendLayout()
@@ -187,6 +187,16 @@ Partial Class frmSendungAnhangImport
Me.pnlAnfuegen.Size = New System.Drawing.Size(846, 162)
Me.pnlAnfuegen.TabIndex = 8
'
'cbxAlternativePDFAnsicht
'
Me.cbxAlternativePDFAnsicht.AutoSize = True
Me.cbxAlternativePDFAnsicht.Location = New System.Drawing.Point(527, 139)
Me.cbxAlternativePDFAnsicht.Name = "cbxAlternativePDFAnsicht"
Me.cbxAlternativePDFAnsicht.Size = New System.Drawing.Size(138, 17)
Me.cbxAlternativePDFAnsicht.TabIndex = 15
Me.cbxAlternativePDFAnsicht.Text = "Alternative PDF-Ansicht"
Me.cbxAlternativePDFAnsicht.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.Wheat
@@ -409,7 +419,7 @@ Partial Class frmSendungAnhangImport
Me.cntxt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiHochladenToolStripMenuItem, Me.DateiScannenToolStripMenuItem, Me.AusZwischenablageeinfügenToolStripMenuItem})
Me.cntxt.Name = "cntxt"
Me.cntxt.Size = New System.Drawing.Size(250, 70)
Me.cntxt.Size = New System.Drawing.Size(250, 92)
'
'DateiHochladenToolStripMenuItem
'
@@ -613,16 +623,6 @@ Partial Class frmSendungAnhangImport
Me.Button17.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button17.UseVisualStyleBackColor = True
'
'cbxAlternativePDFAnsicht
'
Me.cbxAlternativePDFAnsicht.AutoSize = True
Me.cbxAlternativePDFAnsicht.Location = New System.Drawing.Point(527, 139)
Me.cbxAlternativePDFAnsicht.Name = "cbxAlternativePDFAnsicht"
Me.cbxAlternativePDFAnsicht.Size = New System.Drawing.Size(138, 17)
Me.cbxAlternativePDFAnsicht.TabIndex = 15
Me.cbxAlternativePDFAnsicht.Text = "Alternative PDF-Ansicht"
Me.cbxAlternativePDFAnsicht.UseVisualStyleBackColor = True
'
'frmSendungAnhangImport
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)