Update 2024-01-10

This commit is contained in:
Stefan Hutter
2024-01-10 09:40:00 +01:00
parent 6164ec3d16
commit 2d7f517e98
148 changed files with 2871 additions and 940 deletions

View File

@@ -24,10 +24,15 @@ Partial Class Benhandungdetail
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Benhandungdetail))
Me.GrpPatient = New System.Windows.Forms.GroupBox()
Me.cbrechnungsadresse = New DPM2016.MyCombobox()
Me.lblrechnungsadresse = New System.Windows.Forms.Label()
Me.cbansprechperson = New DPM2016.MyCombobox()
Me.lblAnsprechen = New System.Windows.Forms.Label()
Me.txtProjekt = New System.Windows.Forms.TextBox()
Me.lblProjekt = New System.Windows.Forms.Label()
Me.cbboxNRESTyp = New DPM2016.MyCombobox()
Me.Label6 = New System.Windows.Forms.Label()
Me.cbboxnrbehandler = New DPM2016.MyCombobox()
Me.Label7 = New System.Windows.Forms.Label()
Me.grpZusammenfassugn = New System.Windows.Forms.GroupBox()
Me.lblMailKommunikaton = New System.Windows.Forms.Label()
@@ -44,10 +49,13 @@ Partial Class Benhandungdetail
Me.txtcKVTotal = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.GrpGaramt = New System.Windows.Forms.GroupBox()
Me.cbboxNrVerguetungsart = New DPM2016.MyCombobox()
Me.lblahvnr = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.lblGesetz = New System.Windows.Forms.Label()
Me.cbboxNrGesetz = New DPM2016.MyCombobox()
Me.cbboxNrZuweiser = New DPM2016.MyCombobox()
Me.Label5 = New System.Windows.Forms.Label()
Me.btnDeleteKogudatum = New System.Windows.Forms.Button()
Me.btnDeleteUnfalldatum = New System.Windows.Forms.Button()
@@ -58,8 +66,10 @@ Partial Class Benhandungdetail
Me.DDTUnfalldatum = New DevComponents.Editors.DateTimeAdv.DateTimeInput()
Me.lblUnfalldatum = New System.Windows.Forms.Label()
Me.lblFallNummer = New System.Windows.Forms.Label()
Me.cbboxNrAnsprechpartner = New DPM2016.MyCombobox()
Me.lblAnsprechpartner = New System.Windows.Forms.Label()
Me.txtFallnummer = New System.Windows.Forms.TextBox()
Me.cbboxNrGarant = New DPM2016.MyCombobox()
Me.lblgarant = New System.Windows.Forms.Label()
Me.rbPrivatPersonen = New System.Windows.Forms.RadioButton()
Me.rbkk = New System.Windows.Forms.RadioButton()
@@ -93,6 +103,7 @@ Partial Class Benhandungdetail
Me.lblBegin = New System.Windows.Forms.Label()
Me.grpAbrechnung = New System.Windows.Forms.GroupBox()
Me.lblmwstsatz = New System.Windows.Forms.Label()
Me.cbboxmwstsatz = New DPM2016.MyCombobox()
Me.chkOhneMwst = New System.Windows.Forms.CheckBox()
Me.mtxtRabatt = New Syncfusion.Windows.Forms.Tools.DoubleTextBox()
Me.mtxtTaxpunktwert = New Syncfusion.Windows.Forms.Tools.DoubleTextBox()
@@ -102,8 +113,12 @@ Partial Class Benhandungdetail
Me.chkMitdatum = New System.Windows.Forms.CheckBox()
Me.chkAndrucken_Taxpunkte = New System.Windows.Forms.CheckBox()
Me.chkRabattGesamt = New System.Windows.Forms.CheckBox()
Me.cbboxNrtaxpunkt = New DPM2016.MyCombobox()
Me.cbboxNrAnsatz = New DPM2016.MyCombobox()
Me.lblAnsatz = New System.Windows.Forms.Label()
Me.cbboxNrAbrechnungstyp = New DPM2016.MyCombobox()
Me.lblAbrechnungstyp = New System.Windows.Forms.Label()
Me.cbboxNRRGtyp = New DPM2016.MyCombobox()
Me.lblRechnungstyp = New System.Windows.Forms.Label()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.tsbtnSave = New System.Windows.Forms.ToolStripButton()
@@ -117,6 +132,7 @@ Partial Class Benhandungdetail
Me.txtrgnummer = New System.Windows.Forms.ToolStripTextBox()
Me.GrpRechnungstext = New System.Windows.Forms.GroupBox()
Me.txtRechnungsbemerkung = New System.Windows.Forms.TextBox()
Me.cbboxrgtext = New DPM2016.MyCombobox()
Me.lblDiagnose = New System.Windows.Forms.Label()
Me.txtDiagnose = New System.Windows.Forms.TextBox()
Me.lblGLNListe = New System.Windows.Forms.Label()
@@ -124,6 +140,7 @@ Partial Class Benhandungdetail
Me.grpglndiagnose = New System.Windows.Forms.GroupBox()
Me.lblBehandlungsart = New System.Windows.Forms.Label()
Me.txtBehandlungsgrund = New System.Windows.Forms.TextBox()
Me.cbboxNrBehandlungsart = New DPM2016.MyCombobox()
Me.lblBehandlungsgrund = New System.Windows.Forms.Label()
Me.grpEmpfaenger = New System.Windows.Forms.GroupBox()
Me.btnSucheFirma = New System.Windows.Forms.Button()
@@ -144,21 +161,6 @@ Partial Class Benhandungdetail
Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.cbboxNrBehandlungsart = New DPM2016.MyCombobox()
Me.cbboxrgtext = New DPM2016.MyCombobox()
Me.cbansprechperson = New DPM2016.MyCombobox()
Me.cbboxNRESTyp = New DPM2016.MyCombobox()
Me.cbboxnrbehandler = New DPM2016.MyCombobox()
Me.cbboxNrVerguetungsart = New DPM2016.MyCombobox()
Me.cbboxNrGesetz = New DPM2016.MyCombobox()
Me.cbboxNrZuweiser = New DPM2016.MyCombobox()
Me.cbboxNrAnsprechpartner = New DPM2016.MyCombobox()
Me.cbboxNrGarant = New DPM2016.MyCombobox()
Me.cbboxmwstsatz = New DPM2016.MyCombobox()
Me.cbboxNrtaxpunkt = New DPM2016.MyCombobox()
Me.cbboxNrAnsatz = New DPM2016.MyCombobox()
Me.cbboxNrAbrechnungstyp = New DPM2016.MyCombobox()
Me.cbboxNRRGtyp = New DPM2016.MyCombobox()
Me.GrpPatient.SuspendLayout()
Me.grpZusammenfassugn.SuspendLayout()
Me.GrpGaramt.SuspendLayout()
@@ -186,6 +188,8 @@ Partial Class Benhandungdetail
'
'GrpPatient
'
Me.GrpPatient.Controls.Add(Me.cbrechnungsadresse)
Me.GrpPatient.Controls.Add(Me.lblrechnungsadresse)
Me.GrpPatient.Controls.Add(Me.cbansprechperson)
Me.GrpPatient.Controls.Add(Me.lblAnsprechen)
Me.GrpPatient.Controls.Add(Me.txtProjekt)
@@ -196,11 +200,47 @@ Partial Class Benhandungdetail
Me.GrpPatient.Controls.Add(Me.Label7)
Me.GrpPatient.Location = New System.Drawing.Point(3, 31)
Me.GrpPatient.Name = "GrpPatient"
Me.GrpPatient.Size = New System.Drawing.Size(300, 87)
Me.GrpPatient.Size = New System.Drawing.Size(300, 93)
Me.GrpPatient.TabIndex = 9
Me.GrpPatient.TabStop = False
Me.GrpPatient.Text = "Patient / Behandler"
'
'cbrechnungsadresse
'
Me.cbrechnungsadresse.Dataselection = Nothing
Me.cbrechnungsadresse.Displaymember = Nothing
Me.cbrechnungsadresse.Location = New System.Drawing.Point(93, 126)
Me.cbrechnungsadresse.Name = "cbrechnungsadresse"
Me.cbrechnungsadresse.Size = New System.Drawing.Size(192, 21)
Me.cbrechnungsadresse.TabIndex = 26
Me.cbrechnungsadresse.Table = Nothing
Me.cbrechnungsadresse.TableAlias = ""
Me.cbrechnungsadresse.Valuemember = Nothing
Me.cbrechnungsadresse.Visible = False
'
'lblrechnungsadresse
'
Me.lblrechnungsadresse.AutoSize = True
Me.lblrechnungsadresse.Location = New System.Drawing.Point(6, 127)
Me.lblrechnungsadresse.Name = "lblrechnungsadresse"
Me.lblrechnungsadresse.Size = New System.Drawing.Size(64, 13)
Me.lblrechnungsadresse.TabIndex = 27
Me.lblrechnungsadresse.Text = "RG-Adresse"
Me.lblrechnungsadresse.Visible = False
'
'cbansprechperson
'
Me.cbansprechperson.Dataselection = Nothing
Me.cbansprechperson.Displaymember = Nothing
Me.cbansprechperson.Location = New System.Drawing.Point(93, 100)
Me.cbansprechperson.Name = "cbansprechperson"
Me.cbansprechperson.Size = New System.Drawing.Size(192, 21)
Me.cbansprechperson.TabIndex = 24
Me.cbansprechperson.Table = Nothing
Me.cbansprechperson.TableAlias = ""
Me.cbansprechperson.Valuemember = Nothing
Me.cbansprechperson.Visible = False
'
'lblAnsprechen
'
Me.lblAnsprechen.AutoSize = True
@@ -229,6 +269,18 @@ Partial Class Benhandungdetail
Me.lblProjekt.Text = "Projekt"
Me.lblProjekt.Visible = False
'
'cbboxNRESTyp
'
Me.cbboxNRESTyp.Dataselection = Nothing
Me.cbboxNRESTyp.Displaymember = Nothing
Me.cbboxNRESTyp.Location = New System.Drawing.Point(72, 52)
Me.cbboxNRESTyp.Name = "cbboxNRESTyp"
Me.cbboxNRESTyp.Size = New System.Drawing.Size(216, 21)
Me.cbboxNRESTyp.TabIndex = 1
Me.cbboxNRESTyp.Table = Nothing
Me.cbboxNRESTyp.TableAlias = ""
Me.cbboxNRESTyp.Valuemember = Nothing
'
'Label6
'
Me.Label6.AutoSize = True
@@ -238,6 +290,18 @@ Partial Class Benhandungdetail
Me.Label6.TabIndex = 21
Me.Label6.Text = "Formulartyp"
'
'cbboxnrbehandler
'
Me.cbboxnrbehandler.Dataselection = Nothing
Me.cbboxnrbehandler.Displaymember = Nothing
Me.cbboxnrbehandler.Location = New System.Drawing.Point(72, 24)
Me.cbboxnrbehandler.Name = "cbboxnrbehandler"
Me.cbboxnrbehandler.Size = New System.Drawing.Size(216, 21)
Me.cbboxnrbehandler.TabIndex = 0
Me.cbboxnrbehandler.Table = Nothing
Me.cbboxnrbehandler.TableAlias = ""
Me.cbboxnrbehandler.Valuemember = Nothing
'
'Label7
'
Me.Label7.AutoSize = True
@@ -433,6 +497,20 @@ Partial Class Benhandungdetail
Me.GrpGaramt.TabStop = False
Me.GrpGaramt.Text = "Garant"
'
'cbboxNrVerguetungsart
'
Me.cbboxNrVerguetungsart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cbboxNrVerguetungsart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrVerguetungsart.Dataselection = Nothing
Me.cbboxNrVerguetungsart.Displaymember = Nothing
Me.cbboxNrVerguetungsart.Location = New System.Drawing.Point(182, 136)
Me.cbboxNrVerguetungsart.Name = "cbboxNrVerguetungsart"
Me.cbboxNrVerguetungsart.Size = New System.Drawing.Size(191, 21)
Me.cbboxNrVerguetungsart.TabIndex = 227
Me.cbboxNrVerguetungsart.Table = Nothing
Me.cbboxNrVerguetungsart.TableAlias = ""
Me.cbboxNrVerguetungsart.Valuemember = Nothing
'
'lblahvnr
'
Me.lblahvnr.AutoSize = True
@@ -468,6 +546,32 @@ Partial Class Benhandungdetail
Me.lblGesetz.TabIndex = 223
Me.lblGesetz.Text = "Gesetz/V-Art"
'
'cbboxNrGesetz
'
Me.cbboxNrGesetz.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cbboxNrGesetz.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrGesetz.Dataselection = Nothing
Me.cbboxNrGesetz.Displaymember = Nothing
Me.cbboxNrGesetz.Location = New System.Drawing.Point(94, 136)
Me.cbboxNrGesetz.Name = "cbboxNrGesetz"
Me.cbboxNrGesetz.Size = New System.Drawing.Size(83, 21)
Me.cbboxNrGesetz.TabIndex = 9
Me.cbboxNrGesetz.Table = Nothing
Me.cbboxNrGesetz.TableAlias = ""
Me.cbboxNrGesetz.Valuemember = Nothing
'
'cbboxNrZuweiser
'
Me.cbboxNrZuweiser.Dataselection = Nothing
Me.cbboxNrZuweiser.Displaymember = Nothing
Me.cbboxNrZuweiser.Location = New System.Drawing.Point(94, 239)
Me.cbboxNrZuweiser.Name = "cbboxNrZuweiser"
Me.cbboxNrZuweiser.Size = New System.Drawing.Size(169, 21)
Me.cbboxNrZuweiser.TabIndex = 13
Me.cbboxNrZuweiser.Table = Nothing
Me.cbboxNrZuweiser.TableAlias = ""
Me.cbboxNrZuweiser.Valuemember = Nothing
'
'Label5
'
Me.Label5.AutoSize = True
@@ -628,6 +732,18 @@ Partial Class Benhandungdetail
Me.lblFallNummer.TabIndex = 32
Me.lblFallNummer.Text = "FallNummer"
'
'cbboxNrAnsprechpartner
'
Me.cbboxNrAnsprechpartner.Dataselection = Nothing
Me.cbboxNrAnsprechpartner.Displaymember = Nothing
Me.cbboxNrAnsprechpartner.Location = New System.Drawing.Point(94, 85)
Me.cbboxNrAnsprechpartner.Name = "cbboxNrAnsprechpartner"
Me.cbboxNrAnsprechpartner.Size = New System.Drawing.Size(151, 21)
Me.cbboxNrAnsprechpartner.TabIndex = 7
Me.cbboxNrAnsprechpartner.Table = Nothing
Me.cbboxNrAnsprechpartner.TableAlias = ""
Me.cbboxNrAnsprechpartner.Valuemember = Nothing
'
'lblAnsprechpartner
'
Me.lblAnsprechpartner.AutoSize = True
@@ -644,6 +760,18 @@ Partial Class Benhandungdetail
Me.txtFallnummer.Size = New System.Drawing.Size(151, 20)
Me.txtFallnummer.TabIndex = 8
'
'cbboxNrGarant
'
Me.cbboxNrGarant.Dataselection = Nothing
Me.cbboxNrGarant.Displaymember = Nothing
Me.cbboxNrGarant.Location = New System.Drawing.Point(94, 61)
Me.cbboxNrGarant.Name = "cbboxNrGarant"
Me.cbboxNrGarant.Size = New System.Drawing.Size(277, 21)
Me.cbboxNrGarant.TabIndex = 6
Me.cbboxNrGarant.Table = Nothing
Me.cbboxNrGarant.TableAlias = ""
Me.cbboxNrGarant.Valuemember = Nothing
'
'lblgarant
'
Me.lblgarant.AutoSize = True
@@ -1152,6 +1280,21 @@ Partial Class Benhandungdetail
Me.lblmwstsatz.Text = "MwSt-Satz"
Me.lblmwstsatz.Visible = False
'
'cbboxmwstsatz
'
Me.cbboxmwstsatz.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxmwstsatz.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxmwstsatz.Dataselection = Nothing
Me.cbboxmwstsatz.Displaymember = Nothing
Me.cbboxmwstsatz.Location = New System.Drawing.Point(144, 207)
Me.cbboxmwstsatz.Name = "cbboxmwstsatz"
Me.cbboxmwstsatz.Size = New System.Drawing.Size(55, 21)
Me.cbboxmwstsatz.TabIndex = 227
Me.cbboxmwstsatz.Table = Nothing
Me.cbboxmwstsatz.TableAlias = ""
Me.cbboxmwstsatz.Valuemember = Nothing
Me.cbboxmwstsatz.Visible = False
'
'chkOhneMwst
'
Me.chkOhneMwst.AutoSize = True
@@ -1244,6 +1387,30 @@ Partial Class Benhandungdetail
Me.chkRabattGesamt.Text = "Rabatt auf Gesamtbetrag"
Me.chkRabattGesamt.UseVisualStyleBackColor = True
'
'cbboxNrtaxpunkt
'
Me.cbboxNrtaxpunkt.Dataselection = Nothing
Me.cbboxNrtaxpunkt.Displaymember = Nothing
Me.cbboxNrtaxpunkt.Location = New System.Drawing.Point(97, 138)
Me.cbboxNrtaxpunkt.Name = "cbboxNrtaxpunkt"
Me.cbboxNrtaxpunkt.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrtaxpunkt.TabIndex = 4
Me.cbboxNrtaxpunkt.Table = Nothing
Me.cbboxNrtaxpunkt.TableAlias = ""
Me.cbboxNrtaxpunkt.Valuemember = Nothing
'
'cbboxNrAnsatz
'
Me.cbboxNrAnsatz.Dataselection = Nothing
Me.cbboxNrAnsatz.Displaymember = Nothing
Me.cbboxNrAnsatz.Location = New System.Drawing.Point(94, 81)
Me.cbboxNrAnsatz.Name = "cbboxNrAnsatz"
Me.cbboxNrAnsatz.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrAnsatz.TabIndex = 2
Me.cbboxNrAnsatz.Table = Nothing
Me.cbboxNrAnsatz.TableAlias = ""
Me.cbboxNrAnsatz.Valuemember = Nothing
'
'lblAnsatz
'
Me.lblAnsatz.AutoSize = True
@@ -1253,6 +1420,18 @@ Partial Class Benhandungdetail
Me.lblAnsatz.TabIndex = 27
Me.lblAnsatz.Text = "Ansatz"
'
'cbboxNrAbrechnungstyp
'
Me.cbboxNrAbrechnungstyp.Dataselection = Nothing
Me.cbboxNrAbrechnungstyp.Displaymember = Nothing
Me.cbboxNrAbrechnungstyp.Location = New System.Drawing.Point(94, 53)
Me.cbboxNrAbrechnungstyp.Name = "cbboxNrAbrechnungstyp"
Me.cbboxNrAbrechnungstyp.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrAbrechnungstyp.TabIndex = 1
Me.cbboxNrAbrechnungstyp.Table = Nothing
Me.cbboxNrAbrechnungstyp.TableAlias = ""
Me.cbboxNrAbrechnungstyp.Valuemember = Nothing
'
'lblAbrechnungstyp
'
Me.lblAbrechnungstyp.AutoSize = True
@@ -1262,6 +1441,18 @@ Partial Class Benhandungdetail
Me.lblAbrechnungstyp.TabIndex = 25
Me.lblAbrechnungstyp.Text = "Abrechnungstyp"
'
'cbboxNRRGtyp
'
Me.cbboxNRRGtyp.Dataselection = Nothing
Me.cbboxNRRGtyp.Displaymember = Nothing
Me.cbboxNRRGtyp.Location = New System.Drawing.Point(94, 25)
Me.cbboxNRRGtyp.Name = "cbboxNRRGtyp"
Me.cbboxNRRGtyp.Size = New System.Drawing.Size(196, 21)
Me.cbboxNRRGtyp.TabIndex = 0
Me.cbboxNRRGtyp.Table = Nothing
Me.cbboxNRRGtyp.TableAlias = ""
Me.cbboxNRRGtyp.Valuemember = Nothing
'
'lblRechnungstyp
'
Me.lblRechnungstyp.AutoSize = True
@@ -1366,6 +1557,19 @@ Partial Class Benhandungdetail
Me.txtRechnungsbemerkung.Size = New System.Drawing.Size(425, 66)
Me.txtRechnungsbemerkung.TabIndex = 1
'
'cbboxrgtext
'
Me.cbboxrgtext.Dataselection = Nothing
Me.cbboxrgtext.Displaymember = Nothing
Me.cbboxrgtext.Dock = System.Windows.Forms.DockStyle.Top
Me.cbboxrgtext.Location = New System.Drawing.Point(3, 16)
Me.cbboxrgtext.Name = "cbboxrgtext"
Me.cbboxrgtext.Size = New System.Drawing.Size(424, 21)
Me.cbboxrgtext.TabIndex = 0
Me.cbboxrgtext.Table = Nothing
Me.cbboxrgtext.TableAlias = ""
Me.cbboxrgtext.Valuemember = Nothing
'
'lblDiagnose
'
Me.lblDiagnose.AutoSize = True
@@ -1431,6 +1635,20 @@ Partial Class Benhandungdetail
Me.txtBehandlungsgrund.Size = New System.Drawing.Size(329, 20)
Me.txtBehandlungsgrund.TabIndex = 222
'
'cbboxNrBehandlungsart
'
Me.cbboxNrBehandlungsart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxNrBehandlungsart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrBehandlungsart.Dataselection = Nothing
Me.cbboxNrBehandlungsart.Displaymember = Nothing
Me.cbboxNrBehandlungsart.Location = New System.Drawing.Point(95, 77)
Me.cbboxNrBehandlungsart.Name = "cbboxNrBehandlungsart"
Me.cbboxNrBehandlungsart.Size = New System.Drawing.Size(151, 21)
Me.cbboxNrBehandlungsart.TabIndex = 225
Me.cbboxNrBehandlungsart.Table = Nothing
Me.cbboxNrBehandlungsart.TableAlias = ""
Me.cbboxNrBehandlungsart.Valuemember = Nothing
'
'lblBehandlungsgrund
'
Me.lblBehandlungsgrund.AutoSize = True
@@ -1608,197 +1826,6 @@ Partial Class Benhandungdetail
Me.ToolStripButton2.Size = New System.Drawing.Size(24, 24)
Me.ToolStripButton2.Text = "Dateien prüfen"
'
'cbboxNrBehandlungsart
'
Me.cbboxNrBehandlungsart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxNrBehandlungsart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrBehandlungsart.Dataselection = Nothing
Me.cbboxNrBehandlungsart.Displaymember = Nothing
Me.cbboxNrBehandlungsart.Location = New System.Drawing.Point(95, 77)
Me.cbboxNrBehandlungsart.Name = "cbboxNrBehandlungsart"
Me.cbboxNrBehandlungsart.Size = New System.Drawing.Size(151, 21)
Me.cbboxNrBehandlungsart.TabIndex = 225
Me.cbboxNrBehandlungsart.Table = Nothing
Me.cbboxNrBehandlungsart.TableAlias = ""
Me.cbboxNrBehandlungsart.Valuemember = Nothing
'
'cbboxrgtext
'
Me.cbboxrgtext.Dataselection = Nothing
Me.cbboxrgtext.Displaymember = Nothing
Me.cbboxrgtext.Dock = System.Windows.Forms.DockStyle.Top
Me.cbboxrgtext.Location = New System.Drawing.Point(3, 16)
Me.cbboxrgtext.Name = "cbboxrgtext"
Me.cbboxrgtext.Size = New System.Drawing.Size(424, 21)
Me.cbboxrgtext.TabIndex = 0
Me.cbboxrgtext.Table = Nothing
Me.cbboxrgtext.TableAlias = ""
Me.cbboxrgtext.Valuemember = Nothing
'
'cbansprechperson
'
Me.cbansprechperson.Dataselection = Nothing
Me.cbansprechperson.Displaymember = Nothing
Me.cbansprechperson.Location = New System.Drawing.Point(93, 100)
Me.cbansprechperson.Name = "cbansprechperson"
Me.cbansprechperson.Size = New System.Drawing.Size(192, 21)
Me.cbansprechperson.TabIndex = 24
Me.cbansprechperson.Table = Nothing
Me.cbansprechperson.TableAlias = ""
Me.cbansprechperson.Valuemember = Nothing
Me.cbansprechperson.Visible = False
'
'cbboxNRESTyp
'
Me.cbboxNRESTyp.Dataselection = Nothing
Me.cbboxNRESTyp.Displaymember = Nothing
Me.cbboxNRESTyp.Location = New System.Drawing.Point(72, 52)
Me.cbboxNRESTyp.Name = "cbboxNRESTyp"
Me.cbboxNRESTyp.Size = New System.Drawing.Size(216, 21)
Me.cbboxNRESTyp.TabIndex = 1
Me.cbboxNRESTyp.Table = Nothing
Me.cbboxNRESTyp.TableAlias = ""
Me.cbboxNRESTyp.Valuemember = Nothing
'
'cbboxnrbehandler
'
Me.cbboxnrbehandler.Dataselection = Nothing
Me.cbboxnrbehandler.Displaymember = Nothing
Me.cbboxnrbehandler.Location = New System.Drawing.Point(72, 24)
Me.cbboxnrbehandler.Name = "cbboxnrbehandler"
Me.cbboxnrbehandler.Size = New System.Drawing.Size(216, 21)
Me.cbboxnrbehandler.TabIndex = 0
Me.cbboxnrbehandler.Table = Nothing
Me.cbboxnrbehandler.TableAlias = ""
Me.cbboxnrbehandler.Valuemember = Nothing
'
'cbboxNrVerguetungsart
'
Me.cbboxNrVerguetungsart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cbboxNrVerguetungsart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrVerguetungsart.Dataselection = Nothing
Me.cbboxNrVerguetungsart.Displaymember = Nothing
Me.cbboxNrVerguetungsart.Location = New System.Drawing.Point(182, 136)
Me.cbboxNrVerguetungsart.Name = "cbboxNrVerguetungsart"
Me.cbboxNrVerguetungsart.Size = New System.Drawing.Size(191, 21)
Me.cbboxNrVerguetungsart.TabIndex = 227
Me.cbboxNrVerguetungsart.Table = Nothing
Me.cbboxNrVerguetungsart.TableAlias = ""
Me.cbboxNrVerguetungsart.Valuemember = Nothing
'
'cbboxNrGesetz
'
Me.cbboxNrGesetz.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cbboxNrGesetz.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxNrGesetz.Dataselection = Nothing
Me.cbboxNrGesetz.Displaymember = Nothing
Me.cbboxNrGesetz.Location = New System.Drawing.Point(94, 136)
Me.cbboxNrGesetz.Name = "cbboxNrGesetz"
Me.cbboxNrGesetz.Size = New System.Drawing.Size(83, 21)
Me.cbboxNrGesetz.TabIndex = 9
Me.cbboxNrGesetz.Table = Nothing
Me.cbboxNrGesetz.TableAlias = ""
Me.cbboxNrGesetz.Valuemember = Nothing
'
'cbboxNrZuweiser
'
Me.cbboxNrZuweiser.Dataselection = Nothing
Me.cbboxNrZuweiser.Displaymember = Nothing
Me.cbboxNrZuweiser.Location = New System.Drawing.Point(94, 239)
Me.cbboxNrZuweiser.Name = "cbboxNrZuweiser"
Me.cbboxNrZuweiser.Size = New System.Drawing.Size(169, 21)
Me.cbboxNrZuweiser.TabIndex = 13
Me.cbboxNrZuweiser.Table = Nothing
Me.cbboxNrZuweiser.TableAlias = ""
Me.cbboxNrZuweiser.Valuemember = Nothing
'
'cbboxNrAnsprechpartner
'
Me.cbboxNrAnsprechpartner.Dataselection = Nothing
Me.cbboxNrAnsprechpartner.Displaymember = Nothing
Me.cbboxNrAnsprechpartner.Location = New System.Drawing.Point(94, 85)
Me.cbboxNrAnsprechpartner.Name = "cbboxNrAnsprechpartner"
Me.cbboxNrAnsprechpartner.Size = New System.Drawing.Size(151, 21)
Me.cbboxNrAnsprechpartner.TabIndex = 7
Me.cbboxNrAnsprechpartner.Table = Nothing
Me.cbboxNrAnsprechpartner.TableAlias = ""
Me.cbboxNrAnsprechpartner.Valuemember = Nothing
'
'cbboxNrGarant
'
Me.cbboxNrGarant.Dataselection = Nothing
Me.cbboxNrGarant.Displaymember = Nothing
Me.cbboxNrGarant.Location = New System.Drawing.Point(94, 61)
Me.cbboxNrGarant.Name = "cbboxNrGarant"
Me.cbboxNrGarant.Size = New System.Drawing.Size(277, 21)
Me.cbboxNrGarant.TabIndex = 6
Me.cbboxNrGarant.Table = Nothing
Me.cbboxNrGarant.TableAlias = ""
Me.cbboxNrGarant.Valuemember = Nothing
'
'cbboxmwstsatz
'
Me.cbboxmwstsatz.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
Me.cbboxmwstsatz.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cbboxmwstsatz.Dataselection = Nothing
Me.cbboxmwstsatz.Displaymember = Nothing
Me.cbboxmwstsatz.Location = New System.Drawing.Point(144, 207)
Me.cbboxmwstsatz.Name = "cbboxmwstsatz"
Me.cbboxmwstsatz.Size = New System.Drawing.Size(55, 21)
Me.cbboxmwstsatz.TabIndex = 227
Me.cbboxmwstsatz.Table = Nothing
Me.cbboxmwstsatz.TableAlias = ""
Me.cbboxmwstsatz.Valuemember = Nothing
Me.cbboxmwstsatz.Visible = False
'
'cbboxNrtaxpunkt
'
Me.cbboxNrtaxpunkt.Dataselection = Nothing
Me.cbboxNrtaxpunkt.Displaymember = Nothing
Me.cbboxNrtaxpunkt.Location = New System.Drawing.Point(97, 138)
Me.cbboxNrtaxpunkt.Name = "cbboxNrtaxpunkt"
Me.cbboxNrtaxpunkt.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrtaxpunkt.TabIndex = 4
Me.cbboxNrtaxpunkt.Table = Nothing
Me.cbboxNrtaxpunkt.TableAlias = ""
Me.cbboxNrtaxpunkt.Valuemember = Nothing
'
'cbboxNrAnsatz
'
Me.cbboxNrAnsatz.Dataselection = Nothing
Me.cbboxNrAnsatz.Displaymember = Nothing
Me.cbboxNrAnsatz.Location = New System.Drawing.Point(94, 81)
Me.cbboxNrAnsatz.Name = "cbboxNrAnsatz"
Me.cbboxNrAnsatz.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrAnsatz.TabIndex = 2
Me.cbboxNrAnsatz.Table = Nothing
Me.cbboxNrAnsatz.TableAlias = ""
Me.cbboxNrAnsatz.Valuemember = Nothing
'
'cbboxNrAbrechnungstyp
'
Me.cbboxNrAbrechnungstyp.Dataselection = Nothing
Me.cbboxNrAbrechnungstyp.Displaymember = Nothing
Me.cbboxNrAbrechnungstyp.Location = New System.Drawing.Point(94, 53)
Me.cbboxNrAbrechnungstyp.Name = "cbboxNrAbrechnungstyp"
Me.cbboxNrAbrechnungstyp.Size = New System.Drawing.Size(196, 21)
Me.cbboxNrAbrechnungstyp.TabIndex = 1
Me.cbboxNrAbrechnungstyp.Table = Nothing
Me.cbboxNrAbrechnungstyp.TableAlias = ""
Me.cbboxNrAbrechnungstyp.Valuemember = Nothing
'
'cbboxNRRGtyp
'
Me.cbboxNRRGtyp.Dataselection = Nothing
Me.cbboxNRRGtyp.Displaymember = Nothing
Me.cbboxNRRGtyp.Location = New System.Drawing.Point(94, 25)
Me.cbboxNRRGtyp.Name = "cbboxNRRGtyp"
Me.cbboxNRRGtyp.Size = New System.Drawing.Size(196, 21)
Me.cbboxNRRGtyp.TabIndex = 0
Me.cbboxNRRGtyp.Table = Nothing
Me.cbboxNRRGtyp.TableAlias = ""
Me.cbboxNRRGtyp.Valuemember = Nothing
'
'Benhandungdetail
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -1991,4 +2018,6 @@ Partial Class Benhandungdetail
Friend WithEvents cbboxmwstsatz As MyCombobox
Friend WithEvents cbansprechperson As MyCombobox
Friend WithEvents lblAnsprechen As Label
Friend WithEvents cbrechnungsadresse As MyCombobox
Friend WithEvents lblrechnungsadresse As Label
End Class