434 lines
28 KiB
C#
434 lines
28 KiB
C#
|
namespace ReportsLibrary
|
||
|
{
|
||
|
using System.ComponentModel;
|
||
|
using System.Drawing;
|
||
|
using System.Windows.Forms;
|
||
|
using Telerik.Reporting;
|
||
|
using Telerik.Reporting.Drawing;
|
||
|
|
||
|
partial class StopReport
|
||
|
{
|
||
|
#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.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.objectDataSource2 = new Telerik.Reporting.ObjectDataSource();
|
||
|
this.barSeries1 = new Telerik.Reporting.BarSeries();
|
||
|
this.labelsGroupHeader = new Telerik.Reporting.GroupHeaderSection();
|
||
|
this.dataCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.timeCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.locationCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.durationCaptionTextBox = new Telerik.Reporting.TextBox();
|
||
|
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.periodTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.chartDataSource = new Telerik.Reporting.ObjectDataSource();
|
||
|
this.detail = new Telerik.Reporting.DetailSection();
|
||
|
this.dataDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.timeDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.locationDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.durationDataTextBox = new Telerik.Reporting.TextBox();
|
||
|
this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
|
||
|
this.reportFooterSection1 = new Telerik.Reporting.ReportFooterSection();
|
||
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
||
|
//
|
||
|
// labelsGroupFooter
|
||
|
//
|
||
|
this.labelsGroupFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.052083294838666916D);
|
||
|
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.objectDataSource2;
|
||
|
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(0.60000008344650269D), Telerik.Reporting.Drawing.Unit.Inch(3.9498012483818457E-05D));
|
||
|
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(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(1.6000000238418579D));
|
||
|
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;
|
||
|
//
|
||
|
// objectDataSource2
|
||
|
//
|
||
|
this.objectDataSource2.DataMember = "GetAllAlarmChart";
|
||
|
this.objectDataSource2.DataSource = typeof(ReportsLibrary.ChartDataObj);
|
||
|
this.objectDataSource2.Name = "objectDataSource2";
|
||
|
//
|
||
|
// 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.dataCaptionTextBox,
|
||
|
this.timeCaptionTextBox,
|
||
|
this.locationCaptionTextBox,
|
||
|
this.durationCaptionTextBox});
|
||
|
this.labelsGroupHeader.Name = "labelsGroupHeader";
|
||
|
this.labelsGroupHeader.PrintOnEveryPage = true;
|
||
|
//
|
||
|
// 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(0.02083333395421505D), 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.2791666984558106D), 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";
|
||
|
//
|
||
|
// 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(1.3200000524520874D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
|
||
|
this.timeCaptionTextBox.Name = "timeCaptionTextBox";
|
||
|
this.timeCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2599999904632568D), 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";
|
||
|
//
|
||
|
// locationCaptionTextBox
|
||
|
//
|
||
|
this.locationCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
|
||
|
this.locationCaptionTextBox.CanGrow = true;
|
||
|
this.locationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
|
||
|
this.locationCaptionTextBox.Name = "locationCaptionTextBox";
|
||
|
this.locationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6000006198883057D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
|
||
|
this.locationCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.locationCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.locationCaptionTextBox.StyleName = "Caption";
|
||
|
this.locationCaptionTextBox.Value = "Location";
|
||
|
//
|
||
|
// durationCaptionTextBox
|
||
|
//
|
||
|
this.durationCaptionTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
|
||
|
this.durationCaptionTextBox.CanGrow = true;
|
||
|
this.durationCaptionTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.21999979019165D), Telerik.Reporting.Drawing.Unit.Inch(0.019999999552965164D));
|
||
|
this.durationCaptionTextBox.Name = "durationCaptionTextBox";
|
||
|
this.durationCaptionTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2200000286102295D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
|
||
|
this.durationCaptionTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.durationCaptionTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.durationCaptionTextBox.StyleName = "Caption";
|
||
|
this.durationCaptionTextBox.Value = "Duration";
|
||
|
//
|
||
|
// pageHeader
|
||
|
//
|
||
|
this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D);
|
||
|
this.pageHeader.Name = "pageHeader";
|
||
|
//
|
||
|
// pageFooter
|
||
|
//
|
||
|
this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.28125D);
|
||
|
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(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(3.1979167461395264D), 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(3.2395832538604736D), Telerik.Reporting.Drawing.Unit.Inch(0.02083333395421505D));
|
||
|
this.pageInfoTextBox.Name = "pageInfoTextBox";
|
||
|
this.pageInfoTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
|
||
|
this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
|
||
|
this.pageInfoTextBox.StyleName = "PageInfo";
|
||
|
this.pageInfoTextBox.Value = "=PageNumber";
|
||
|
//
|
||
|
// reportHeader
|
||
|
//
|
||
|
this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D);
|
||
|
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(6.4583334922790527D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D));
|
||
|
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 = "StopReport";
|
||
|
//
|
||
|
// periodTextBox
|
||
|
//
|
||
|
this.periodTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
|
||
|
this.periodTextBox.Name = "periodTextBox";
|
||
|
this.periodTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4583334922790527D), 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 = "GetAllAlarmChart";
|
||
|
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.dataDataTextBox,
|
||
|
this.timeDataTextBox,
|
||
|
this.locationDataTextBox,
|
||
|
this.durationDataTextBox});
|
||
|
this.detail.Name = "detail";
|
||
|
this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
//
|
||
|
// 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(0.02083333395421505D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
||
|
this.dataDataTextBox.Name = "dataDataTextBox";
|
||
|
this.dataDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2791666984558106D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
|
||
|
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";
|
||
|
//
|
||
|
// 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(1.3200000524520874D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
||
|
this.timeDataTextBox.Name = "timeDataTextBox";
|
||
|
this.timeDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2600001096725464D), 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";
|
||
|
//
|
||
|
// locationDataTextBox
|
||
|
//
|
||
|
this.locationDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
|
||
|
this.locationDataTextBox.CanGrow = true;
|
||
|
this.locationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
||
|
this.locationDataTextBox.Name = "locationDataTextBox";
|
||
|
this.locationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6000006198883057D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
|
||
|
this.locationDataTextBox.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.locationDataTextBox.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
|
||
|
this.locationDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.locationDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.locationDataTextBox.StyleName = "Data";
|
||
|
this.locationDataTextBox.Value = "=Fields.Location";
|
||
|
//
|
||
|
// durationDataTextBox
|
||
|
//
|
||
|
this.durationDataTextBox.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Bottom)));
|
||
|
this.durationDataTextBox.CanGrow = true;
|
||
|
this.durationDataTextBox.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.21999979019165D), Telerik.Reporting.Drawing.Unit.Inch(0D));
|
||
|
this.durationDataTextBox.Name = "durationDataTextBox";
|
||
|
this.durationDataTextBox.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.21750009059906D), Telerik.Reporting.Drawing.Unit.Inch(0.20000003278255463D));
|
||
|
this.durationDataTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
|
||
|
this.durationDataTextBox.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
|
||
|
this.durationDataTextBox.StyleName = "Data";
|
||
|
this.durationDataTextBox.Value = "=Fields.Duration";
|
||
|
//
|
||
|
// objectDataSource1
|
||
|
//
|
||
|
this.objectDataSource1.DataMember = "GetALL";
|
||
|
this.objectDataSource1.DataSource = typeof(ReportsLibrary.StopDataObj);
|
||
|
this.objectDataSource1.Name = "objectDataSource1";
|
||
|
//
|
||
|
// reportFooterSection1
|
||
|
//
|
||
|
this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.6000394821166992D);
|
||
|
this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
||
|
this.graph1});
|
||
|
this.reportFooterSection1.Name = "reportFooterSection1";
|
||
|
//
|
||
|
// StopReport
|
||
|
//
|
||
|
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 = "StopReport";
|
||
|
this.PageSettings.Landscape = false;
|
||
|
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(6.4583334922790527D);
|
||
|
((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 dataDataTextBox;
|
||
|
private Telerik.Reporting.TextBox timeDataTextBox;
|
||
|
private Telerik.Reporting.TextBox locationDataTextBox;
|
||
|
private Telerik.Reporting.TextBox durationDataTextBox;
|
||
|
public Telerik.Reporting.TextBox titleTextBox;
|
||
|
public Telerik.Reporting.TextBox dataCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox timeCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox locationCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox durationCaptionTextBox;
|
||
|
public Telerik.Reporting.TextBox periodTextBox;
|
||
|
private ObjectDataSource chartDataSource;
|
||
|
public Graph graph1;
|
||
|
private PolarCoordinateSystem polarCoordinateSystem1;
|
||
|
private GraphAxis graphAxis1;
|
||
|
private GraphAxis graphAxis2;
|
||
|
private ObjectDataSource objectDataSource2;
|
||
|
private BarSeries barSeries1;
|
||
|
public ReportFooterSection reportFooterSection1;
|
||
|
|
||
|
}
|
||
|
}
|