This commit is contained in:
2021-11-19 14:45:28 +01:00
parent f4813a04a9
commit 50df683d3b
85 changed files with 10521 additions and 1508 deletions

View File

@@ -312,6 +312,9 @@ Partial Class usrcntlKundeBearbeitenFull
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.cbxFiBu = New System.Windows.Forms.CheckBox()
Me.cbxFiBuLG = New System.Windows.Forms.CheckBox()
Me.Label97 = New System.Windows.Forms.Label()
Me.Button4 = New System.Windows.Forms.Button()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.tbcntrDetails.SuspendLayout()
Me.tbAbfertigung.SuspendLayout()
Me.tbcntrAbf.SuspendLayout()
@@ -3866,9 +3869,9 @@ Partial Class usrcntlKundeBearbeitenFull
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(475, 509)
Me.Button1.Location = New System.Drawing.Point(585, 509)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(203, 30)
Me.Button1.Size = New System.Drawing.Size(126, 38)
Me.Button1.TabIndex = 14
Me.Button1.Text = "Kundenstamm jetzt übertragen"
Me.Button1.UseVisualStyleBackColor = True
@@ -3877,7 +3880,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label28.AutoSize = True
Me.Label28.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label28.Location = New System.Drawing.Point(587, 493)
Me.Label28.Location = New System.Drawing.Point(585, 550)
Me.Label28.Name = "Label28"
Me.Label28.Size = New System.Drawing.Size(10, 13)
Me.Label28.TabIndex = 9
@@ -3887,7 +3890,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label29.AutoSize = True
Me.Label29.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label29.Location = New System.Drawing.Point(472, 493)
Me.Label29.Location = New System.Drawing.Point(582, 493)
Me.Label29.Name = "Label29"
Me.Label29.Size = New System.Drawing.Size(109, 13)
Me.Label29.TabIndex = 8
@@ -3971,9 +3974,9 @@ Partial Class usrcntlKundeBearbeitenFull
Me.pnlNeukunde.Controls.Add(Me.cboFiliale)
Me.pnlNeukunde.Controls.Add(Me.cboKundenkreis)
Me.pnlNeukunde.Controls.Add(Me.Label68)
Me.pnlNeukunde.Location = New System.Drawing.Point(705, 487)
Me.pnlNeukunde.Location = New System.Drawing.Point(717, 487)
Me.pnlNeukunde.Name = "pnlNeukunde"
Me.pnlNeukunde.Size = New System.Drawing.Size(315, 80)
Me.pnlNeukunde.Size = New System.Drawing.Size(303, 80)
Me.pnlNeukunde.TabIndex = 15
Me.pnlNeukunde.Visible = False
'
@@ -4150,11 +4153,46 @@ Partial Class usrcntlKundeBearbeitenFull
Me.cbxFiBuLG.UseVisualStyleBackColor = True
Me.cbxFiBuLG.Visible = False
'
'Label97
'
Me.Label97.AutoSize = True
Me.Label97.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label97.Location = New System.Drawing.Point(463, 493)
Me.Label97.Name = "Label97"
Me.Label97.Size = New System.Drawing.Size(100, 13)
Me.Label97.TabIndex = 19
Me.Label97.Text = "Übertrag in SYSKA:"
'
'Button4
'
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Location = New System.Drawing.Point(466, 509)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(113, 38)
Me.Button4.TabIndex = 21
Me.Button4.Text = "Kundenstamm jetzt übertragen"
Me.Button4.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Checked = True
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CheckBox1.Location = New System.Drawing.Point(466, 549)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(101, 17)
Me.CheckBox1.TabIndex = 22
Me.CheckBox1.Text = "zuvor speichern"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'usrcntlKundeBearbeitenFull
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.cbxFiBuLG)
Me.Controls.Add(Me.cbxFiBu)
Me.Controls.Add(Me.Label80)
@@ -4179,6 +4217,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.Controls.Add(Me.txtERROR)
Me.Controls.Add(Me.lblKundennr)
Me.Controls.Add(Me.Label77)
Me.Controls.Add(Me.Label97)
Me.Name = "usrcntlKundeBearbeitenFull"
Me.Size = New System.Drawing.Size(1152, 570)
Me.tbcntrDetails.ResumeLayout(False)
@@ -4513,4 +4552,7 @@ Partial Class usrcntlKundeBearbeitenFull
Friend WithEvents cboRechnungSprache As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents txtSonst_KdNrTOBB As TextBox
Friend WithEvents Label96 As Label
Friend WithEvents Label97 As Label
Friend WithEvents Button4 As Button
Friend WithEvents CheckBox1 As CheckBox
End Class