Update 20240102
This commit is contained in:
@@ -205,6 +205,8 @@ Public Class Behandlung
|
||||
|
||||
|
||||
Sub Get_Behandlungen()
|
||||
'Me.SuperTabControl1.TabsVisible = False
|
||||
'Me.SuperTabControl1.Visible = False
|
||||
DB.Get_Tabledata("Behandlu", " where aktiv=1 and nrpatient=" + Me.PatientNr.ToString + " order by status, behandlungsbeginn desc")
|
||||
Me.treebehandlungen.Nodes.Clear()
|
||||
|
||||
@@ -330,6 +332,11 @@ Public Class Behandlung
|
||||
If Auftragsmanagement = True Then
|
||||
Me.treebehandlungen.ContextMenuStrip = Me.ctxMenuAuftragsamanagement
|
||||
End If
|
||||
If Globals.DruckBranche Then
|
||||
Me.SuperTabControl1.SelectedTabIndex = 0
|
||||
End If
|
||||
'Me.SuperTabControl1.Visible = True
|
||||
'Me.SuperTabControl1.TabsVisible = True
|
||||
|
||||
|
||||
End Sub
|
||||
@@ -1145,7 +1152,12 @@ Public Class Behandlung
|
||||
Dim tn As DevComponents.AdvTree.Node
|
||||
tn = Globals.FindNode(Me.treebehandlungen.Nodes, behandlungsnummer, behandlungsnummer)
|
||||
Try
|
||||
tn.Text = Me.Behandungdetail1.DDTBehandlungsbeginn.Text + " / " + Me.Behandungdetail1.txtcTotal.Text
|
||||
If Globals.Applicationtype = ApplicationTypes.Projektabrechnung Then
|
||||
tn.Text = Me.Behandungdetail1.txtBehandlungsgrund.Text + " / " + Me.Behandungdetail1.txtcTotal.Text
|
||||
Else
|
||||
tn.Text = Me.Behandungdetail1.DDTBehandlungsbeginn.Text + " / " + Me.Behandungdetail1.txtcTotal.Text
|
||||
|
||||
End If
|
||||
Catch
|
||||
End Try
|
||||
End If
|
||||
|
||||
412
DPM2016/Behandlung/Benhandungdetail.Designer.vb
generated
412
DPM2016/Behandlung/Benhandungdetail.Designer.vb
generated
@@ -24,13 +24,10 @@ 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()
|
||||
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()
|
||||
@@ -47,13 +44,10 @@ 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()
|
||||
@@ -64,10 +58,8 @@ 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()
|
||||
@@ -101,7 +93,6 @@ 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()
|
||||
@@ -111,12 +102,8 @@ 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()
|
||||
@@ -130,7 +117,6 @@ 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()
|
||||
@@ -138,7 +124,6 @@ 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()
|
||||
@@ -159,6 +144,21 @@ 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()
|
||||
@@ -201,19 +201,6 @@ Partial Class Benhandungdetail
|
||||
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
|
||||
@@ -242,18 +229,6 @@ 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
|
||||
@@ -263,18 +238,6 @@ 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
|
||||
@@ -470,20 +433,6 @@ 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
|
||||
@@ -519,32 +468,6 @@ 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
|
||||
@@ -705,18 +628,6 @@ 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
|
||||
@@ -733,18 +644,6 @@ 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
|
||||
@@ -1253,21 +1152,6 @@ 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
|
||||
@@ -1360,30 +1244,6 @@ 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
|
||||
@@ -1393,18 +1253,6 @@ 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
|
||||
@@ -1414,18 +1262,6 @@ 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
|
||||
@@ -1530,19 +1366,6 @@ 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
|
||||
@@ -1608,20 +1431,6 @@ 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
|
||||
@@ -1799,6 +1608,197 @@ 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!)
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
<value>979, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="tsbtnSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -200,7 +200,7 @@
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>143, 17</value>
|
||||
<value>1085, 17</value>
|
||||
</metadata>
|
||||
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
@@ -432,7 +432,7 @@
|
||||
AHQrG9+C7Bp/GACiFJkBoHxLL3XR+gEAAOiGAaCOU2QzvUzd4ZTyLT3UResDAACgW9n45mTX+MMAEKVI
|
||||
DQCbu6uLxg8DAAAA6IMBoI5TaDeNoO5wSvnmruqi9QQAANCtbHwu2TX+MABEKTIDwMnNXdhP+7sDAADo
|
||||
tnx8Dtk1/jAARClum2k4dYdTTm7urC5at7j3w95u7MyOLuzMdgAAqCtfftiM7Bp/462G74usaY1i2TRn
|
||||
04Zjx3a6RFRrfERmACjf1JH9tK9LXDq2oj1bMymXzR2VQf5uAAAAetisys/uPGWb+r/fLLYbu4qajd0U
|
||||
04Zjx3a6RFRrfERmACjf1JH9tK9LXDq2oj1bMymXzR2VQf5uAAAAelitys/uPGWb+r/fLLYbu4qajd0U
|
||||
2U3D/H+JQMo3dVDLtHNcObG+A1vybhb5+wAAAERLYZ6ptMSlZIq6jb1IDQAb26mlyj8FiA8HFrVm011m
|
||||
8ncBAACItqn29PJiu3GQqNzYSpFNyaduNKV8Y1u1WPmnALHvwGJtXzIBAAAQVda0H4scylWidmMnbrvi
|
||||
Im8woXxjG7Vc+acAsa18g/rOPx/v/AEAIEZYla+n2pU0Ub2xEbkBoDU7v69tzFs6Dsf8AQAgtrjtpk9E
|
||||
@@ -464,7 +464,7 @@
|
||||
1TU1WNN+nGxt+UtRtbGZeBwANk7VvgFw79LryUUEAACQcXKv1AbA1aJmYzdFNtMz9I2vKVYGgC/eNZK3
|
||||
j/LNtnvIhQQAAJBxaNUtZM+QbKb3Rc3GbqQGgOWxMQDMGK7tDAD+ZQ1nD/FLAAMAAOizdc7VZNdQ3Hbl
|
||||
cVGzsZuiPNNfqBtP+ToGBoDTG7RvAFz8fntyEQEAAGStmNiN7BqK26H0EjUbu3HbTU9TN54SCwPAoYXa
|
||||
NwCuK+xDLiIAAICseW+0JLvGn82q/DzZ2vgyUbOxm3gbALYUat8AuHvREHXRHgIAANDl9P4HWbHTTHZN
|
||||
NwCuK+xDLiIAAICseW+0JLvGn9Wq/DzZ2vgyUbOxm3gbALYUat8AuHvREHXRHgIAANDl9P4HWbHTTHZN
|
||||
TaatomJjO4V5pqfoX6CmWBgAvvxA+wbA45vuIBcSAABAxpF1t5I9Q7Ipn4qKje1IDQBldT8AzB6pbQPg
|
||||
9PwMduYgvwTw7wAAAHTZMW8g2TUU/iV7omJjO+qNfdL/xgdS1wPAuc3aNwAuHNuGXEQAAABZq6f0ILuG
|
||||
UmhTBoiKje2oNzZuBoAjX6SRt4uyekpPchEBAABkLRzbmuwayjRn04aiYmM7bpvyBPULUOp6ANhWrP0M
|
||||
@@ -481,7 +481,7 @@
|
||||
mvbjZGvLX4pajZ/E+gCwcYr2DYD7lg5SF+1uAAAAXU7tltgAaDeuFpUaX1Fv/O9r/jK0uhgAvnhH+wbA
|
||||
77beQi4kAACAjMMrh5I9QzO9Jyo1vqLeeO0DwBe1PwDMGKZtAJgxIpNcRAAAAFnbZl9Bdg3JpvxZVGp8
|
||||
xW1THiZ/IUJtDwCnN2jfALjk/bbqot0FAACg24pPO5NdQymwKT1FpcZXZAaAI7U8ABxamEbeDsq6wh7k
|
||||
IgIAAMia90Zzsmv82azKz5OtjS8TlRpfKbSbH6J+KUptDwBbCrVvANyzaIC6aHcCAADocmbf7azYaSa7
|
||||
IgIAAMia90Zzsmv8Wa3Kz5OtjS8TlRpfKbSbH6J+KUptDwBbCrVvANyzaIC6aHcCAADocmbf7azYaSa7
|
||||
xl9BnnGLqNP4C794AfVLUWp7APhynJG8HZSvN91ALiQAAICMo2uvJXsmgP+KOo2/SA0AS2p3AJg1UtsG
|
||||
wOn5Fnb2AL2QAAAAMnbM6092TQDPiTqNv7jtpgeJX4hUmwPA2c3aNwAuHNtKXbQ7AAAAdFv9WReyayiF
|
||||
NmWAqNP4i8wA8FUtDgB82KBuA2XNlK7kIgIAAMha+HZLsmso05xNG4o6jb+4baYHqF+KUpsDwLZi7ZcA
|
||||
@@ -498,7 +498,7 @@
|
||||
smtqavzDZGvLX4oKje/E0gCwcYr2DYD7l/YnFxEAAEDG6d3aNwAW5BlXifqM/7gdptupX5IS7QHgi3e0
|
||||
bwA8sW2IunA3AgAA6HJ4pdQGwPdEfcZ/ZAaAgwuiNwBc2J3KSodpGwBmjMgkFxEAAEDWtlk9ya6hGR8T
|
||||
9Rn/cduV2+hfsqZoDgCn1mvfAPjFuFbkIgIAAMha+Wl7smtITnMPUZ/xn1gZAA4uTCP/Tsr6ws7s+wM3
|
||||
AAAA6DZvTA7ZNf5sVuXnWSNSfy3qM/5TnKfcSv2ilGgOAFsKtG8A3LuoL7mIAAAAMs7uvY4VO8xk1/gr
|
||||
AAAA6DZvTA7ZNf6sVuXnWSNSfy3qM/5TnKfcSv2ilGgOAFsKtG8A3LuoL7mIAAAAMs7uvY4VO8xk1/gr
|
||||
yDNuEdWZGImVAeDLcUby76R8s3GQunDXAwAA6HJ0zQCyZyhum2mCqM7EiPpL3eL/SwZyYH70BoBZL2vb
|
||||
ADg938LO7acXEgAAQMbOz3uRXUOyKc+K6kyMuPPMN5O/KCFaA8DZTdo3AC56pwW5iAAAALJWT+5Adg3J
|
||||
oVwlqjMxEgsDwFdLtG8AXDOlo7po1wEAAOi28O3mZNdQZlqNBlGdiZFiu/km6helRGsA2FasfQPgrnm9
|
||||
@@ -598,7 +598,7 @@
|
||||
MhsATY+IGkPCjZ4BYOWHGAAAACAClpnYqgnaNwAWvWTsImoMCTf8KkrknavBtmlZrHxFcwAAAF1Or8lh
|
||||
816nu6YGq3Kef4+NqDEk3OgZAL5eex37+fgTAAAAulw48qhnYznVNf4K85QNosIQvaHuYC2+33cvuZAA
|
||||
AAAyTu24h+wZSqHd+LGoL0RvqDs4lJkjzOqiPVZjEQEAAGQdLruW7BqK2256WtQXojfUHRxK2UetyEUE
|
||||
AACQtaWkD9k1JIexn6gvRG9sVuVn8k4OYsesXuQiAgAAyFo6ri3ZNZTJ+ZkNRH0hehPOAHB05RByEQEA
|
||||
AACQtaWkD9k1JIexn6gvRG+sVuVn8k4OYsesXuQiAgAAyFo6ri3ZNZTJ+ZkNRH0hehPOAHB05RByEQEA
|
||||
AGRcOPo4m+7KILvGX6Gt6S5RXUgkot6pF/zv5FDO7L6LXEgAAAAZp3ffT/YMxW03fiaqC4lE+DmV1B0d
|
||||
yHSXwn4+9idyIQEAAGQcXXkD2TUUt830T1FdSCRSZDWdpO7oQJa+n0suIgAAgKzts/qRXUMzXyOqC4lE
|
||||
Cu2mtfQdTdtS0o1cRAAAAFnLx7cnu4bidmSkiupCIpFCm/IGdUcHsmZyB3bwi0EAAAC6lQ7PJLumBmva
|
||||
@@ -610,8 +610,8 @@
|
||||
giAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAI
|
||||
giAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAI
|
||||
giAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAI
|
||||
giAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAxnaSk/we79lz5
|
||||
DZJ/TgAAAABJRU5ErkJggg==
|
||||
giAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAxnaSk/wctgVzZ
|
||||
mtVnqQAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="ToolStripDropDownButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
|
||||
@@ -978,6 +978,8 @@
|
||||
|
||||
Private Sub tsbtnSave_Click(sender As Object, e As EventArgs) Handles tsbtnSave.Click
|
||||
Me.Save_Data()
|
||||
Globals.ToastInfo.ShowSaveMesasge(Me.ParentForm)
|
||||
evh.Fire_Behandlung_Changed(Me.Behandlungsnr, Me.Patientnr)
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
216
DPM2016/Behandlung/LeistungDruck.Designer.vb
generated
216
DPM2016/Behandlung/LeistungDruck.Designer.vb
generated
@@ -80,6 +80,10 @@ Partial Class LeistungDruck
|
||||
Me.grpLeistungsdetails = New System.Windows.Forms.GroupBox()
|
||||
Me.cbboxnrbehandler = New DPM2016.MyCombobox()
|
||||
Me.GrpProdukte = New System.Windows.Forms.GroupBox()
|
||||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||||
Me.C1Produktzusatz = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.ToolStrip4 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.C1Produkte = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.ToolStrip3 = New System.Windows.Forms.ToolStrip()
|
||||
@@ -87,10 +91,6 @@ Partial Class LeistungDruck
|
||||
Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||||
Me.C1Produktzusatz = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.ToolStrip4 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||||
CType(Me.diwert, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DIMenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dtdatum, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -112,12 +112,12 @@ Partial Class LeistungDruck
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.grpLeistungsdetails.SuspendLayout()
|
||||
Me.GrpProdukte.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.C1Produkte, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip3.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
CType(Me.C1Produktzusatz, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip4.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.C1Produkte, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.ToolStrip3.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'txtErgänzung
|
||||
@@ -334,8 +334,9 @@ Partial Class LeistungDruck
|
||||
Me.C1Leistungen.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1Leistungen.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1Leistungen.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1Leistungen.PrintInfo.PageSettings = CType(resources.GetObject("C1Leistungen.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1Leistungen.Size = New System.Drawing.Size(1142, 106)
|
||||
Me.C1Leistungen.PrintInfo.MeasurementDevice = C1.Win.C1TrueDBGrid.PrintInfo.MeasurementDeviceEnum.Screen
|
||||
Me.C1Leistungen.PrintInfo.MeasurementPrinterName = Nothing
|
||||
Me.C1Leistungen.Size = New System.Drawing.Size(1142, 268)
|
||||
Me.C1Leistungen.TabIndex = 2
|
||||
Me.C1Leistungen.Text = "C1TrueDBGrid1"
|
||||
Me.C1Leistungen.PropBag = resources.GetString("C1Leistungen.PropBag")
|
||||
@@ -377,7 +378,7 @@ Partial Class LeistungDruck
|
||||
Me.GrpTarif.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.GrpTarif.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GrpTarif.Name = "GrpTarif"
|
||||
Me.GrpTarif.Size = New System.Drawing.Size(729, 244)
|
||||
Me.GrpTarif.Size = New System.Drawing.Size(640, 244)
|
||||
Me.GrpTarif.TabIndex = 1
|
||||
Me.GrpTarif.TabStop = False
|
||||
Me.GrpTarif.Text = "Kalkulation"
|
||||
@@ -418,11 +419,12 @@ Partial Class LeistungDruck
|
||||
Me.lbtarif1.CheckStateMember = Nothing
|
||||
Me.lbtarif1.ContainerControlProcessDialogKey = True
|
||||
Me.lbtarif1.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Me.lbtarif1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.lbtarif1.DragDropSupport = True
|
||||
Me.lbtarif1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"
|
||||
Me.lbtarif1.Location = New System.Drawing.Point(196, 28)
|
||||
Me.lbtarif1.Name = "lbtarif1"
|
||||
Me.lbtarif1.Size = New System.Drawing.Size(513, 208)
|
||||
Me.lbtarif1.Size = New System.Drawing.Size(513, 168)
|
||||
Me.lbtarif1.TabIndex = 5
|
||||
Me.lbtarif1.Text = "ListBoxAdv1"
|
||||
'
|
||||
@@ -636,17 +638,17 @@ Partial Class LeistungDruck
|
||||
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel3.Name = "Panel3"
|
||||
Me.Panel3.Size = New System.Drawing.Size(1148, 570)
|
||||
Me.Panel3.Size = New System.Drawing.Size(1148, 727)
|
||||
Me.Panel3.TabIndex = 8
|
||||
'
|
||||
'GrpLeistungen
|
||||
'
|
||||
Me.GrpLeistungen.Controls.Add(Me.C1Leistungen)
|
||||
Me.GrpLeistungen.Controls.Add(Me.ToolStrip1)
|
||||
Me.GrpLeistungen.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.GrpLeistungen.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GrpLeistungen.Location = New System.Drawing.Point(0, 415)
|
||||
Me.GrpLeistungen.Name = "GrpLeistungen"
|
||||
Me.GrpLeistungen.Size = New System.Drawing.Size(1148, 150)
|
||||
Me.GrpLeistungen.Size = New System.Drawing.Size(1148, 312)
|
||||
Me.GrpLeistungen.TabIndex = 3
|
||||
Me.GrpLeistungen.TabStop = False
|
||||
Me.GrpLeistungen.Text = "Leistungen"
|
||||
@@ -669,8 +671,8 @@ Partial Class LeistungDruck
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.GrpTarif)
|
||||
Me.Panel2.Controls.Add(Me.grpLeistungsdetails)
|
||||
Me.Panel2.Controls.Add(Me.GrpTarif)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel2.Location = New System.Drawing.Point(0, 171)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
@@ -698,9 +700,10 @@ Partial Class LeistungDruck
|
||||
Me.grpLeistungsdetails.Controls.Add(Me.lblPosition)
|
||||
Me.grpLeistungsdetails.Controls.Add(Me.lbldatum)
|
||||
Me.grpLeistungsdetails.Controls.Add(Me.dtdatum)
|
||||
Me.grpLeistungsdetails.Location = New System.Drawing.Point(735, 3)
|
||||
Me.grpLeistungsdetails.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.grpLeistungsdetails.Location = New System.Drawing.Point(640, 0)
|
||||
Me.grpLeistungsdetails.Name = "grpLeistungsdetails"
|
||||
Me.grpLeistungsdetails.Size = New System.Drawing.Size(378, 275)
|
||||
Me.grpLeistungsdetails.Size = New System.Drawing.Size(378, 244)
|
||||
Me.grpLeistungsdetails.TabIndex = 2
|
||||
Me.grpLeistungsdetails.TabStop = False
|
||||
Me.grpLeistungsdetails.Text = "Leistungsdetails"
|
||||
@@ -720,9 +723,8 @@ Partial Class LeistungDruck
|
||||
'
|
||||
'GrpProdukte
|
||||
'
|
||||
Me.GrpProdukte.Controls.Add(Me.GroupBox1)
|
||||
Me.GrpProdukte.Controls.Add(Me.ToolStrip3)
|
||||
Me.GrpProdukte.Controls.Add(Me.GroupBox2)
|
||||
Me.GrpProdukte.Controls.Add(Me.GroupBox1)
|
||||
Me.GrpProdukte.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.GrpProdukte.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GrpProdukte.Name = "GrpProdukte"
|
||||
@@ -731,88 +733,14 @@ Partial Class LeistungDruck
|
||||
Me.GrpProdukte.TabStop = False
|
||||
Me.GrpProdukte.Text = "Produkte"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.C1Produkte)
|
||||
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(27, 16)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(498, 152)
|
||||
Me.GroupBox1.TabIndex = 0
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Produkteliste"
|
||||
'
|
||||
'C1Produkte
|
||||
'
|
||||
Me.C1Produkte.AlternatingRows = True
|
||||
Me.C1Produkte.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.C1Produkte.FilterBar = True
|
||||
Me.C1Produkte.GroupByCaption = "Drag a column header here to group by that column"
|
||||
Me.C1Produkte.Images.Add(CType(resources.GetObject("C1Produkte.Images"), System.Drawing.Image))
|
||||
Me.C1Produkte.Location = New System.Drawing.Point(3, 16)
|
||||
Me.C1Produkte.Name = "C1Produkte"
|
||||
Me.C1Produkte.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1Produkte.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1Produkte.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1Produkte.PrintInfo.PageSettings = CType(resources.GetObject("C1Produkte.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1Produkte.Size = New System.Drawing.Size(492, 133)
|
||||
Me.C1Produkte.TabIndex = 3
|
||||
Me.C1Produkte.Text = "C1TrueDBGrid1"
|
||||
Me.C1Produkte.PropBag = resources.GetString("C1Produkte.PropBag")
|
||||
'
|
||||
'ToolStrip3
|
||||
'
|
||||
Me.ToolStrip3.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripButton5})
|
||||
Me.ToolStrip3.Location = New System.Drawing.Point(3, 16)
|
||||
Me.ToolStrip3.Name = "ToolStrip3"
|
||||
Me.ToolStrip3.Size = New System.Drawing.Size(24, 152)
|
||||
Me.ToolStrip3.TabIndex = 5
|
||||
Me.ToolStrip3.Text = "ToolStrip3"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(21, 20)
|
||||
Me.ToolStripButton1.Text = "Neues Produkt"
|
||||
'
|
||||
'ToolStripButton3
|
||||
'
|
||||
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton3.Name = "ToolStripButton3"
|
||||
Me.ToolStripButton3.Size = New System.Drawing.Size(21, 20)
|
||||
Me.ToolStripButton3.Text = "Speichern"
|
||||
'
|
||||
'ToolStripButton4
|
||||
'
|
||||
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||||
Me.ToolStripButton4.Size = New System.Drawing.Size(21, 20)
|
||||
Me.ToolStripButton4.Text = "Löschen"
|
||||
'
|
||||
'ToolStripButton5
|
||||
'
|
||||
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||||
Me.ToolStripButton5.Size = New System.Drawing.Size(21, 20)
|
||||
Me.ToolStripButton5.Text = "Kopieren"
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
Me.GroupBox2.Controls.Add(Me.C1Produktzusatz)
|
||||
Me.GroupBox2.Controls.Add(Me.ToolStrip4)
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(531, 17)
|
||||
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.GroupBox2.Location = New System.Drawing.Point(625, 16)
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(413, 151)
|
||||
Me.GroupBox2.Size = New System.Drawing.Size(513, 152)
|
||||
Me.GroupBox2.TabIndex = 4
|
||||
Me.GroupBox2.TabStop = False
|
||||
Me.GroupBox2.Text = "ProduktDetails"
|
||||
@@ -829,8 +757,9 @@ Partial Class LeistungDruck
|
||||
Me.C1Produktzusatz.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1Produktzusatz.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1Produktzusatz.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1Produktzusatz.PrintInfo.PageSettings = CType(resources.GetObject("C1Produktzusatz.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1Produktzusatz.Size = New System.Drawing.Size(383, 132)
|
||||
Me.C1Produktzusatz.PrintInfo.MeasurementDevice = C1.Win.C1TrueDBGrid.PrintInfo.MeasurementDeviceEnum.Screen
|
||||
Me.C1Produktzusatz.PrintInfo.MeasurementPrinterName = Nothing
|
||||
Me.C1Produktzusatz.Size = New System.Drawing.Size(483, 133)
|
||||
Me.C1Produktzusatz.TabIndex = 3
|
||||
Me.C1Produktzusatz.Text = "C1TrueDBGrid2"
|
||||
Me.C1Produktzusatz.PropBag = resources.GetString("C1Produktzusatz.PropBag")
|
||||
@@ -841,7 +770,7 @@ Partial Class LeistungDruck
|
||||
Me.ToolStrip4.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton2})
|
||||
Me.ToolStrip4.Location = New System.Drawing.Point(3, 16)
|
||||
Me.ToolStrip4.Name = "ToolStrip4"
|
||||
Me.ToolStrip4.Size = New System.Drawing.Size(24, 132)
|
||||
Me.ToolStrip4.Size = New System.Drawing.Size(24, 133)
|
||||
Me.ToolStrip4.TabIndex = 4
|
||||
Me.ToolStrip4.Text = "ToolStrip4"
|
||||
'
|
||||
@@ -854,13 +783,90 @@ Partial Class LeistungDruck
|
||||
Me.ToolStripButton2.Size = New System.Drawing.Size(21, 20)
|
||||
Me.ToolStripButton2.Text = "Speichern"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.C1Produkte)
|
||||
Me.GroupBox1.Controls.Add(Me.ToolStrip3)
|
||||
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(3, 16)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(622, 152)
|
||||
Me.GroupBox1.TabIndex = 0
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Produkteliste"
|
||||
'
|
||||
'C1Produkte
|
||||
'
|
||||
Me.C1Produkte.AlternatingRows = True
|
||||
Me.C1Produkte.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.C1Produkte.FilterBar = True
|
||||
Me.C1Produkte.GroupByCaption = "Drag a column header here to group by that column"
|
||||
Me.C1Produkte.Images.Add(CType(resources.GetObject("C1Produkte.Images"), System.Drawing.Image))
|
||||
Me.C1Produkte.Location = New System.Drawing.Point(35, 16)
|
||||
Me.C1Produkte.Name = "C1Produkte"
|
||||
Me.C1Produkte.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1Produkte.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1Produkte.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1Produkte.PrintInfo.MeasurementDevice = C1.Win.C1TrueDBGrid.PrintInfo.MeasurementDeviceEnum.Screen
|
||||
Me.C1Produkte.PrintInfo.MeasurementPrinterName = Nothing
|
||||
Me.C1Produkte.Size = New System.Drawing.Size(584, 133)
|
||||
Me.C1Produkte.TabIndex = 3
|
||||
Me.C1Produkte.Text = "C1TrueDBGrid1"
|
||||
Me.C1Produkte.PropBag = resources.GetString("C1Produkte.PropBag")
|
||||
'
|
||||
'ToolStrip3
|
||||
'
|
||||
Me.ToolStrip3.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton3, Me.ToolStripButton4, Me.ToolStripButton5})
|
||||
Me.ToolStrip3.Location = New System.Drawing.Point(3, 16)
|
||||
Me.ToolStrip3.Name = "ToolStrip3"
|
||||
Me.ToolStrip3.Size = New System.Drawing.Size(32, 133)
|
||||
Me.ToolStrip3.TabIndex = 5
|
||||
Me.ToolStrip3.Text = "ToolStrip3"
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(29, 20)
|
||||
Me.ToolStripButton1.Text = "Neues Produkt"
|
||||
'
|
||||
'ToolStripButton3
|
||||
'
|
||||
Me.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton3.Name = "ToolStripButton3"
|
||||
Me.ToolStripButton3.Size = New System.Drawing.Size(29, 20)
|
||||
Me.ToolStripButton3.Text = "Speichern"
|
||||
'
|
||||
'ToolStripButton4
|
||||
'
|
||||
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton4.Name = "ToolStripButton4"
|
||||
Me.ToolStripButton4.Size = New System.Drawing.Size(29, 20)
|
||||
Me.ToolStripButton4.Text = "Löschen"
|
||||
'
|
||||
'ToolStripButton5
|
||||
'
|
||||
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton5.Name = "ToolStripButton5"
|
||||
Me.ToolStripButton5.Size = New System.Drawing.Size(29, 20)
|
||||
Me.ToolStripButton5.Text = "Kopieren"
|
||||
'
|
||||
'LeistungDruck
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.Panel3)
|
||||
Me.Name = "LeistungDruck"
|
||||
Me.Size = New System.Drawing.Size(1148, 570)
|
||||
Me.Size = New System.Drawing.Size(1148, 727)
|
||||
CType(Me.diwert, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DIMenge, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dtdatum, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -888,16 +894,16 @@ Partial Class LeistungDruck
|
||||
Me.grpLeistungsdetails.ResumeLayout(False)
|
||||
Me.grpLeistungsdetails.PerformLayout()
|
||||
Me.GrpProdukte.ResumeLayout(False)
|
||||
Me.GrpProdukte.PerformLayout()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
CType(Me.C1Produkte, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ToolStrip3.ResumeLayout(False)
|
||||
Me.ToolStrip3.PerformLayout()
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
Me.GroupBox2.PerformLayout()
|
||||
CType(Me.C1Produktzusatz, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ToolStrip4.ResumeLayout(False)
|
||||
Me.ToolStrip4.PerformLayout()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
CType(Me.C1Produkte, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ToolStrip3.ResumeLayout(False)
|
||||
Me.ToolStrip3.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="ctxMenuLeistung.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>681, 17</value>
|
||||
<value>845, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="C1Leistungen.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -126,45 +126,16 @@
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Leistungen.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Leistungen.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style4{}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;ForeColor:ControlText;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 1140, 104</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 1140, 104</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Caption{AlignHorz:Center;}ColumnSelector{}Editor{}EvenRow{BackColor:White;}FilterBar{BackColor:Info;}FilterWatermark{BackColor:Info;ForeColor:InfoText;}Footer{}Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Heading{BackColor:Control;ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;WrapText:WrapWithOverflow;}HeadingHot{}HighlightRow{BackColor:Highlight;ForeColor:HighlightText;}Inactive{BackColor:InactiveCaption;ForeColor:InactiveCaptionText;}Normal{}OddRow{BackColor:ControlLight;}RecordSelector{AlignImage:Center;}RowSelector{}Selected{BackColor:Highlight;ForeColor:HighlightText;}Style1{}Style10{}Style11{}Style12{}Style13{}Style14{}Style15{}Style16{}Style17{}Style18{}Style19{}Style2{}Style3{}Style4{}Style5{}Style6{}Style7{}Style8{}Style9{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HeadingHotStyle parent="HeadingHot" me="Style19" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><RowSelectorStyle parent="RowSelector" me="Style17" /><ColumnSelectorStyle parent="ColumnSelector" me="Style18" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 1140, 266</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /><Style parent="RecordSelector" me="RowSelector" /><Style parent="Heading" me="ColumnSelector" /><Style parent="Heading" me="HeadingHot" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 1140, 266</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>826, 17</value>
|
||||
<value>991, 17</value>
|
||||
</metadata>
|
||||
<metadata name="ToolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>983, 17</value>
|
||||
<value>1148, 17</value>
|
||||
</metadata>
|
||||
<data name="tsDown.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
@@ -197,67 +168,59 @@
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1411, 17</value>
|
||||
<value>1254, 17</value>
|
||||
</metadata>
|
||||
<data name="C1Produktzusatz.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produktzusatz.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Caption{AlignHorz:Center;}ColumnSelector{}Editor{}EvenRow{BackColor:White;}FilterBar{BackColor:Info;}FilterWatermark{BackColor:Info;ForeColor:InfoText;}Footer{}Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Heading{BackColor:Control;ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;WrapText:WrapWithOverflow;}HeadingHot{}HighlightRow{BackColor:Highlight;ForeColor:HighlightText;}Inactive{BackColor:InactiveCaption;ForeColor:InactiveCaptionText;}Normal{}OddRow{BackColor:ControlLight;}RecordSelector{AlignImage:Center;}RowSelector{}Selected{BackColor:Highlight;ForeColor:HighlightText;}Style1{}Style10{}Style11{}Style12{}Style13{}Style14{}Style15{}Style16{}Style17{}Style18{}Style19{}Style2{}Style3{}Style4{}Style5{}Style6{}Style7{}Style8{}Style9{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HeadingHotStyle parent="HeadingHot" me="Style19" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><RowSelectorStyle parent="RowSelector" me="Style17" /><ColumnSelectorStyle parent="ColumnSelector" me="Style18" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 481, 131</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /><Style parent="RecordSelector" me="RowSelector" /><Style parent="Heading" me="ColumnSelector" /><Style parent="Heading" me="HeadingHot" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 481, 131</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<metadata name="ToolStrip4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1466, 17</value>
|
||||
</metadata>
|
||||
<data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABSSURBVDhP3YxbCgAgCAQ9ukfzZkXBlkIv7Sf6GNB1HRKR
|
||||
dEMVEFEII2Du4Yr2eCMAdUfoEejubwIcVujeUHDKVFDmHSFB6ekuskcEOHgxghiSMjk0Kh+omBHQAAAA
|
||||
AElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produkte.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produkte.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produkte.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style4{}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{Wrap:True;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 490, 131</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 490, 131</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>Caption{AlignHorz:Center;}ColumnSelector{}Editor{}EvenRow{BackColor:White;}FilterBar{BackColor:Info;}FilterWatermark{BackColor:Info;ForeColor:InfoText;}Footer{}Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Heading{BackColor:Control;ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;WrapText:WrapWithOverflow;}HeadingHot{}HighlightRow{BackColor:Highlight;ForeColor:HighlightText;}Inactive{BackColor:InactiveCaption;ForeColor:InactiveCaptionText;}Normal{}OddRow{BackColor:ControlLight;}RecordSelector{AlignImage:Center;}RowSelector{}Selected{BackColor:Highlight;ForeColor:HighlightText;}Style1{}Style10{}Style11{}Style12{}Style13{}Style14{}Style15{}Style16{}Style17{}Style18{}Style19{}Style2{}Style3{}Style4{}Style5{}Style6{}Style7{}Style8{}Style9{}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HeadingHotStyle parent="HeadingHot" me="Style19" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><RowSelectorStyle parent="RowSelector" me="Style17" /><ColumnSelectorStyle parent="ColumnSelector" me="Style18" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 582, 131</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /><Style parent="RecordSelector" me="RowSelector" /><Style parent="Heading" me="ColumnSelector" /><Style parent="Heading" me="HeadingHot" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 582, 131</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<metadata name="ToolStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1518, 17</value>
|
||||
<value>1360, 17</value>
|
||||
</metadata>
|
||||
<data name="ToolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMOSURBVEhLnVXdSxRRFJ8Keqjoof6JEArCzJ25kga6qM2M
|
||||
Ym1F9NJTLwkVRNTL2gcEQT4aPhVCkj7swyayO3NX7am3PsDowzSjrIc+cJPcEt3b+d2ZWWfc6/px5MfK
|
||||
vef+zp1zfvccTWVJoW09kYntMTP6PouzC5Zr9Nk89szm+hT9Tsr/aa3NNTrbnNj+OPkmBhPb/OMVTGhb
|
||||
zHT1DpvXVdlZ1tPCjR82Z6ISWodq5iyX3W8fqa1uyh7Y6TMpjMjb3Zq9pqOfo9u9V5GtijQrtnA2Y3J2
|
||||
vnn48G6fMWQ+ORFfaXSNJSXJOmByY9bKsWuJ0fpdPrNnSAtuXom8jdeJU6NN4vRYXLlfgnvol5UzOhOD
|
||||
VdslOQqKnFtcf6c8QAD52afHRN+HXvF46oE4Odqo9Atg8tjX1pxuyABQCwqqcgzQkWsQXS8uC1h+YVZ0
|
||||
v76p9AsQz7B5Snd/Ypy+AlJcSy3HRxrE7ZdXZYDfC3nR8+au0i8MfIU1Usc06FzlEMZmAhDylmPc0rxH
|
||||
FN1Ezjty9ZIYQHHvvLouA8xRgN6390p7AHxXcphptmA7uqN5LzRKjoImKee4NQDygY8PZYD5xT9i+HOq
|
||||
tAckn18SZ8aaIwE8xCYpAJ7/8iJuC7VsxBA0Nd0fIg5Q+wlfQL1leRE6hxShFuQbQFpAAivSX2GxUNoD
|
||||
fv79LpyZoRBxAC9AJEUAdA4popgAco60wEA+9i1b2gO6x2/IL4/wPGFFkuqEhq4Y2VAAhUSuYbgxSFV+
|
||||
YTRy9k8WGS1X5RDGZgIQPJmin6PlKhxK2HAA6q7Iv53Vj2gYFujn3qLCmQCdQ4ooNAqKnKv8AljpgwVS
|
||||
54DsRZhEGBbo5yrnANB5avqRVEtZQUOQHdllE3bGOCoDwDCJMCzQz1WH1gsq7JKdYV8sh130qZcNkwjD
|
||||
Av1cdXgtyJsTuekYSZ+y3DCJMCzQCWXLVRCVgWonc05pUd58pWESYVignyMQkeRl4wqT0iOSOqc9qRYq
|
||||
aCTn6zEMC/RzaBkPxmspICPQC8Wa3IMUVzVN+w/Yaq254QZxiQAAAABJRU5ErkJggg==
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAMNSURBVEhLnVXdSxRRFJ8Keqjoof6JEKoHM3fmSmuQi9rM
|
||||
rFhbEb301EtCBRH1sn1BEOSj4VMhKenDBiKyO3NXt6fe+gCjD9OMsh76wE3SWtTb+d2ZWWfc6+eRHyv3
|
||||
nvs7d8753XM0laWFtvl4NrbLzOp7LM7OW67RZfPYM5vr4/Q7Jv+ntaRrtCWd2N4E+ab6Ulv84yuY0DaZ
|
||||
/dXbbF5XZedYRxM3fticiZXQPFAzbbnsfstQbXVDbt92n0lhRN7i1uw2Hf0s3e69imxZPGILTZxNmpyd
|
||||
axw8uNNnDJlPTsSX464xryRZA0xuTFl5djU1HN/hM3uGtODmK5EneZ04OdwgThUSyv0y3AO/rLzRluqr
|
||||
2irJUVDk3OL6O+UBAsjPPD0quj50isfjD8SJ4SNKvwAmj31tzuuGDAC1oKAqxwCt+Xpx/cUlASuWpkT7
|
||||
65tKvwCJLJuhdPekRugrIMXV1HJsqF7cfnlFBvhdKoqON3eVfmHgK6yhOqZB5yqHMDYSgFC0HOOW5j2i
|
||||
6CZy3pqPS2IAxb3z6poMME0BOt/eK+8B8F3KYfazku3ojua90Cg5CpqmnOPWAMh7Pz6UAWbm/ojBz5ny
|
||||
HpB+flGcLjRGAniIjVEAPP/FRdwWalmPIWhmoidEHKD2E76AesviInQOKUItyDeAtIAEtkB/s3Oz5T3g
|
||||
59/vwpkcCBEH8AJEUgRA55Aiigkg50gLDOSFb7nyHtA+ckN+eYSnmy2QVEc1dMXIhgIoJHINw41BqvIL
|
||||
I87ZP1lktFyVQxgbCUDwZIp+jparcChj3QGouyL/dk4/pGFYoJ97iwpnAnQOKaLQKChyrvILYD3ZP0vq
|
||||
7JW9CJMIwwL9XOUcADrPTHRLtVQUNATZkV02ameNwzIADJMIwwL9XHVoraDCzttZ9sVy2AWfetEwiTAs
|
||||
0M9Vh1eDvDmRm46R9ikrDZMIwwKdULZcBVEFqHYy55QW5c2XGiYRhgX6OQIRSVE2rjApPSKpc9qTaqGC
|
||||
RnK+FsOwQD+HlvFgvJYCMgK9UKzJPUhxWdO0/0sCrTjlATZqAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="ToolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
@@ -339,66 +302,16 @@
|
||||
<data name="ToolStripButton5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produktzusatz.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produktzusatz.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Produktzusatz.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Style4{}OddRow{BackColor:ControlLight;}Style3{}Footer{}Style14{}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style9{}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style6{}Style1{}Caption{AlignHorz:Center;}Style2{}FilterBar{BackColor:Info;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="17" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 381, 130</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 381, 130</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<metadata name="ToolStrip4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1625, 17</value>
|
||||
</metadata>
|
||||
<data name="ToolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABSSURBVDhP3YxbCgAgCAQ9ukfzZkXBlkIv7Sf6GNB1HRKR
|
||||
dEMVEFEII2Du4Yr2eCMAdUfoEejubwIcVujeUHDKVFDmHSFB6ekuskcEOHgxghiSMjk0Kh+omBHQAAAA
|
||||
AElFTkSuQmCC
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAISSURBVDhPhZBNaxNRFIbrQnDtRvo/pAg11RGLH2CbUlwU
|
||||
XCjY7nQhiLgQcaHiwupCwVAka/+EKTW1TdPONMmkM9NkJplkJslMMp18Vatwz/WeS0qcIaUHnsWcue97
|
||||
znnHXrz93Hj0/B09iYXFp59evl85Tyk9Mzaq8FG31yee3wGk6flQdzwwLQfw38y9x+TG/MNXrz+uXBhI
|
||||
goWP/HYXnOYBB8VV2wXdrMHdB0+oMHMfJiJz/dmFpWfxePzcQDYsNHCaHrFqDiAVq0EM0yaaXoXtjEoS
|
||||
qylyUZinl6fnvi0vfxkfyIaFBlbdJSU2EdHLNnnz4evIPI4J5IINgwm1YoWjFkx++9Gfv7R3+JvT7vZp
|
||||
66BLw7nEYrGz3EAtVkhOMQDJKgbB3uGvI+p3+hwUN1yfhnO5ejs6yw1krUwkuQiImCtwA7/To27L57Bg
|
||||
qV62IJyLcDO6xA2yezqkdzXOlqTyNV2vTe16i1OxXdwSlH0T8mwYbhkwSEsq+ZHKALK2meEbWExYqjQ4
|
||||
erlGC4ZNc2oJMmyYlC9CwAA//gd7ullnU6schSHJBTyPnaARtuVwg8kr1y9NTE0Jx0xem76DBjhN1kyW
|
||||
j0l3svv8vBQ7b2Nnj/zczg8NRhUahHPZFBVYT+chuSXDWio3PGFUoUE4l9WNXfI9KUIiKZLEunj6Bvjg
|
||||
NIRb0cWBJFjhXE4iEomM/wPDf1c0VVJDHwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -1,5 +1,6 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports C1.Win.C1TrueDBGrid
|
||||
Imports Gnostice.Documents
|
||||
|
||||
Public Class LeistungDruck
|
||||
|
||||
@@ -101,7 +102,7 @@ Public Class LeistungDruck
|
||||
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Dim Kalkulationsmenge As Integer = 0
|
||||
Dim WithEvents evh As Generic_Event_Handler = Globals.EVH
|
||||
|
||||
Sub load_data()
|
||||
@@ -110,7 +111,7 @@ Public Class LeistungDruck
|
||||
If Globals.LeistungenLoaded = True Then Exit Sub
|
||||
If Globals.Applicationtype = ApplicationTypes.Projektabrechnung Then
|
||||
|
||||
GrpTarif.Width = 550
|
||||
'GrpTarif.Width = 550
|
||||
'GrpLeistungen.Left = GrpTarif.Left + GrpTarif.Width + 4
|
||||
grpLeistungsdetails.Left = GrpTarif.Left + GrpTarif.Width + 4
|
||||
Me.lblbehandler.Text = "Erbringer"
|
||||
@@ -732,6 +733,9 @@ Public Class LeistungDruck
|
||||
|
||||
b = drv.Item("Frankenbetrag")
|
||||
Me.diwert.Value = b
|
||||
If Globals.DruckBranche = True Then
|
||||
If drv.Item("variabel") = True And Me.Kalkulationsmenge > 0 Then Me.diwert.Value = Me.diwert.Value / 1000 * Me.Kalkulationsmenge
|
||||
End If
|
||||
Me.txtBezD.Text = drv.Item("BezD")
|
||||
End If
|
||||
Try
|
||||
@@ -1339,6 +1343,17 @@ Public Class LeistungDruck
|
||||
r("total") = Globals.Round5(r("Menge") * r("Taxpunkte") * r("frankenprotaxpunkt"))
|
||||
End If
|
||||
Next
|
||||
For Each r As DataRow In ldb.dsDaten.Tables(0).Rows
|
||||
Dim dv As New DataView(IntTables.Inttables.Tables("Tarif"), "sso_nummer='" + r("sso_nummer") + "'", "", DataViewRowState.CurrentRows)
|
||||
For Each rowView As DataRowView In dv
|
||||
Dim r2 As DataRow = rowView.Row
|
||||
If r2("Variabel") = True Then
|
||||
r("Total") = Globals.Round5(r("Menge")) * r2("frankenbetrag") / 1000 * Me.Kalkulationsmenge
|
||||
r("frankenprotaxpunkt") = r("Total")
|
||||
|
||||
End If
|
||||
Next
|
||||
Next
|
||||
ldb.Update_Data()
|
||||
refresh_leistungen()
|
||||
End Function
|
||||
@@ -1510,6 +1525,11 @@ Public Class LeistungDruck
|
||||
Private Sub C1Produkte_RowColChange(sender As Object, e As RowColChangeEventArgs) Handles C1Produkte.RowColChange
|
||||
If Me.onload Then Exit Sub
|
||||
Try
|
||||
Try
|
||||
Me.Kalkulationsmenge = Me.C1Produkte.Columns("AnzKalkulation").Value
|
||||
Catch
|
||||
Me.Kalkulationsmenge = 0
|
||||
End Try
|
||||
|
||||
refresh_leistungen()
|
||||
Refresh_Produktzusatz()
|
||||
@@ -1584,11 +1604,13 @@ Public Class LeistungDruck
|
||||
zdb.Exec_SQL(sql)
|
||||
Next
|
||||
zdb.Dispose()
|
||||
Globals.ToastInfo.ShowSaveMesasge(Me.ParentForm)
|
||||
End Sub
|
||||
|
||||
Private Sub ToolStripButton3_Click(sender As Object, e As EventArgs) Handles ToolStripButton3.Click
|
||||
C1Produkte.Update()
|
||||
pdb.Update_Data()
|
||||
Globals.ToastInfo.ShowSaveMesasge(Me.ParentForm)
|
||||
End Sub
|
||||
|
||||
Private Sub ToolStripButton4_Click(sender As Object, e As EventArgs) Handles ToolStripButton4.Click
|
||||
@@ -1608,11 +1630,41 @@ Public Class LeistungDruck
|
||||
scmCmdToExecute.Parameters.Add(New SqlParameter("@typ", SqlDbType.Int, 4, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, Me.C1Produkte.Columns("id").Value))
|
||||
scmCmdToExecute.Connection.Open()
|
||||
scmCmdToExecute.ExecuteNonQuery()
|
||||
refresh_produkte()
|
||||
Return
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message)
|
||||
Finally
|
||||
scmCmdToExecute.Connection.Close()
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub C1Produkte_AfterColEdit(sender As Object, e As ColEventArgs) Handles C1Produkte.AfterColEdit
|
||||
Dim bm As Integer = C1Produkte.Bookmark
|
||||
C1Produkte.Bookmark = -1
|
||||
C1Produkte.Update()
|
||||
pdb.Update_Data()
|
||||
C1Produkte.Bookmark = bm
|
||||
End Sub
|
||||
|
||||
Private Sub C1Produkte_AfterColUpdate(sender As Object, e As ColEventArgs) Handles C1Produkte.AfterColUpdate
|
||||
|
||||
If e.Column.Name = "Anz.Kalkulation" Then
|
||||
ToolStripButton3_Click(sender, e)
|
||||
Try
|
||||
Me.Kalkulationsmenge = Me.C1Produkte.Columns("AnzKalkulation").Value
|
||||
Catch
|
||||
Me.Kalkulationsmenge = 0
|
||||
End Try
|
||||
Recalc_Leistungen()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Panel3_Resize(sender As Object, e As EventArgs) Handles Panel3.Resize
|
||||
GrpProdukte.Height = Panel3.Height / 4
|
||||
' GrpTarif.Height = Panel3.Height / 4
|
||||
GroupBox1.Width = Panel3.Width / 2
|
||||
GroupBox2.Width = Panel3.Width / 2
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user