Initial Commit Update Telerik
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/21/2011 20:13:57" ReportInfo.Modified="06/06/2013 09:56:28" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Berufnr" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Textblock" DataType="System.String"/>
|
||||
<Column Name="anmerkung" DataType="System.String"/>
|
||||
<Column Name="lehrjahre" DataType="System.String"/>
|
||||
<Column Name="Klassenr" DataType="System.Int32"/>
|
||||
<Column Name="Klassentyp" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="103.95">
|
||||
<TextObject Name="Text5" Left="170.1" Width="529.2" Height="75.6" Text="Berufsliste für den [Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="37.8" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<ChildBand Name="Child1" Top="107.95" Width="718.2" Height="37.8" CanGrow="true">
|
||||
<RichObject Name="Rich2" Left="37.8" Top="9.45" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Textblock]" DataColumn="Daten.Textblock"/>
|
||||
</ChildBand>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="149.75" Width="718.2" Height="56.7">
|
||||
<TextObject Name="Text1" Left="103.95" Top="28.35" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="453.6" Top="28.35" Width="160.65" Height="18.9" Text="Zusätzliche Angaben" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="37.8" Top="47.25" Width="670.95"/>
|
||||
<TextObject Name="Text18" Left="66.15" Top="28.35" Width="28.35" Height="18.9" Text="Nr." HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="37.8" Top="18.9" Width="670.95"/>
|
||||
<TextObject Name="Text19" Left="302.4" Top="28.35" Width="141.75" Height="18.9" Text="Mind. Anforderung" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="210.45" Width="718.2" Height="28.35" DataSource="Daten">
|
||||
<TextObject Name="Text2" Left="103.95" Top="5" Width="292.95" Height="18.9" CanGrow="true" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="453.6" Top="5" Width="245.7" Height="18.9" CanGrow="true" Text="[Daten.anmerkung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text8" Left="37.8" Top="5" Width="28.35" Height="18.9" Text="___" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="66.15" Top="5" Width="28.35" Height="18.9" Text="[Daten.Berufnr]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="378" Top="4.45" Width="66.15" Height="18.9" Text="[Daten.Klassentyp]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<ReportSummaryBand Name="ReportSummary1" Top="242.8" Width="718.2" Height="113.4">
|
||||
<TextObject Name="Text9" Left="37.8" Top="47.25" Width="56.7" Height="18.9" Text="Name: " Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="94.5" Top="47.25" Width="274.05" Height="18.9" Text="____________________________________________________________________________" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="359.1" Top="47.25" Width="75.6" Height="18.9" Text="Vorname: " Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="444.15" Top="47.25" Width="274.05" Height="18.9" Text="__________________________________________________" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="37.8" Top="94.5" Width="132.3" Height="18.9" Text="Klassenlehrer/-in:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="151.2" Top="94.5" Width="217.35" Height="18.9" Text="__________________________________________________" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text15" Left="378" Top="94.5" Width="66.15" Height="18.9" Text="Klasse:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text16" Left="444.15" Top="94.5" Width="274.05" Height="18.9" Text="__________________________________________________" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line3" Left="37.8" Top="9.45" Width="670.95"/>
|
||||
</ReportSummaryBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="360.2" Width="718.2" Height="47.25">
|
||||
<TextObject Name="Text20" Left="37.8" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text21" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line4" Left="37.8" Top="18.9" Width="670.95"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<LPReports>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufsliste</Bericht>
|
||||
<SQL>Berufsliste</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Berufsliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Berufsliste</Bericht>
|
||||
<SQL>Berufsliste</SQL>
|
||||
<SQLTYPE>SP</SQLTYPE>
|
||||
<Filename>Berufsliste.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Musterbrief</Bericht>
|
||||
<SQL>Aktive_Firmen_Dokument_1</SQL>
|
||||
<SQLTYPE>View</SQLTYPE>
|
||||
<Filename>Brief_1.frx</Filename>
|
||||
</Auswertungen>
|
||||
<Auswertungen>
|
||||
<Bericht>Musterbrief</Bericht>
|
||||
<SQL>Select * from firma</SQL>
|
||||
<SQLTYPE>SQL</SQLTYPE>
|
||||
<Filename>Registrierte_Firmen.frx</Filename>
|
||||
</Auswertungen>
|
||||
</LPReports>
|
||||
@@ -0,0 +1,153 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/21/2011 20:13:57" ReportInfo.Modified="06/06/2013 09:59:48" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Berufnr" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="AnzZuteilungen" DataType="System.Int32"/>
|
||||
<Column Name="AnzahlAngebot" DataType="System.Int32"/>
|
||||
<Column Name="MinZuteilung" DataType="System.Int32"/>
|
||||
<Column Name="Nachgefragt" DataType="System.Int32"/>
|
||||
<Column Name="FirmaBerufNr" DataType="System.Int32"/>
|
||||
<Column Name="KlasseNr" DataType="System.Int32"/>
|
||||
<Column Name="pk" DataType="System.Int32"/>
|
||||
<Column Name="TotalAnzahlNachgefragt" DataType="System.Int32"/>
|
||||
<Column Name="TotalZugeteilt" DataType="System.Int32"/>
|
||||
<Column Name="TotalAngebot" DataType="System.Int32"/>
|
||||
<Column Name="tap1" DataType="System.Int32"/>
|
||||
<Column Name="tzp1" DataType="System.Int32"/>
|
||||
<Column Name="tap2" DataType="System.Int32"/>
|
||||
<Column Name="tzp2" DataType="System.Int32"/>
|
||||
<Column Name="tap3" DataType="System.Int32"/>
|
||||
<Column Name="tzp3" DataType="System.Int32"/>
|
||||
<Column Name="tap4" DataType="System.Int32"/>
|
||||
<Column Name="tzp4" DataType="System.Int32"/>
|
||||
<Column Name="tap5" DataType="System.Int32"/>
|
||||
<Column Name="tzp5" DataType="System.Int32"/>
|
||||
<Column Name="TA" DataType="System.Int32"/>
|
||||
<Column Name="TZ" DataType="System.Int32"/>
|
||||
<Column Name="TotalSchueler" DataType="System.Int32"/>
|
||||
<Column Name="TotalZuWenigZuteilung" DataType="System.Int32"/>
|
||||
<Column Name="ZuWenigZugeteilt" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
<Total Name="Total" Expression="[Daten.AnzahlAngebot]" Evaluator="Data1" PrintOn="GroupFooter2"/>
|
||||
<Total Name="Total1" Expression="[Daten.AnzZuteilungen]" Evaluator="Data1" PrintOn="GroupFooter2"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1047.06" Height="151.2">
|
||||
<TextObject Name="Text6" Left="557.55" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="557.55" Top="28.35" Width="463.05" Height="18.9" Text="Berufe / Firmen / Zuteilungen" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="37.8" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text9" Left="37.8" Top="132.3" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="283.5" Top="132.3" Width="66.15" Height="18.9" Text="Firma" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="585.9" Top="132.3" Width="94.5" Height="18.9" Text="Zeit" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text25" Left="746.55" Top="132.3" Width="66.15" Height="18.9" Text="Angebot" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text26" Left="812.7" Top="132.3" Width="66.15" Height="18.9" Text="Zugeteilt" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text27" Left="982.8" Top="132.3" Width="37.8" Height="18.9" Text="Min." HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text28" Left="689.85" Top="132.3" Width="47.25" Height="18.9" Text="Typ" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text29" Left="878.85" Top="117.85" Width="94.5" Height="28.35" Text="Total nachgefragt" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="37.8" Top="151.2" Width="982.8"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="155.2" Width="1047.06" Height="18.9" FirstRowStartsNewPage="true" KeepWithData="true" Condition="[Daten.Beruf]" KeepTogether="true">
|
||||
<TextObject Name="Text4" Left="37.8" Width="28.35" Height="18.9" Text="[Daten.Berufnr]" Duplicates="Hide" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text1" Left="75.6" Width="349.65" Height="18.9" CanGrow="true" Text="[Daten.Beruf]" Duplicates="Hide" Font="Arial, 9pt"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="178.1" Width="1047.06" KeepWithData="true" Condition="[Daten.KlasseNr]" KeepTogether="true">
|
||||
<DataBand Name="Data1" Top="182.1" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text2" Left="283.5" Width="292.95" Height="18.9" Text="[Daten.NameZ1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="585.9" Width="94.5" Height="18.9" Text="[Daten.Zeit]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="746.55" Width="66.15" Height="18.9" Text="[Daten.AnzahlAngebot]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="812.7" Width="66.15" Height="18.9" Text="[Daten.AnzZuteilungen]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text8" Left="982.8" Width="37.8" Height="18.9" Text="[IIf([Daten.MinZuteilung]=0,"",[Daten.MinZuteilung])]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text10" Left="689.85" Width="56.7" Height="18.9" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.NameZ1]"/>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="205" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text11" Left="907.2" Width="66.15" Height="18.9" Text="[Daten.Nachgefragt]" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="746.55" Width="66.15" Height="18.9" Text="[Total]" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="812.7" Width="66.15" Height="18.9" Text="[Total1]" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="689.85" Width="330.75"/>
|
||||
<TextObject Name="Text30" Left="689.85" Width="56.7" Height="18.9" Text="[Daten.Bezeichnung]" Font="Arial, 9pt, style=Bold"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="237.35" Width="1047.06" CanGrow="true" KeepWithData="true"/>
|
||||
</GroupHeaderBand>
|
||||
<ReportSummaryBand Name="ReportSummary1" Top="241.35" Width="1047.06" Height="359.1" StartNewPage="true">
|
||||
<TextObject Name="Text37" Left="264.6" Top="264.6" Width="94.5" Height="18.9" BeforePrintEvent="Text37_BeforePrint" Text="[Daten.tzp2]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text36" Left="37.8" Top="264.6" Width="94.5" Height="18.9" Text="Zugeteilt" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text33" Left="151.2" Top="264.6" Width="94.5" Height="18.9" Text="[Daten.tzp1]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text39" Left="368.55" Top="264.6" Width="94.5" Height="18.9" Text="[Daten.tzp3]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text41" Left="472.5" Top="264.6" Width="94.5" Height="18.9" Text="[Daten.tzp4]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text43" Left="576.45" Top="264.6" Width="94.5" Height="18.9" Text="[Daten.tzp5]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text50" Left="661.5" Top="264.6" Width="94.5" Height="18.9" Text="[Daten.TZ]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text14" Left="37.8" Top="85.05" Width="113.4" Height="18.9" Text="Total Angebot:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text32" Left="37.8" Top="103.95" Width="122.85" Height="18.9" Text="Total nachgefragt:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text17" Left="160.65" Top="103.95" Width="94.5" Height="18.9" Text="[Daten.TotalAnzahlNachgefragt]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text15" Left="160.65" Top="85.05" Width="94.5" Height="18.9" Text="[Daten.TotalAngebot]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text31" Left="37.8" Top="122.85" Width="113.4" Height="18.9" Text="Total zugeteilt:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text16" Left="160.65" Top="122.85" Width="94.5" Height="18.9" Text="[Daten.TotalZugeteilt]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text44" Left="151.2" Top="217.35" Width="94.5" Height="18.9" Text="Prio 1" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text45" Left="264.6" Top="217.35" Width="94.5" Height="18.9" Text="Prio 2" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text46" Left="368.55" Top="217.35" Width="94.5" Height="18.9" Text="Prio 3" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text47" Left="472.5" Top="217.35" Width="94.5" Height="18.9" Text="Prio 4" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text48" Left="576.45" Top="217.35" Width="94.5" Height="18.9" Text="Prio > 4" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line3" Left="37.8" Top="236.25" Width="718.2"/>
|
||||
<LineObject Name="Line5" Left="37.8" Top="236.25" Width="604.8"/>
|
||||
<TextObject Name="Text51" Left="37.8" Top="217.35" Width="94.5" Height="18.9" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text18" Left="37.8" Top="245.7" Width="94.5" Height="18.9" Text="Nachgefragt" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text19" Left="151.2" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.tap1]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text34" Left="264.6" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.tap2]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text38" Left="368.55" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.tap3]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text40" Left="472.5" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.tap4]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text42" Left="576.45" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.tap5]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text49" Left="661.5" Top="245.7" Width="94.5" Height="18.9" Text="[Daten.TA]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text52" Left="661.5" Top="217.35" Width="94.5" Height="18.9" Text="Total" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text35" Left="37.8" Top="37.8" Width="160.65" Height="18.9" Text="Zusammenfassung" Font="Arial, 10pt, style=Bold, Underline"/>
|
||||
<TextObject Name="Text53" Left="349.65" Top="85.05" Width="113.4" Height="18.9" Text="Total Schüler:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text54" Left="661.5" Top="85.05" Width="94.5" Height="18.9" Text="[Daten.TotalSchueler]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text55" Left="349.65" Top="103.95" Width="292.95" Height="18.9" Text="Schüler mit ungenügender Anzahl Berufswünschen:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text56" Left="661.5" Top="103.95" Width="94.5" Height="18.9" Text="[Daten.TotalZuWenigZuteilung]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text57" Left="349.65" Top="122.85" Width="292.95" Height="18.9" Text="Schüler mit ungenügender Anzahl Zuteilungen:" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text58" Left="661.5" Top="122.85" Width="94.5" Height="18.9" Text="[Daten.ZuWenigZugeteilt]" HorzAlign="Right"/>
|
||||
</ReportSummaryBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="604.45" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text20" Left="37.8" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text21" Left="926.1" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line4" Left="37.8" Top="18.9" Width="982.8"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="02/07/2013 15:54:10" ReportInfo.Modified="06/06/2013 10:01:37" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="Titel" DataType="System.String"/>
|
||||
<Column Name="Aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" Columns.Count="3" Columns.Width="63.3" Columns.Positions="0,63.3,126.7">
|
||||
<PageHeaderBand Name="PageHeader1" Width="718.2" Height="122.85">
|
||||
<PictureObject Name="Picture1" Left="18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text12" Left="264.6" Top="28.35" Width="434.7" Height="28.35" Text="A-Z Berufsliste der teilgenommenen Firmen" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="283.5" Width="415.8" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="126.85" Width="239.27" Height="28.35" CanGrow="true" CanShrink="true" KeepWithData="true" RepeatOnEveryPage="true" Condition="[Daten.Bezeichnung]">
|
||||
<TextObject Name="Text2" Left="18.9" Top="9.45" Width="207.9" Height="18.9" CanGrow="true" Text="[Daten.Bezeichnung]" Font="Arial, 9pt, style=Bold"/>
|
||||
<ChildBand Name="Child1" Top="159.2" Width="239.27" Height="9.45"/>
|
||||
<DataBand Name="Data1" Top="172.65" Width="239.27" Height="160.65" CanGrow="true" CanShrink="true" DataSource="Daten" KeepTogether="true">
|
||||
<TextObject Name="Text8" Left="18.9" Top="94.5" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile6]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="18.9" Top="113.4" Width="207.9" Height="18.9" CanShrink="true" Text="[Daten.Adresszeile7]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text6" Left="18.9" Top="75.6" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile5]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="18.9" Top="56.7" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile4]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="18.9" Top="37.8" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile3]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="18.9" Top="18.9" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile2]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text1" Left="18.9" Width="207.9" Height="18.9" CanGrow="true" Text="[Daten.Adresszeile1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="18.9" Top="132.3" Width="179.55" Height="18.9" Text="Tel: [Daten.Tel]" Font="Arial, 9pt"/>
|
||||
<ChildBand Name="Child2" Top="337.3" Width="239.27" Height="9.45"/>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="350.75" Width="239.27" Height="9.45">
|
||||
<LineObject Name="Line1" Left="18.9" Width="141.75"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="364.2" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text19" Left="18.9" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text20" Left="599.8" Top="18.9" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line2" Left="18.9" Top="9.45" Width="680.4"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="06/06/2013 10:12:35" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Text3_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
if CType(Report.GetColumnValue("Daten.Differenz"), Int64) < 0 then
|
||||
Text3.TextColor=Color.Red
|
||||
text11.TextColor=color.red
|
||||
Else
|
||||
text3.TextColor=Color.Black
|
||||
text11.TextColor=color.Black
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Berufnr" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Anzahl_Angebot" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio1" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio2" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio3" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio4" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio5" DataType="System.Int64"/>
|
||||
<Column Name="Prio_2_bis_5" DataType="System.Int64"/>
|
||||
<Column Name="Differenz" DataType="System.Int64"/>
|
||||
<Column Name="Expr1" DataType="System.String"/>
|
||||
<Column Name="klassenr" DataType="System.Int32"/>
|
||||
<Column Name="nr" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Vergleich Berufsangebot / Nachfrage" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.2" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text2" Left="9.45" Width="56.7" Height="18.9" Text="Berufnr" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="66.15" Width="94.5" Height="18.9" Text="Bezeichnung" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="463.05" Width="66.15" Height="18.9" Text="Angebot" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="529.2" Width="56.7" Height="18.9" Text="Prio. 1" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="585.9" Width="66.15" Height="18.9" Text="Prio <> 1" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="652.05" Width="66.15" Height="18.9" Text="Differenz" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="708.75"/>
|
||||
<TextObject Name="Text18" Left="406.35" Width="66.15" Height="18.9" Text="Schultyp" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="368.55" Width="28.35" Height="18.9" Text="Nr." HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="197" Width="718.2" Height="25.35" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="9.45" Width="47.25" Height="18.9" Text="[Daten.Berufnr]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="66.15" Top="1" Width="283.5" Height="18.9" BeforePrintEvent="Text3_BeforePrint" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="481.95" Top="1" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Angebot]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="529.2" Top="1" Width="56.7" Height="18.9" Text="[Daten.Anzahl_Prio1]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="595.35" Top="1" Width="56.7" Height="18.9" Text="[Daten.Prio_2_bis_5]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text11" Left="670.95" Top="1" Width="47.25" Height="18.9" Text="[Daten.Differenz]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<LineObject Name="Line2" Left="9.45" Top="21.9" Width="708.75"/>
|
||||
<LineObject Name="Line3" Left="9.45" Top="21.9" Width="708.75"/>
|
||||
<TextObject Name="Text17" Left="406.35" Width="75.6" Height="18.9" Text="[Daten.Expr1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text20" Left="368.55" Width="28.35" Height="18.9" Text="[Daten.nr]" Duplicates="Hide" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="226.35" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/05/2012 12:49:56" ReportInfo.Modified="06/27/2014 08:47:17" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
Private Sub Rich1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Rich3.Text= CType(Report.GetColumnValue("Daten.Inhalt"), String)
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Titel" DataType="System.String"/>
|
||||
<Column Name="Inhalt" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<PageHeaderBand Name="PageHeader1" Width="718.2" Height="415.8">
|
||||
<TextObject Name="Text6" Left="75.6" Top="349.65" Width="623.7" Height="18.9" Text="[Daten.Titel]" Font="Arial, 11pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="425.25" Top="292.95" Width="292.95" Height="18.9" Text="Frauenfeld, [Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text1" Left="425.25" Top="160.65" Width="292.95" Height="113.4" BeforePrintEvent="Text1_BeforePrint" Text="[Daten.Adresszeile1] [Daten.Adresszeile2] [Daten.Adresszeile3] [Daten.Adresszeile4] [Daten.Adresszeile5] [Daten.Adresszeile6] [Daten.Adresszeile7]"/>
|
||||
<TextObject Name="Text4" Left="378" Top="9.45" Width="302.4" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text2" Left="75.6" Top="387.45" Width="633.15" Height="18.9" Text="[Daten.Briefanrede]"/>
|
||||
<PictureObject Name="Picture1" Left="85.05" Top="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="419.84" Width="718.2" Height="444.15" DataSource="Daten">
|
||||
<RichObject Name="Rich3" Left="77.49" Width="595.35" Height="28.35" CanGrow="true" BeforePrintEvent="Rich3_BeforePrint" AfterDataEvent="Rich1_BeforePrint" Text="{\rtf1\ansi\ansicpg1252\deff0\deflang2055{\fonttbl{\f0\fnil Arial;}{\f1\fnil\fcharset0 Tahoma;}} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\f0\fs20 [Daten.Inhalt]\f1\fs17\par } "/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="868.03" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/05/2012 12:49:56" ReportInfo.Modified="06/27/2014 08:47:44" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
Private Sub Rich1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Rich3.Text= CType(Report.GetColumnValue("Daten.Inhalt"), String)
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Titel" DataType="System.String"/>
|
||||
<Column Name="Inhalt" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<PageHeaderBand Name="PageHeader1" Width="718.2" Height="415.8">
|
||||
<TextObject Name="Text6" Left="37.8" Top="349.65" Width="661.5" Height="18.9" Text="[Daten.Titel]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="387.45" Top="292.95" Width="292.95" Height="18.9" Text="Frauenfeld, [Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text1" Left="387.45" Top="160.65" Width="292.95" Height="113.4" BeforePrintEvent="Text1_BeforePrint" Text="[Daten.Adresszeile1] [Daten.Adresszeile2] [Daten.Adresszeile3] [Daten.Adresszeile4] [Daten.Adresszeile5] [Daten.Adresszeile6] [Daten.Adresszeile7]"/>
|
||||
<TextObject Name="Text4" Left="378" Top="9.45" Width="302.4" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text2" Left="37.8" Top="387.45" Width="670.95" Height="18.9" Text="[Daten.Briefanrede]"/>
|
||||
<PictureObject Name="Picture1" Left="37.8" Top="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="419.84" Width="718.2" Height="444.15" DataSource="Daten">
|
||||
<RichObject Name="Rich3" Left="37.8" Width="633.15" Height="28.35" CanGrow="true" BeforePrintEvent="Rich3_BeforePrint" AfterDataEvent="Rich1_BeforePrint" Text="{\rtf1\ansi\ansicpg1252\deff0\deflang2055{\fonttbl{\f0\fnil Arial;}{\f1\fnil\fcharset0 Tahoma;}} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\f0\fs20 [Daten.Inhalt]\f1\fs17\par } "/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="868.03" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/05/2012 12:49:56" ReportInfo.Modified="06/27/2014 08:47:04" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
Private Sub Rich1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Rich3.Text= CType(Report.GetColumnValue("Daten.Inhalt"), String)
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Titel" DataType="System.String"/>
|
||||
<Column Name="Inhalt" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<PageHeaderBand Name="PageHeader1" Width="718.2" Height="359.1">
|
||||
<TextObject Name="Text3" Left="387.45" Top="292.95" Width="292.95" Height="18.9" Text="Frauenfeld, [Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text1" Left="387.45" Top="160.65" Width="292.95" Height="113.4" BeforePrintEvent="Text1_BeforePrint" Text="[Daten.Adresszeile1] [Daten.Adresszeile2] [Daten.Adresszeile3] [Daten.Adresszeile4] [Daten.Adresszeile5] [Daten.Adresszeile6] [Daten.Adresszeile7]"/>
|
||||
<TextObject Name="Text4" Left="378" Top="9.45" Width="302.4" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="37.8" Width="179.55" Height="113.4" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="363.14" Width="718.2" Height="444.15" DataSource="Daten">
|
||||
<RichObject Name="Rich3" Left="37.8" Width="633.15" Height="28.35" CanGrow="true" BeforePrintEvent="Rich3_BeforePrint" AfterDataEvent="Rich1_BeforePrint" Text="{\rtf1\ansi\ansicpg1252\deff0\deflang2055{\fonttbl{\f0\fnil Arial;}{\f1\fnil\fcharset0 Tahoma;}} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\f0\fs20 [Daten.Inhalt]\f1\fs17\par } "/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="811.33" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="02/07/2013 15:54:10" ReportInfo.Modified="06/06/2013 10:01:08" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="Titel" DataType="System.String"/>
|
||||
<Column Name="Aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" Columns.Count="3" Columns.Width="63.3" Columns.Positions="0,63.3,126.7">
|
||||
<PageHeaderBand Name="PageHeader1" Width="718.2" Height="122.85">
|
||||
<PictureObject Name="Picture1" Left="18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text12" Left="160.65" Top="37.8" Width="529.2" Height="56.7" Text="Am Parcours teilgenommene Firmen von A-Z" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="274.05" Top="9.45" Width="415.8" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="126.85" Width="239.27" Height="141.75" CanShrink="true" KeepWithData="true" RepeatOnEveryPage="true" Condition="[Daten.Adresszeile1]">
|
||||
<TextObject Name="Text1" Left="18.9" Top="9.45" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile1]" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="18.9" Top="28.35" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile2]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="18.9" Top="47.25" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile3]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text6" Left="18.9" Top="85.05" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile5]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="18.9" Top="66.15" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile4]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text8" Left="18.9" Top="103.95" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile6]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="18.9" Top="122.85" Width="207.9" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Adresszeile7]" Font="Arial, 9pt"/>
|
||||
<ChildBand Name="Child1" Top="272.6" Width="239.27">
|
||||
<ChildBand Name="Child2" Top="276.6" Width="239.27" Height="28.35">
|
||||
<TextObject Name="Text3" Left="18.9" Width="179.55" Height="18.9" Text="Tel: [Daten.Tel]" Font="Arial, 9pt"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
<DataBand Name="Data1" Top="308.95" Width="239.27" Height="18.9" CanGrow="true" DataSource="Daten" KeepTogether="true" KeepDetail="true">
|
||||
<TextObject Name="Text2" Left="18.9" Width="207.9" Height="18.9" CanGrow="true" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="331.85" Width="239.27" Height="18.9">
|
||||
<LineObject Name="Line1" Left="18.9" Top="9.45" Width="141.75"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="354.75" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text19" Left="18.9" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text20" Left="599.8" Top="18.9" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="18.9" Top="9.45" Width="680.4"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="06/06/2013 09:57:23" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Stufe" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" FirstPageSource="15" OtherPagesSource="15">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="151.2">
|
||||
<LineObject Name="Line1" Left="47.25" Top="141.75" Width="652.05"/>
|
||||
<TextObject Name="Text6" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text21" Left="236.25" Top="37.8" Width="463.05" Height="18.9" Text="Firmenangebot" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="159.2" Width="718.2" Height="66.15" Condition="[Daten.NameZ1]">
|
||||
<TextObject Name="Text1" Left="47.25" Top="9.45" Width="302.4" Height="18.9" Text="[Daten.NameZ1]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="47.25" Top="37.8" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="349.65" Top="37.8" Width="94.5" Height="18.9" Text="Stufe" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="595.35" Top="37.8" Width="94.5" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="47.25" Top="56.7" Width="642.6"/>
|
||||
<TextObject Name="Text24" Left="463.05" Top="37.8" Width="94.5" Height="18.9" Text="Anz. Plätze" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="229.35" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text2" Left="47.25" Width="245.7" Height="18.9" Text="[Daten.Beruf]" Duplicates="Hide"/>
|
||||
<TextObject Name="Text3" Left="349.65" Width="94.5" Height="18.9" Text="[Daten.Stufe]"/>
|
||||
<TextObject Name="Text4" Left="595.35" Width="94.5" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text5" Left="463.05" Width="94.5" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Right"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Beruf]"/>
|
||||
<Sort Expression="[Daten.Stufe]"/>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="252.25" Width="718.2" Height="18.9">
|
||||
<LineObject Name="Line4" Left="47.25" Top="9.45" Width="642.6"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="275.15" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text15" Left="47.25" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="47.25" Top="9.45" Width="652.05"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="10/09/2017 06:41:12" ReportInfo.CreatorVersion="2017.2.1.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Stufe" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" FirstPageSource="15" OtherPagesSource="15">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4.04" Width="718.2" Height="151.2">
|
||||
<LineObject Name="Line1" Left="47.25" Top="141.75" Width="652.05"/>
|
||||
<TextObject Name="Text6" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text21" Left="236.25" Top="37.8" Width="463.05" Height="18.9" Text="Firmenangebot" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="159.28" Width="718.2" Height="66.15" Condition="[Daten.Beruf]">
|
||||
<TextObject Name="Text7" Left="47.25" Top="37.8" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="321.3" Top="37.8" Width="75.6" Height="18.9" Text="Stufe" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="595.35" Top="37.8" Width="94.5" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="47.25" Top="56.7" Width="642.6"/>
|
||||
<TextObject Name="Text24" Left="406.35" Top="37.8" Width="94.5" Height="18.9" Text="Anz. Plätze" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text2" Left="47.25" Top="9.45" Width="642.6" Height="18.9" Text="[Daten.Beruf]" Duplicates="Hide" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="229.47" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text3" Left="321.3" Width="122.85" Height="18.9" Text="[Daten.Stufe]"/>
|
||||
<TextObject Name="Text4" Left="510.3" Width="179.55" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text5" Left="444.15" Width="56.7" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text1" Left="47.25" Width="302.4" Height="18.9" Text="[Daten.NameZ1]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Beruf]"/>
|
||||
<Sort Expression="[Daten.Stufe]"/>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="252.41" Width="718.2" Height="18.9">
|
||||
<LineObject Name="Line4" Left="47.25" Top="9.45" Width="642.6"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="275.35" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text15" Left="47.25" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="47.25" Top="9.45" Width="652.05"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,116 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/19/2012 16:02:38" ReportInfo.Modified="07/28/2012 09:21:34" ReportInfo.CreatorVersion="1.9.1.0">
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Fax" DataType="System.String"/>
|
||||
<Column Name="Web" DataType="System.String"/>
|
||||
<Column Name="EMail" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="AnsprechpartnerNr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
<Column Name="AName" DataType="System.String"/>
|
||||
<Column Name="AVorname" DataType="System.String"/>
|
||||
<Column Name="ATel" DataType="System.String"/>
|
||||
<Column Name="AMail" DataType="System.String"/>
|
||||
<Column Name="AAnrede" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="274.05">
|
||||
<TextObject Name="Text32" Left="567" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text33" Left="567" Top="37.8" Width="463.05" Height="18.9" Text="Firmendaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Left="122.85" Top="122.85" Width="207.9" Height="18.9" Text="[Daten.NameZ1]"/>
|
||||
<TextObject Name="Text9" Left="18.9" Top="122.85" Width="103.95" Height="18.9" Text="Name Zeile 1:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text40" Left="359.1" Top="122.85" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="434.7" Top="122.85" Width="141.75" Height="18.9" Text="[Daten.Tel]"/>
|
||||
<TextObject Name="Text2" Left="122.85" Top="141.75" Width="207.9" Height="18.9" Text="[Daten.NameZ2]"/>
|
||||
<TextObject Name="Text3" Left="122.85" Top="160.65" Width="207.9" Height="18.9" Text="[Daten.Anrede]"/>
|
||||
<TextObject Name="Text34" Left="18.9" Top="141.75" Width="103.95" Height="18.9" Text="Name Zeile 2:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text35" Left="18.9" Top="160.65" Width="103.95" Height="18.9" Text="Anrede:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text41" Left="359.1" Top="141.75" Width="66.15" Height="18.9" Text="Telefax:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text42" Left="359.1" Top="160.65" Width="66.15" Height="18.9" Text="Internet:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="434.7" Top="141.75" Width="141.75" Height="18.9" Text="[Daten.Fax]"/>
|
||||
<TextObject Name="Text12" Left="434.7" Top="160.65" Width="245.7" Height="18.9" Text="[Daten.Web]"/>
|
||||
<TextObject Name="Text4" Left="122.85" Top="179.55" Width="207.9" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text36" Left="18.9" Top="179.55" Width="103.95" Height="18.9" Text="Name:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text43" Left="359.1" Top="179.55" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="434.7" Top="179.55" Width="245.7" Height="18.9" Text="[Daten.EMail]"/>
|
||||
<TextObject Name="Text5" Left="122.85" Top="198.45" Width="207.9" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text37" Left="18.9" Top="198.45" Width="103.95" Height="18.9" Text="Vorname:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="122.85" Top="217.35" Width="207.9" Height="18.9" Text="[Daten.Strasse]"/>
|
||||
<TextObject Name="Text38" Left="18.9" Top="217.35" Width="103.95" Height="18.9" Text="Strasse:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="122.85" Top="236.25" Width="47.25" Height="18.9" Text="[Daten.PLZ]"/>
|
||||
<TextObject Name="Text8" Left="170.1" Top="236.25" Width="132.3" Height="18.9" Text="[Daten.Ort]"/>
|
||||
<TextObject Name="Text39" Left="18.9" Top="236.25" Width="103.95" Height="18.9" Text="PLZ / Ort:" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child5" Top="278.05" Width="1047.06" Height="37.8">
|
||||
<TextObject Name="Text14" Left="18.9" Top="18.9" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Bemerkung]"/>
|
||||
<TextObject Name="Text44" Left="18.9" Width="311.85" Height="18.9" Text="Bemerkung für Organisatoren des BWP" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child6" Top="319.85" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text45" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Folgendes muss der Schüler mitbringen (spezielle Kleidung, Ausweis, usw.)" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text16" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsbemerkung]"/>
|
||||
<ChildBand Name="Child7" Top="371.1" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text15" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsstandort]"/>
|
||||
<TextObject Name="Text46" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Treffpunkt für Schüler, falls abweichend zur Geschäftsadresse" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child8" Top="422.35" Width="1047.06" Height="18.9">
|
||||
<LineObject Name="Line1" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="445.25" Width="1047.06"/>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="449.25" Width="1047.06" Height="113.4" KeepChild="true" KeepWithData="true" Condition="[Daten.AnsprechpartnerNr]" KeepTogether="true">
|
||||
<ShapeObject Name="Shape1" Left="18.9" Width="1011.15" Height="75.6"/>
|
||||
<TextObject Name="Text19" Left="160.65" Top="9.45" Width="330.75" Height="18.9" Text="[Daten.AAnrede] [Daten.AName] [Daten.AVorname]"/>
|
||||
<TextObject Name="Text20" Left="160.65" Top="28.35" Width="217.35" Height="18.9" Text="[Daten.ATel]"/>
|
||||
<TextObject Name="Text47" Left="22.9" Top="28.35" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="22.9" Top="9.45" Width="132.3" Height="18.9" Text="Ansprechpartner:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text48" Left="22.9" Top="47.25" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text21" Left="160.65" Top="47.25" Width="500.85" Height="18.9" CanGrow="true" Text="[Daten.AMail]"/>
|
||||
<TextObject Name="Text50" Left="463.05" Top="94.5" Width="85.05" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text25" Left="349.65" Top="94.5" Width="85.05" Height="18.9" Text="Anz. Plätze" HorzAlign="Center" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="264.6" Top="94.5" Width="75.6" Height="18.9" Text="Mindesanf." Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text49" Left="18.9" Top="94.5" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="18.9" Top="113.4" Width="1011.15"/>
|
||||
<TextObject Name="Text53" Left="557.55" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung für Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text54" Left="784.35" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung zum Standort" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="566.65" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text18" Left="18.9" Width="236.25" Height="18.9" Text="[Daten.Bezeichnung]"/>
|
||||
<TextObject Name="Text22" Left="264.6" Width="75.6" Height="18.9" Text="[Daten.Klasse]"/>
|
||||
<TextObject Name="Text26" Left="444.15" Width="103.95" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text24" Left="349.65" Width="85.05" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Center"/>
|
||||
<TextObject Name="Text27" Left="557.55" Width="217.35" Height="18.9" CanGrow="true" Text="[Daten.Schuelerbemerkung]"/>
|
||||
<TextObject Name="Text29" Left="784.35" Width="245.7" Height="18.9" CanGrow="true" Text="[Daten.Standortbemerkung]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
<Sort Expression="[Daten.Bezeichnung]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="589.55" Width="1047.06" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="612.45" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text51" Left="963.9" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text52" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line4" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,145 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/19/2012 16:02:38" ReportInfo.Modified="06/06/2013 09:55:58" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Fax" DataType="System.String"/>
|
||||
<Column Name="Web" DataType="System.String"/>
|
||||
<Column Name="EMail" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="AnsprechpartnerNr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
<Column Name="AName" DataType="System.String"/>
|
||||
<Column Name="AVorname" DataType="System.String"/>
|
||||
<Column Name="ATel" DataType="System.String"/>
|
||||
<Column Name="AMail" DataType="System.String"/>
|
||||
<Column Name="AAnrede" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Natel" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="274.05">
|
||||
<TextObject Name="Text32" Left="567" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text33" Left="567" Top="37.8" Width="463.05" Height="18.9" Text="Firmendaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Left="122.85" Top="122.85" Width="207.9" Height="18.9" Text="[Daten.NameZ1]"/>
|
||||
<TextObject Name="Text9" Left="18.9" Top="122.85" Width="103.95" Height="18.9" Text="Name Zeile 1:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text40" Left="359.1" Top="122.85" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="434.7" Top="122.85" Width="141.75" Height="18.9" Text="[Daten.Tel]"/>
|
||||
<TextObject Name="Text2" Left="122.85" Top="141.75" Width="207.9" Height="18.9" Text="[Daten.NameZ2]"/>
|
||||
<TextObject Name="Text3" Left="122.85" Top="160.65" Width="207.9" Height="18.9" Text="[Daten.Anrede]"/>
|
||||
<TextObject Name="Text34" Left="18.9" Top="141.75" Width="103.95" Height="18.9" Text="Name Zeile 2:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text35" Left="18.9" Top="160.65" Width="103.95" Height="18.9" Text="Anrede:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text41" Left="359.1" Top="160.65" Width="66.15" Height="18.9" Text="Telefax:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text42" Left="359.1" Top="179.55" Width="66.15" Height="18.9" Text="Internet:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="434.7" Top="160.65" Width="141.75" Height="18.9" Text="[Daten.Fax]"/>
|
||||
<TextObject Name="Text12" Left="434.7" Top="179.55" Width="245.7" Height="18.9" Text="[Daten.Web]"/>
|
||||
<TextObject Name="Text4" Left="122.85" Top="179.55" Width="207.9" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text36" Left="18.9" Top="179.55" Width="103.95" Height="18.9" Text="Name:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text43" Left="359.1" Top="198.45" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="434.7" Top="198.45" Width="245.7" Height="18.9" Text="[Daten.EMail]"/>
|
||||
<TextObject Name="Text5" Left="122.85" Top="198.45" Width="207.9" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text37" Left="18.9" Top="198.45" Width="103.95" Height="18.9" Text="Vorname:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="122.85" Top="217.35" Width="207.9" Height="18.9" Text="[Daten.Strasse]"/>
|
||||
<TextObject Name="Text38" Left="18.9" Top="217.35" Width="103.95" Height="18.9" Text="Strasse:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="122.85" Top="236.25" Width="47.25" Height="18.9" Text="[Daten.PLZ]"/>
|
||||
<TextObject Name="Text8" Left="170.1" Top="236.25" Width="132.3" Height="18.9" Text="[Daten.Ort]"/>
|
||||
<TextObject Name="Text39" Left="18.9" Top="236.25" Width="103.95" Height="18.9" Text="PLZ / Ort:" Font="Arial, 10pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="18.9" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text55" Left="359.1" Top="141.75" Width="66.15" Height="18.9" Text="Natel:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text28" Left="434.7" Top="141.75" Width="94.5" Height="18.9" Text="[Daten.Natel]"/>
|
||||
<ChildBand Name="Child5" Top="278.05" Width="1047.06" Height="37.8">
|
||||
<TextObject Name="Text14" Left="18.9" Top="18.9" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Bemerkung]"/>
|
||||
<TextObject Name="Text44" Left="18.9" Width="311.85" Height="18.9" Text="Bemerkung für Organisatoren des BWP" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child6" Top="319.85" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text45" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Folgendes muss der Schüler mitbringen (spezielle Kleidung, Ausweis, usw.)" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text16" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsbemerkung]"/>
|
||||
<ChildBand Name="Child7" Top="371.1" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text15" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsstandort]"/>
|
||||
<TextObject Name="Text46" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Treffpunkt für Schüler, falls abweichend zur Geschäftsadresse" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child8" Top="422.35" Width="1047.06" Height="18.9">
|
||||
<LineObject Name="Line1" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="445.25" Width="1047.06"/>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="449.25" Width="1047.06" Height="113.4" KeepChild="true" KeepWithData="true" Condition="[Daten.AnsprechpartnerNr]" KeepTogether="true">
|
||||
<ShapeObject Name="Shape1" Left="18.9" Width="1011.15" Height="75.6"/>
|
||||
<TextObject Name="Text19" Left="160.65" Top="9.45" Width="330.75" Height="18.9" Text="[Daten.AAnrede] [Daten.AName] [Daten.AVorname]"/>
|
||||
<TextObject Name="Text20" Left="160.65" Top="28.35" Width="217.35" Height="18.9" Text="[Daten.ATel]"/>
|
||||
<TextObject Name="Text47" Left="22.9" Top="28.35" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="22.9" Top="9.45" Width="132.3" Height="18.9" Text="Ansprechpartner:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text48" Left="22.9" Top="47.25" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text21" Left="160.65" Top="47.25" Width="500.85" Height="18.9" CanGrow="true" Text="[Daten.AMail]"/>
|
||||
<TextObject Name="Text50" Left="463.05" Top="94.5" Width="85.05" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text25" Left="349.65" Top="94.5" Width="85.05" Height="18.9" Text="Anz. Plätze" HorzAlign="Center" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="264.6" Top="94.5" Width="85.05" Height="18.9" Text="Mindestanf." Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text49" Left="18.9" Top="94.5" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="18.9" Top="113.4" Width="1011.15"/>
|
||||
<TextObject Name="Text53" Left="557.55" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung für Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text54" Left="784.35" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung zum Standort" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="566.65" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text18" Left="18.9" Width="236.25" Height="18.9" Text="[Daten.Bezeichnung]"/>
|
||||
<TextObject Name="Text22" Left="264.6" Width="75.6" Height="18.9" Text="[Daten.Klasse]"/>
|
||||
<TextObject Name="Text26" Left="444.15" Width="103.95" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text24" Left="349.65" Width="85.05" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Center"/>
|
||||
<TextObject Name="Text27" Left="557.55" Width="217.35" Height="18.9" CanGrow="true" Text="[Daten.Schuelerbemerkung]"/>
|
||||
<TextObject Name="Text29" Left="784.35" Width="245.7" Height="18.9" CanGrow="true" Text="[Daten.Standortbemerkung]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
<Sort Expression="[Daten.Bezeichnung]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="589.55" Width="1047.06" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="612.45" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text51" Left="963.9" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text52" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line4" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/19/2012 16:02:38" ReportInfo.Modified="06/06/2013 09:58:56" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Fax" DataType="System.String"/>
|
||||
<Column Name="Web" DataType="System.String"/>
|
||||
<Column Name="EMail" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="AnsprechpartnerNr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
<Column Name="AName" DataType="System.String"/>
|
||||
<Column Name="AVorname" DataType="System.String"/>
|
||||
<Column Name="ATel" DataType="System.String"/>
|
||||
<Column Name="AMail" DataType="System.String"/>
|
||||
<Column Name="AAnrede" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Natel" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="1047.06" Height="122.85">
|
||||
<PictureObject Name="Picture1" Left="18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text33" Left="567" Top="28.35" Width="463.05" Height="18.9" Text="Firmendaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text32" Left="567" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="130.85" Width="1047.06" Height="160.65" StartNewPage="true" Condition="[Daten.FirmaNr]">
|
||||
<ShapeObject Name="Shape2" Left="18.9" Width="1011.15" Height="151.2" Fill="LinearGradient" Fill.StartColor="Gainsboro" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text7" Left="122.85" Top="122.85" Width="47.25" Height="18.9" Text="[Daten.PLZ]"/>
|
||||
<TextObject Name="Text8" Left="170.1" Top="122.85" Width="132.3" Height="18.9" Text="[Daten.Ort]"/>
|
||||
<TextObject Name="Text39" Left="18.9" Top="122.85" Width="103.95" Height="18.9" Text="PLZ / Ort:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="122.85" Top="103.95" Width="207.9" Height="18.9" Text="[Daten.Strasse]"/>
|
||||
<TextObject Name="Text38" Left="18.9" Top="103.95" Width="103.95" Height="18.9" Text="Strasse:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="122.85" Top="85.05" Width="207.9" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text37" Left="18.9" Top="85.05" Width="103.95" Height="18.9" Text="Vorname:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="122.85" Top="66.15" Width="207.9" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text36" Left="18.9" Top="66.15" Width="103.95" Height="18.9" Text="Name:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text43" Left="359.1" Top="85.05" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="434.7" Top="85.05" Width="245.7" Height="18.9" Text="[Daten.EMail]"/>
|
||||
<TextObject Name="Text3" Left="122.85" Top="47.25" Width="207.9" Height="18.9" Text="[Daten.Anrede]"/>
|
||||
<TextObject Name="Text35" Left="18.9" Top="47.25" Width="103.95" Height="18.9" Text="Anrede:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text42" Left="359.1" Top="66.15" Width="66.15" Height="18.9" Text="Internet:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="434.7" Top="66.15" Width="245.7" Height="18.9" Text="[Daten.Web]"/>
|
||||
<TextObject Name="Text2" Left="122.85" Top="28.35" Width="207.9" Height="18.9" Text="[Daten.NameZ2]"/>
|
||||
<TextObject Name="Text34" Left="18.9" Top="28.35" Width="103.95" Height="18.9" Text="Name Zeile 2:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text41" Left="359.1" Top="47.25" Width="66.15" Height="18.9" Text="Telefax:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="434.7" Top="47.25" Width="141.75" Height="18.9" Text="[Daten.Fax]"/>
|
||||
<TextObject Name="Text9" Left="18.9" Top="9.45" Width="103.95" Height="18.9" Text="Name Zeile 1:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Left="122.85" Top="9.45" Width="207.9" Height="18.9" Text="[Daten.NameZ1]"/>
|
||||
<TextObject Name="Text40" Left="359.1" Top="9.45" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="434.7" Top="9.45" Width="141.75" Height="18.9" Text="[Daten.Tel]"/>
|
||||
<TextObject Name="Text55" Left="359.1" Top="28.35" Width="66.15" Height="18.9" Text="Natel:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text28" Left="434.7" Top="28.35" Width="236.25" Height="18.9" Text="[Daten.Natel]"/>
|
||||
<ChildBand Name="Child1" Top="295.5" Width="1047.06" Height="37.8">
|
||||
<TextObject Name="Text14" Left="18.9" Top="18.9" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Bemerkung]"/>
|
||||
<TextObject Name="Text44" Left="18.9" Width="311.85" Height="18.9" Text="Bemerkung für Organisatoren des BWP" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child2" Top="337.3" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text16" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsbemerkung]"/>
|
||||
<TextObject Name="Text45" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Folgendes muss der Schüler mitbringen (spezielle Kleidung, Ausweis, usw.)" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child3" Top="388.55" Width="1047.06" Height="47.25">
|
||||
<TextObject Name="Text15" Left="18.9" Top="28.35" Width="661.5" Height="18.9" CanGrow="true" Text="[Daten.Ausbildungsstandort]"/>
|
||||
<TextObject Name="Text46" Left="18.9" Top="9.45" Width="529.2" Height="18.9" Text="Treffpunkt für Schüler, falls abweichend zur Geschäftsadresse" Font="Arial, 10pt, style=Bold"/>
|
||||
<ChildBand Name="Child4" Top="439.8" Width="1047.06"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="443.8" Width="1047.06" Height="113.4" KeepChild="true" KeepWithData="true" Condition="[Daten.AnsprechpartnerNr]" KeepTogether="true">
|
||||
<ShapeObject Name="Shape1" Left="18.9" Width="1011.15" Height="75.6"/>
|
||||
<TextObject Name="Text19" Left="160.65" Top="9.45" Width="330.75" Height="18.9" Text="[Daten.AAnrede] [Daten.AName] [Daten.AVorname]"/>
|
||||
<TextObject Name="Text20" Left="160.65" Top="28.35" Width="217.35" Height="18.9" Text="[Daten.ATel]"/>
|
||||
<TextObject Name="Text47" Left="22.9" Top="28.35" Width="66.15" Height="18.9" Text="Telefon:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="22.9" Top="9.45" Width="132.3" Height="18.9" Text="Ansprechpartner:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text48" Left="22.9" Top="47.25" Width="66.15" Height="18.9" Text="E-Mail:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text21" Left="160.65" Top="47.25" Width="500.85" Height="18.9" CanGrow="true" Text="[Daten.AMail]"/>
|
||||
<TextObject Name="Text50" Left="463.05" Top="94.5" Width="85.05" Height="18.9" Text="Zeit" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text25" Left="349.65" Top="94.5" Width="85.05" Height="18.9" Text="Anz. Plätze" HorzAlign="Center" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="264.6" Top="94.5" Width="85.05" Height="18.9" Text="Mindestanf." Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text49" Left="18.9" Top="94.5" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line2" Left="18.9" Top="113.4" Width="1011.15"/>
|
||||
<TextObject Name="Text53" Left="557.55" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung für Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text54" Left="784.35" Top="94.5" Width="179.55" Height="18.9" Text="Bemerkung zum Standort" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="561.2" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text18" Left="18.9" Width="236.25" Height="18.9" Text="[Daten.Bezeichnung]"/>
|
||||
<TextObject Name="Text22" Left="264.6" Width="75.6" Height="18.9" Text="[Daten.Klasse]"/>
|
||||
<TextObject Name="Text26" Left="444.15" Width="103.95" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text24" Left="349.65" Width="85.05" Height="18.9" Text="[Daten.Anzahl]" HorzAlign="Center"/>
|
||||
<TextObject Name="Text27" Left="557.55" Width="217.35" Height="18.9" CanGrow="true" Text="[Daten.Schuelerbemerkung]"/>
|
||||
<TextObject Name="Text29" Left="784.35" Width="245.7" Height="18.9" CanGrow="true" Text="[Daten.Standortbemerkung]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
<Sort Expression="[Daten.Bezeichnung]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="584.1" Width="1047.06" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="607" Width="1047.06" Height="37.8"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="648.8" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text51" Left="963.9" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text52" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line4" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="01/15/2014 15:21:45" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Lehrer" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Fima" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Telefon" DataType="System.String"/>
|
||||
<Column Name="Schulhaus" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="1047.06" Height="122.85">
|
||||
<TextObject Name="Text6" Left="557.55" Top="18.9" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text21" Left="557.55" Top="47.25" Width="463.05" Height="18.9" Text="Liste mit Terminen und Schülern" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="130.85" Width="1047.06" Height="94.5" StartNewPage="true" Condition="[Daten.Fima]" ResetPageNumber="true">
|
||||
<ShapeObject Name="Shape1" Left="43.25" Width="982.8" Height="37.8" Fill="LinearGradient" Fill.StartColor="Gainsboro" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text4" Left="44.8" Top="9.45" Width="652.05" Height="18.9" Text="[Trim([Daten.Fima])], [Daten.PLZ] [Daten.Ort], [Daten.Tel]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="47.25" Top="47.25" Width="94.5" Height="18.9" Text="Termin" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="283.5" Top="66.15" Width="94.5" Height="18.9" Text="Schüler/-in" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text20" Left="47.25" Top="66.15" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="510.3" Top="66.15" Width="94.5" Height="18.9" Text="Schulhaus" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="737.1" Top="66.15" Width="94.5" Height="18.9" Text="Lehrperson" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="888.3" Top="66.15" Width="94.5" Height="18.9" Text="Telefon" Font="Arial, 10pt, style=Bold"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="229.35" Width="1047.06" Height="28.35" Condition="[Daten.Zeit]">
|
||||
<TextObject Name="Text2" Left="47.25" Top="4" Width="189" Height="18.9" Text="[Daten.Zeit]" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="47.25" Width="982.8"/>
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="261.7" Width="1047.06" Condition="[Daten.Beruf]">
|
||||
<GroupHeaderBand Name="GroupHeader4" Top="265.7" Width="1047.06" Height="18.9" Condition="[Daten.Bezeichnung]" KeepTogether="true">
|
||||
<TextObject Name="Text3" Left="47.25" Width="406.35" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="288.6" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text5" Left="283.5" Width="217.35" Height="18.9" Text="[Daten.Schueler]"/>
|
||||
<TextObject Name="Text1" Left="737.1" Width="151.2" Height="18.9" Text="[Daten.Lehrer]"/>
|
||||
<TextObject Name="Text8" Left="510.3" Width="207.9" Height="18.9" Text="[Daten.Schulhaus]"/>
|
||||
<TextObject Name="Text9" Left="888.3" Width="151.2" Height="18.9" Text="[Daten.Telefon]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schueler]"/>
|
||||
<Sort Expression="[Daten.Klasse]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter4" Top="311.5" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="315.5" Width="1047.06" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="338.4" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="342.4" Width="1047.06" Height="9.45"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="355.85" Width="1047.06" Height="37.8">
|
||||
<TextObject Name="Text7" Left="926.1" Top="18.9" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<ShapeObject Name="Shape2" Left="912.2" Top="18.9" Width="94.5" Height="18.9" Border.Color="White" Fill.Color="White"/>
|
||||
<TextObject Name="Text15" Left="47.25" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line3" Left="47.25" Width="973.35"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="01/15/2014 15:21:45" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Lehrer" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Fima" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Telefon" DataType="System.String"/>
|
||||
<Column Name="Schulhaus" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="1047.06" Height="122.85">
|
||||
<TextObject Name="Text6" Left="557.55" Top="18.9" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text21" Left="557.55" Top="47.25" Width="463.05" Height="18.9" Text="Liste mit Terminen und Schülern" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="130.85" Width="1047.06" Height="94.5" StartNewPage="true" Condition="[Daten.Fima]" ResetPageNumber="true">
|
||||
<ShapeObject Name="Shape1" Left="43.25" Width="982.8" Height="37.8" Fill="LinearGradient" Fill.StartColor="Gainsboro" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text4" Left="44.8" Top="9.45" Width="652.05" Height="18.9" Text="[Trim([Daten.Fima])], [Daten.PLZ] [Daten.Ort], [Daten.Tel]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="47.25" Top="47.25" Width="94.5" Height="18.9" Text="Termin" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="283.5" Top="66.15" Width="94.5" Height="18.9" Text="Schüler/-in" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text20" Left="47.25" Top="66.15" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="510.3" Top="66.15" Width="94.5" Height="18.9" Text="Schulhaus" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="737.1" Top="66.15" Width="94.5" Height="18.9" Text="Lehrperson" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="888.3" Top="66.15" Width="94.5" Height="18.9" Text="Telefon" Font="Arial, 10pt, style=Bold"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="229.35" Width="1047.06" Height="28.35" Condition="[Daten.Zeit]">
|
||||
<TextObject Name="Text2" Left="47.25" Top="4" Width="189" Height="18.9" Text="[Daten.Zeit]" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="47.25" Width="982.8"/>
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="261.7" Width="1047.06" Condition="[Daten.Beruf]">
|
||||
<GroupHeaderBand Name="GroupHeader4" Top="265.7" Width="1047.06" Height="18.9" Condition="[Daten.Bezeichnung]" KeepTogether="true">
|
||||
<TextObject Name="Text3" Left="47.25" Width="406.35" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="288.6" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text5" Left="283.5" Width="217.35" Height="18.9" Text="[Daten.Schueler]"/>
|
||||
<TextObject Name="Text1" Left="737.1" Width="151.2" Height="18.9" Text="[Daten.Lehrer]"/>
|
||||
<TextObject Name="Text8" Left="510.3" Width="207.9" Height="18.9" Text="[Daten.Schulhaus]"/>
|
||||
<TextObject Name="Text9" Left="888.3" Width="151.2" Height="18.9" Text="[Daten.Telefon]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schueler]"/>
|
||||
<Sort Expression="[Daten.Klasse]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter4" Top="311.5" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="315.5" Width="1047.06" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="338.4" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="342.4" Width="1047.06" Height="9.45"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="355.85" Width="1047.06" Height="37.8">
|
||||
<TextObject Name="Text7" Left="926.1" Top="18.9" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<ShapeObject Name="Shape2" Left="912.2" Top="18.9" Width="94.5" Height="18.9" Border.Color="White" Fill.Color="White"/>
|
||||
<TextObject Name="Text15" Left="47.25" Top="18.9" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line3" Left="47.25" Width="973.35"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,125 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/27/2012 22:31:25" ReportInfo.Modified="06/06/2013 09:53:12" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Telefon" DataType="System.String"/>
|
||||
<Column Name="email" DataType="System.String"/>
|
||||
<Column Name="natel" DataType="System.String"/>
|
||||
<Column Name="SchulhausNr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.Int32"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Schulhaustelefon" DataType="System.String"/>
|
||||
<Column Name="KlasseNr" DataType="System.Int32"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="SchuelerNr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelername" DataType="System.String"/>
|
||||
<Column Name="Schuelervorname" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Schultyp" DataType="System.String"/>
|
||||
<Column Name="SchuelerBerufNr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelerberufschuelernr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelerberuf" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int32"/>
|
||||
<Column Name="Aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="Berufbemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="245.7">
|
||||
<TextObject Name="Text5" Left="500.85" Top="9.45" Width="529.2" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="18.9" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text6" Left="500.85" Top="28.35" Width="529.2" Height="28.35" Text="Lehrer und Schülerdaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="18.9" Top="113.4" Width="94.5" Height="18.9" Text="Lehrerdaten" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="255.15" Top="113.4" Width="94.5" Height="18.9" Text="Schulhaus" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="18.9" Top="132.3" Width="680.4"/>
|
||||
<TextObject Name="Text20" Left="94.5" Top="141.75" Width="132.3" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text4" Left="18.9" Top="141.75" Width="75.6" Height="18.9" Text="Name:"/>
|
||||
<TextObject Name="Text13" Left="255.15" Top="141.75" Width="75.6" Height="18.9" Text="Schulhaus:"/>
|
||||
<TextObject Name="Text14" Left="340.2" Top="141.75" Width="311.85" Height="18.9" Text="[Daten.Bezeichnung]"/>
|
||||
<TextObject Name="Text21" Left="18.9" Top="160.65" Width="75.6" Height="18.9" Text="Vorname:"/>
|
||||
<TextObject Name="Text2" Left="94.5" Top="160.65" Width="132.3" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text15" Left="340.2" Top="160.65" Width="189" Height="18.9" Text="[Daten.Strasse]"/>
|
||||
<TextObject Name="Text22" Left="18.9" Top="179.55" Width="75.6" Height="18.9" Text="Telefon:"/>
|
||||
<TextObject Name="Text9" Left="94.5" Top="179.55" Width="132.3" Height="18.9" Text="[Daten.Telefon]"/>
|
||||
<TextObject Name="Text16" Left="340.2" Top="179.55" Width="47.25" Height="18.9" Text="[Daten.PLZ]"/>
|
||||
<TextObject Name="Text17" Left="387.45" Top="179.55" Width="141.75" Height="18.9" Text="[Daten.Ort]"/>
|
||||
<TextObject Name="Text7" Left="18.9" Top="198.45" Width="75.6" Height="18.9" Text="Natel"/>
|
||||
<TextObject Name="Text10" Left="94.5" Top="198.45" Width="132.3" Height="18.9" Text="[Daten.natel]"/>
|
||||
<TextObject Name="Text18" Left="340.2" Top="198.45" Width="189" Height="18.9" Text="[Daten.Schulhaustelefon]"/>
|
||||
<TextObject Name="Text19" Left="255.15" Top="198.45" Width="75.6" Height="18.9" Text="Telefon:"/>
|
||||
<TextObject Name="Text8" Left="18.9" Top="217.35" Width="75.6" Height="18.9" Text="E-Mail:"/>
|
||||
<TextObject Name="Text11" Left="94.5" Top="217.35" Width="132.3" Height="18.9" Text="[Daten.email]"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="249.7" Width="1047.06"/>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="253.7" Width="1047.06" Height="75.6" KeepChild="true" Condition="[Daten.KlasseNr]" KeepTogether="true">
|
||||
<ShapeObject Name="Shape1" Left="18.9" Width="1011.15" Height="37.8" Fill="LinearGradient" Fill.StartColor="Silver" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text23" Left="20.9" Top="9.45" Width="236.25" Height="18.9" Text="[Daten.Klasse]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text27" Left="18.9" Top="47.25" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text28" Left="642.6" Top="47.25" Width="94.5" Height="18.9" Text="Beruf / Bemerkung" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text29" Left="935.55" Top="47.25" Width="94.5" Height="18.9" Text="Priorität" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text30" Left="283.5" Top="47.25" Width="94.5" Height="18.9" Text="Typ" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text31" Left="387.45" Top="47.25" Width="94.5" Height="18.9" Text="Bemerkung" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line5" Left="18.9" Top="66.15" Width="1011.15"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="333.3" Width="1047.06" Condition="[Daten.Schuelername]">
|
||||
<DataBand Name="Data1" Top="337.3" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text24" Left="18.9" Width="264.6" Height="18.9" Text="[Daten.Schuelername] [Daten.Schuelervorname]" Duplicates="Hide"/>
|
||||
<TextObject Name="Text1" Left="642.6" Width="283.5" Height="18.9" Text="[Daten.Schuelerberuf]"/>
|
||||
<TextObject Name="Text25" Left="935.55" Width="94.5" Height="18.9" Text="[Daten.Prioritaet]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text26" Left="283.5" Width="75.6" Height="18.9" Text="[Daten.Schultyp]" Duplicates="Hide"/>
|
||||
<TextObject Name="Text32" Left="387.45" Width="255.15" Height="18.9" Text="[Daten.Bemerkung]" Duplicates="Hide"/>
|
||||
<ChildBand Name="Child1" Top="360.2" Width="1047.06" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text33" Left="642.6" Width="387.45" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Berufbemerkung]" Font="Arial, 10pt, style=Italic"/>
|
||||
</ChildBand>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schuelername]"/>
|
||||
<Sort Expression="[Daten.Schuelervorname]"/>
|
||||
<Sort Expression="[Daten.Prioritaet]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="383.1" Width="1047.06" Height="18.9">
|
||||
<LineObject Name="Line6" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="406" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="410" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text35" Left="963.9" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text34" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line4" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,128 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/27/2012 22:31:25" ReportInfo.Modified="06/06/2013 09:55:31" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Telefon" DataType="System.String"/>
|
||||
<Column Name="email" DataType="System.String"/>
|
||||
<Column Name="natel" DataType="System.String"/>
|
||||
<Column Name="SchulhausNr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.Int32"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Schulhaustelefon" DataType="System.String"/>
|
||||
<Column Name="KlasseNr" DataType="System.Int32"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="SchuelerNr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelername" DataType="System.String"/>
|
||||
<Column Name="Schuelervorname" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Schultyp" DataType="System.String"/>
|
||||
<Column Name="SchuelerBerufNr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelerberufschuelernr" DataType="System.Int32"/>
|
||||
<Column Name="Schuelerberuf" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int32"/>
|
||||
<Column Name="Aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="Berufbemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="1047.06"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="1047.06" Height="122.85">
|
||||
<TextObject Name="Text6" Left="500.85" Top="28.35" Width="529.2" Height="28.35" Text="Lehrer und Schülerdaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="500.85" Top="9.45" Width="529.2" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="130.85" Width="1047.06" Height="151.2" StartNewPage="true" Condition="[Daten.LehrerNr]">
|
||||
<ShapeObject Name="Shape2" Left="18.9" Width="1011.15" Height="141.75" Fill="LinearGradient" Fill.StartColor="LightGray" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text8" Left="18.9" Top="113.4" Width="75.6" Height="18.9" Text="E-Mail:"/>
|
||||
<TextObject Name="Text11" Left="94.5" Top="113.4" Width="132.3" Height="18.9" Text="[Daten.email]"/>
|
||||
<TextObject Name="Text7" Left="18.9" Top="94.5" Width="75.6" Height="18.9" Text="Natel"/>
|
||||
<TextObject Name="Text10" Left="94.5" Top="94.5" Width="132.3" Height="18.9" Text="[Daten.natel]"/>
|
||||
<TextObject Name="Text18" Left="340.2" Top="94.5" Width="189" Height="18.9" Text="[Daten.Schulhaustelefon]"/>
|
||||
<TextObject Name="Text19" Left="255.15" Top="94.5" Width="75.6" Height="18.9" Text="Telefon:"/>
|
||||
<TextObject Name="Text22" Left="18.9" Top="75.6" Width="75.6" Height="18.9" Text="Telefon:"/>
|
||||
<TextObject Name="Text9" Left="94.5" Top="75.6" Width="132.3" Height="18.9" Text="[Daten.Telefon]"/>
|
||||
<TextObject Name="Text16" Left="340.2" Top="75.6" Width="47.25" Height="18.9" Text="[Daten.PLZ]"/>
|
||||
<TextObject Name="Text17" Left="387.45" Top="75.6" Width="141.75" Height="18.9" Text="[Daten.Ort]"/>
|
||||
<TextObject Name="Text21" Left="18.9" Top="56.7" Width="75.6" Height="18.9" Text="Vorname:"/>
|
||||
<TextObject Name="Text2" Left="94.5" Top="56.7" Width="132.3" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text15" Left="340.2" Top="56.7" Width="189" Height="18.9" Text="[Daten.Strasse]"/>
|
||||
<TextObject Name="Text20" Left="94.5" Top="37.8" Width="132.3" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text4" Left="18.9" Top="37.8" Width="75.6" Height="18.9" Text="Name:"/>
|
||||
<TextObject Name="Text13" Left="255.15" Top="37.8" Width="75.6" Height="18.9" Text="Schulhaus:"/>
|
||||
<TextObject Name="Text14" Left="340.2" Top="37.8" Width="311.85" Height="18.9" Text="[Daten.Bezeichnung]"/>
|
||||
<LineObject Name="Line1" Left="18.9" Top="28.35" Width="680.4"/>
|
||||
<TextObject Name="Text3" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="Lehrerdaten" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="255.15" Top="9.45" Width="94.5" Height="18.9" Text="Schulhaus" Font="Arial, 10pt, style=Bold"/>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="286.05" Width="1047.06" Height="75.6" KeepChild="true" Condition="[Daten.KlasseNr]" KeepTogether="true">
|
||||
<ShapeObject Name="Shape1" Left="18.9" Width="1011.15" Height="37.8" Fill="LinearGradient" Fill.StartColor="Silver" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text23" Left="20.9" Top="9.45" Width="236.25" Height="18.9" Text="[Daten.Klasse]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text27" Left="18.9" Top="47.25" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text28" Left="642.6" Top="47.25" Width="94.5" Height="18.9" Text="Beruf / Bemerkung" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text29" Left="935.55" Top="47.25" Width="94.5" Height="18.9" Text="Priorität" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text30" Left="283.5" Top="47.25" Width="94.5" Height="18.9" Text="Typ" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text31" Left="387.45" Top="47.25" Width="94.5" Height="18.9" Text="Bemerkung" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line5" Left="18.9" Top="66.15" Width="1011.15"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="365.65" Width="1047.06" Condition="[Daten.Schuelername]">
|
||||
<DataBand Name="Data1" Top="369.65" Width="1047.06" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text24" Left="18.9" Width="264.6" Height="18.9" Text="[Daten.Schuelername] [Daten.Schuelervorname]" Duplicates="Hide"/>
|
||||
<TextObject Name="Text1" Left="642.6" Width="283.5" Height="18.9" Text="[Daten.Schuelerberuf]"/>
|
||||
<TextObject Name="Text25" Left="935.55" Width="94.5" Height="18.9" Text="[Daten.Prioritaet]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text26" Left="283.5" Width="75.6" Height="18.9" Text="[Daten.Schultyp]" Duplicates="Hide"/>
|
||||
<TextObject Name="Text32" Left="387.45" Width="255.15" Height="18.9" Text="[Daten.Bemerkung]" Duplicates="Hide"/>
|
||||
<ChildBand Name="Child1" Top="392.55" Width="1047.06" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text33" Left="642.6" Width="387.45" Height="18.9" CanGrow="true" CanShrink="true" Text="[Daten.Berufbemerkung]" Font="Arial, 10pt, style=Italic"/>
|
||||
</ChildBand>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schuelername]"/>
|
||||
<Sort Expression="[Daten.Schuelervorname]"/>
|
||||
<Sort Expression="[Daten.Prioritaet]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="415.45" Width="1047.06" Height="18.9">
|
||||
<LineObject Name="Line6" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="438.35" Width="1047.06"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="442.35" Width="1047.06" Height="37.8"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="484.15" Width="1047.06" Height="28.35">
|
||||
<TextObject Name="Text35" Left="963.9" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text34" Left="18.9" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<LineObject Name="Line4" Left="18.9" Top="9.45" Width="1011.15"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="06/06/2013 17:23:42" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
Private Sub Text3_AfterPrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Dim s As String
|
||||
s=""
|
||||
s=report.GetColumnValue("Daten.NameZ1")
|
||||
If report.GetColumnValue("Daten.NameZ2")<>""
|
||||
s=s+vbcrlf+Report.GetColumnValue("Daten.NameZ2")
|
||||
End If
|
||||
If report.GetColumnValue("Daten.Anrede")<>"Damen und Herren" Then
|
||||
s=s+vbcrlf+Report.GetColumnValue("Daten.Anrede") +" "+Report.GetColumnValue("Daten.Vorname") +" "+Report.GetColumnValue("Daten.Name")
|
||||
End If
|
||||
If report.GetColumnValue("Daten.Strasse")<>"" Then
|
||||
s=s+vbcrlf+Report.GetColumnValue("Daten.Strasse")
|
||||
End If
|
||||
s=s+vbcrlf+Report.GetColumnValue("Daten.PLZ") + " " + Report.GetColumnValue("Daten.Ort")
|
||||
Text3.Text=s
|
||||
End Sub
|
||||
|
||||
Private Sub Text5_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
if report.GetColumnValue("Daten.Anrede")="Damen und Herren" Then
|
||||
Text5.Text="Sehr geehrte Damen und Herren"
|
||||
End if
|
||||
if report.GetColumnValue("Daten.Anrede")="Herr" Then
|
||||
Text5.Text="Sehr geehrter Herr "+ Report.GetColumnValue("Daten.Name")
|
||||
End if
|
||||
if report.GetColumnValue("Daten.Anrede")="Frau" Then
|
||||
Text5.Text="Sehr geehrte Frau "+ Report.GetColumnValue("Daten.Name")
|
||||
End if
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Fax" DataType="System.String"/>
|
||||
<Column Name="Web" DataType="System.String"/>
|
||||
<Column Name="EMail" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="Erstellt_am" DataType="System.DateTime"/>
|
||||
<Column Name="Mutiert_am" DataType="System.DateTime"/>
|
||||
<Column Name="Mutierer" DataType="System.Int32"/>
|
||||
<Column Name="Aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Natel" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Registrierte Firmen" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.2" Width="718.2"/>
|
||||
<DataBand Name="Data1" Top="159.2" Width="718.2" Height="163.65" BeforePrintEvent="Text3_AfterPrint" DataSource="Daten">
|
||||
<LineObject Name="Line3" Top="154.2" Width="708.75"/>
|
||||
<TextObject Name="Text1" Left="9.45" Width="28.35" Height="18.9" Text="[Daten.FirmaNr]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="37.8" Width="207.9" Height="94.5" AfterPrintEvent="Text3_AfterPrint" Text="Adresse" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text6" Left="330.75" Width="122.85" Height="18.9" Text="[Daten.Tel]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="330.75" Top="18.9" Width="179.55" Height="18.9" Text="[Daten.Fax]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text10" Left="330.75" Top="37.8" Width="311.85" Height="18.9" Text="[Daten.Web]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text11" Left="330.75" Top="56.7" Width="311.85" Height="18.9" Text="[Daten.EMail]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text12" Left="633.15" Width="75.6" Height="18.9" Text="[Daten.Erstellt_am]" Format="Date" Format.Format="d" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<CheckBoxObject Name="CheckBox1" Left="689.85" Top="18.9" Width="18.9" Height="18.9" DataColumn="Daten.Aktiv"/>
|
||||
<TextObject Name="Text17" Left="255.15" Width="75.6" Height="18.9" Text="Tel./Natel:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text18" Left="255.15" Top="18.9" Width="37.8" Height="18.9" Text="Fax:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="255.15" Top="37.8" Width="37.8" Height="18.9" Text="Web:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text20" Left="255.15" Top="56.7" Width="37.8" Height="18.9" Text="Mail:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text21" Left="595.35" Width="37.8" Height="18.9" Text="Erf." HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="595.35" Top="18.9" Width="47.25" Height="18.9" Text="Aktiv:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="255.15" Top="132.3" Width="75.6" Height="18.9" Text="B-Anrede:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="330.75" Top="132.3" Width="368.55" Height="18.9" BeforePrintEvent="Text5_BeforePrint" Text="[Daten.Briefanrede]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text25" Left="255.15" Top="75.6" Width="56.7" Height="18.9" Text="Anrede:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text2" Left="330.75" Top="75.6" Width="179.55" Height="18.9" Text="[Daten.Anrede]"/>
|
||||
<TextObject Name="Text26" Left="255.15" Top="94.5" Width="56.7" Height="18.9" Text="Name:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="330.75" Top="94.5" Width="179.55" Height="18.9" Text="[Daten.Name]"/>
|
||||
<TextObject Name="Text8" Left="330.75" Top="113.4" Width="179.55" Height="18.9" Text="[Daten.Vorname]"/>
|
||||
<TextObject Name="Text27" Left="255.15" Top="113.4" Width="75.6" Height="18.9" Text="Vorname:" HorzAlign="Justify" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="463.05" Width="113.4" Height="18.9" Text="[Daten.Natel]" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="326.85" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/03/2012 09:17:06" ReportInfo.Modified="07/03/2012 09:17:36" ReportInfo.CreatorVersion="1.9.1.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="SqlDataSource1" ReferenceName="SqlDataSource1" DataType="System.Data.DataView, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Enabled="true">
|
||||
<Column Name="Berufnr" DataType="System.Int32"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="41.8" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text2" Left="9.45" Width="94.5" Height="18.9" Text="Berufnr"/>
|
||||
<TextObject Name="Text4" Left="122.85" Width="94.5" Height="18.9" Text="Bezeichnung"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="74.15" Width="718.2" Height="37.8" DataSource="SqlDataSource1">
|
||||
<TextObject Name="Text1" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="[SqlDataSource1.Berufnr]"/>
|
||||
<TextObject Name="Text3" Left="122.85" Top="9.45" Width="453.6" Height="18.9" Text="[SqlDataSource1.Bezeichnung]"/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="115.95" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/03/2012 09:19:02" ReportInfo.Modified="07/03/2012 09:24:15" ReportInfo.CreatorVersion="1.9.1.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="SqlDataSource1" ReferenceName="SqlDataSource1" DataType="System.Data.DataView, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Enabled="true">
|
||||
<Column Name="Expr1" DataType="System.String"/>
|
||||
<Column Name="Expr2" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="47.25"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="51.25" Width="718.2" Height="28.35"/>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="83.6" Width="718.2" Height="94.5" StartNewPage="true" Condition="[SqlDataSource1.Expr1]">
|
||||
<TextObject Name="Text2" Left="18.9" Top="9.45" Width="368.55" Height="18.9" CanGrow="true" Text="[SqlDataSource1.Expr1]"/>
|
||||
<RichObject Name="Rich1" Left="18.9" Top="56.7" Width="604.8" Height="18.9" CanGrow="true" Text="{\rtf1\ansi\ansicpg1252\deff0\deflang2055{\fonttbl{\f0\fnil Arial;}{\f1\fnil\fcharset0 Tahoma;}} {\*\generator Msftedit 5.41.21.2510;}\viewkind4\uc1\pard\f0\fs20 [SqlDataSource1.Expr2]\f1\fs17\par } "/>
|
||||
<DataBand Name="Data1" Top="182.1" Width="718.2" Height="75.6" Visible="false" DataSource="SqlDataSource1"/>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="261.7" Width="718.2" Height="37.8"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="303.5" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="04/28/2014 13:47:51" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int32"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="SchuelerBerufBemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Schüler mit Bemerkungen des Lehrers" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.24" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text4" Left="9.45" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="708.75"/>
|
||||
<TextObject Name="Text3" Left="264.6" Width="141.75" Height="18.9" Text="Schuelerbemerkung" Font="Arial, 9pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="178.18" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="9.45" Width="245.7" Height="18.9" Text="[Daten.Schueler]"/>
|
||||
<TextObject Name="Text2" Left="264.6" Width="245.7" Height="18.9" Text="[Daten.Schuelerbemerkung]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schueler]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="201.12" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="04/28/2014 13:33:53" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int32"/>
|
||||
<Column Name="Zugetielt" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Berufsbild - Schüler" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.24" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text2" Left="9.45" Width="56.7" Height="18.9" Text="Berufnr" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="236.25" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="529.2" Width="56.7" Height="18.9" Text="Prio." HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="595.35" Width="66.15" Height="18.9" Text="Zugeteilt" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="708.75"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="178.18" Width="718.2" Height="18.9" Condition="[Daten.Beruf]">
|
||||
<TextObject Name="Text21" Left="9.45" Width="453.6" Height="18.9" Text="[[Daten.Beruf]]"/>
|
||||
<DataBand Name="Data1" Top="201.12" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="236.25" Width="245.7" Height="18.9" Text="[Daten.Schueler]"/>
|
||||
<TextObject Name="Text3" Left="491.4" Width="94.5" Height="18.9" Text="[Daten.Prioritaet]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text5" Left="595.35" Width="66.15" Height="18.9" Text="[IIf([Daten.Zugetielt]=1,"Ja","Nein")]" Format="Boolean" Format.TrueText="True" Format.FalseText="False" HorzAlign="Right"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schueler]"/>
|
||||
<Sort Expression="[Daten.Prioritaet]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="224.06" Width="718.2" Height="9.45">
|
||||
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="237.55" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="06/06/2013 10:00:20" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="SchuelerNr" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" FirstPageSource="15" OtherPagesSource="15">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text6" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text21" Left="236.25" Top="37.8" Width="463.05" Height="18.9" Text="Schüler mit Doppel-/Mehrfachbelegung" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="47.25" Top="122.85" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="47.25" Top="141.75" Width="652.05"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="159.2" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="47.25" Width="236.25" Height="18.9" Text="[Daten.Name] [Daten.Vorname]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Name]"/>
|
||||
<Sort Expression="[Daten.Vorname]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="182.1" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text15" Left="47.25" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="47.25" Top="9.45" Width="652.05"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="08/02/2011 12:55:35" ReportInfo.Modified="08/02/2011 13:07:33" ReportInfo.CreatorVersion="1.6.3.0">
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung1" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="EintragNr" DataType="System.Int64"/>
|
||||
<Column Name="aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
</TableDataSource>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text12" Left="170.1" Width="519.75" Height="18.9" Text="Übersicht Zuteilung" HorzAlign="Right" Font="Arial, 11pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="45.8" Width="718.2" Height="56.7" Condition="[Daten.Schueler]" KeepTogether="true">
|
||||
<TextObject Name="Text1" Left="94.5" Width="189" Height="18.9" Text="[[Daten.Schueler]]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="538.65" Top="28.35" Width="151.2" Height="18.9" Text="Ansprechpartner" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="28.35" Top="28.35" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="264.6" Top="28.35" Width="94.5" Height="18.9" Text="Zeit" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text9" Left="226.8" Top="28.35" Width="28.35" Height="18.9" Text="Prio" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="368.55" Top="28.35" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="28.35" Top="47.25" Width="661.5"/>
|
||||
<TextObject Name="Text13" Left="28.35" Width="66.15" Height="18.9" Text="Schüler:" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="106.5" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text2" Left="28.35" Width="189" Height="18.9" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="264.6" Width="94.5" Height="18.9" Text="[Daten.Bezeichnung1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="368.55" Width="160.65" Height="18.9" Text="[Daten.NameZ1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text6" Left="226.8" Width="28.35" Height="18.9" Text="[Daten.Prioritaet]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text10" Left="538.65" Width="151.2" Height="18.9" Text="[Daten.Ansprechpartner]" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="129.4" Width="718.2" Height="28.35">
|
||||
<LineObject Name="Line2" Left="28.35" Top="9.45" Width="661.5"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="161.75" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/19/2011 21:48:49" ReportInfo.Modified="10/28/2014 19:30:34" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="schuelername" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="Lehrername" DataType="System.String"/>
|
||||
<Column Name="LehrerVorname" DataType="System.String"/>
|
||||
<Column Name="KlasseNr" DataType="System.Int32"/>
|
||||
<Column Name="Ansprechpartnername" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartnervorname" DataType="System.String"/>
|
||||
<Column Name="AnsprechpartnerTelefon" DataType="System.String"/>
|
||||
<Column Name="EintragNr" DataType="System.Int32"/>
|
||||
<Column Name="ZuteilungBemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4.04" Width="718.2" Height="94.5">
|
||||
<TextObject Name="Text17" Left="226.8" Top="18.9" Width="444.15" Height="56.7" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="37.8" Width="122.85" Height="94.5" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="102.58" Width="718.2" Height="841.05" DataSource="Daten">
|
||||
<ShapeObject Name="Shape1" Left="37.8" Width="642.6" Height="841.05"/>
|
||||
<TextObject Name="Text1" Left="37.8" Top="9.45" Width="113.4" Height="18.9" Text="Name/Vorname:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text2" Left="37.8" Top="28.35" Width="236.25" Height="18.9" Text="[Daten.schuelername]"/>
|
||||
<TextObject Name="Text3" Left="378" Top="9.45" Width="113.4" Height="18.9" Text="Lehrperson:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="378" Top="28.35" Width="292.95" Height="18.9" Text="[Daten.Lehrername] [Daten.Lehrervorname] "/>
|
||||
<TextObject Name="Text6" Left="37.8" Top="56.7" Width="56.7" Height="18.9" Text="Beruf:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text7" Left="103.95" Top="56.7" Width="264.6" Height="18.9" Text="[Daten.Beruf]"/>
|
||||
<TextObject Name="Text8" Left="378" Top="56.7" Width="56.7" Height="18.9" Text="Zeit:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text9" Left="444.15" Top="56.7" Width="226.8" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text10" Left="37.8" Top="85.05" Width="56.7" Height="18.9" Text="Firma:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text15" Left="378" Top="103.95" Width="292.95" Height="18.9" Text="[Daten.Ansprechpartnername] [Daten.Ansprechpartnervorname]"/>
|
||||
<TextObject Name="Text16" Left="378" Top="85.05" Width="113.4" Height="18.9" Text="Kontaktperson:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="378" Top="141.75" Width="264.6" Height="18.9" Text="[Daten.AnsprechpartnerTelefon]"/>
|
||||
<LineObject Name="Line1" Left="37.8" Top="47.25" Width="642.6"/>
|
||||
<LineObject Name="Line2" Left="37.8" Top="75.6" Width="642.6"/>
|
||||
<LineObject Name="Line4" Left="37.8" Top="217.35" Width="642.6"/>
|
||||
<TextObject Name="Text18" Left="37.8" Top="287.95" Width="453.6" Height="18.9" Text="Visum und Firmenstempel / Bemerkungen des/s Lehrmeisters/-in:" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line5" Left="37.8" Top="472.5" Width="642.6"/>
|
||||
<TextObject Name="Text19" Left="37.8" Top="478.5" Width="453.6" Height="18.9" Text="Bericht des Schülers:" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line6" Left="368.55" Height="283.5"/>
|
||||
<LineObject Name="Line7" Left="37.8" Top="283.5" Width="642.6"/>
|
||||
<TextObject Name="Text21" Left="37.8" Top="236.25" Width="311.85" Height="47.25" Text="[Daten.Ausbildungsstandort]" TextFill.Color="Red"/>
|
||||
<TextObject Name="Text22" Left="37.8" Top="217.35" Width="330.75" Height="18.9" Text="Durchführungsort (wenn abweichend von Firma):" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="378" Top="217.35" Width="292.95" Height="18.9" Text="Zusätzliche Angaben:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="378" Top="236.25" Width="292.95" Height="47.25" Text="[Daten.Ausbildungsbemerkung]" TextFill.Color="Red"/>
|
||||
<TextObject Name="Text11" Left="103.95" Top="85.05" Width="255.15" Height="18.9" Text="[Daten.Adresszeile1]"/>
|
||||
<TextObject Name="Text12" Left="103.95" Top="103.95" Width="255.15" Height="18.9" Text="[Daten.Adresszeile2]"/>
|
||||
<TextObject Name="Text13" Left="103.95" Top="122.85" Width="255.15" Height="18.9" Text="[Daten.Adresszeile3]"/>
|
||||
<TextObject Name="Text14" Left="103.95" Top="141.75" Width="255.15" Height="18.9" Text="[Daten.Adresszeile4]"/>
|
||||
<TextObject Name="Text26" Left="103.95" Top="160.65" Width="255.15" Height="18.9" Text="[Daten.Adresszeile5]"/>
|
||||
<TextObject Name="Text27" Left="103.95" Top="179.55" Width="255.15" Height="18.9" Text="[Daten.Adresszeile6]"/>
|
||||
<TextObject Name="Text28" Left="103.95" Top="198.45" Width="255.15" Height="18.9" Text="[Daten.Adresszeile7]"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Lehrername]"/>
|
||||
<Sort Expression="[Daten.schuelername]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="947.67" Width="718.2" Height="56.7">
|
||||
<TextObject Name="Text20" Left="37.8" Width="642.6" Height="18.9" Text="[Spruch]" HorzAlign="Center" Font="Arial, 11pt, style=Bold, Italic" TextFill.Color="Red"/>
|
||||
<TextObject Name="Text25" Left="37.8" Top="28.35" Width="642.6" Height="18.9" Text="Softwareunterstützung Gewerbe Bülach - Berufswahlparcours Manager" HorzAlign="Center" Font="Arial, 9pt"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/07/2012 22:02:15" ReportInfo.Modified="03/23/2014 20:41:27" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
Private Sub Text3_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
dim s as string
|
||||
s="-"
|
||||
if trim(CType(Report.GetColumnValue("Daten.Ausbildungsbemerkung"), String))<>"" then s=Trim(CType(Report.GetColumnValue("Daten.Ausbildungsbemerkung"), String))
|
||||
if trim(CType(Report.GetColumnValue("Daten.Schuelerbemerkung"), String))<>"" then s=trim(CType(Report.GetColumnValue("Daten.Schuelerbemerkung"), String))
|
||||
text3.Text=s
|
||||
if s<>"-" then text3.TextColor=color.red
|
||||
Text14.TextColor=Color.red
|
||||
End Sub
|
||||
|
||||
Private Sub Text13_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
dim s as String
|
||||
s="-"
|
||||
if trim(CType(Report.GetColumnValue("Daten.Ausbildungsstandort"), String))<>"" then s=Trim(CType(Report.GetColumnValue("Daten.Ausbildungsstandort"), String))
|
||||
if trim(CType(Report.GetColumnValue("Daten.Standortbemerkung"), String))<>"" then s=trim(CType(Report.GetColumnValue("Daten.Standortbemerkung"), String))
|
||||
text13.Text=s
|
||||
if s<>"-" then text13.TextColor=color.red
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="FirmaNr" DataType="System.Int32"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsbemerkung" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Adresszeile1" DataType="System.String"/>
|
||||
<Column Name="Adresszeile2" DataType="System.String"/>
|
||||
<Column Name="Adresszeile3" DataType="System.String"/>
|
||||
<Column Name="Adresszeile4" DataType="System.String"/>
|
||||
<Column Name="Adresszeile5" DataType="System.String"/>
|
||||
<Column Name="Adresszeile6" DataType="System.String"/>
|
||||
<Column Name="Adresszeile7" DataType="System.String"/>
|
||||
<Column Name="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="KlasseNr" DataType="System.Int32"/>
|
||||
<Column Name="Lehrername" DataType="System.String"/>
|
||||
<Column Name="LehrerVorname" DataType="System.String"/>
|
||||
<Column Name="schuelername" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartnername" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartnervorname" DataType="System.String"/>
|
||||
<Column Name="AnsprechpartnerTelefon" DataType="System.String"/>
|
||||
<Column Name="EintragNr" DataType="System.Int32"/>
|
||||
<Column Name="ZuteilungBemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="122.85">
|
||||
<PictureObject Name="Picture1" Left="28.35" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text32" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text33" Left="236.25" Top="28.35" Width="463.05" Height="18.9" Text="Schülerdaten" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="130.85" Width="718.2" StartNewPage="true" Condition="[Daten.Lehrername]">
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="134.85" Width="718.2" StartNewPage="true" Condition="[Daten.KlasseNr]">
|
||||
<GroupHeaderBand Name="GroupHeader4" Top="138.85" Width="718.2" Height="56.7" StartNewPage="true" Condition="[Daten.schuelername]">
|
||||
<ShapeObject Name="Shape1" Left="28.35" Width="670.95" Height="56.7" Fill="LinearGradient" Fill.StartColor="Silver" Fill.EndColor="White" Fill.Angle="270" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text16" Left="94.5" Top="18.9" Width="292.95" Height="18.9" Text="[Daten.schuelername]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text38" Left="28.35" Top="18.9" Width="66.15" Height="18.9" Text="Schüler:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text39" Left="500.85" Top="9.45" Width="198.45" Height="18.9" Text="[Daten.Klasse]"/>
|
||||
<TextObject Name="Text40" Left="396.9" Top="9.45" Width="94.5" Height="18.9" Text="Klasse:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text41" Left="396.9" Top="28.35" Width="94.5" Height="18.9" Text="Lehrperson:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text42" Left="500.85" Top="28.35" Width="198.45" Height="18.9" CanGrow="true" Text="[[Daten.Lehrername]] [Daten.LehrerVorname]"/>
|
||||
<ChildBand Name="Child1" Top="199.55" Width="718.2"/>
|
||||
<DataBand Name="Data1" Top="203.55" Width="718.2" Height="113.4" DataSource="Daten">
|
||||
<ShapeObject Name="Shape2" Left="28.35" Top="9.45" Width="670.95" Height="37.8" Fill="LinearGradient" Fill.StartColor="LightSkyBlue" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text2" Left="94.5" Top="18.9" Width="387.45" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="519.75" Top="18.9" Width="170.1" Height="18.9" Text="[Daten.Zeit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text5" Left="28.35" Top="18.9" Width="56.7" Height="18.9" Text="Beruf:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="500.85" Top="18.9" Width="37.8" Height="18.9" Text="Zeit:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text34" Left="28.35" Top="56.7" Width="85.05" Height="37.8" Text="Zusätzliche Angaben:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="113.4" Top="56.7" Width="481.95" Height="18.9" CanGrow="true" BeforePrintEvent="Text3_BeforePrint" Text="[Daten.Ausbildungsbemerkung]"/>
|
||||
<TextObject Name="Text14" Left="113.4" Top="94.5" Width="576.45" Height="18.9" CanGrow="true" Text="[Daten.ZuteilungBemerkung]"/>
|
||||
<ChildBand Name="Child2" Top="320.95" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text10" Left="85.05" Top="66.15" Width="198.45" Height="18.9" Text="[Daten.Adresszeile4]"/>
|
||||
<TextObject Name="Text11" Left="85.05" Top="85.05" Width="198.45" Height="18.9" Text="[Daten.Adresszeile5]"/>
|
||||
<TextObject Name="Text9" Left="85.05" Top="47.25" Width="198.45" Height="18.9" Text="[Daten.Adresszeile3]"/>
|
||||
<TextObject Name="Text8" Left="85.05" Top="28.35" Width="198.45" Height="18.9" Text="[Daten.Adresszeile2]"/>
|
||||
<TextObject Name="Text7" Left="85.05" Top="9.45" Width="198.45" Height="18.9" Text="[Daten.Adresszeile1]"/>
|
||||
<TextObject Name="Text12" Left="28.35" Top="9.45" Width="56.7" Height="18.9" Text="Firma:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text36" Left="368.55" Top="9.45" Width="330.75" Height="18.9" Text="Durchführungsort (wenn abweichend von Firma)" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text13" Left="368.55" Top="28.35" Width="292.95" Height="75.6" CanGrow="true" BeforePrintEvent="Text13_BeforePrint" Text="[Daten.Standortbemerkung]"/>
|
||||
<LineObject Name="Line1" Left="28.35" Width="670.95"/>
|
||||
<TextObject Name="Text43" Left="28.35" Top="113.4" Width="132.3" Height="18.9" Text="Ansprechpartner:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Left="28.35" Top="132.3" Width="670.95" Height="18.9" Text="[Daten.Ansprechpartnername] [Daten.Ansprechpartnervorname], [Daten.AnsprechpartnerTelefon]"/>
|
||||
<ChildBand Name="Child3" Top="476.15" Width="718.2">
|
||||
<LineObject Name="Line2" Left="28.35" Width="670.95"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Zeit]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter4" Top="480.15" Width="718.2"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="484.15" Width="718.2"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="488.15" Width="718.2"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="492.15" Width="718.2" Height="56.7"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/05/2012 20:09:17" ReportInfo.Modified="01/15/2014 16:00:44" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="LehrerNr" DataType="System.Int32"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Zeit" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="SName" DataType="System.String"/>
|
||||
<Column Name="SVorname" DataType="System.String"/>
|
||||
<Column Name="Schulhaus" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="Expr2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="Tel" DataType="System.String"/>
|
||||
<Column Name="Standortbemerkung" DataType="System.String"/>
|
||||
<Column Name="Ausbildungsstandort" DataType="System.String"/>
|
||||
<Column Name="Schuelerbemerkung" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="122.85">
|
||||
<TextObject Name="Text12" Left="472.5" Top="28.35" Width="226.8" Height="28.35" Text="Schülerübersicht" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="283.5" Width="415.8" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="28.35" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="130.85" Width="718.2" Height="103.95" StartNewPage="true" RepeatOnEveryPage="true" Condition="[Daten.Name]" ResetPageNumber="true">
|
||||
<ShapeObject Name="Shape1" Left="28.35" Top="9.45" Width="670.95" Height="37.8" Fill="LinearGradient" Fill.StartColor="LightGray" Fill.EndColor="White" Fill.Angle="0" Fill.Focus="1" Fill.Contrast="1"/>
|
||||
<TextObject Name="Text1" Left="28.35" Top="18.9" Width="340.2" Height="18.9" Text="Lehrperson: [Daten.Name] [Daten.Vorname]"/>
|
||||
<LineObject Name="Line2" Left="28.35" Top="103.95" Width="670.95"/>
|
||||
<TextObject Name="Text15" Left="28.35" Top="66.15" Width="94.5" Height="18.9" Text="Termin" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text17" Left="189" Top="85.05" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text18" Left="349.65" Top="85.05" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text16" Left="189" Top="66.15" Width="56.7" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="378" Top="18.9" Width="311.85" Height="18.9" Text="Schulhaus: [Daten.Schulhaus]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text20" Left="567" Top="85.05" Width="132.3" Height="18.9" Text="Ansprechpartner" HorzAlign="Right" Font="Arial, 10pt, style=Bold"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="238.8" Width="718.2" Height="28.35" KeepWithData="true" RepeatOnEveryPage="true" Condition="[Daten.Zeit]">
|
||||
<TextObject Name="Text2" Left="28.35" Top="9.45" Width="170.1" Height="18.9" Text="[[Daten.Zeit]]" Font="Arial, 9pt"/>
|
||||
<GroupHeaderBand Name="GroupHeader3" Top="271.15" Width="718.2" Height="31.35" KeepWithData="true" Condition="[Daten.NameZ1]">
|
||||
<TextObject Name="Text8" Left="396.9" Width="302.4" Height="28.35" Text="[Daten.Ansprechpartner] [Daten.Tel]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="189" Width="396.9" Height="28.35" Text="[Daten.NameZ1] [Daten.NameZ2] [Daten.Strasse], [Daten.PLZ] [Daten.Ort]" Font="Arial, 9pt, style=Bold"/>
|
||||
<ChildBand Name="Child1" Top="306.5" Width="718.2" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text9" Left="189" Width="510.3" Height="18.9" CanShrink="true" Text="[IIf([Daten.Ausbildungsstandort]<>"","Standort: "+[Daten.Ausbildungsstandort],"")]" Font="Arial, 9pt, style=Italic"/>
|
||||
<ChildBand Name="Child2" Top="329.4" Width="718.2" Height="18.9" CanShrink="true">
|
||||
<TextObject Name="Text10" Left="189" Width="510.3" Height="18.9" CanShrink="true" Text="[IIf([Daten.Schuelerbemerkung]<>"","Bemerkung: " + [Daten.Schuelerbemerkung],"")]" Font="Arial, 9pt, style=Italic"/>
|
||||
<ChildBand Name="Child3" Top="352.3" Width="718.2" Height="9.45">
|
||||
<LineObject Name="Line3" Left="189" Width="510.3"/>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
</ChildBand>
|
||||
<DataBand Name="Data1" Top="365.75" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text6" Left="189" Width="207.9" Height="18.9" Text="[Daten.SName] [Daten.SVorname]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="406.35" Width="292.95" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.SName]"/>
|
||||
<Sort Expression="[Daten.SVorname]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter3" Top="388.65" Width="718.2" Height="18.9"/>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="411.55" Width="718.2" Height="18.9">
|
||||
<LineObject Name="Line1" Left="28.35" Top="9.45" Width="670.95"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="434.45" Width="718.2"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="438.45" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text19" Left="28.35" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text7" Left="609.25" Top="9.45" Width="94.5" Height="18.9" Text="[PageN]" HorzAlign="Right"/>
|
||||
<ShapeObject Name="Shape2" Left="595.35" Top="9.45" Width="94.5" Height="18.9" Border.Color="White" Fill.Color="White"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/25/2012 23:56:34" ReportInfo.Modified="06/06/2013 10:00:44" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Anzahl_Schueler" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Klassen" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Zuteilungen" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Firmen" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Firmen_mit" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Berufsbilder" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Berufsbilder1" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="132.3">
|
||||
<TextObject Name="Text5" Left="179.55" Top="9.45" Width="529.2" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="28.35" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text6" Left="179.55" Top="37.8" Width="529.2" Height="28.35" Text="Statistik" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="28.35" Top="113.4" Width="680.4"/>
|
||||
</ReportTitleBand>
|
||||
<DataBand Name="Data1" Top="136.3" Width="718.2" Height="207.9" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="28.35" Top="18.9" Width="160.65" Height="18.9" Text="Anzahl Klassen:"/>
|
||||
<TextObject Name="Text17" Left="28.35" Top="37.8" Width="160.65" Height="18.9" Text="Anzahl Schüler:"/>
|
||||
<TextObject Name="Text2" Left="255.15" Top="18.9" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Klassen]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text3" Left="255.15" Top="37.8" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Schueler]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text18" Left="28.35" Top="94.5" Width="160.65" Height="18.9" Text="Anzahl Firmen:"/>
|
||||
<TextObject Name="Text4" Left="255.15" Top="94.5" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Firmen]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text19" Left="28.35" Top="113.4" Width="198.45" Height="18.9" Text="Anzahl berücksichtigte Firmen:"/>
|
||||
<TextObject Name="Text7" Left="255.15" Top="113.4" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Firmen_mit]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text20" Left="28.35" Top="151.2" Width="226.8" Height="18.9" Text="Anzahl angebotene Berufsbilder:"/>
|
||||
<TextObject Name="Text21" Left="28.35" Top="170.1" Width="226.8" Height="18.9" Text="Anzahl berücksichtigte Berufsbilder:"/>
|
||||
<TextObject Name="Text8" Left="255.15" Top="151.2" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Berufsbilder]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text9" Left="255.15" Top="170.1" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Berufsbilder1]" HorzAlign="Right"/>
|
||||
<TextObject Name="Text22" Left="28.35" Top="56.7" Width="160.65" Height="18.9" Text="Anzahl Zuteilungen:"/>
|
||||
<TextObject Name="Text10" Left="255.15" Top="56.7" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Zuteilungen]" HorzAlign="Right"/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="348.2" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="642.6" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="07/02/2012 22:05:46" ReportInfo.Modified="07/02/2012 22:15:52" ReportInfo.CreatorVersion="1.9.1.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="SqlDataSource1" ReferenceName="SqlDataSource1" DataType="System.Data.DataView, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Enabled="true">
|
||||
<Column Name="Expr1" DataType="System.String"/>
|
||||
<Column Name="Expr2" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="Strasse" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Briefanrede" DataType="System.String"/>
|
||||
<Column Name="Anrede" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="37.8"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="41.8" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text3" Left="9.45" Width="94.5" Height="18.9" Text="Expr2"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="64.7" Width="718.2" Height="37.8" Condition="[SqlDataSource1.Expr1]">
|
||||
<TextObject Name="Text1" Left="9.45" Top="9.45" Width="302.4" Height="18.9" Text="[[SqlDataSource1.Expr1]]"/>
|
||||
<DataBand Name="Data1" Top="106.5" Width="718.2" Height="75.6" DataSource="SqlDataSource1">
|
||||
<TextObject Name="Text2" Left="9.45" Top="9.45" Width="614.25" Height="56.7" Text="[SqlDataSource1.Expr2]" HtmlTags="true"/>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="186.1" Width="718.2" Height="37.8"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="227.9" Width="718.2" Height="18.9"/>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="08/30/2013 20:36:13" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Jahr" DataType="System.String"/>
|
||||
<Column Name="Beschreibung" DataType="System.String"/>
|
||||
<Column Name="Beruecksichtigt" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="WebStatistikNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Anzahl" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text20" Left="179.55" Top="37.8" Width="529.2" Height="18.9" Text="[Daten.Beschreibung]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="510.3" Top="9.45" Width="198.45" Height="28.35" Text="Berufsbilder" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.2" Width="718.2" Height="56.7">
|
||||
<TextObject Name="Text17" Left="9.45" Top="18.9" Width="103.95" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line4" Left="9.45" Top="37.8" Width="708.75"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="215.9" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text4" Left="37.8" Width="444.15" Height="18.9" Text="[Daten.Beruf]"/>
|
||||
<CheckBoxObject Name="CheckBox1" Left="9.45" Width="18.9" Height="18.9" DataColumn="Daten.Beruecksichtigt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Beruf]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="238.8" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text5" Left="9.45" Top="18.9" Width="264.6" Height="18.9" Text="Hacken = Beruf wurde berücksichtigt" Font="Arial, 10pt, style=Italic"/>
|
||||
</ColumnFooterBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="280.6" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text15" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="08/30/2013 22:03:04" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Jahr" DataType="System.String"/>
|
||||
<Column Name="Beschreibung" DataType="System.String"/>
|
||||
<Column Name="WebStatistikNr" DataType="System.Int32"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="NameZ2" DataType="System.String"/>
|
||||
<Column Name="PLZ" DataType="System.String"/>
|
||||
<Column Name="Ort" DataType="System.String"/>
|
||||
<Column Name="Expr1" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="141.75">
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text3" Left="179.55" Top="37.8" Width="529.2" Height="18.9" Text="[Daten.Beschreibung]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="510.3" Top="9.45" Width="198.45" Height="28.35" Text="Firmenangebot" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="145.75" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text6" Left="292.95" Top="9.45" Width="160.65" Height="18.9" Text="Beruf" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="614.25" Top="9.45" Width="94.5" Height="18.9" Text="Anz. Plätze" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text18" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line5" Left="9.45" Top="28.35" Width="708.75"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="187.55" Width="718.2" Height="18.9" CanGrow="true" DataSource="Daten">
|
||||
<TextObject Name="Text4" Left="9.45" Width="274.05" Height="18.9" CanGrow="true" Text="[Daten.NameZ1] [Daten.NameZ2], [Daten.PLZ] [Daten.Ort]"/>
|
||||
<TextObject Name="Text5" Left="292.95" Width="311.85" Height="18.9" CanGrow="true" Text="[Daten.Beruf]"/>
|
||||
<TextObject Name="Text1" Left="614.25" Width="94.5" Height="18.9" Text="[Daten.Expr1]" HorzAlign="Right"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.NameZ1]"/>
|
||||
<Sort Expression="[Daten.NameZ2]"/>
|
||||
<Sort Expression="[Daten.Beruf]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<ColumnFooterBand Name="ColumnFooter1" Top="210.45" Width="718.2" Height="37.8"/>
|
||||
<PageFooterBand Name="PageFooter1" Top="252.25" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text15" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="08/30/2013 08:15:06" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="WebStatistikNr" DataType="System.Int32"/>
|
||||
<Column Name="Jahr" DataType="System.String"/>
|
||||
<Column Name="Beschreibung" DataType="System.String"/>
|
||||
<Column Name="Bemerkung" DataType="System.String"/>
|
||||
<Column Name="aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
<Column Name="erstellt_am" DataType="System.DateTime"/>
|
||||
<Column Name="mutiert_am" DataType="System.DateTime"/>
|
||||
<Column Name="mutierer" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Firmen" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Firmen_mit" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Berufe" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Berufe_zuget" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Klassen" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Schueler" DataType="System.Int32"/>
|
||||
<Column Name="Anzahl_Zuteilungen" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text14" Left="311.85" Top="37.8" Width="406.35" Height="28.35" Text="Statistik - Zusammenfassung" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text13" Left="311.85" Top="9.45" Width="406.35" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.2" Width="718.2" Height="321.3">
|
||||
<TextObject Name="Text1" Left="122.85" Width="94.5" Height="18.9" Text="[Daten.Jahr]"/>
|
||||
<TextObject Name="Text2" Left="9.45" Width="94.5" Height="18.9" Text="Jahr" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="122.85" Top="18.9" Width="453.6" Height="18.9" Text="[Daten.Beschreibung]"/>
|
||||
<TextObject Name="Text17" Left="9.45" Top="18.9" Width="103.95" Height="18.9" Text="Beschreibung" Font="Arial, 10pt, style=Bold"/>
|
||||
<LineObject Name="Line4" Left="9.45" Top="37.8" Width="708.75"/>
|
||||
<TextObject Name="Text18" Left="9.45" Top="141.75" Width="179.55" Height="18.9" Text="Anzahl Firmen:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text19" Left="9.45" Top="160.65" Width="217.35" Height="18.9" Text="Anzahl berücksichtigte Firmen:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text20" Left="9.45" Top="198.45" Width="226.8" Height="18.9" Text="Anzahl angebotene Berufsbilder:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text21" Left="9.45" Top="217.35" Width="255.15" Height="18.9" Text="Anzahl berücksichtigte Berufsbilder:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="9.45" Top="66.15" Width="217.35" Height="18.9" Text="Anzahl Klassen:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="9.45" Top="85.05" Width="217.35" Height="18.9" Text="Anzahl Schüler:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="9.45" Top="103.95" Width="217.35" Height="18.9" Text="Anzahl Zuteilungen:" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="274.05" Top="141.75" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Firmen]"/>
|
||||
<TextObject Name="Text5" Left="274.05" Top="160.65" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Firmen_mit]"/>
|
||||
<TextObject Name="Text6" Left="274.05" Top="198.45" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Berufe]"/>
|
||||
<TextObject Name="Text7" Left="274.05" Top="217.35" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Berufe_zuget]"/>
|
||||
<TextObject Name="Text8" Left="274.05" Top="66.15" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Klassen]"/>
|
||||
<TextObject Name="Text9" Left="274.05" Top="85.05" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Schueler]"/>
|
||||
<TextObject Name="Text10" Left="274.05" Top="103.95" Width="94.5" Height="18.9" Text="[Daten.Anzahl_Zuteilungen]"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="480.5" Width="718.2" DataSource="Daten"/>
|
||||
<PageFooterBand Name="PageFooter1" Top="484.5" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text15" Left="9.45" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Top="9.45" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="9.45" Top="3" Width="708.75"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,85 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="04/11/2011 17:06:43" ReportInfo.Modified="08/31/2013 08:29:36" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Text3_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
if CType(Report.GetColumnValue("Daten.Differenz"), Int64) < 0 then
|
||||
Text3.TextColor=Color.Red
|
||||
text11.TextColor=color.red
|
||||
Else
|
||||
text3.TextColor=Color.Black
|
||||
text11.TextColor=color.Black
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Berufnr" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Anzahl_Angebot" DataType="System.Int64"/>
|
||||
<Column Name="Anzahl_Prio1" DataType="System.Int64"/>
|
||||
<Column Name="Prio_2_bis_5" DataType="System.Int64"/>
|
||||
<Column Name="Differenz" DataType="System.Int64"/>
|
||||
<Column Name="Jahr" DataType="System.String"/>
|
||||
<Column Name="Beschreibung" DataType="System.String"/>
|
||||
<Column Name="klasse" DataType="System.String"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="151.2">
|
||||
<PictureObject Name="Picture1" Left="9.45" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint" Image=""/>
|
||||
<TextObject Name="Text21" Left="189" Top="28.35" Width="529.2" Height="18.9" Text="[Daten.Beschreibung]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="207.9" Width="510.3" Height="28.35" Text="Vergleich Angebot/Nachfrage" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="155.2" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text2" Left="9.45" Width="56.7" Height="18.9" Text="Berufnr" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text4" Left="66.15" Width="94.5" Height="18.9" Text="Bezeichnung" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text6" Left="463.05" Width="66.15" Height="18.9" Text="Angebot" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="529.2" Width="56.7" Height="18.9" Text="Prio. 1" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text10" Left="585.9" Width="66.15" Height="18.9" Text="Prio <> 1" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text12" Left="652.05" Width="66.15" Height="18.9" Text="Differenz" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="9.45" Top="18.9" Width="708.75"/>
|
||||
<TextObject Name="Text18" Left="406.35" Width="66.15" Height="18.9" Text="Schultyp" Font="Arial, 9pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="197" Width="718.2" Height="25.35" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="9.45" Width="47.25" Height="18.9" Text="[Daten.Berufnr]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="66.15" Top="1" Width="283.5" Height="18.9" BeforePrintEvent="Text3_BeforePrint" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="481.95" Top="1" Width="47.25" Height="18.9" Text="[Daten.Anzahl_Angebot]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="529.2" Top="1" Width="56.7" Height="18.9" Text="[Daten.Anzahl_Prio1]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="595.35" Top="1" Width="56.7" Height="18.9" Text="[Daten.Prio_2_bis_5]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text11" Left="670.95" Top="1" Width="47.25" Height="18.9" Text="[Daten.Differenz]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<LineObject Name="Line2" Left="9.45" Top="21.9" Width="708.75"/>
|
||||
<LineObject Name="Line3" Left="9.45" Top="21.9" Width="708.75"/>
|
||||
<TextObject Name="Text17" Left="406.35" Width="75.6" Height="18.9" Text="[Daten.klasse]" Font="Arial, 9pt"/>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="226.35" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="652.05" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/20/2011 16:54:02" ReportInfo.Modified="06/06/2013 09:59:24" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Expr1" DataType="System.String"/>
|
||||
<Column Name="Name" DataType="System.String"/>
|
||||
<Column Name="Vorname" DataType="System.String"/>
|
||||
<Column Name="Typ" DataType="System.String"/>
|
||||
<Column Name="Klasse" DataType="System.String"/>
|
||||
<Column Name="Expr2" DataType="System.String"/>
|
||||
<Column Name="AnzZuteilungen" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1" RawPaperSize="9" FirstPageSource="15" OtherPagesSource="15">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="151.2">
|
||||
<TextObject Name="Text6" Left="236.25" Top="9.45" Width="463.05" Height="18.9" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="47.25" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text21" Left="236.25" Top="37.8" Width="463.05" Height="18.9" Text="Schüler ohne genügende Anzahl Berufswünsche" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="47.25" Top="122.85" Width="94.5" Height="18.9" Text="Schüler" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text22" Left="444.15" Top="122.85" Width="75.6" Height="18.9" Text="Klassentyp" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text23" Left="217.35" Top="122.85" Width="113.4" Height="18.9" Text="Anz. Zuteilungen" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text24" Left="340.2" Top="122.85" Width="94.5" Height="18.9" Text="Klasse" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text25" Left="529.2" Top="122.85" Width="113.4" Height="18.9" Text="Lehrer" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="47.25" Top="141.75" Width="652.05"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data1" Top="159.2" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text1" Left="47.25" Width="160.65" Height="18.9" Text="[Daten.Name] [Daten.Vorname]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text5" Left="529.2" Width="170.1" Height="18.9" Text="[Daten.Expr1] [Daten.Expr2]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text2" Left="217.35" Width="94.5" Height="18.9" Text="[Daten.AnzZuteilungen]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text9" Left="340.2" Width="85.05" Height="18.9" Text="[Daten.Klasse]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text3" Left="444.15" Width="75.6" Height="18.9" Text="[Daten.Typ]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Name]"/>
|
||||
<Sort Expression="[Daten.Vorname]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="182.1" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text15" Left="47.25" Top="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="633.15" Top="18.9" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
<LineObject Name="Line3" Left="47.25" Top="9.45" Width="652.05"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="08/02/2011 12:55:35" ReportInfo.Modified="06/07/2013 12:50:26" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Bezeichnung" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int64"/>
|
||||
<Column Name="Bezeichnung1" DataType="System.String"/>
|
||||
<Column Name="NameZ1" DataType="System.String"/>
|
||||
<Column Name="Ansprechpartner" DataType="System.String"/>
|
||||
<Column Name="EintragNr" DataType="System.Int64"/>
|
||||
<Column Name="aktiv" DataType="System.Boolean" BindableControl="CheckBox"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2"/>
|
||||
<PageHeaderBand Name="PageHeader1" Top="4" Width="718.2" Height="122.85">
|
||||
<TextObject Name="Text12" Left="463.05" Top="37.8" Width="226.8" Height="28.35" Text="Übersicht Zuteilung" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text14" Left="274.05" Top="9.45" Width="415.8" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 14pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="28.35" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="130.85" Width="718.2" Height="56.7" Condition="[Daten.Schueler]" KeepTogether="true">
|
||||
<TextObject Name="Text1" Left="94.5" Width="189" Height="18.9" Text="[[Daten.Schueler]]" Font="Arial, 10pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="538.65" Top="28.35" Width="151.2" Height="18.9" Text="Ansprechpartner" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text3" Left="28.35" Top="28.35" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text5" Left="264.6" Top="28.35" Width="94.5" Height="18.9" Text="Zeit" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text9" Left="226.8" Top="28.35" Width="28.35" Height="18.9" Text="Prio" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="368.55" Top="28.35" Width="94.5" Height="18.9" Text="Firma" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="28.35" Top="47.25" Width="661.5"/>
|
||||
<TextObject Name="Text13" Left="28.35" Width="66.15" Height="18.9" Text="Schüler:" Font="Arial, 10pt, style=Bold"/>
|
||||
<DataBand Name="Data1" Top="191.55" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text2" Left="28.35" Width="189" Height="18.9" Text="[Daten.Bezeichnung]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text4" Left="264.6" Width="94.5" Height="18.9" Text="[Daten.Bezeichnung1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="368.55" Width="160.65" Height="18.9" Text="[Daten.NameZ1]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text6" Left="226.8" Width="28.35" Height="18.9" Text="[Daten.Prioritaet]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text10" Left="538.65" Width="151.2" Height="18.9" Text="[Daten.Ansprechpartner]" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Bezeichnung1]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="214.45" Width="718.2" Height="28.35">
|
||||
<LineObject Name="Line2" Left="28.35" Top="9.45" Width="661.5"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="246.8" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="28.35" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="623.7" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="Vb" ReportInfo.Created="07/25/2012 23:56:34" ReportInfo.Modified="06/06/2013 09:56:54" ReportInfo.CreatorVersion="2013.2.2.0">
|
||||
<ScriptText>Imports System
|
||||
Imports System.Collections
|
||||
Imports System.Collections.Generic
|
||||
Imports System.ComponentModel
|
||||
Imports System.Windows.Forms
|
||||
Imports System.Drawing
|
||||
Imports Microsoft.VisualBasic
|
||||
Imports FastReport
|
||||
Imports FastReport.Data
|
||||
Imports FastReport.Dialog
|
||||
Imports FastReport.Table
|
||||
Imports FastReport.Barcode
|
||||
Imports FastReport.Utils
|
||||
|
||||
Namespace FastReport
|
||||
Public Class ReportScript
|
||||
|
||||
|
||||
Private Sub Text2_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
dim Ax as integer
|
||||
if CType(Report.GetColumnValue("Daten.Gruppe"), Int32) = 1 then
|
||||
Text2.Text="Priorität 1"
|
||||
Else
|
||||
Text2.Text="Priorität <> 1"
|
||||
End if
|
||||
End Sub
|
||||
|
||||
Private Sub Picture1_BeforePrint(ByVal sender As object, ByVal e As EventArgs)
|
||||
Picture1.ImageLocation= CType(Report.GetParameterValue("URL"), String)
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
</ScriptText>
|
||||
<Dictionary>
|
||||
<TableDataSource Name="Daten" ReferenceName="Data.Daten" DataType="System.Int32" Enabled="true">
|
||||
<Column Name="Counter" DataType="System.Int32"/>
|
||||
<Column Name="SchuelerNr" DataType="System.Int32"/>
|
||||
<Column Name="Schueler" DataType="System.String"/>
|
||||
<Column Name="Lehrer" DataType="System.String"/>
|
||||
<Column Name="Beruf" DataType="System.String"/>
|
||||
<Column Name="Prioritaet" DataType="System.Int32"/>
|
||||
<Column Name="typ" DataType="System.Int32"/>
|
||||
<Column Name="Gruppe" DataType="System.Int32"/>
|
||||
<Column Name="Zaehler" DataType="System.Int32"/>
|
||||
</TableDataSource>
|
||||
<Parameter Name="Parcours" DataType="System.String"/>
|
||||
<Parameter Name="Spruch" DataType="System.String"/>
|
||||
<Parameter Name="URL" DataType="System.String"/>
|
||||
</Dictionary>
|
||||
<ReportPage Name="Page1">
|
||||
<ReportTitleBand Name="ReportTitle1" Width="718.2" Height="103.95">
|
||||
<TextObject Name="Text5" Left="179.55" Top="9.45" Width="529.2" Height="28.35" Text="[Parcours]" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
<PictureObject Name="Picture1" Left="28.35" Top="-18.9" Width="141.75" Height="122.85" BeforePrintEvent="Picture1_BeforePrint"/>
|
||||
<TextObject Name="Text6" Left="179.55" Top="37.8" Width="529.2" Height="28.35" Text="Nicht zugeteilte Berufe / Zuwenig zugeteilte Berufe" HorzAlign="Right" Font="Arial, 12pt, style=Bold"/>
|
||||
</ReportTitleBand>
|
||||
<PageHeaderBand Name="PageHeader1" Top="107.95" Width="718.2" Height="37.8">
|
||||
<TextObject Name="Text12" Left="274.05" Top="9.45" Width="94.5" Height="18.9" Text="[Daten.Zaehler]"/>
|
||||
<TextObject Name="Text13" Left="9.45" Top="9.45" Width="302.4" Height="18.9" Text="Anzahl Schüler mit zuwenigen Zuteilungen:"/>
|
||||
</PageHeaderBand>
|
||||
<GroupHeaderBand Name="GroupHeader1" Top="149.75" Width="718.2" Height="66.15" Condition="[Daten.Gruppe]">
|
||||
<TextObject Name="Text2" Left="9.45" Width="236.25" Height="28.35" BeforePrintEvent="Text2_BeforePrint" Font="Arial, 14pt, style=Bold, Underline"/>
|
||||
<TextObject Name="Text4" Left="9.45" Top="37.8" Width="47.25" Height="18.9" Text="Nr." Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text8" Left="75.6" Top="37.8" Width="94.5" Height="18.9" Text="Schueler" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text9" Left="283.5" Top="37.8" Width="94.5" Height="18.9" Text="Beruf" Font="Arial, 9pt, style=Bold"/>
|
||||
<TextObject Name="Text11" Left="595.35" Top="37.8" Width="94.5" Height="18.9" Text="Prio" HorzAlign="Right" Font="Arial, 9pt, style=Bold"/>
|
||||
<LineObject Name="Line1" Left="9.45" Top="56.7" Width="680.4"/>
|
||||
<GroupHeaderBand Name="GroupHeader2" Top="219.9" Width="718.2" Height="9.45" Visible="false" Condition="[Daten.Schueler]">
|
||||
<DataBand Name="Data1" Top="233.35" Width="718.2" Height="18.9" DataSource="Daten">
|
||||
<TextObject Name="Text3" Left="9.45" Width="47.25" Height="18.9" Text="[Daten.SchuelerNr]" Duplicates="Hide" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text1" Left="283.5" Width="330.75" Height="18.9" Text="[Daten.Beruf]" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text10" Left="633.15" Width="56.7" Height="18.9" Text="[Daten.Prioritaet]" HorzAlign="Right" Font="Arial, 9pt"/>
|
||||
<TextObject Name="Text7" Left="75.6" Width="189" Height="18.9" Text="[Daten.Schueler]" Duplicates="Hide" Font="Arial, 9pt"/>
|
||||
<Sort>
|
||||
<Sort Expression="[Daten.Schueler]"/>
|
||||
<Sort Expression="[Daten.Prioritaet]"/>
|
||||
</Sort>
|
||||
</DataBand>
|
||||
<GroupFooterBand Name="GroupFooter2" Top="256.25" Width="718.2">
|
||||
<LineObject Name="Line2" Left="9.45" Width="680.4"/>
|
||||
</GroupFooterBand>
|
||||
</GroupHeaderBand>
|
||||
<GroupFooterBand Name="GroupFooter1" Top="260.25" Width="718.2" Height="37.8"/>
|
||||
</GroupHeaderBand>
|
||||
<PageFooterBand Name="PageFooter1" Top="302.05" Width="718.2" Height="18.9">
|
||||
<TextObject Name="Text15" Left="9.45" Width="94.5" Height="18.9" Text="[Date]" Format="Date" Format.Format="d"/>
|
||||
<TextObject Name="Text16" Left="642.6" Width="66.15" Height="18.9" Text="[Page#]" HorzAlign="Right"/>
|
||||
</PageFooterBand>
|
||||
</ReportPage>
|
||||
</Report>
|
||||
Reference in New Issue
Block a user