334 lines
25 KiB
C#
334 lines
25 KiB
C#
|
namespace Safedispatch_4_0
|
||
|
{
|
||
|
using System.ComponentModel;
|
||
|
using System.Drawing;
|
||
|
using System.Windows.Forms;
|
||
|
using Telerik.Reporting;
|
||
|
using Telerik.Reporting.Drawing;
|
||
|
|
||
|
partial class FleetReport
|
||
|
{
|
||
|
#region Component Designer generated code
|
||
|
/// <summary>
|
||
|
/// Required method for telerik Reporting designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
|
||
|
Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
|
||
|
Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
|
||
|
Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
|
||
|
this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
|
||
|
this.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection();
|
||
|
this.nameCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.distanceCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.tripsCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.startCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.stopCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.labelsGroupFooter = new Telerik.Reporting.GroupFooterSection();
|
||
|
this.labelsGroup = new Telerik.Reporting.Group();
|
||
|
this.pageHeader = new Telerik.Reporting.PageHeaderSection();
|
||
|
this.pageFooter = new Telerik.Reporting.PageFooterSection();
|
||
|
this.currentTimeTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.pageInfoTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
|
||
|
this.titleTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.detail = new Telerik.Reporting.DetailSection();
|
||
|
this.nameDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.distanceDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.tripsDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.startDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.stopDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||
|
//
|
||
|
// objectDataSource1
|
||
|
//
|
||
|
this.objectDataSource1.DataMember = "GetALL";
|
||
|
this.objectDataSource1.DataSource = typeof(Safedispatch_4_0.FleetDataObj);
|
||
|
this.objectDataSource1.Name = "objectDataSource1";
|
||
|
//
|
||
|
// labelsGroupHeader
|
||
|
//
|
||
|
this.labelsGroupHeader.Height = new Telerik.Reporting.Drawing.Unit(0.28125, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.nameCaptionTextBox,
|
||
|
this.distanceCaptionTextBox,
|
||
|
this.tripsCaptionTextBox,
|
||
|
this.startCaptionTextBox,
|
||
|
this.stopCaptionTextBox});
|
||
|
this.labelsGroupHeader.Name = "labelsGroupHeader";
|
||
|
this.labelsGroupHeader.PrintOnEveryPage = true;
|
||
|
//
|
||
|
// nameCaptionTextBox
|
||
|
//
|
||
|
this.nameCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.nameCaptionTextBox.CanGrow = true;
|
||
|
this.nameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.nameCaptionTextBox.Name = "nameCaptionTextBox";
|
||
|
this.nameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.nameCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.nameCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.nameCaptionTextBox.StyleName = "Caption";
|
||
|
this.nameCaptionTextBox.Value = "Name";
|
||
|
//
|
||
|
// distanceCaptionTextBox
|
||
|
//
|
||
|
this.distanceCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.distanceCaptionTextBox.CanGrow = true;
|
||
|
this.distanceCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.8083333969116211, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.distanceCaptionTextBox.Name = "distanceCaptionTextBox";
|
||
|
this.distanceCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.distanceCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.distanceCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.distanceCaptionTextBox.StyleName = "Caption";
|
||
|
this.distanceCaptionTextBox.Value = "Distance";
|
||
|
//
|
||
|
// tripsCaptionTextBox
|
||
|
//
|
||
|
this.tripsCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.tripsCaptionTextBox.CanGrow = true;
|
||
|
this.tripsCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.5958335399627686, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.tripsCaptionTextBox.Name = "tripsCaptionTextBox";
|
||
|
this.tripsCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.tripsCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.tripsCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.tripsCaptionTextBox.StyleName = "Caption";
|
||
|
this.tripsCaptionTextBox.Value = "Trips";
|
||
|
//
|
||
|
// startCaptionTextBox
|
||
|
//
|
||
|
this.startCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.startCaptionTextBox.CanGrow = true;
|
||
|
this.startCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.383333683013916, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.startCaptionTextBox.Name = "startCaptionTextBox";
|
||
|
this.startCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.startCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.startCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.startCaptionTextBox.StyleName = "Caption";
|
||
|
this.startCaptionTextBox.Value = "Start";
|
||
|
//
|
||
|
// stopCaptionTextBox
|
||
|
//
|
||
|
this.stopCaptionTextBox.CanGrow = true;
|
||
|
this.stopCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1708340644836426, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.stopCaptionTextBox.Name = "stopCaptionTextBox";
|
||
|
this.stopCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.stopCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.stopCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.stopCaptionTextBox.StyleName = "Caption";
|
||
|
this.stopCaptionTextBox.Value = "Stop";
|
||
|
//
|
||
|
// labelsGroupFooter
|
||
|
//
|
||
|
this.labelsGroupFooter.Height = new Telerik.Reporting.Drawing.Unit(0.15843169391155243, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.labelsGroupFooter.Name = "labelsGroupFooter";
|
||
|
this.labelsGroupFooter.Style.Visible = false;
|
||
|
//
|
||
|
// labelsGroup
|
||
|
//
|
||
|
this.labelsGroup.GroupFooter = this.labelsGroupFooter;
|
||
|
this.labelsGroup.GroupHeader = this.labelsGroupHeader;
|
||
|
this.labelsGroup.Name = "labelsGroup";
|
||
|
//
|
||
|
// pageHeader
|
||
|
//
|
||
|
this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(0.0520833320915699, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.pageHeader.Name = "pageHeader";
|
||
|
//
|
||
|
// pageFooter
|
||
|
//
|
||
|
this.pageFooter.Height = new Telerik.Reporting.Drawing.Unit(0.28125, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.currentTimeTextBox,
|
||
|
this.pageInfoTextBox});
|
||
|
this.pageFooter.Name = "pageFooter";
|
||
|
//
|
||
|
// currentTimeTextBox
|
||
|
//
|
||
|
this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.currentTimeTextBox.Name = "currentTimeTextBox";
|
||
|
this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.4479165077209473, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.currentTimeTextBox.StyleName = "PageInfo";
|
||
|
this.currentTimeTextBox.Value = "=NOW()";
|
||
|
//
|
||
|
// pageInfoTextBox
|
||
|
//
|
||
|
this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4895834922790527, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.pageInfoTextBox.Name = "pageInfoTextBox";
|
||
|
this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.4479165077209473, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
||
|
this.pageInfoTextBox.StyleName = "PageInfo";
|
||
|
this.pageInfoTextBox.Value = "=PageNumber";
|
||
|
//
|
||
|
// reportHeader
|
||
|
//
|
||
|
this.reportHeader.Height = new Telerik.Reporting.Drawing.Unit(0.80823493003845215, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.titleTextBox});
|
||
|
this.reportHeader.Name = "reportHeader";
|
||
|
//
|
||
|
// titleTextBox
|
||
|
//
|
||
|
this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.titleTextBox.Name = "titleTextBox";
|
||
|
this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.9583330154418945, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.78740161657333374, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.titleTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.titleTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.titleTextBox.StyleName = "Title";
|
||
|
this.titleTextBox.Value = "FleetReport";
|
||
|
//
|
||
|
// detail
|
||
|
//
|
||
|
this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.nameDataTextBox,
|
||
|
this.distanceDataTextBox,
|
||
|
this.tripsDataTextBox,
|
||
|
this.startDataTextBox,
|
||
|
this.stopDataTextBox});
|
||
|
this.detail.Name = "detail";
|
||
|
this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
//
|
||
|
// nameDataTextBox
|
||
|
//
|
||
|
this.nameDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.nameDataTextBox.CanGrow = true;
|
||
|
this.nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.nameDataTextBox.Name = "nameDataTextBox";
|
||
|
this.nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.nameDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.nameDataTextBox.StyleName = "Data";
|
||
|
this.nameDataTextBox.Value = "=Fields.Name";
|
||
|
//
|
||
|
// distanceDataTextBox
|
||
|
//
|
||
|
this.distanceDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.distanceDataTextBox.CanGrow = true;
|
||
|
this.distanceDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(1.8083333969116211, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.distanceDataTextBox.Name = "distanceDataTextBox";
|
||
|
this.distanceDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.distanceDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.distanceDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.distanceDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.distanceDataTextBox.StyleName = "Data";
|
||
|
this.distanceDataTextBox.Value = "=Fields.Distance";
|
||
|
//
|
||
|
// tripsDataTextBox
|
||
|
//
|
||
|
this.tripsDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.tripsDataTextBox.CanGrow = true;
|
||
|
this.tripsDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(3.5958335399627686, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.tripsDataTextBox.Name = "tripsDataTextBox";
|
||
|
this.tripsDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.tripsDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.tripsDataTextBox.StyleName = "Data";
|
||
|
this.tripsDataTextBox.Value = "=Fields.Trips";
|
||
|
//
|
||
|
// startDataTextBox
|
||
|
//
|
||
|
this.startDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.startDataTextBox.CanGrow = true;
|
||
|
this.startDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.383333683013916, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.startDataTextBox.Name = "startDataTextBox";
|
||
|
this.startDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.startDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.startDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.startDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.startDataTextBox.StyleName = "Data";
|
||
|
this.startDataTextBox.Value = "=Fields.Start";
|
||
|
//
|
||
|
// stopDataTextBox
|
||
|
//
|
||
|
this.stopDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
||
|
this.stopDataTextBox.CanGrow = true;
|
||
|
this.stopDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(7.1708340644836426, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.stopDataTextBox.Name = "stopDataTextBox";
|
||
|
this.stopDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7666666507720947, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch));
|
||
|
this.stopDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.stopDataTextBox.StyleName = "Data";
|
||
|
this.stopDataTextBox.Value = "=Fields.Stop";
|
||
|
//
|
||
|
// FleetReport
|
||
|
//
|
||
|
this.DataSource = this.objectDataSource1;
|
||
|
this.Groups.AddRange(new Telerik.Reporting.Group[] {
|
||
|
this.labelsGroup});
|
||
|
this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.labelsGroupHeader,
|
||
|
this.labelsGroupFooter,
|
||
|
this.pageHeader,
|
||
|
this.pageFooter,
|
||
|
this.reportHeader,
|
||
|
this.detail});
|
||
|
this.PageSettings.Landscape = true;
|
||
|
this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(1, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
|
||
|
this.Style.BackgroundColor = System.Drawing.Color.White;
|
||
|
styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
|
||
|
new Telerik.Reporting.Drawing.StyleSelector("Title")});
|
||
|
styleRule1.Style.BackgroundColor = System.Drawing.Color.Empty;
|
||
|
styleRule1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
|
||
|
styleRule1.Style.Font.Name = "Tahoma";
|
||
|
styleRule1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(18, Telerik.Reporting.Drawing.UnitType.Point);
|
||
|
styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
|
||
|
new Telerik.Reporting.Drawing.StyleSelector("Caption")});
|
||
|
styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(58)))), ((int)(((byte)(112)))));
|
||
|
styleRule2.Style.Color = System.Drawing.Color.White;
|
||
|
styleRule2.Style.Font.Bold = true;
|
||
|
styleRule2.Style.Font.Italic = false;
|
||
|
styleRule2.Style.Font.Name = "Tahoma";
|
||
|
styleRule2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(11, Telerik.Reporting.Drawing.UnitType.Point);
|
||
|
styleRule2.Style.Font.Strikeout = false;
|
||
|
styleRule2.Style.Font.Underline = false;
|
||
|
styleRule2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
|
||
|
new Telerik.Reporting.Drawing.StyleSelector("Data")});
|
||
|
styleRule3.Style.Color = System.Drawing.Color.Black;
|
||
|
styleRule3.Style.Font.Name = "Tahoma";
|
||
|
styleRule3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10, Telerik.Reporting.Drawing.UnitType.Point);
|
||
|
styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
|
||
|
new Telerik.Reporting.Drawing.StyleSelector("PageInfo")});
|
||
|
styleRule4.Style.Color = System.Drawing.Color.Black;
|
||
|
styleRule4.Style.Font.Name = "Tahoma";
|
||
|
styleRule4.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8, Telerik.Reporting.Drawing.UnitType.Point);
|
||
|
styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
|
||
|
styleRule1,
|
||
|
styleRule2,
|
||
|
styleRule3,
|
||
|
styleRule4});
|
||
|
this.Width = new Telerik.Reporting.Drawing.Unit(8.9583330154418945, Telerik.Reporting.Drawing.UnitType.Inch);
|
||
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
||
|
|
||
|
}
|
||
|
#endregion
|
||
|
|
||
|
private ObjectDataSource objectDataSource1;
|
||
|
private GroupHeaderSection labelsGroupHeader;
|
||
|
private GroupFooterSection labelsGroupFooter;
|
||
|
private Group labelsGroup;
|
||
|
private PageHeaderSection pageHeader;
|
||
|
private PageFooterSection pageFooter;
|
||
|
private Telerik.Reporting.TextBox currentTimeTextBox;
|
||
|
private Telerik.Reporting.TextBox pageInfoTextBox;
|
||
|
private ReportHeaderSection reportHeader;
|
||
|
private DetailSection detail;
|
||
|
private Telerik.Reporting.TextBox nameDataTextBox;
|
||
|
private Telerik.Reporting.TextBox distanceDataTextBox;
|
||
|
private Telerik.Reporting.TextBox tripsDataTextBox;
|
||
|
private Telerik.Reporting.TextBox startDataTextBox;
|
||
|
private Telerik.Reporting.TextBox stopDataTextBox;
|
||
|
public Telerik.Reporting.TextBox nameCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox distanceCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox tripsCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox startCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox stopCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox titleTextBox;
|
||
|
|
||
|
}
|
||
|
}
|