Update 6.12.23
This commit is contained in:
71
DPM2016/Patient/Patient.Designer.vb
generated
71
DPM2016/Patient/Patient.Designer.vb
generated
@@ -46,12 +46,12 @@ Partial Class Patient
|
||||
Me.btnVTX = New System.Windows.Forms.Button()
|
||||
Me.PatientDetails1 = New DPM2016.PatientDetails()
|
||||
Me.Stammdaten = New DevComponents.DotNetBar.SuperTabItem()
|
||||
Me.SuperTabControlPanel3 = New DevComponents.DotNetBar.SuperTabControlPanel()
|
||||
Me.Behandlung1 = New DPM2016.Behandlung()
|
||||
Me.Behandlungen = New DevComponents.DotNetBar.SuperTabItem()
|
||||
Me.SuperTabControlPanel8 = New DevComponents.DotNetBar.SuperTabControlPanel()
|
||||
Me.PatientDetailsFirma1 = New DPM2016.PatientDetailsFirma()
|
||||
Me.Stammdaten_Firma = New DevComponents.DotNetBar.SuperTabItem()
|
||||
Me.SuperTabControlPanel3 = New DevComponents.DotNetBar.SuperTabControlPanel()
|
||||
Me.Behandlung1 = New DPM2016.Behandlung()
|
||||
Me.Behandlungen = New DevComponents.DotNetBar.SuperTabItem()
|
||||
Me.SuperTabControlPanel5 = New DevComponents.DotNetBar.SuperTabControlPanel()
|
||||
Me.Finanzen1 = New DPM2016.Finanzen()
|
||||
Me.Finanzen = New DevComponents.DotNetBar.SuperTabItem()
|
||||
@@ -75,8 +75,8 @@ Partial Class Patient
|
||||
CType(Me.SuperTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuperTabControl1.SuspendLayout()
|
||||
Me.SuperTabControlPanel1.SuspendLayout()
|
||||
Me.SuperTabControlPanel3.SuspendLayout()
|
||||
Me.SuperTabControlPanel8.SuspendLayout()
|
||||
Me.SuperTabControlPanel3.SuspendLayout()
|
||||
Me.SuperTabControlPanel5.SuspendLayout()
|
||||
Me.SuperTabControlPanel4.SuspendLayout()
|
||||
Me.SuperTabControlPanel7.SuspendLayout()
|
||||
@@ -237,6 +237,7 @@ Partial Class Patient
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(24, 24)
|
||||
Me.ToolStripButton1.Text = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Visible = False
|
||||
'
|
||||
'SuperTabControl1
|
||||
'
|
||||
@@ -254,8 +255,8 @@ Partial Class Patient
|
||||
Me.SuperTabControl1.ControlBox.Name = ""
|
||||
Me.SuperTabControl1.ControlBox.SubItems.AddRange(New DevComponents.DotNetBar.BaseItem() {Me.SuperTabControl1.ControlBox.MenuBox, Me.SuperTabControl1.ControlBox.CloseBox})
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel1)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel3)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel8)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel3)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel5)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel4)
|
||||
Me.SuperTabControl1.Controls.Add(Me.SuperTabControlPanel7)
|
||||
@@ -312,35 +313,6 @@ Partial Class Patient
|
||||
Me.Stammdaten.Name = "Stammdaten"
|
||||
Me.Stammdaten.Text = "Stammdaten"
|
||||
'
|
||||
'SuperTabControlPanel3
|
||||
'
|
||||
Me.SuperTabControlPanel3.Controls.Add(Me.Behandlung1)
|
||||
Me.SuperTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SuperTabControlPanel3.Location = New System.Drawing.Point(0, 25)
|
||||
Me.SuperTabControlPanel3.Name = "SuperTabControlPanel3"
|
||||
Me.SuperTabControlPanel3.Size = New System.Drawing.Size(1278, 610)
|
||||
Me.SuperTabControlPanel3.TabIndex = 0
|
||||
Me.SuperTabControlPanel3.TabItem = Me.Behandlungen
|
||||
'
|
||||
'Behandlung1
|
||||
'
|
||||
Me.Behandlung1.Auftragsmanagement = False
|
||||
Me.Behandlung1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Behandlung1.HasChanges = False
|
||||
Me.Behandlung1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Behandlung1.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.Behandlung1.Name = "Behandlung1"
|
||||
Me.Behandlung1.PatientNr = 0
|
||||
Me.Behandlung1.Size = New System.Drawing.Size(1278, 610)
|
||||
Me.Behandlung1.TabIndex = 0
|
||||
'
|
||||
'Behandlungen
|
||||
'
|
||||
Me.Behandlungen.AttachedControl = Me.SuperTabControlPanel3
|
||||
Me.Behandlungen.GlobalItem = False
|
||||
Me.Behandlungen.Name = "Behandlungen"
|
||||
Me.Behandlungen.Text = "Behandlungen"
|
||||
'
|
||||
'SuperTabControlPanel8
|
||||
'
|
||||
Me.SuperTabControlPanel8.Controls.Add(Me.PatientDetailsFirma1)
|
||||
@@ -371,6 +343,35 @@ Partial Class Patient
|
||||
Me.Stammdaten_Firma.Name = "Stammdaten_Firma"
|
||||
Me.Stammdaten_Firma.Text = "Stammdaten"
|
||||
'
|
||||
'SuperTabControlPanel3
|
||||
'
|
||||
Me.SuperTabControlPanel3.Controls.Add(Me.Behandlung1)
|
||||
Me.SuperTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SuperTabControlPanel3.Location = New System.Drawing.Point(0, 25)
|
||||
Me.SuperTabControlPanel3.Name = "SuperTabControlPanel3"
|
||||
Me.SuperTabControlPanel3.Size = New System.Drawing.Size(1278, 610)
|
||||
Me.SuperTabControlPanel3.TabIndex = 0
|
||||
Me.SuperTabControlPanel3.TabItem = Me.Behandlungen
|
||||
'
|
||||
'Behandlung1
|
||||
'
|
||||
Me.Behandlung1.Auftragsmanagement = False
|
||||
Me.Behandlung1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Behandlung1.HasChanges = False
|
||||
Me.Behandlung1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Behandlung1.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.Behandlung1.Name = "Behandlung1"
|
||||
Me.Behandlung1.PatientNr = 0
|
||||
Me.Behandlung1.Size = New System.Drawing.Size(1278, 610)
|
||||
Me.Behandlung1.TabIndex = 0
|
||||
'
|
||||
'Behandlungen
|
||||
'
|
||||
Me.Behandlungen.AttachedControl = Me.SuperTabControlPanel3
|
||||
Me.Behandlungen.GlobalItem = False
|
||||
Me.Behandlungen.Name = "Behandlungen"
|
||||
Me.Behandlungen.Text = "Behandlungen"
|
||||
'
|
||||
'SuperTabControlPanel5
|
||||
'
|
||||
Me.SuperTabControlPanel5.Controls.Add(Me.Finanzen1)
|
||||
@@ -562,8 +563,8 @@ Partial Class Patient
|
||||
CType(Me.SuperTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SuperTabControl1.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel1.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel3.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel8.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel3.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel5.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel4.ResumeLayout(False)
|
||||
Me.SuperTabControlPanel7.ResumeLayout(False)
|
||||
|
||||
@@ -422,4 +422,7 @@
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub ToolStripButton1_Click_1(sender As Object, e As EventArgs) Handles ToolStripButton1.Click
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
1726
DPM2016/Patient/PatientDetails.Designer.vb
generated
1726
DPM2016/Patient/PatientDetails.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@@ -1,120 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -24,6 +24,10 @@ Public Class PatientDetails
|
||||
Catch ex As Exception
|
||||
log.Writelog("Partnerdetails: Property PatientNr: " + ex.Message, clsLog.Logtype.ApplError)
|
||||
End Try
|
||||
If Globals.DruckBranche Or Globals.Applicationtype = ApplicationTypes.Auftragsadministration Then
|
||||
Me.Label13.Visible = False
|
||||
Me.chklbAdresstyp.Visible = False
|
||||
End If
|
||||
Me.ResumeLayout()
|
||||
End Set
|
||||
End Property
|
||||
|
||||
354
DPM2016/Patient/frmPrivatAnsprechpartner.Designer.vb
generated
Normal file
354
DPM2016/Patient/frmPrivatAnsprechpartner.Designer.vb
generated
Normal file
@@ -0,0 +1,354 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmPrivatAnsprechpartner
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.txtMutierer = New System.Windows.Forms.TextBox()
|
||||
Me.txtMutiert_am = New System.Windows.Forms.TextBox()
|
||||
Me.txtErstellt_am = New System.Windows.Forms.TextBox()
|
||||
Me.Label18 = New System.Windows.Forms.Label()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.Label16 = New System.Windows.Forms.Label()
|
||||
Me.txtBemerkung = New System.Windows.Forms.TextBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.txtadresse1 = New System.Windows.Forms.TextBox()
|
||||
Me.lblCO = New System.Windows.Forms.Label()
|
||||
Me.txtadresse2 = New System.Windows.Forms.TextBox()
|
||||
Me.lblStrasse = New System.Windows.Forms.Label()
|
||||
Me.txtPLZ = New System.Windows.Forms.TextBox()
|
||||
Me.lblPLZOrt = New System.Windows.Forms.Label()
|
||||
Me.txtOrt = New System.Windows.Forms.TextBox()
|
||||
Me.txttelp = New System.Windows.Forms.TextBox()
|
||||
Me.lblTelefon = New System.Windows.Forms.Label()
|
||||
Me.lblemail = New System.Windows.Forms.Label()
|
||||
Me.txtE_Mail = New System.Windows.Forms.TextBox()
|
||||
Me.txtName = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.txtadresse3 = New System.Windows.Forms.TextBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.txtstrasse = New System.Windows.Forms.TextBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'txtMutierer
|
||||
'
|
||||
Me.txtMutierer.Location = New System.Drawing.Point(91, 406)
|
||||
Me.txtMutierer.Name = "txtMutierer"
|
||||
Me.txtMutierer.ReadOnly = True
|
||||
Me.txtMutierer.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
||||
Me.txtMutierer.Size = New System.Drawing.Size(135, 20)
|
||||
Me.txtMutierer.TabIndex = 295
|
||||
'
|
||||
'txtMutiert_am
|
||||
'
|
||||
Me.txtMutiert_am.Location = New System.Drawing.Point(91, 382)
|
||||
Me.txtMutiert_am.Name = "txtMutiert_am"
|
||||
Me.txtMutiert_am.ReadOnly = True
|
||||
Me.txtMutiert_am.Size = New System.Drawing.Size(135, 20)
|
||||
Me.txtMutiert_am.TabIndex = 294
|
||||
'
|
||||
'txtErstellt_am
|
||||
'
|
||||
Me.txtErstellt_am.Location = New System.Drawing.Point(91, 360)
|
||||
Me.txtErstellt_am.Name = "txtErstellt_am"
|
||||
Me.txtErstellt_am.ReadOnly = True
|
||||
Me.txtErstellt_am.Size = New System.Drawing.Size(135, 20)
|
||||
Me.txtErstellt_am.TabIndex = 293
|
||||
'
|
||||
'Label18
|
||||
'
|
||||
Me.Label18.AutoSize = True
|
||||
Me.Label18.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label18.Location = New System.Drawing.Point(21, 406)
|
||||
Me.Label18.Name = "Label18"
|
||||
Me.Label18.Size = New System.Drawing.Size(45, 13)
|
||||
Me.Label18.TabIndex = 292
|
||||
Me.Label18.Text = "Mutierer"
|
||||
'
|
||||
'Label17
|
||||
'
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label17.Location = New System.Drawing.Point(21, 384)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(56, 13)
|
||||
Me.Label17.TabIndex = 291
|
||||
Me.Label17.Text = "Mutiert am"
|
||||
'
|
||||
'Label16
|
||||
'
|
||||
Me.Label16.AutoSize = True
|
||||
Me.Label16.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label16.Location = New System.Drawing.Point(22, 363)
|
||||
Me.Label16.Name = "Label16"
|
||||
Me.Label16.Size = New System.Drawing.Size(55, 13)
|
||||
Me.Label16.TabIndex = 290
|
||||
Me.Label16.Text = "Erstellt am"
|
||||
'
|
||||
'txtBemerkung
|
||||
'
|
||||
Me.txtBemerkung.Location = New System.Drawing.Point(91, 288)
|
||||
Me.txtBemerkung.Multiline = True
|
||||
Me.txtBemerkung.Name = "txtBemerkung"
|
||||
Me.txtBemerkung.Size = New System.Drawing.Size(326, 66)
|
||||
Me.txtBemerkung.TabIndex = 9
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label2.Location = New System.Drawing.Point(20, 291)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(61, 13)
|
||||
Me.Label2.TabIndex = 289
|
||||
Me.Label2.Text = "Bemerkung"
|
||||
'
|
||||
'txtadresse1
|
||||
'
|
||||
Me.txtadresse1.Location = New System.Drawing.Point(91, 84)
|
||||
Me.txtadresse1.Name = "txtadresse1"
|
||||
Me.txtadresse1.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtadresse1.TabIndex = 1
|
||||
'
|
||||
'lblCO
|
||||
'
|
||||
Me.lblCO.AutoSize = True
|
||||
Me.lblCO.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblCO.Location = New System.Drawing.Point(20, 87)
|
||||
Me.lblCO.Name = "lblCO"
|
||||
Me.lblCO.Size = New System.Drawing.Size(54, 13)
|
||||
Me.lblCO.TabIndex = 284
|
||||
Me.lblCO.Text = "Adresse 1"
|
||||
'
|
||||
'txtadresse2
|
||||
'
|
||||
Me.txtadresse2.Location = New System.Drawing.Point(91, 108)
|
||||
Me.txtadresse2.Name = "txtadresse2"
|
||||
Me.txtadresse2.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtadresse2.TabIndex = 2
|
||||
'
|
||||
'lblStrasse
|
||||
'
|
||||
Me.lblStrasse.AutoSize = True
|
||||
Me.lblStrasse.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblStrasse.Location = New System.Drawing.Point(20, 115)
|
||||
Me.lblStrasse.Name = "lblStrasse"
|
||||
Me.lblStrasse.Size = New System.Drawing.Size(54, 13)
|
||||
Me.lblStrasse.TabIndex = 285
|
||||
Me.lblStrasse.Text = "Adresse 2"
|
||||
'
|
||||
'txtPLZ
|
||||
'
|
||||
Me.txtPLZ.Location = New System.Drawing.Point(91, 189)
|
||||
Me.txtPLZ.Name = "txtPLZ"
|
||||
Me.txtPLZ.Size = New System.Drawing.Size(48, 20)
|
||||
Me.txtPLZ.TabIndex = 5
|
||||
'
|
||||
'lblPLZOrt
|
||||
'
|
||||
Me.lblPLZOrt.AutoSize = True
|
||||
Me.lblPLZOrt.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblPLZOrt.Location = New System.Drawing.Point(20, 193)
|
||||
Me.lblPLZOrt.Name = "lblPLZOrt"
|
||||
Me.lblPLZOrt.Size = New System.Drawing.Size(46, 13)
|
||||
Me.lblPLZOrt.TabIndex = 286
|
||||
Me.lblPLZOrt.Text = "PLZ/Ort"
|
||||
'
|
||||
'txtOrt
|
||||
'
|
||||
Me.txtOrt.Location = New System.Drawing.Point(145, 189)
|
||||
Me.txtOrt.Name = "txtOrt"
|
||||
Me.txtOrt.Size = New System.Drawing.Size(174, 20)
|
||||
Me.txtOrt.TabIndex = 6
|
||||
'
|
||||
'txttelp
|
||||
'
|
||||
Me.txttelp.Location = New System.Drawing.Point(91, 223)
|
||||
Me.txttelp.Name = "txttelp"
|
||||
Me.txttelp.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txttelp.TabIndex = 7
|
||||
'
|
||||
'lblTelefon
|
||||
'
|
||||
Me.lblTelefon.AutoSize = True
|
||||
Me.lblTelefon.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblTelefon.Location = New System.Drawing.Point(20, 226)
|
||||
Me.lblTelefon.Name = "lblTelefon"
|
||||
Me.lblTelefon.Size = New System.Drawing.Size(43, 13)
|
||||
Me.lblTelefon.TabIndex = 287
|
||||
Me.lblTelefon.Text = "Telefon"
|
||||
'
|
||||
'lblemail
|
||||
'
|
||||
Me.lblemail.AutoSize = True
|
||||
Me.lblemail.BackColor = System.Drawing.Color.Transparent
|
||||
Me.lblemail.Location = New System.Drawing.Point(20, 255)
|
||||
Me.lblemail.Name = "lblemail"
|
||||
Me.lblemail.Size = New System.Drawing.Size(36, 13)
|
||||
Me.lblemail.TabIndex = 288
|
||||
Me.lblemail.Text = "E-Mail"
|
||||
'
|
||||
'txtE_Mail
|
||||
'
|
||||
Me.txtE_Mail.Location = New System.Drawing.Point(91, 252)
|
||||
Me.txtE_Mail.Name = "txtE_Mail"
|
||||
Me.txtE_Mail.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtE_Mail.TabIndex = 8
|
||||
'
|
||||
'txtName
|
||||
'
|
||||
Me.txtName.Location = New System.Drawing.Point(91, 33)
|
||||
Me.txtName.Name = "txtName"
|
||||
Me.txtName.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtName.TabIndex = 0
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label1.Location = New System.Drawing.Point(20, 36)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(35, 13)
|
||||
Me.Label1.TabIndex = 297
|
||||
Me.Label1.Text = "Name"
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(25, 449)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button1.TabIndex = 10
|
||||
Me.Button1.Text = "Speichern"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(355, 449)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button2.TabIndex = 11
|
||||
Me.Button2.Text = "Abbruch"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtadresse3
|
||||
'
|
||||
Me.txtadresse3.Location = New System.Drawing.Point(91, 137)
|
||||
Me.txtadresse3.Name = "txtadresse3"
|
||||
Me.txtadresse3.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtadresse3.TabIndex = 3
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label3.Location = New System.Drawing.Point(20, 141)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(54, 13)
|
||||
Me.Label3.TabIndex = 302
|
||||
Me.Label3.Text = "Adresse 3"
|
||||
'
|
||||
'txtstrasse
|
||||
'
|
||||
Me.txtstrasse.Location = New System.Drawing.Point(91, 163)
|
||||
Me.txtstrasse.Name = "txtstrasse"
|
||||
Me.txtstrasse.Size = New System.Drawing.Size(228, 20)
|
||||
Me.txtstrasse.TabIndex = 4
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.BackColor = System.Drawing.Color.Transparent
|
||||
Me.Label4.Location = New System.Drawing.Point(20, 167)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(67, 13)
|
||||
Me.Label4.TabIndex = 304
|
||||
Me.Label4.Text = "Strasse / Nr."
|
||||
'
|
||||
'frmPrivatAnsprechpartner
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(442, 494)
|
||||
Me.Controls.Add(Me.txtstrasse)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.txtadresse3)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.txtName)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.txtMutierer)
|
||||
Me.Controls.Add(Me.txtMutiert_am)
|
||||
Me.Controls.Add(Me.txtErstellt_am)
|
||||
Me.Controls.Add(Me.Label18)
|
||||
Me.Controls.Add(Me.Label17)
|
||||
Me.Controls.Add(Me.Label16)
|
||||
Me.Controls.Add(Me.txtBemerkung)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.txtadresse1)
|
||||
Me.Controls.Add(Me.lblCO)
|
||||
Me.Controls.Add(Me.txtadresse2)
|
||||
Me.Controls.Add(Me.lblStrasse)
|
||||
Me.Controls.Add(Me.txtPLZ)
|
||||
Me.Controls.Add(Me.lblPLZOrt)
|
||||
Me.Controls.Add(Me.txtOrt)
|
||||
Me.Controls.Add(Me.txttelp)
|
||||
Me.Controls.Add(Me.lblTelefon)
|
||||
Me.Controls.Add(Me.lblemail)
|
||||
Me.Controls.Add(Me.txtE_Mail)
|
||||
Me.Name = "frmPrivatAnsprechpartner"
|
||||
Me.Text = "Ansprechpartner-Adressen"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents txtMutierer As TextBox
|
||||
Friend WithEvents txtMutiert_am As TextBox
|
||||
Friend WithEvents txtErstellt_am As TextBox
|
||||
Friend WithEvents Label18 As Label
|
||||
Friend WithEvents Label17 As Label
|
||||
Friend WithEvents Label16 As Label
|
||||
Friend WithEvents txtBemerkung As TextBox
|
||||
Friend WithEvents Label2 As Label
|
||||
Friend WithEvents txtadresse1 As TextBox
|
||||
Friend WithEvents lblCO As Label
|
||||
Friend WithEvents txtadresse2 As TextBox
|
||||
Friend WithEvents lblStrasse As Label
|
||||
Friend WithEvents txtPLZ As TextBox
|
||||
Friend WithEvents lblPLZOrt As Label
|
||||
Friend WithEvents txtOrt As TextBox
|
||||
Friend WithEvents txttelp As TextBox
|
||||
Friend WithEvents lblTelefon As Label
|
||||
Friend WithEvents lblemail As Label
|
||||
Friend WithEvents txtE_Mail As TextBox
|
||||
Friend WithEvents txtName As TextBox
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents Button2 As Button
|
||||
Friend WithEvents txtadresse3 As TextBox
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents txtstrasse As TextBox
|
||||
Friend WithEvents Label4 As Label
|
||||
End Class
|
||||
120
DPM2016/Patient/frmPrivatAnsprechpartner.resx
Normal file
120
DPM2016/Patient/frmPrivatAnsprechpartner.resx
Normal file
@@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
105
DPM2016/Patient/frmPrivatAnsprechpartner.vb
Normal file
105
DPM2016/Patient/frmPrivatAnsprechpartner.vb
Normal file
@@ -0,0 +1,105 @@
|
||||
Public Class frmPrivatAnsprechpartner
|
||||
Dim db As New clsDB
|
||||
Dim m_nrprivat As Integer
|
||||
Property nrprivat As Integer
|
||||
Get
|
||||
Return m_nrprivat
|
||||
End Get
|
||||
Set(value As Integer)
|
||||
m_nrprivat = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Dim m_id As Integer
|
||||
Property id As Integer
|
||||
Get
|
||||
Return m_id
|
||||
End Get
|
||||
Set(value As Integer)
|
||||
m_id = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Dim m_isnew As Boolean
|
||||
Property is_new As Boolean
|
||||
Get
|
||||
Return m_isnew
|
||||
End Get
|
||||
Set(value As Boolean)
|
||||
m_isnew = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Private Sub frmPrivatAnsprechpartner_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
If id > 0 Then
|
||||
db.Get_Tabledata("Ansprechpartner", "", "Select * from privat_ansprechpartner where id=" + Me.id.ToString)
|
||||
Fill_Form()
|
||||
End If
|
||||
|
||||
If is_new Then
|
||||
db.Get_Tabledata("Ansprechpartner", "", "Select top 1 * from privat_ansprechpartner order by id desc")
|
||||
Dim idnew As Integer
|
||||
If db.dsDaten.Tables(0).Rows.Count = 0 Then idnew = 1 Else idnew = db.dsDaten.Tables(0).Rows(0).Item(0) + 1
|
||||
Me.id = idnew
|
||||
db.Exec_SQL("Insert Privat_Ansprechpartner (id,nrprivat, erstellt_am, mutiert_am, mutierer,aktiv) values(" + idnew.ToString + "," + Me.nrprivat.ToString + ",'" + Now.ToString + "','" + Now.ToString + "'," + Globals.ActUser.ToString + ",1)")
|
||||
db.Get_Tabledata("Ansprechpartner", "", "Select * from privat_ansprechpartner where id=" + Me.id.ToString)
|
||||
Me.txtName.Text = ""
|
||||
Me.txtadresse1.Text = ""
|
||||
Me.txtadresse2.Text = ""
|
||||
Me.txtPLZ.Text = ""
|
||||
Me.txtOrt.Text = ""
|
||||
Me.txttelp.Text = ""
|
||||
Me.txtE_Mail.Text = ""
|
||||
Me.txtBemerkung.Text = ""
|
||||
Me.txtErstellt_am.Text = Now.ToString
|
||||
Me.txtMutiert_am.Text = Now.ToString
|
||||
Me.txtMutierer.Text = Globals.ActUser
|
||||
Me.id = idnew
|
||||
update_data()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Fill_Form()
|
||||
Me.txtName.Text = db.dsDaten.Tables(0).Rows(0).Item("Name")
|
||||
Me.txtadresse1.Text = db.dsDaten.Tables(0).Rows(0).Item("Adresse1")
|
||||
Me.txtadresse2.Text = db.dsDaten.Tables(0).Rows(0).Item("adresse2")
|
||||
Me.txtadresse3.Text = db.dsDaten.Tables(0).Rows(0).Item("adresse3")
|
||||
Me.txtstrasse.Text = db.dsDaten.Tables(0).Rows(0).Item("strasse")
|
||||
Me.txtPLZ.Text = db.dsDaten.Tables(0).Rows(0).Item("plz")
|
||||
Me.txtOrt.Text = db.dsDaten.Tables(0).Rows(0).Item("ort")
|
||||
Me.txttelp.Text = db.dsDaten.Tables(0).Rows(0).Item("telefon")
|
||||
Me.txtE_Mail.Text = db.dsDaten.Tables(0).Rows(0).Item("email")
|
||||
Me.txtBemerkung.Text = db.dsDaten.Tables(0).Rows(0).Item("bemerkung")
|
||||
Me.txtErstellt_am.Text = db.dsDaten.Tables(0).Rows(0).Item("erstellt_am").ToString
|
||||
Me.txtMutiert_am.Text = db.dsDaten.Tables(0).Rows(0).Item("mutiert_am").ToString
|
||||
Me.txtMutierer.Text = db.dsDaten.Tables(0).Rows(0).Item("mutierer").ToString
|
||||
End Sub
|
||||
|
||||
Sub update_data()
|
||||
db.dsDaten.Tables(0).Rows(0).Item("Name") = Me.txtName.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("Adresse1") = Me.txtadresse1.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("adresse2") = Me.txtadresse2.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("adresse3") = Me.txtadresse3.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("strasse") = Me.txtstrasse.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("plz") = Me.txtPLZ.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("ort") = Me.txtOrt.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("telefon") = Me.txttelp.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("email") = Me.txtE_Mail.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("bemerkung") = Me.txtBemerkung.Text
|
||||
db.dsDaten.Tables(0).Rows(0).Item("mutierer") = Globals.ActUser
|
||||
db.dsDaten.Tables(0).Rows(0).Item("mutiert_am") = Now
|
||||
db.Update_Data()
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
update_data()
|
||||
Me.DialogResult = DialogResult.OK
|
||||
Me.Close()
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
Me.DialogResult = DialogResult.Cancel
|
||||
Me.Close()
|
||||
End Sub
|
||||
End Class
|
||||
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class PatientDetailsFirma
|
||||
Inherits System.Windows.Forms.UserControl
|
||||
|
||||
'UserControl überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,8 +20,9 @@ Partial Class PatientDetailsFirma
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Me.chkMail_Kommunikation = New System.Windows.Forms.CheckBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.txtZSR = New System.Windows.Forms.TextBox()
|
||||
@@ -86,6 +87,9 @@ Partial Class PatientDetailsFirma
|
||||
Me.lblTitel = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.NeuerAnsprechpartnerToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.BearbeitenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ClsStammdaten_flat1 = New DPM2016.clsStammdaten_flat()
|
||||
Me.cbboxNRArbeitgeber = New DPM2016.MyCombobox()
|
||||
Me.cbboxGeschlecht = New DPM2016.MyCombobox()
|
||||
@@ -93,6 +97,7 @@ Partial Class PatientDetailsFirma
|
||||
Me.cbboxStatus = New DPM2016.MyCombobox()
|
||||
Me.cbboxNRTitel = New DPM2016.MyCombobox()
|
||||
Me.cbboxNrAnrede = New DPM2016.MyCombobox()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'chkMail_Kommunikation
|
||||
@@ -696,7 +701,6 @@ Partial Class PatientDetailsFirma
|
||||
Me.Label5.Size = New System.Drawing.Size(55, 13)
|
||||
Me.Label5.TabIndex = 282
|
||||
Me.Label5.Text = "Ansprech-"
|
||||
Me.Label5.Visible = False
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
@@ -707,19 +711,37 @@ Partial Class PatientDetailsFirma
|
||||
Me.Label6.Size = New System.Drawing.Size(41, 13)
|
||||
Me.Label6.TabIndex = 283
|
||||
Me.Label6.Text = "Partner"
|
||||
Me.Label6.Visible = False
|
||||
'
|
||||
'ContextMenuStrip1
|
||||
'
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeuerAnsprechpartnerToolStripMenuItem, Me.BearbeitenToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(198, 48)
|
||||
'
|
||||
'NeuerAnsprechpartnerToolStripMenuItem
|
||||
'
|
||||
Me.NeuerAnsprechpartnerToolStripMenuItem.Name = "NeuerAnsprechpartnerToolStripMenuItem"
|
||||
Me.NeuerAnsprechpartnerToolStripMenuItem.Size = New System.Drawing.Size(197, 22)
|
||||
Me.NeuerAnsprechpartnerToolStripMenuItem.Text = "Neuer Ansprechpartner"
|
||||
'
|
||||
'BearbeitenToolStripMenuItem
|
||||
'
|
||||
Me.BearbeitenToolStripMenuItem.Name = "BearbeitenToolStripMenuItem"
|
||||
Me.BearbeitenToolStripMenuItem.Size = New System.Drawing.Size(197, 22)
|
||||
Me.BearbeitenToolStripMenuItem.Text = "Bearbeiten"
|
||||
'
|
||||
'ClsStammdaten_flat1
|
||||
'
|
||||
Me.ClsStammdaten_flat1.AllowAddNew = True
|
||||
Me.ClsStammdaten_flat1.Connectionstring = "data source=shu00;initial catalog=SHUB_PADM;persist security info=false;workstati" &
|
||||
"on id=;packet size=4096;user id=sa;password=*shu29"
|
||||
Me.ClsStammdaten_flat1.ContextMenuStrip = Me.ContextMenuStrip1
|
||||
Me.ClsStammdaten_flat1.Location = New System.Drawing.Point(79, 336)
|
||||
Me.ClsStammdaten_flat1.Name = "ClsStammdaten_flat1"
|
||||
Me.ClsStammdaten_flat1.Size = New System.Drawing.Size(634, 119)
|
||||
Me.ClsStammdaten_flat1.Size = New System.Drawing.Size(634, 178)
|
||||
Me.ClsStammdaten_flat1.SQL = ""
|
||||
Me.ClsStammdaten_flat1.TabIndex = 281
|
||||
Me.ClsStammdaten_flat1.Tablename = Nothing
|
||||
Me.ClsStammdaten_flat1.Visible = False
|
||||
'
|
||||
'cbboxNRArbeitgeber
|
||||
'
|
||||
@@ -876,9 +898,10 @@ Partial Class PatientDetailsFirma
|
||||
Me.Controls.Add(Me.lblNr)
|
||||
Me.Controls.Add(Me.lblAnrede)
|
||||
Me.Controls.Add(Me.lblTitel)
|
||||
Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
|
||||
Me.Margin = New System.Windows.Forms.Padding(2)
|
||||
Me.Name = "PatientDetailsFirma"
|
||||
Me.Size = New System.Drawing.Size(729, 477)
|
||||
Me.Size = New System.Drawing.Size(729, 535)
|
||||
Me.ContextMenuStrip1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -955,4 +978,7 @@ Partial Class PatientDetailsFirma
|
||||
Friend WithEvents ClsStammdaten_flat1 As clsStammdaten_flat
|
||||
Friend WithEvents Label5 As Label
|
||||
Friend WithEvents Label6 As Label
|
||||
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
||||
Friend WithEvents NeuerAnsprechpartnerToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents BearbeitenToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
@@ -117,4 +117,7 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="ContextMenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -23,6 +23,8 @@ Public Class PatientDetailsFirma
|
||||
Catch ex As Exception
|
||||
log.Writelog("Partnerdetails: Property PatientNr: " + ex.Message, clsLog.Logtype.ApplError)
|
||||
End Try
|
||||
Me.Label13.Visible = False
|
||||
Me.chklbAdresstyp.Visible = False
|
||||
Me.ResumeLayout()
|
||||
End Set
|
||||
End Property
|
||||
@@ -383,6 +385,10 @@ Public Class PatientDetailsFirma
|
||||
End If
|
||||
|
||||
Next
|
||||
Me.ClsStammdaten_flat1.SQL = "Select * from privat_ansprechpartner where nrprivat=" + Me.PatientNr.ToString
|
||||
Me.ClsStammdaten_flat1.AllowAddNew = False
|
||||
Me.ClsStammdaten_flat1.Tablename = "Privat_Ansprechpartner"
|
||||
Me.ClsStammdaten_flat1.get_data()
|
||||
Catch ex As Exception
|
||||
log.Writelog("Privatdetails: Get_Data: " + ctlname + " / " + colname + " " + ex.Message, clsLog.Logtype.ApplError)
|
||||
End Try
|
||||
@@ -565,4 +571,26 @@ Public Class PatientDetailsFirma
|
||||
Private Sub txtName_TextChanged(sender As Object, e As EventArgs) Handles txtName.TextChanged
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub ClsStammdaten_flat1_Load(sender As Object, e As EventArgs) Handles ClsStammdaten_flat1.Load
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub NeuerAnsprechpartnerToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles NeuerAnsprechpartnerToolStripMenuItem.Click
|
||||
Dim f As New frmPrivatAnsprechpartner
|
||||
f.is_new = True
|
||||
f.id = 0
|
||||
f.nrprivat = txtnrprivat.Text
|
||||
f.ShowDialog()
|
||||
If f.DialogResult = DialogResult.OK Then Me.ClsStammdaten_flat1.get_data()
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub BearbeitenToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles BearbeitenToolStripMenuItem.Click
|
||||
Dim f As New frmPrivatAnsprechpartner
|
||||
f.is_new = False
|
||||
f.id = Me.ClsStammdaten_flat1.c1daten.Columns(0).Value
|
||||
f.nrprivat = txtnrprivat.Text
|
||||
f.ShowDialog()
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user