You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
8.7 KiB
126 lines
8.7 KiB
<?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>
|