SafeDispatch/ReportsLibrary/Reports/SpeedingReport.Designer.cs

524 lines
34 KiB
C#
Raw Normal View History

2024-02-22 16:43:59 +00:00
namespace ReportsLibrary
{
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
using Telerik.Reporting;
using Telerik.Reporting.Drawing;
partial class SpeedingReport
{
#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.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
Telerik.Reporting.CategoryScale categoryScale1 = new Telerik.Reporting.CategoryScale();
Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
Telerik.Reporting.NumericalScale numericalScale2 = new Telerik.Reporting.NumericalScale();
Telerik.Reporting.CategoryScale categoryScale2 = new Telerik.Reporting.CategoryScale();
Telerik.Reporting.Group group1 = new Telerik.Reporting.Group();
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.labelsGroupFooter = new Telerik.Reporting.GroupFooterSection();
this.graph1 = new Telerik.Reporting.Graph();
this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
this.graphAxis1 = new Telerik.Reporting.GraphAxis();
this.graphAxis2 = new Telerik.Reporting.GraphAxis();
this.objectDataSource3 = new Telerik.Reporting.ObjectDataSource();
this.barSeries1 = new Telerik.Reporting.BarSeries();
this.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection();
this.nameCaptionTextBox = new Telerik.Reporting.TextBox();
this.speedCaptionTextBox = new Telerik.Reporting.TextBox();
this.timeCaptionTextBox = new Telerik.Reporting.TextBox();
this.dataCaptionTextBox = new Telerik.Reporting.TextBox();
this.addressCaptionTextBox = new Telerik.Reporting.TextBox();
this.objectDataSource2 = new Telerik.Reporting.ObjectDataSource();
this.pageHeader = new Telerik.Reporting.PageHeaderSection();
this.reportHeader = new Telerik.Reporting.ReportHeaderSection();
this.titleTextBox = new Telerik.Reporting.TextBox();
this.periodTextBox = new Telerik.Reporting.TextBox();
this.chartDataSource = new Telerik.Reporting.ObjectDataSource();
this.detail = new Telerik.Reporting.DetailSection();
this.nameDataTextBox = new Telerik.Reporting.TextBox();
this.speedDataTextBox = new Telerik.Reporting.TextBox();
this.timeDataTextBox = new Telerik.Reporting.TextBox();
this.dataDataTextBox = new Telerik.Reporting.TextBox();
this.textBox1 = new Telerik.Reporting.TextBox();
this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
this.polarCoordinateSystem2 = new Telerik.Reporting.PolarCoordinateSystem();
this.graphAxis3 = new Telerik.Reporting.GraphAxis();
this.graphAxis4 = new Telerik.Reporting.GraphAxis();
this.pageFooter = new Telerik.Reporting.PageFooterSection();
this.currentTimeTextBox = new Telerik.Reporting.TextBox();
this.pageInfoTextBox = new Telerik.Reporting.TextBox();
this.txObeserv = new Telerik.Reporting.TextBox();
this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// labelsGroupFooter
//
this.labelsGroupFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
this.labelsGroupFooter.Name = "labelsGroupFooter";
this.labelsGroupFooter.Style.Visible = false;
//
// graph1
//
graphGroup1.Name = "categoryGroup";
this.graph1.CategoryGroups.Add(graphGroup1);
this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
this.graph1.DataSource = this.objectDataSource3;
this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.graph1.Name = "graph1";
this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
this.graph1.Series.Add(this.barSeries1);
this.graph1.SeriesGroups.Add(graphGroup2);
this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.5D), Telerik.Reporting.Drawing.Unit.Inch(1.7541669607162476D));
graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
graphTitle1.Text = "";
this.graph1.Titles.Add(graphTitle1);
//
// polarCoordinateSystem1
//
this.polarCoordinateSystem1.AngularAxis = this.graphAxis1;
this.polarCoordinateSystem1.Name = "polarCoordinateSystem1";
this.polarCoordinateSystem1.RadialAxis = this.graphAxis2;
//
// graphAxis1
//
this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis1.MajorGridLineStyle.Visible = false;
this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis1.MinorGridLineStyle.Visible = false;
this.graphAxis1.Name = "graphAxis1";
this.graphAxis1.Scale = numericalScale1;
this.graphAxis1.Style.Visible = false;
//
// graphAxis2
//
this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis2.MajorGridLineStyle.Visible = false;
this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis2.MinorGridLineStyle.Visible = false;
this.graphAxis2.Name = "graphAxis2";
categoryScale1.PositionMode = Telerik.Reporting.AxisPositionMode.OnTicks;
categoryScale1.SpacingSlotCount = 0D;
this.graphAxis2.Scale = categoryScale1;
this.graphAxis2.Style.Visible = false;
//
// objectDataSource3
//
this.objectDataSource3.DataMember = "GetSpeedingChart";
this.objectDataSource3.DataSource = typeof(ReportsLibrary.ChartDataObj);
this.objectDataSource3.Name = "objectDataSource3";
//
// barSeries1
//
this.barSeries1.ArrangeMode = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
this.barSeries1.CategoryGroup = graphGroup1;
this.barSeries1.CoordinateSystem = this.polarCoordinateSystem1;
this.barSeries1.DataPointLabel = "= Sum(Fields.Value) / CDbl(Exec(\'graph1\', Sum(Fields.Value)))";
this.barSeries1.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this.barSeries1.DataPointLabelConnectorStyle.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this.barSeries1.DataPointLabelFormat = "{0:P}";
this.barSeries1.DataPointLabelOffset = Telerik.Reporting.Drawing.Unit.Mm(5D);
this.barSeries1.DataPointLabelStyle.Visible = true;
this.barSeries1.DataPointStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
this.barSeries1.DataPointStyle.Visible = true;
this.barSeries1.LegendItem.Value = "= Fields.Type";
this.barSeries1.Name = "barSeries1";
graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Type"));
graphGroup2.Name = "typeGroup";
graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Type", Telerik.Reporting.SortDirection.Asc));
this.barSeries1.SeriesGroup = graphGroup2;
this.barSeries1.X = "= Sum(Fields.Value)";
//
// labelsGroupHeader
//
this.labelsGroupHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
this.labelsGroupHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.nameCaptionTextBox,
this.speedCaptionTextBox,
this.timeCaptionTextBox,
this.dataCaptionTextBox,
this.addressCaptionTextBox});
this.labelsGroupHeader.Name = "labelsGroupHeader";
this.labelsGroupHeader.PrintOnEveryPage = true;
//
// nameCaptionTextBox
//
this.nameCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.nameCaptionTextBox.CanGrow = true;
this.nameCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.nameCaptionTextBox.Name = "nameCaptionTextBox";
this.nameCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1320559978485107D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
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";
//
// speedCaptionTextBox
//
this.speedCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.speedCaptionTextBox.CanGrow = true;
this.speedCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1800000667572021D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
this.speedCaptionTextBox.Name = "speedCaptionTextBox";
this.speedCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3717179298400879D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.speedCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.speedCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.speedCaptionTextBox.StyleName = "Caption";
this.speedCaptionTextBox.Value = "Speed";
//
// timeCaptionTextBox
//
this.timeCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.timeCaptionTextBox.CanGrow = true;
this.timeCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5717971324920654D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.timeCaptionTextBox.Name = "timeCaptionTextBox";
this.timeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999999761581421D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
this.timeCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.timeCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.timeCaptionTextBox.StyleName = "Caption";
this.timeCaptionTextBox.Value = "Time";
//
// dataCaptionTextBox
//
this.dataCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.dataCaptionTextBox.CanGrow = true;
this.dataCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.0000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.dataCaptionTextBox.Name = "dataCaptionTextBox";
this.dataCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4374994039535523D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.dataCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.dataCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.dataCaptionTextBox.StyleName = "Caption";
this.dataCaptionTextBox.Value = "Data";
//
// addressCaptionTextBox
//
this.addressCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.addressCaptionTextBox.CanGrow = true;
this.addressCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4600000381469727D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.addressCaptionTextBox.Name = "addressCaptionTextBox";
this.addressCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5400009155273438D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.addressCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.addressCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.addressCaptionTextBox.StyleName = "Caption";
this.addressCaptionTextBox.Value = "Address";
//
// objectDataSource2
//
this.objectDataSource2.DataMember = "GetSpeedingChart";
this.objectDataSource2.DataSource = typeof(ReportsLibrary.ChartDataObj);
this.objectDataSource2.Name = "objectDataSource2";
//
// pageHeader
//
this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
this.pageHeader.Name = "pageHeader";
//
// reportHeader
//
this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.64791679382324219D);
this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.titleTextBox,
this.periodTextBox});
this.reportHeader.Name = "reportHeader";
//
// titleTextBox
//
this.titleTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.0000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.34791669249534607D));
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 = "SpeedingReport";
//
// periodTextBox
//
this.periodTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.34791669249534607D));
this.periodTextBox.Name = "periodTextBox";
this.periodTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9.0000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
this.periodTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.periodTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.periodTextBox.Style.Visible = false;
this.periodTextBox.StyleName = "Title";
this.periodTextBox.Value = "";
//
// chartDataSource
//
this.chartDataSource.DataMember = "GetSpeedingChart";
this.chartDataSource.DataSource = typeof(ReportsLibrary.ChartDataObj);
this.chartDataSource.Name = "chartDataSource";
//
// detail
//
this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D);
this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.nameDataTextBox,
this.speedDataTextBox,
this.timeDataTextBox,
this.dataDataTextBox,
this.textBox1});
this.detail.Name = "detail";
this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
//
// nameDataTextBox
//
this.nameDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.nameDataTextBox.CanGrow = true;
this.nameDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.nameDataTextBox.Name = "nameDataTextBox";
this.nameDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1320559978485107D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.nameDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.nameDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.nameDataTextBox.StyleName = "Data";
this.nameDataTextBox.Value = "=Fields.Name";
//
// speedDataTextBox
//
this.speedDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.speedDataTextBox.CanGrow = true;
this.speedDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.1800000667572021D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.speedDataTextBox.Name = "speedDataTextBox";
this.speedDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3717178106307983D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.speedDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
this.speedDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.speedDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.speedDataTextBox.StyleName = "Data";
this.speedDataTextBox.Value = "=Fields.Speed";
//
// timeDataTextBox
//
this.timeDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.timeDataTextBox.CanGrow = true;
this.timeDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5717971324920654D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.timeDataTextBox.Name = "timeDataTextBox";
this.timeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3999996185302734D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.timeDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
this.timeDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.timeDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.timeDataTextBox.StyleName = "Data";
this.timeDataTextBox.Value = "=Fields.Time";
//
// dataDataTextBox
//
this.dataDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.dataDataTextBox.CanGrow = true;
this.dataDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.0000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.dataDataTextBox.Name = "dataDataTextBox";
this.dataDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4374994039535523D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.dataDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
this.dataDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.dataDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.dataDataTextBox.StyleName = "Data";
this.dataDataTextBox.Value = "=Fields.Data";
//
// textBox1
//
this.textBox1.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
this.textBox1.CanGrow = true;
this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4599995613098145D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this.textBox1.Name = "dataDataTextBox";
this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5400009155273438D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.textBox1.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.textBox1.StyleName = "Data";
this.textBox1.Value = "= Fields.Address";
//
// objectDataSource1
//
this.objectDataSource1.DataMember = "GetALL";
this.objectDataSource1.DataSource = typeof(ReportsLibrary.SpeedDataObj);
this.objectDataSource1.Name = "objectDataSource1";
//
// polarCoordinateSystem2
//
this.polarCoordinateSystem2.AngularAxis = this.graphAxis3;
this.polarCoordinateSystem2.Name = "polarCoordinateSystem2";
this.polarCoordinateSystem2.RadialAxis = this.graphAxis4;
//
// graphAxis3
//
this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis3.MajorGridLineStyle.Visible = false;
this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis3.MinorGridLineStyle.Visible = false;
this.graphAxis3.Name = "graphAxis3";
this.graphAxis3.Scale = numericalScale2;
this.graphAxis3.Style.Visible = false;
//
// graphAxis4
//
this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis4.MajorGridLineStyle.Visible = false;
this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
this.graphAxis4.MinorGridLineStyle.Visible = false;
this.graphAxis4.Name = "graphAxis4";
categoryScale2.PositionMode = Telerik.Reporting.AxisPositionMode.OnTicks;
categoryScale2.SpacingSlotCount = 0D;
this.graphAxis4.Scale = categoryScale2;
this.graphAxis4.Style.Visible = false;
//
// pageFooter
//
this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.22083330154418945D);
this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.currentTimeTextBox,
this.pageInfoTextBox,
this.txObeserv});
this.pageFooter.Name = "pageFooter";
//
// currentTimeTextBox
//
this.currentTimeTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.currentTimeTextBox.Name = "currentTimeTextBox";
this.currentTimeTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1320559978485107D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.currentTimeTextBox.StyleName = "PageInfo";
this.currentTimeTextBox.Value = "=NOW()";
//
// pageInfoTextBox
//
this.pageInfoTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(7.8000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.pageInfoTextBox.Name = "pageInfoTextBox";
this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
this.pageInfoTextBox.StyleName = "PageInfo";
this.pageInfoTextBox.Value = "=PageNumber";
//
// txObeserv
//
this.txObeserv.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
this.txObeserv.Name = "txObeserv";
this.txObeserv.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.5000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
this.txObeserv.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this.txObeserv.StyleName = "PageInfo";
this.txObeserv.Value = "OBSERVATION: In this report you have only alarm ALREADY generated.";
//
// reportFooterSection1
//
this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.7541669607162476D);
this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.graph1});
this.reportFooterSection1.Name = "reportFooterSection1";
//
// SpeedingReport
//
this.DataSource = this.objectDataSource1;
group1.GroupFooter = this.labelsGroupFooter;
group1.GroupHeader = this.labelsGroupHeader;
group1.Name = "labelsGroup";
this.Groups.AddRange(new Telerik.Reporting.Group[] {
group1});
this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
this.labelsGroupHeader,
this.labelsGroupFooter,
this.pageHeader,
this.pageFooter,
this.reportHeader,
this.detail,
this.reportFooterSection1});
this.Name = "SpeedingReport";
this.PageSettings.Landscape = true;
this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
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 = Telerik.Reporting.Drawing.Unit.Point(18D);
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 = Telerik.Reporting.Drawing.Unit.Point(11D);
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 = Telerik.Reporting.Drawing.Unit.Point(10D);
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 = Telerik.Reporting.Drawing.Unit.Point(8D);
styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
styleRule1,
styleRule2,
styleRule3,
styleRule4});
this.Width = Telerik.Reporting.Drawing.Unit.Inch(9.0000009536743164D);
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private ObjectDataSource objectDataSource1;
private GroupHeaderSection labelsGroupHeader;
private GroupFooterSection labelsGroupFooter;
private Group labelsGroup;
private PageHeaderSection pageHeader;
private ReportHeaderSection reportHeader;
private DetailSection detail;
private Telerik.Reporting.TextBox nameDataTextBox;
private Telerik.Reporting.TextBox speedDataTextBox;
private Telerik.Reporting.TextBox timeDataTextBox;
private Telerik.Reporting.TextBox dataDataTextBox;
public Telerik.Reporting.TextBox nameCaptionTextBox;
public Telerik.Reporting.TextBox speedCaptionTextBox;
public Telerik.Reporting.TextBox timeCaptionTextBox;
public Telerik.Reporting.TextBox dataCaptionTextBox;
public Telerik.Reporting.TextBox titleTextBox;
public Telerik.Reporting.TextBox addressCaptionTextBox;
private Telerik.Reporting.TextBox textBox1;
public Telerik.Reporting.TextBox periodTextBox;
private ObjectDataSource chartDataSource;
private ObjectDataSource objectDataSource2;
private PolarCoordinateSystem polarCoordinateSystem2;
private GraphAxis graphAxis3;
private GraphAxis graphAxis4;
public Graph graph1;
private PolarCoordinateSystem polarCoordinateSystem1;
private GraphAxis graphAxis1;
private GraphAxis graphAxis2;
private ObjectDataSource objectDataSource3;
private BarSeries barSeries1;
private PageFooterSection pageFooter;
private Telerik.Reporting.TextBox currentTimeTextBox;
private Telerik.Reporting.TextBox pageInfoTextBox;
public Telerik.Reporting.TextBox txObeserv;
public ReportFooterSection reportFooterSection1;
}
}