namespace Safedispatch_4_0 { using System.ComponentModel; using System.Drawing; using System.Windows.Forms; using Telerik.Reporting; using Telerik.Reporting.Drawing; partial class EndOfDay { #region Component Designer generated code /// /// Required method for telerik Reporting designer support - do not modify /// the contents of this method with the code editor. /// 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.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection(); this.tripCaptionTextBox = new Telerik.Reporting.TextBox(); this.startTimeCaptionTextBox = new Telerik.Reporting.TextBox(); this.startAddressCaptionTextBox = new Telerik.Reporting.TextBox(); this.stopTimeCaptionTextBox = new Telerik.Reporting.TextBox(); this.stopAddressCaptionTextBox = new Telerik.Reporting.TextBox(); this.distanceCaptionTextBox = 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.tripDataTextBox = new Telerik.Reporting.TextBox(); this.startTimeDataTextBox = new Telerik.Reporting.TextBox(); this.startAddressDataTextBox = new Telerik.Reporting.TextBox(); this.stopTimeDataTextBox = new Telerik.Reporting.TextBox(); this.stopAddressDataTextBox = new Telerik.Reporting.TextBox(); this.distanceDataTextBox = new Telerik.Reporting.TextBox(); this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // labelsGroupHeader // this.labelsGroupHeader.Height = new Telerik.Reporting.Drawing.Unit(0.23999999463558197, Telerik.Reporting.Drawing.UnitType.Inch); this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { this.tripCaptionTextBox, this.startTimeCaptionTextBox, this.startAddressCaptionTextBox, this.stopTimeCaptionTextBox, this.stopAddressCaptionTextBox, this.distanceCaptionTextBox}); this.labelsGroupHeader.Name = "labelsGroupHeader"; this.labelsGroupHeader.PrintOnEveryPage = true; // // tripCaptionTextBox // this.tripCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.tripCaptionTextBox.CanGrow = true; this.tripCaptionTextBox.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.tripCaptionTextBox.Name = "tripCaptionTextBox"; this.tripCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.37916669249534607, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.tripCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.tripCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.tripCaptionTextBox.StyleName = "Caption"; this.tripCaptionTextBox.Value = "Trip"; // // startTimeCaptionTextBox // this.startTimeCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.startTimeCaptionTextBox.CanGrow = true; this.startTimeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.41999998688697815, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.019999999552965164, Telerik.Reporting.Drawing.UnitType.Inch)); this.startTimeCaptionTextBox.Name = "startTimeCaptionTextBox"; this.startTimeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5800000429153442, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224, Telerik.Reporting.Drawing.UnitType.Inch)); this.startTimeCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.startTimeCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.startTimeCaptionTextBox.StyleName = "Caption"; this.startTimeCaptionTextBox.Value = "StartTime"; // // startAddressCaptionTextBox // this.startAddressCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.startAddressCaptionTextBox.CanGrow = true; this.startAddressCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2.0199999809265137, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch)); this.startAddressCaptionTextBox.Name = "startAddressCaptionTextBox"; this.startAddressCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.3800003528594971, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.startAddressCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.startAddressCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.startAddressCaptionTextBox.StyleName = "Caption"; this.startAddressCaptionTextBox.Value = "StartAddress"; // // stopTimeCaptionTextBox // this.stopTimeCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.stopTimeCaptionTextBox.CanGrow = true; this.stopTimeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4200000762939453, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.02083333395421505, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopTimeCaptionTextBox.Name = "stopTimeCaptionTextBox"; this.stopTimeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6399999856948853, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopTimeCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.stopTimeCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.stopTimeCaptionTextBox.StyleName = "Caption"; this.stopTimeCaptionTextBox.Value = "StopTime"; // // stopAddressCaptionTextBox // this.stopAddressCaptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.stopAddressCaptionTextBox.CanGrow = true; this.stopAddressCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.070000171661377, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.019999999552965164, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopAddressCaptionTextBox.Name = "stopAddressCaptionTextBox"; this.stopAddressCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.1000003814697266, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopAddressCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.stopAddressCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.stopAddressCaptionTextBox.StyleName = "Caption"; this.stopAddressCaptionTextBox.Value = "StopAddress"; // // 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(8.2000007629394531, 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(0.7999998927116394, 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"; // // labelsGroupFooter // this.labelsGroupFooter.Height = new Telerik.Reporting.Drawing.Unit(0.28125, 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.64791661500930786, 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.54791665077209473, 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 = "EndOfDay"; // // 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.tripDataTextBox, this.startTimeDataTextBox, this.startAddressDataTextBox, this.stopTimeDataTextBox, this.stopAddressDataTextBox, this.distanceDataTextBox}); this.detail.Name = "detail"; this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid; // // tripDataTextBox // this.tripDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.tripDataTextBox.CanGrow = true; this.tripDataTextBox.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.tripDataTextBox.Name = "tripDataTextBox"; this.tripDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.tripDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.tripDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.tripDataTextBox.StyleName = "Data"; this.tripDataTextBox.Value = "=Fields.Trip"; // // startTimeDataTextBox // this.startTimeDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.startTimeDataTextBox.CanGrow = true; this.startTimeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.40000000596046448, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)); this.startTimeDataTextBox.Name = "startTimeDataTextBox"; this.startTimeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5999999046325684, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.startTimeDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid; this.startTimeDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.startTimeDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.startTimeDataTextBox.StyleName = "Data"; this.startTimeDataTextBox.Value = "=Fields.StartTime"; // // startAddressDataTextBox // this.startAddressDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.startAddressDataTextBox.CanGrow = true; this.startAddressDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(2, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)); this.startAddressDataTextBox.Name = "startAddressDataTextBox"; this.startAddressDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.4000003337860107, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000003278255463, Telerik.Reporting.Drawing.UnitType.Inch)); this.startAddressDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid; this.startAddressDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid; this.startAddressDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.startAddressDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.startAddressDataTextBox.StyleName = "Data"; this.startAddressDataTextBox.Value = "=Fields.StartAddress"; // // stopTimeDataTextBox // this.stopTimeDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.stopTimeDataTextBox.CanGrow = true; this.stopTimeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(4.4000000953674316, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopTimeDataTextBox.Name = "stopTimeDataTextBox"; this.stopTimeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6599999666213989, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopTimeDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None; this.stopTimeDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None; this.stopTimeDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.stopTimeDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.stopTimeDataTextBox.StyleName = "Data"; this.stopTimeDataTextBox.Value = "=Fields.StopTime"; // // stopAddressDataTextBox // this.stopAddressDataTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.stopAddressDataTextBox.CanGrow = true; this.stopAddressDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(6.059999942779541, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopAddressDataTextBox.Name = "stopAddressDataTextBox"; this.stopAddressDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.130000114440918, Telerik.Reporting.Drawing.UnitType.Inch), new Telerik.Reporting.Drawing.Unit(0.20000000298023224, Telerik.Reporting.Drawing.UnitType.Inch)); this.stopAddressDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid; this.stopAddressDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid; this.stopAddressDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.stopAddressDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.stopAddressDataTextBox.StyleName = "Data"; this.stopAddressDataTextBox.Value = "=Fields.StopAddress"; // // 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(8.2000007629394531, 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(0.73749923706054688, 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.None; this.distanceDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; this.distanceDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; this.distanceDataTextBox.StyleName = "Data"; this.distanceDataTextBox.Value = "=Fields.Distance"; // // objectDataSource1 // this.objectDataSource1.DataMember = "GetALL"; this.objectDataSource1.DataSource = typeof(Safedispatch_4_0.EndOfDayDataObj); this.objectDataSource1.Name = "objectDataSource1"; // // EndOfDay // 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(9.0000009536743164, 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 tripDataTextBox; private Telerik.Reporting.TextBox startTimeDataTextBox; private Telerik.Reporting.TextBox startAddressDataTextBox; private Telerik.Reporting.TextBox stopTimeDataTextBox; private Telerik.Reporting.TextBox stopAddressDataTextBox; private Telerik.Reporting.TextBox distanceDataTextBox; public Telerik.Reporting.TextBox tripCaptionTextBox; public Telerik.Reporting.TextBox startTimeCaptionTextBox; public Telerik.Reporting.TextBox startAddressCaptionTextBox; public Telerik.Reporting.TextBox stopTimeCaptionTextBox; public Telerik.Reporting.TextBox stopAddressCaptionTextBox; public Telerik.Reporting.TextBox distanceCaptionTextBox; public Telerik.Reporting.TextBox titleTextBox; } }