Update 07082021
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<connectionStrings>
|
||||
<!--<add name="LPConnectionString1" connectionString="Data Source=shu00;Initial Catalog=shub_bwpffeld;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>-->
|
||||
<add name="LPConnectionString" connectionString="Data Source=shu00;Initial Catalog=bwpm;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<appSettings>
|
||||
<add key="Reportpfad" value="E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Reporting\Reports"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,177 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<LPReports>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufsliste</Bericht>
|
||||
<SQL>Berufsliste</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Berufsliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmenliste</Bericht>
|
||||
<SQL>Firmenliste</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Firmenliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Musterbrief</Bericht>
|
||||
<SQL>SELECT Distinct
|
||||
[Adresszeile1]
|
||||
,[Adresszeile2]
|
||||
,[Adresszeile3]
|
||||
,[Adresszeile4]
|
||||
,[Adresszeile5]
|
||||
,[Adresszeile6]
|
||||
,[Adresszeile7]
|
||||
,[Briefanrede],dbo.Get_Dokumenttitel(14) AS Titel, dbo.Get_Dokument(14) AS Inhalt
|
||||
FROM [bwp_kloten].[dbo].[Lehreradressen]</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Brief_mit_Titel.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Registrierte_Firmen</Bericht>
|
||||
<SQL>Select * from firma</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Registrierte_Firmen.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Brief Firma mit Titel</Bericht>
|
||||
<SQL>SELECT FirmaNr, Adresszeile1, Adresszeile2, Adresszeile3, Adresszeile4, Adresszeile5, Adresszeile6, Adresszeile7, Briefanrede,dbo.Get_Dokumenttitel(1) AS Titel, dbo.Get_Dokument(1) AS Inhalt
|
||||
FROM dbo.Firmenadressen</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Brief_Firma_Mit_Titel.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Lehrerdaten</Bericht>
|
||||
<SQL>sp_lehrerdaten</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Lehrerdaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Lehrerdaten_det</Bericht>
|
||||
<SQL>exec sp_lehrerdaten 0</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Lehrerdaten_det.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Firmendaten</Bericht>
|
||||
<SQL>Select * from Firmendaten</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmendaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Anmeldetalon</Bericht>
|
||||
<SQL>SP_Anmeldetalon</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Anmeldetalon.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>N_Zuet_Berufe</Bericht>
|
||||
<SQL>nicht_zuget_berufe</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>nzberufe.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmenangebot</Bericht>
|
||||
<SQL>Select * from Firmenangebot</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmenangebot.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schueleruebersicht</Bericht>
|
||||
<SQL>Schueleruebersicht</SQL>
|
||||
<SQLTYPE>View</SQLTYPE>
|
||||
<Filename>Schueleruebersicht.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schuelerdaten</Bericht>
|
||||
<SQL>Schuelerdaten</SQL>
|
||||
<SQLTYPE>View</SQLTYPE>
|
||||
<Filename>Schuelerdaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmendaten detailliert</Bericht>
|
||||
<SQL>Select * from Firmendaten</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmendaten_det.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Nicht genug Berufswwahl</Bericht>
|
||||
<SQL>View_Zuwenig_Zuteilungen</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>ZuWeingBerufswahl.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Beruf Firma Zuteilung</Bericht>
|
||||
<SQL>dbo.Firmen_Berufe_Zuteilungen</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Beruf_Firma_Zuteilung.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Schueler_Doppelbelegung</Bericht>
|
||||
<SQL>dbo.View_Schuler_Doppelbelegung</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>SchuelerDoppelbelegung.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Statistik</Bericht>
|
||||
<SQL>dbo.statistik</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Statistik.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmen und Berufe</Bericht>
|
||||
<SQL>dbo.Firmen_Berufsangebot</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Firmen_Berufe.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufe und Firmen</Bericht>
|
||||
<SQL>dbo.Firmen_Berufsangebot</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Berufe_Firmen.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Zuteilungsuebersicht</Bericht>
|
||||
<SQL>Zuteilungsuebersicht</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Zuteilungsuebersicht.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Zusammenfassung</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 1,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Zusammenfassung.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Beruf</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 2,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Beruf.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Firmenangebot</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 3,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Firmenangebot.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_AngebotNachfrage</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 4,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_AngebotNachfrage.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Bief Neuanmeldunt</Bericht>
|
||||
<SQL>exec dbo.sp_firmen_mit_daten</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Neuanmeldung</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
</LPReports>
|
||||
Generated
+112
@@ -0,0 +1,112 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form1
|
||||
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()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
||||
Me.PreviewControl1 = New FastReport.Preview.PreviewControl()
|
||||
Me.TreeView1 = New System.Windows.Forms.TreeView()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripComboBox1 = New System.Windows.Forms.ToolStripComboBox()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.ToolStripComboBox2 = New System.Windows.Forms.ToolStripComboBox()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'PreviewControl1
|
||||
'
|
||||
Me.PreviewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace
|
||||
Me.PreviewControl1.Font = New System.Drawing.Font("Tahoma", 6.4!)
|
||||
Me.PreviewControl1.Location = New System.Drawing.Point(313, 27)
|
||||
Me.PreviewControl1.Margin = New System.Windows.Forms.Padding(2)
|
||||
Me.PreviewControl1.Name = "PreviewControl1"
|
||||
Me.PreviewControl1.PageOffset = New System.Drawing.Point(10, 10)
|
||||
Me.PreviewControl1.RightToLeft = System.Windows.Forms.RightToLeft.No
|
||||
Me.PreviewControl1.SaveInitialDirectory = Nothing
|
||||
Me.PreviewControl1.Size = New System.Drawing.Size(482, 230)
|
||||
Me.PreviewControl1.TabIndex = 1
|
||||
Me.PreviewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Blue
|
||||
'
|
||||
'TreeView1
|
||||
'
|
||||
Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.TreeView1.Location = New System.Drawing.Point(0, 27)
|
||||
Me.TreeView1.Name = "TreeView1"
|
||||
Me.TreeView1.Size = New System.Drawing.Size(282, 555)
|
||||
Me.TreeView1.TabIndex = 2
|
||||
'
|
||||
'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(24, 24)
|
||||
Me.ToolStripButton1.Text = "ToolStripButton1"
|
||||
'
|
||||
'ToolStripComboBox1
|
||||
'
|
||||
Me.ToolStripComboBox1.Name = "ToolStripComboBox1"
|
||||
Me.ToolStripComboBox1.Size = New System.Drawing.Size(121, 27)
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripComboBox1, Me.ToolStripComboBox2})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(905, 27)
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'ToolStripComboBox2
|
||||
'
|
||||
Me.ToolStripComboBox2.Name = "ToolStripComboBox2"
|
||||
Me.ToolStripComboBox2.Size = New System.Drawing.Size(121, 27)
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(905, 582)
|
||||
Me.Controls.Add(Me.TreeView1)
|
||||
Me.Controls.Add(Me.PreviewControl1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Name = "Form1"
|
||||
Me.Text = "Reportdesigner"
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents DesignerControl1 As FastReport.Design.StandardDesigner.DesignerControl
|
||||
Friend WithEvents PreviewControl1 As FastReport.Preview.PreviewControl
|
||||
Friend WithEvents TreeView1 As TreeView
|
||||
Friend WithEvents ToolStripButton1 As ToolStripButton
|
||||
Friend WithEvents ToolStripComboBox1 As ToolStripComboBox
|
||||
Friend WithEvents ToolStrip1 As ToolStrip
|
||||
Friend WithEvents ToolStripComboBox2 As ToolStripComboBox
|
||||
' Friend WithEvents Report1 As FastReport.Report
|
||||
' Friend WithEvents DesignerControl1 As FastReport.Design.StandardDesigner.DesignerControl
|
||||
|
||||
End Class
|
||||
@@ -0,0 +1,139 @@
|
||||
<?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>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="ToolStripButton1.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>
|
||||
<metadata name="ToolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@@ -0,0 +1,137 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.Data.SqlDbType
|
||||
Imports FastReport
|
||||
|
||||
Public Class Form1
|
||||
Public Connectionstring
|
||||
Dim dsreport As New DataSet
|
||||
|
||||
Dim ds As New DataSet
|
||||
|
||||
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
|
||||
ds.ReadXml(Application.StartupPath + "\Applications.xml")
|
||||
For Each r As DataRow In ds.Tables(0).Rows
|
||||
Me.ToolStripComboBox2.Items.Add(r("Appname"))
|
||||
Connectionstring = r("Connection")
|
||||
Next
|
||||
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
Private Sub ToolStripComboBox1_Click(sender As System.Object, e As System.EventArgs) Handles ToolStripComboBox1.SelectedIndexChanged
|
||||
For Each dr As DataRow In dsreport.Tables(0).Rows
|
||||
If dr.Item(0) = ToolStripComboBox1.SelectedItem Then
|
||||
Design_Report(dr.Item(1), dr.Item(2), dr.Item(3))
|
||||
End If
|
||||
Next
|
||||
|
||||
End Sub
|
||||
|
||||
Sub Design_Report(ByVal sql As String, ByVal sqltype As String, ByVal filename As String)
|
||||
Dim ds As New DataSet
|
||||
filename = Configuration.ConfigurationManager.AppSettings("Reportpfad") + "\" + filename
|
||||
If sqltype = "SP" Then
|
||||
ds = Get_Tabledata(sql, True, False)
|
||||
Else
|
||||
If sqltype = "SQL" Then
|
||||
ds = Get_Tabledata(sql, False, True)
|
||||
Else
|
||||
ds = Get_Tabledata(sql, False, False)
|
||||
End If
|
||||
End If
|
||||
|
||||
Dim report As New Report
|
||||
Try
|
||||
If filename <> "" Then report.Load(filename)
|
||||
report.RegisterData(ds)
|
||||
report.GetDataSource("Daten").Enabled = True
|
||||
report.SetParameterValue("Parcours", Get_Option(2))
|
||||
report.SetParameterValue("Spruch", Get_Option(3))
|
||||
report.Design()
|
||||
report.Dispose()
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Public Function Get_Tabledata(ByVal Tablename As String, Optional StoredProc As Boolean = False, Optional is_SQL_String As Boolean = False) As DataSet
|
||||
Dim sqlconnect As New SqlConnection
|
||||
Dim ds As New DataSet
|
||||
ds.Tables.Clear()
|
||||
sqlconnect.ConnectionString = Me.Connectionstring
|
||||
sqlconnect.Open()
|
||||
Dim da As New SqlDataAdapter("", sqlconnect)
|
||||
Dim sqlcmd As New SqlCommand
|
||||
sqlcmd.Connection = sqlconnect
|
||||
If StoredProc = True Then
|
||||
sqlcmd.CommandType = CommandType.StoredProcedure
|
||||
sqlcmd.CommandText = Tablename
|
||||
Else
|
||||
sqlcmd.CommandType = CommandType.Text
|
||||
sqlcmd.CommandText = "Select * from " + Tablename
|
||||
End If
|
||||
If is_SQL_String = True Then
|
||||
sqlcmd.CommandText = Tablename
|
||||
End If
|
||||
' sqlcmd.CommandType = CommandType.StoredProcedure
|
||||
' sqlcmd.CommandText = "Berufsliste"
|
||||
da.SelectCommand = sqlcmd
|
||||
da.Fill(ds, "Daten")
|
||||
Return ds
|
||||
End Function
|
||||
|
||||
Public Function Get_Option(ByVal onr As Integer) As String
|
||||
Try
|
||||
Dim sqlconnect As New SqlConnection
|
||||
Dim ds As New DataSet
|
||||
ds.Tables.Clear()
|
||||
sqlconnect.ConnectionString = Me.Connectionstring
|
||||
sqlconnect.Open()
|
||||
Dim da As New SqlDataAdapter("", sqlconnect)
|
||||
Dim sqlcmd As New SqlCommand
|
||||
sqlcmd.Connection = sqlconnect
|
||||
sqlcmd.CommandType = CommandType.Text
|
||||
sqlcmd.CommandText = "Select * from optionen where optionnr=" + onr.ToString
|
||||
da.SelectCommand = sqlcmd
|
||||
da.Fill(ds, "Daten")
|
||||
Return ds.Tables(0).Rows(0).Item("Inhalt")
|
||||
Catch ex As Exception
|
||||
Return ""
|
||||
'MsgBox(ex.Message)
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Private Sub ToolStripComboBox1_Click_1(sender As System.Object, e As System.EventArgs) Handles ToolStripComboBox1.Click
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub ToolStripComboBox2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ToolStripComboBox2.SelectedIndexChanged
|
||||
Me.TreeView1.Nodes.Clear()
|
||||
|
||||
For Each r As DataRow In ds.Tables(0).Rows
|
||||
If r("Appname") = Me.ToolStripComboBox2.Text Then
|
||||
dsreport.ReadXml(r("Path") + "\Auswertungen.xml")
|
||||
For Each dr As DataRow In dsreport.Tables(0).Rows
|
||||
Me.TreeView1.Nodes.Add(dr.Item(0))
|
||||
Me.ToolStripComboBox1.Items.Add(dr.Item(0))
|
||||
Next
|
||||
End If
|
||||
Next
|
||||
End Sub
|
||||
|
||||
Private Sub TreeView1_AfterSelect(sender As Object, e As TreeViewEventArgs) Handles TreeView1.AfterSelect
|
||||
For Each r As DataRow In ds.Tables(0).Rows
|
||||
If r(0) = ToolStripComboBox2.Text Then
|
||||
Connectionstring = r(2)
|
||||
End If
|
||||
Next
|
||||
For Each dr As DataRow In dsreport.Tables(0).Rows
|
||||
If dr.Item(0) = TreeView1.SelectedNode.Text Then
|
||||
|
||||
Design_Report(dr.Item(1), dr.Item(2), dr.Item(3))
|
||||
End If
|
||||
Next
|
||||
End Sub
|
||||
End Class
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
'HINWEIS: Diese Datei wird automatisch generiert und darf nicht direkt bearbeitet werden. Wenn Sie Änderungen vornehmen möchten
|
||||
' oder in dieser Datei Buildfehler auftreten, wechseln Sie zum Projekt-Designer.
|
||||
' (Wechseln Sie dazu zu den Projekteigenschaften, oder doppelklicken Sie auf den Knoten "Mein Projekt" im
|
||||
' Projektmappen-Explorer). Nehmen Sie auf der Registerkarte "Anwendung" entsprechende Änderungen vor.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = false
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.ReportDesigner.Form1
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>true</MySubMain>
|
||||
<MainForm>Form1</MainForm>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>0</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die mit einer Assembly verknüpft sind.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("ReportDesigner")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("ReportDesigner")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2012")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
<Assembly: Guid("901c4afe-5e0a-4f2a-917a-ab6a0e1efea8")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
+63
@@ -0,0 +1,63 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ReportDesigner.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,117 @@
|
||||
<?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.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: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" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</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" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Automatische My.Settings-Speicherfunktion"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.ReportDesigner.My.MySettings
|
||||
Get
|
||||
Return Global.ReportDesigner.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DontShowAgainInSolution>false</DontShowAgainInSolution></Configuration>
|
||||
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.30110.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ReportDesigner", "ReportDesigner.vbproj", "{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}.Debug|x86.Build.0 = Debug|x86
|
||||
{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}.Release|x86.ActiveCfg = Release|x86
|
||||
{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}.Release|x86.Build.0 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
@@ -0,0 +1,157 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
<ProductVersion>
|
||||
</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{11DE60BA-97C7-4EBC-AF69-1E1D44BE3C74}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>ReportDesigner.My.MyApplication</StartupObject>
|
||||
<RootNamespace>ReportDesigner</RootNamespace>
|
||||
<AssemblyName>ReportDesigner</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>
|
||||
</TargetFrameworkProfile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>ReportDesigner.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>ReportDesigner.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="FastReport, Version=2016.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\FastReports\FastReport.Net\FastReport.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="FastReport.Bars, Version=2016.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\FastReports\FastReport.Net\FastReport.Bars.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="FastReport.Editor, Version=2016.1.2.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>C:\Program Files (x86)\FastReports\FastReport.Net\FastReport.Editor.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.configuration" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Windows.Forms.DataVisualization" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Auswertungen.xml">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<!-- VSdocman config file for current project/solution.-->
|
||||
<activeProfile>default</activeProfile>
|
||||
<appSettings>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Applicatoins>
|
||||
<Anwendungen>
|
||||
<Appname>BlazorApp</Appname>
|
||||
<Path>E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Reporting\Reports</Path>
|
||||
<Connection>Data Source=shu00;Initial Catalog=bwpm;User ID=sa;Password=*shu29</Connection>
|
||||
</Anwendungen>
|
||||
<Anwendungen>
|
||||
<Appname>BWP-Frauenfeld</Appname>
|
||||
<Path>H:\WebSites\bwp_frauenfeld\Reportings</Path>
|
||||
<Connection>Data Source=shu00;Initial Catalog=shub_bwpffeld;User ID=sa;Password=*shu29</Connection>
|
||||
</Anwendungen>
|
||||
</Applicatoins>
|
||||
@@ -0,0 +1,181 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<LPReports>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufsliste</Bericht>
|
||||
<SQL>Berufsliste</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Berufsliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmenliste</Bericht>
|
||||
<SQL>Firmenliste</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>sp_Firmenliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Musterbrief</Bericht>
|
||||
<SQL>SELECT Distinct
|
||||
[Adresszeile1]
|
||||
,[Adresszeile2]
|
||||
,[Adresszeile3]
|
||||
,[Adresszeile4]
|
||||
,[Adresszeile5]
|
||||
,[Adresszeile6]
|
||||
,[Adresszeile7]
|
||||
,[Briefanrede],dbo.Get_Dokumenttitel(14) AS Titel, dbo.Get_Dokument(14) AS Inhalt
|
||||
FROM [bwp_kloten].[dbo].[Lehreradressen]</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Brief_mit_Titel.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Registrierte_Firmen</Bericht>
|
||||
<SQL>Select * from firma</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Registrierte_Firmen.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Brief Firma mit Titel</Bericht>
|
||||
<SQL>SELECT FirmaNr, Adresszeile1, Adresszeile2, Adresszeile3, Adresszeile4, Adresszeile5, Adresszeile6, Adresszeile7, Briefanrede,dbo.Get_Dokumenttitel(1) AS Titel, dbo.Get_Dokument(1) AS Inhalt
|
||||
FROM dbo.Firmenadressen</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Brief_Firma_Mit_Titel.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Lehrerdaten</Bericht>
|
||||
<SQL>sp_lehrerdaten</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Lehrerdaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Lehrerdaten_det</Bericht>
|
||||
<SQL>exec sp_lehrerdaten 0</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Lehrerdaten_det.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Firmendaten</Bericht>
|
||||
<SQL>Select * from Firmendaten</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmendaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Anmeldetalon</Bericht>
|
||||
<SQL>SP_Anmeldetalon</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Anmeldetalon.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>N_Zuet_Berufe</Bericht>
|
||||
<SQL>nicht_zuget_berufe</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>nzberufe.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmenangebot</Bericht>
|
||||
<SQL>Select * from Firmenangebot</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmenangebot.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schueleruebersicht</Bericht>
|
||||
<SQL>Schueleruebersicht</SQL>
|
||||
<SQLTYPE>View</SQLTYPE>
|
||||
<Filename>Schueleruebersicht.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schuelerdaten</Bericht>
|
||||
<SQL>Schuelerdaten</SQL>
|
||||
<SQLTYPE>View</SQLTYPE>
|
||||
<Filename>Schuelerdaten.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmendaten detailliert</Bericht>
|
||||
<SQL>Select * from Firmendaten</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Firmendaten_det.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Nicht genug Berufswwahl</Bericht>
|
||||
<SQL>View_Zuwenig_Zuteilungen</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>ZuWeingBerufswahl.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Beruf Firma Zuteilung</Bericht>
|
||||
<SQL>dbo.Firmen_Berufe_Zuteilungen</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Beruf_Firma_Zuteilung.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Schueler_Doppelbelegung</Bericht>
|
||||
<SQL>dbo.View_Schuler_Doppelbelegung</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>SchuelerDoppelbelegung.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Statistik</Bericht>
|
||||
<SQL>dbo.statistik</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Statistik.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Firmen und Berufe</Bericht>
|
||||
<SQL>dbo.Firmen_Berufsangebot</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Firmen_Berufe.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufe und Firmen</Bericht>
|
||||
<SQL>dbo.Firmen_Berufsangebot</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Berufe_Firmen.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Zuteilungsuebersicht</Bericht>
|
||||
<SQL>Zuteilungsuebersicht</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>Zuteilungsuebersicht.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Zusammenfassung</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 1,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Zusammenfassung.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Beruf</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 2,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Beruf.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_Firmenangebot</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 3,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_Firmenangebot.frx</Filename>
|
||||
</Auswertungen>
|
||||
|
||||
<Auswertungen>
|
||||
<Bericht>Webstatistik_AngebotNachfrage</Bericht>
|
||||
<SQL>exec dbo.sp_webstatistik_getdata 4,1</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>WebStat_AngebotNachfrage.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schueler_Berufsbild</Bericht>
|
||||
<SQL>SchuelerBerufsbild</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>SchuelerBerufsbild.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Schueler mit Bemerkungen</Bericht>
|
||||
<SQL>Schuelerbemerkungen</SQL>
|
||||
<SQLTYPE>VIEW</SQLTYPE>
|
||||
<Filename>SchuelerBemerkungen.frx</Filename>
|
||||
</Auswertungen>
|
||||
</LPReports>
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<connectionStrings>
|
||||
<!--<add name="LPConnectionString1" connectionString="Data Source=shu00;Initial Catalog=shub_bwpffeld;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>-->
|
||||
<add name="LPConnectionString" connectionString="Data Source=shu00;Initial Catalog=bwpm;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<appSettings>
|
||||
<add key="Reportpfad" value="E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\BlazorApp\Pages\Reporting\Reports"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<connectionStrings>
|
||||
<add name="LPConnectionString1" connectionString="Data Source=shu00;Initial Catalog=shub_bwpffeld;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>
|
||||
<add name="LPConnectionString" connectionString="Data Source=shu00;Initial Catalog=shub_bwpbuelach;User ID=sa;Password=*shu29" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<appSettings>
|
||||
<add key="Reportpfad" value="H:\WebSites\lpweb_reporting"/>
|
||||
</appSettings>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
ReportDesigner
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:ReportDesigner.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ReportDesigner.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ReportDesigner.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.5", FrameworkDisplayName:=".NET Framework 4.5")>
|
||||
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
|
||||
@@ -0,0 +1 @@
|
||||
6f72ee2117d3d96da47bd6dbe8b0f1ae83ea0ee4
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
347e8fdde3181a0aabbb9864c5b4eab345e1492e
|
||||
@@ -0,0 +1,54 @@
|
||||
E:\WebProjects\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.exe.config
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ResolveAssemblyReference.cache
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.Form1.resources
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.Resources.resources
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\GenerateResource.read.1.tlog
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\GenerateResource.write.1.tlog
|
||||
E:\WebProjects\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.exe
|
||||
E:\WebProjects\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.pdb
|
||||
E:\WebProjects\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.xml
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.exe
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.xml
|
||||
E:\WebProjects\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.exe.config
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.Form1.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.Resources.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\bin\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\LPWeb\ReportDesigner\obj\x86\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\ReportDesigner.exe.config
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.Bars.dll
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.dll
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.Editor.dll
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.Form1.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.Form2.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.Resources.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.GenerateResource.Cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.CopyComplete
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.Compat.dll
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\bin\Debug\FastReport.DataVisualization.dll
|
||||
E:\Software-Projekte\Lehrlingsparcours\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.AssemblyReference.cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\bin\Debug\ReportDesigner.exe.config
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\bin\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\bin\Debug\ReportDesigner.pdb
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\bin\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.AssemblyReference.cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.Form1.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.Resources.resources
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.vbproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.exe
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.xml
|
||||
E:\Software-Projekte\Lehrlingsparcours\Core\BWPM\ReportDesigner\obj\x86\Debug\ReportDesigner.pdb
|
||||
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
ReportDesigner
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:ReportDesigner.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ReportDesigner.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:ReportDesigner.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
' <autogenerated/>
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
6c35fadb55b2d0deb0ccc8bf8fc1889a34fec07e
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user