Update 6.12.23
This commit is contained in:
37
DPM2016/Behandlung/Benhandungdetail.Designer.vb
generated
37
DPM2016/Behandlung/Benhandungdetail.Designer.vb
generated
@@ -24,6 +24,8 @@ 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.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()
|
||||
@@ -184,6 +186,8 @@ Partial Class Benhandungdetail
|
||||
'
|
||||
'GrpPatient
|
||||
'
|
||||
Me.GrpPatient.Controls.Add(Me.cbansprechperson)
|
||||
Me.GrpPatient.Controls.Add(Me.lblAnsprechen)
|
||||
Me.GrpPatient.Controls.Add(Me.txtProjekt)
|
||||
Me.GrpPatient.Controls.Add(Me.lblProjekt)
|
||||
Me.GrpPatient.Controls.Add(Me.cbboxNRESTyp)
|
||||
@@ -192,11 +196,34 @@ 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, 84)
|
||||
Me.GrpPatient.Size = New System.Drawing.Size(300, 87)
|
||||
Me.GrpPatient.TabIndex = 9
|
||||
Me.GrpPatient.TabStop = False
|
||||
Me.GrpPatient.Text = "Patient / Behandler"
|
||||
'
|
||||
'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
|
||||
Me.lblAnsprechen.Location = New System.Drawing.Point(6, 101)
|
||||
Me.lblAnsprechen.Name = "lblAnsprechen"
|
||||
Me.lblAnsprechen.Size = New System.Drawing.Size(84, 13)
|
||||
Me.lblAnsprechen.TabIndex = 25
|
||||
Me.lblAnsprechen.Text = "Ansprechperson"
|
||||
Me.lblAnsprechen.Visible = False
|
||||
'
|
||||
'txtProjekt
|
||||
'
|
||||
Me.txtProjekt.Location = New System.Drawing.Point(72, 24)
|
||||
@@ -272,7 +299,7 @@ Partial Class Benhandungdetail
|
||||
Me.grpZusammenfassugn.Controls.Add(Me.lblBehandlungstotal)
|
||||
Me.grpZusammenfassugn.Controls.Add(Me.txtcKVTotal)
|
||||
Me.grpZusammenfassugn.Controls.Add(Me.Label2)
|
||||
Me.grpZusammenfassugn.Location = New System.Drawing.Point(0, 364)
|
||||
Me.grpZusammenfassugn.Location = New System.Drawing.Point(0, 371)
|
||||
Me.grpZusammenfassugn.Name = "grpZusammenfassugn"
|
||||
Me.grpZusammenfassugn.Size = New System.Drawing.Size(306, 141)
|
||||
Me.grpZusammenfassugn.TabIndex = 11
|
||||
@@ -803,7 +830,7 @@ Partial Class Benhandungdetail
|
||||
Me.GrpRaten.Controls.Add(Me.Label3)
|
||||
Me.GrpRaten.Controls.Add(Me.lblZuschlagRaten)
|
||||
Me.GrpRaten.Controls.Add(Me.lblAnzahlRaten)
|
||||
Me.GrpRaten.Location = New System.Drawing.Point(3, 282)
|
||||
Me.GrpRaten.Location = New System.Drawing.Point(3, 289)
|
||||
Me.GrpRaten.Name = "GrpRaten"
|
||||
Me.GrpRaten.Size = New System.Drawing.Size(303, 76)
|
||||
Me.GrpRaten.TabIndex = 12
|
||||
@@ -905,7 +932,7 @@ Partial Class Benhandungdetail
|
||||
Me.grpBehandlungsdaten.Controls.Add(Me.lblRGStellung)
|
||||
Me.grpBehandlungsdaten.Controls.Add(Me.Label15)
|
||||
Me.grpBehandlungsdaten.Controls.Add(Me.lblBegin)
|
||||
Me.grpBehandlungsdaten.Location = New System.Drawing.Point(3, 124)
|
||||
Me.grpBehandlungsdaten.Location = New System.Drawing.Point(3, 131)
|
||||
Me.grpBehandlungsdaten.Name = "grpBehandlungsdaten"
|
||||
Me.grpBehandlungsdaten.Size = New System.Drawing.Size(303, 151)
|
||||
Me.grpBehandlungsdaten.TabIndex = 10
|
||||
@@ -1962,4 +1989,6 @@ Partial Class Benhandungdetail
|
||||
Friend WithEvents cbboxNrVerguetungsart As MyCombobox
|
||||
Friend WithEvents lblmwstsatz As Label
|
||||
Friend WithEvents cbboxmwstsatz As MyCombobox
|
||||
Friend WithEvents cbansprechperson As MyCombobox
|
||||
Friend WithEvents lblAnsprechen As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user