This commit is contained in:
2019-10-31 09:23:20 +01:00
parent 021cce6f04
commit c5595a729a
169 changed files with 16226 additions and 3376 deletions

View File

@@ -22,15 +22,15 @@ Partial Class usrcntlKundeBearbeitenFull
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.tbcntrDetails = New System.Windows.Forms.TabControl()
Me.tbAbfertigung = New System.Windows.Forms.TabPage()
Me.tbcntrAbf = New System.Windows.Forms.TabControl()
@@ -76,6 +76,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.rtbAbf_Besonderheiten = New System.Windows.Forms.RichTextBox()
Me.tbFiskal = New System.Windows.Forms.TabPage()
Me.tbVerrechnung = New System.Windows.Forms.TabPage()
Me.cbxAutoFakturierung = New System.Windows.Forms.CheckBox()
Me.txtAbf_Zahlungsziel3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAbf_Zahlungsziel2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label36 = New System.Windows.Forms.Label()
@@ -111,6 +112,11 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtAbf_Vorlageprovision = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtAbf_Zahlungsziel = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.tbVersicherung = New System.Windows.Forms.TabPage()
Me.Label81 = New System.Windows.Forms.Label()
Me.Label82 = New System.Windows.Forms.Label()
Me.cbxInkassoUebergeben = New System.Windows.Forms.CheckBox()
Me.txtInkasso_GemeldeterBetrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.txtInkassoUebergebenAm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtVers_EHNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label35 = New System.Windows.Forms.Label()
@@ -281,6 +287,8 @@ 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.txtSonst_KdNrPLOSE = New System.Windows.Forms.TextBox()
Me.Label83 = New System.Windows.Forms.Label()
Me.tbcntrDetails.SuspendLayout()
Me.tbAbfertigung.SuspendLayout()
Me.tbcntrAbf.SuspendLayout()
@@ -878,6 +886,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
'tbVerrechnung
'
Me.tbVerrechnung.Controls.Add(Me.cbxAutoFakturierung)
Me.tbVerrechnung.Controls.Add(Me.txtAbf_Zahlungsziel3)
Me.tbVerrechnung.Controls.Add(Me.txtAbf_Zahlungsziel2)
Me.tbVerrechnung.Controls.Add(Me.Label36)
@@ -919,6 +928,17 @@ Partial Class usrcntlKundeBearbeitenFull
Me.tbVerrechnung.Text = "Verrechnung"
Me.tbVerrechnung.UseVisualStyleBackColor = True
'
'cbxAutoFakturierung
'
Me.cbxAutoFakturierung.AutoSize = True
Me.cbxAutoFakturierung.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cbxAutoFakturierung.Location = New System.Drawing.Point(417, 118)
Me.cbxAutoFakturierung.Name = "cbxAutoFakturierung"
Me.cbxAutoFakturierung.Size = New System.Drawing.Size(118, 17)
Me.cbxAutoFakturierung.TabIndex = 31
Me.cbxAutoFakturierung.Text = "AUTO Fakturierung"
Me.cbxAutoFakturierung.UseVisualStyleBackColor = True
'
'txtAbf_Zahlungsziel3
'
Me.txtAbf_Zahlungsziel3._DateTimeOnly = False
@@ -1424,6 +1444,11 @@ Partial Class usrcntlKundeBearbeitenFull
'
'tbVersicherung
'
Me.tbVersicherung.Controls.Add(Me.Label81)
Me.tbVersicherung.Controls.Add(Me.Label82)
Me.tbVersicherung.Controls.Add(Me.cbxInkassoUebergeben)
Me.tbVersicherung.Controls.Add(Me.txtInkasso_GemeldeterBetrag)
Me.tbVersicherung.Controls.Add(Me.txtInkassoUebergebenAm)
Me.tbVersicherung.Controls.Add(Me.Label1)
Me.tbVersicherung.Controls.Add(Me.txtVers_EHNr)
Me.tbVersicherung.Controls.Add(Me.Label35)
@@ -1474,6 +1499,81 @@ Partial Class usrcntlKundeBearbeitenFull
Me.tbVersicherung.Text = "Versicherung"
Me.tbVersicherung.UseVisualStyleBackColor = True
'
'Label81
'
Me.Label81.AutoSize = True
Me.Label81.Location = New System.Drawing.Point(419, 168)
Me.Label81.Name = "Label81"
Me.Label81.Size = New System.Drawing.Size(98, 13)
Me.Label81.TabIndex = 45
Me.Label81.Text = "Gemeldeter Betrag:"
'
'Label82
'
Me.Label82.AutoSize = True
Me.Label82.Location = New System.Drawing.Point(311, 168)
Me.Label82.Name = "Label82"
Me.Label82.Size = New System.Drawing.Size(24, 13)
Me.Label82.TabIndex = 43
Me.Label82.Text = "am:"
'
'cbxInkassoUebergeben
'
Me.cbxInkassoUebergeben.AutoSize = True
Me.cbxInkassoUebergeben.Location = New System.Drawing.Point(159, 167)
Me.cbxInkassoUebergeben.Name = "cbxInkassoUebergeben"
Me.cbxInkassoUebergeben.Size = New System.Drawing.Size(156, 17)
Me.cbxInkassoUebergeben.TabIndex = 42
Me.cbxInkassoUebergeben.Text = "Acredia Inkasso übergeben"
Me.cbxInkassoUebergeben.UseVisualStyleBackColor = True
'
'txtInkasso_GemeldeterBetrag
'
Me.txtInkasso_GemeldeterBetrag._DateTimeOnly = False
Me.txtInkasso_GemeldeterBetrag._numbersOnly = False
Me.txtInkasso_GemeldeterBetrag._numbersOnlyKommastellen = ""
Me.txtInkasso_GemeldeterBetrag._Prozent = False
Me.txtInkasso_GemeldeterBetrag._ShortDateNew = False
Me.txtInkasso_GemeldeterBetrag._ShortDateOnly = False
Me.txtInkasso_GemeldeterBetrag._TimeOnly = False
Me.txtInkasso_GemeldeterBetrag._value = ""
Me.txtInkasso_GemeldeterBetrag._Waehrung = True
Me.txtInkasso_GemeldeterBetrag._WaehrungZeichen = True
Me.txtInkasso_GemeldeterBetrag.ForeColor = System.Drawing.Color.Red
Me.txtInkasso_GemeldeterBetrag.Location = New System.Drawing.Point(523, 165)
Me.txtInkasso_GemeldeterBetrag.MaxLength = 10
Me.txtInkasso_GemeldeterBetrag.MaxLineLength = -1
Me.txtInkasso_GemeldeterBetrag.MaxLines_Warning = ""
Me.txtInkasso_GemeldeterBetrag.MaxLines_Warning_Label = Nothing
Me.txtInkasso_GemeldeterBetrag.Name = "txtInkasso_GemeldeterBetrag"
Me.txtInkasso_GemeldeterBetrag.Size = New System.Drawing.Size(70, 20)
Me.txtInkasso_GemeldeterBetrag.TabIndex = 46
Me.txtInkasso_GemeldeterBetrag.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'txtInkassoUebergebenAm
'
Me.txtInkassoUebergebenAm._DateTimeOnly = False
Me.txtInkassoUebergebenAm._numbersOnly = False
Me.txtInkassoUebergebenAm._numbersOnlyKommastellen = ""
Me.txtInkassoUebergebenAm._Prozent = False
Me.txtInkassoUebergebenAm._ShortDateNew = True
Me.txtInkassoUebergebenAm._ShortDateOnly = False
Me.txtInkassoUebergebenAm._TimeOnly = False
Me.txtInkassoUebergebenAm._value = ""
Me.txtInkassoUebergebenAm._Waehrung = False
Me.txtInkassoUebergebenAm._WaehrungZeichen = True
Me.txtInkassoUebergebenAm.Enabled = False
Me.txtInkassoUebergebenAm.ForeColor = System.Drawing.Color.Red
Me.txtInkassoUebergebenAm.Location = New System.Drawing.Point(341, 165)
Me.txtInkassoUebergebenAm.MaxLength = 10
Me.txtInkassoUebergebenAm.MaxLineLength = -1
Me.txtInkassoUebergebenAm.MaxLines_Warning = ""
Me.txtInkassoUebergebenAm.MaxLines_Warning_Label = Nothing
Me.txtInkassoUebergebenAm.Name = "txtInkassoUebergebenAm"
Me.txtInkassoUebergebenAm.Size = New System.Drawing.Size(60, 20)
Me.txtInkassoUebergebenAm.TabIndex = 44
Me.txtInkassoUebergebenAm.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'Label1
'
Me.Label1.AutoSize = True
@@ -1612,7 +1712,7 @@ Partial Class usrcntlKundeBearbeitenFull
'Label61
'
Me.Label61.AutoSize = True
Me.Label61.Location = New System.Drawing.Point(6, 295)
Me.Label61.Location = New System.Drawing.Point(3, 330)
Me.Label61.Name = "Label61"
Me.Label61.Size = New System.Drawing.Size(62, 13)
Me.Label61.TabIndex = 38
@@ -1620,16 +1720,16 @@ Partial Class usrcntlKundeBearbeitenFull
'
'txtVers_Information
'
Me.txtVers_Information.Location = New System.Drawing.Point(6, 314)
Me.txtVers_Information.Location = New System.Drawing.Point(6, 346)
Me.txtVers_Information.Name = "txtVers_Information"
Me.txtVers_Information.Size = New System.Drawing.Size(660, 125)
Me.txtVers_Information.Size = New System.Drawing.Size(660, 93)
Me.txtVers_Information.TabIndex = 39
Me.txtVers_Information.Text = ""
'
'Label59
'
Me.Label59.AutoSize = True
Me.Label59.Location = New System.Drawing.Point(284, 234)
Me.Label59.Location = New System.Drawing.Point(281, 269)
Me.Label59.Name = "Label59"
Me.Label59.Size = New System.Drawing.Size(51, 13)
Me.Label59.TabIndex = 34
@@ -1638,7 +1738,7 @@ Partial Class usrcntlKundeBearbeitenFull
'Label57
'
Me.Label57.AutoSize = True
Me.Label57.Location = New System.Drawing.Point(305, 208)
Me.Label57.Location = New System.Drawing.Point(302, 243)
Me.Label57.Name = "Label57"
Me.Label57.Size = New System.Drawing.Size(30, 13)
Me.Label57.TabIndex = 30
@@ -1657,7 +1757,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label60.AutoSize = True
Me.Label60.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label60.Location = New System.Drawing.Point(6, 260)
Me.Label60.Location = New System.Drawing.Point(3, 295)
Me.Label60.Name = "Label60"
Me.Label60.Size = New System.Drawing.Size(73, 13)
Me.Label60.TabIndex = 36
@@ -1667,7 +1767,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label58.AutoSize = True
Me.Label58.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label58.Location = New System.Drawing.Point(7, 234)
Me.Label58.Location = New System.Drawing.Point(4, 269)
Me.Label58.Name = "Label58"
Me.Label58.Size = New System.Drawing.Size(103, 13)
Me.Label58.TabIndex = 32
@@ -1676,7 +1776,7 @@ Partial Class usrcntlKundeBearbeitenFull
'Label53
'
Me.Label53.AutoSize = True
Me.Label53.Location = New System.Drawing.Point(305, 182)
Me.Label53.Location = New System.Drawing.Point(302, 217)
Me.Label53.Name = "Label53"
Me.Label53.Size = New System.Drawing.Size(30, 13)
Me.Label53.TabIndex = 26
@@ -1686,7 +1786,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label56.AutoSize = True
Me.Label56.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label56.Location = New System.Drawing.Point(7, 208)
Me.Label56.Location = New System.Drawing.Point(4, 243)
Me.Label56.Name = "Label56"
Me.Label56.Size = New System.Drawing.Size(87, 13)
Me.Label56.TabIndex = 28
@@ -1706,7 +1806,7 @@ Partial Class usrcntlKundeBearbeitenFull
'
Me.Label52.AutoSize = True
Me.Label52.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label52.Location = New System.Drawing.Point(7, 182)
Me.Label52.Location = New System.Drawing.Point(4, 217)
Me.Label52.Name = "Label52"
Me.Label52.Size = New System.Drawing.Size(79, 13)
Me.Label52.TabIndex = 24
@@ -1900,7 +2000,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_BankgarantiebetragGueltigBis._Waehrung = False
Me.txtVers_BankgarantiebetragGueltigBis._WaehrungZeichen = True
Me.txtVers_BankgarantiebetragGueltigBis.ForeColor = System.Drawing.Color.Red
Me.txtVers_BankgarantiebetragGueltigBis.Location = New System.Drawing.Point(341, 231)
Me.txtVers_BankgarantiebetragGueltigBis.Location = New System.Drawing.Point(338, 266)
Me.txtVers_BankgarantiebetragGueltigBis.MaxLength = 10
Me.txtVers_BankgarantiebetragGueltigBis.MaxLineLength = -1
Me.txtVers_BankgarantiebetragGueltigBis.MaxLines_Warning = ""
@@ -1923,7 +2023,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_KreditlimitVon._Waehrung = False
Me.txtVers_KreditlimitVon._WaehrungZeichen = True
Me.txtVers_KreditlimitVon.ForeColor = System.Drawing.Color.Red
Me.txtVers_KreditlimitVon.Location = New System.Drawing.Point(341, 205)
Me.txtVers_KreditlimitVon.Location = New System.Drawing.Point(338, 240)
Me.txtVers_KreditlimitVon.MaxLength = 10
Me.txtVers_KreditlimitVon.MaxLineLength = -1
Me.txtVers_KreditlimitVon.MaxLines_Warning = ""
@@ -1946,7 +2046,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_Saldo._Waehrung = True
Me.txtVers_Saldo._WaehrungZeichen = True
Me.txtVers_Saldo.ForeColor = System.Drawing.Color.Red
Me.txtVers_Saldo.Location = New System.Drawing.Point(158, 257)
Me.txtVers_Saldo.Location = New System.Drawing.Point(156, 292)
Me.txtVers_Saldo.MaxLineLength = -1
Me.txtVers_Saldo.MaxLines_Warning = ""
Me.txtVers_Saldo.MaxLines_Warning_Label = Nothing
@@ -1991,7 +2091,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_Bankgarantiebetrag._Waehrung = True
Me.txtVers_Bankgarantiebetrag._WaehrungZeichen = True
Me.txtVers_Bankgarantiebetrag.ForeColor = System.Drawing.Color.Red
Me.txtVers_Bankgarantiebetrag.Location = New System.Drawing.Point(159, 231)
Me.txtVers_Bankgarantiebetrag.Location = New System.Drawing.Point(156, 266)
Me.txtVers_Bankgarantiebetrag.MaxLineLength = -1
Me.txtVers_Bankgarantiebetrag.MaxLines_Warning = ""
Me.txtVers_Bankgarantiebetrag.MaxLines_Warning_Label = Nothing
@@ -2013,7 +2113,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_Kreditlimit._Waehrung = True
Me.txtVers_Kreditlimit._WaehrungZeichen = True
Me.txtVers_Kreditlimit.ForeColor = System.Drawing.Color.Red
Me.txtVers_Kreditlimit.Location = New System.Drawing.Point(159, 205)
Me.txtVers_Kreditlimit.Location = New System.Drawing.Point(156, 240)
Me.txtVers_Kreditlimit.MaxLineLength = -1
Me.txtVers_Kreditlimit.MaxLines_Warning = ""
Me.txtVers_Kreditlimit.MaxLines_Warning_Label = Nothing
@@ -2035,7 +2135,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_AntragssummeVon._Waehrung = False
Me.txtVers_AntragssummeVon._WaehrungZeichen = True
Me.txtVers_AntragssummeVon.ForeColor = System.Drawing.Color.Red
Me.txtVers_AntragssummeVon.Location = New System.Drawing.Point(341, 179)
Me.txtVers_AntragssummeVon.Location = New System.Drawing.Point(338, 214)
Me.txtVers_AntragssummeVon.MaxLength = 10
Me.txtVers_AntragssummeVon.MaxLineLength = -1
Me.txtVers_AntragssummeVon.MaxLines_Warning = ""
@@ -2080,7 +2180,7 @@ Partial Class usrcntlKundeBearbeitenFull
Me.txtVers_Antragssumme._Waehrung = True
Me.txtVers_Antragssumme._WaehrungZeichen = True
Me.txtVers_Antragssumme.ForeColor = System.Drawing.Color.Red
Me.txtVers_Antragssumme.Location = New System.Drawing.Point(159, 179)
Me.txtVers_Antragssumme.Location = New System.Drawing.Point(156, 214)
Me.txtVers_Antragssumme.MaxLineLength = -1
Me.txtVers_Antragssumme.MaxLines_Warning = ""
Me.txtVers_Antragssumme.MaxLines_Warning_Label = Nothing
@@ -2138,8 +2238,8 @@ Partial Class usrcntlKundeBearbeitenFull
Me.dgvUmsatzbericht.AllowUserToDeleteRows = False
Me.dgvUmsatzbericht.AllowUserToOrderColumns = True
Me.dgvUmsatzbericht.AllowUserToResizeRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvUmsatzbericht.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
DataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvUmsatzbericht.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
Me.dgvUmsatzbericht.BackgroundColor = System.Drawing.Color.White
Me.dgvUmsatzbericht.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvUmsatzbericht.Location = New System.Drawing.Point(6, 25)
@@ -2236,8 +2336,8 @@ Partial Class usrcntlKundeBearbeitenFull
Me.dgvOffenePosten.AllowUserToDeleteRows = False
Me.dgvOffenePosten.AllowUserToOrderColumns = True
Me.dgvOffenePosten.AllowUserToResizeRows = False
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvOffenePosten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvOffenePosten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
Me.dgvOffenePosten.BackgroundColor = System.Drawing.Color.White
Me.dgvOffenePosten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvOffenePosten.Location = New System.Drawing.Point(6, 38)
@@ -2393,41 +2493,41 @@ Partial Class usrcntlKundeBearbeitenFull
Me.dgvKreditkarten.AllowUserToDeleteRows = False
Me.dgvKreditkarten.AllowUserToOrderColumns = True
Me.dgvKreditkarten.AllowUserToResizeRows = False
DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvKreditkarten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvKreditkarten.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
Me.dgvKreditkarten.BackgroundColor = System.Drawing.Color.White
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvKreditkarten.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
DataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvKreditkarten.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle14
Me.dgvKreditkarten.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvKreditkarten.DefaultCellStyle = DataGridViewCellStyle5
DataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window
DataGridViewCellStyle15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText
DataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
Me.dgvKreditkarten.DefaultCellStyle = DataGridViewCellStyle15
Me.dgvKreditkarten.Location = New System.Drawing.Point(9, 20)
Me.dgvKreditkarten.MultiSelect = False
Me.dgvKreditkarten.Name = "dgvKreditkarten"
Me.dgvKreditkarten.ReadOnly = True
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvKreditkarten.RowHeadersDefaultCellStyle = DataGridViewCellStyle6
DataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
DataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.dgvKreditkarten.RowHeadersDefaultCellStyle = DataGridViewCellStyle16
Me.dgvKreditkarten.RowHeadersVisible = False
DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvKreditkarten.RowsDefaultCellStyle = DataGridViewCellStyle7
DataGridViewCellStyle17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvKreditkarten.RowsDefaultCellStyle = DataGridViewCellStyle17
Me.dgvKreditkarten.RowTemplate.DefaultCellStyle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dgvKreditkarten.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvKreditkarten.Size = New System.Drawing.Size(642, 312)
@@ -2565,8 +2665,8 @@ Partial Class usrcntlKundeBearbeitenFull
'
'dgvUstv_LaenderUndSteuernummern
'
DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvUstv_LaenderUndSteuernummern.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
DataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvUstv_LaenderUndSteuernummern.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle18
Me.dgvUstv_LaenderUndSteuernummern.BackgroundColor = System.Drawing.Color.White
Me.dgvUstv_LaenderUndSteuernummern.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvUstv_LaenderUndSteuernummern.Location = New System.Drawing.Point(9, 94)
@@ -2701,6 +2801,8 @@ Partial Class usrcntlKundeBearbeitenFull
'
'tbSonstiges
'
Me.tbSonstiges.Controls.Add(Me.txtSonst_KdNrPLOSE)
Me.tbSonstiges.Controls.Add(Me.Label83)
Me.tbSonstiges.Controls.Add(Me.btnSonstAendSpeichern)
Me.tbSonstiges.Controls.Add(Me.Label76)
Me.tbSonstiges.Controls.Add(Me.dgvSonst_IDSKunden)
@@ -2758,8 +2860,8 @@ Partial Class usrcntlKundeBearbeitenFull
'dgvSonst_IDSKunden
'
Me.dgvSonst_IDSKunden.AllowUserToResizeRows = False
DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvSonst_IDSKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9
DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvSonst_IDSKunden.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
Me.dgvSonst_IDSKunden.BackgroundColor = System.Drawing.Color.White
Me.dgvSonst_IDSKunden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvSonst_IDSKunden.Location = New System.Drawing.Point(9, 251)
@@ -2771,7 +2873,7 @@ Partial Class usrcntlKundeBearbeitenFull
'cbxSonst_CsvAsfinag
'
Me.cbxSonst_CsvAsfinag.AutoSize = True
Me.cbxSonst_CsvAsfinag.Location = New System.Drawing.Point(9, 188)
Me.cbxSonst_CsvAsfinag.Location = New System.Drawing.Point(119, 201)
Me.cbxSonst_CsvAsfinag.Name = "cbxSonst_CsvAsfinag"
Me.cbxSonst_CsvAsfinag.Size = New System.Drawing.Size(264, 17)
Me.cbxSonst_CsvAsfinag.TabIndex = 15
@@ -3732,6 +3834,25 @@ Partial Class usrcntlKundeBearbeitenFull
Me.cbxFiBuLG.UseVisualStyleBackColor = True
Me.cbxFiBuLG.Visible = False
'
'txtSonst_KdNrPLOSE
'
Me.txtSonst_KdNrPLOSE.Enabled = False
Me.txtSonst_KdNrPLOSE.Location = New System.Drawing.Point(119, 175)
Me.txtSonst_KdNrPLOSE.Name = "txtSonst_KdNrPLOSE"
Me.txtSonst_KdNrPLOSE.Size = New System.Drawing.Size(122, 20)
Me.txtSonst_KdNrPLOSE.TabIndex = 20
'
'Label83
'
Me.Label83.AutoSize = True
Me.Label83.Enabled = False
Me.Label83.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label83.Location = New System.Drawing.Point(6, 178)
Me.Label83.Name = "Label83"
Me.Label83.Size = New System.Drawing.Size(89, 13)
Me.Label83.TabIndex = 19
Me.Label83.Text = "KdNr bei PLOSE:"
'
'usrcntlKundeBearbeitenFull
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -4061,4 +4182,12 @@ Partial Class usrcntlKundeBearbeitenFull
Friend WithEvents UsrCntlKundenAvisoMailBenachrichtigung1 As usrCntlKundenAvisoMailBenachrichtigung
Friend WithEvents Label1 As Label
Friend WithEvents txtVers_EHNr As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label81 As Label
Friend WithEvents Label82 As Label
Friend WithEvents cbxInkassoUebergeben As CheckBox
Friend WithEvents txtInkasso_GemeldeterBetrag As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents txtInkassoUebergebenAm As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents cbxAutoFakturierung As CheckBox
Friend WithEvents txtSonst_KdNrPLOSE As TextBox
Friend WithEvents Label83 As Label
End Class