namespace HStation.WinFrmUI
{
partial class XtraReport1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.XYDiagramPane xyDiagramPane1 = new DevExpress.XtraCharts.XYDiagramPane();
DevExpress.XtraCharts.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
DevExpress.XtraCharts.DetrendedPriceOscillator detrendedPriceOscillator1 = new DevExpress.XtraCharts.DetrendedPriceOscillator();
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.xrChart1 = new DevExpress.XtraReports.UI.XRChart();
((System.ComponentModel.ISupportInitialize)(this.xrChart1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(detrendedPriceOscillator1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// TopMargin
//
this.TopMargin.HeightF = 47.95837F;
this.TopMargin.Name = "TopMargin";
//
// BottomMargin
//
this.BottomMargin.HeightF = 54.25008F;
this.BottomMargin.Name = "BottomMargin";
//
// Detail
//
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrChart1});
this.Detail.HeightF = 536.3749F;
this.Detail.Name = "Detail";
//
// xrChart1
//
this.xrChart1.BorderColor = System.Drawing.Color.Black;
this.xrChart1.Borders = DevExpress.XtraPrinting.BorderSide.None;
xyDiagram1.AxisX.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1;0";
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
xyDiagram1.DefaultPane.EnableAxisXScrolling = DevExpress.Utils.DefaultBoolean.False;
xyDiagram1.DefaultPane.EnableAxisXZooming = DevExpress.Utils.DefaultBoolean.False;
xyDiagram1.DefaultPane.EnableAxisYScrolling = DevExpress.Utils.DefaultBoolean.False;
xyDiagram1.DefaultPane.EnableAxisYZooming = DevExpress.Utils.DefaultBoolean.False;
xyDiagramPane1.Name = "Pane 1";
xyDiagramPane1.PaneID = 0;
xyDiagram1.Panes.AddRange(new DevExpress.XtraCharts.XYDiagramPane[] {
xyDiagramPane1});
secondaryAxisY1.AxisID = 1;
secondaryAxisY1.Name = "Secondary AxisY 2";
secondaryAxisY1.VisibleInPanesSerializable = "0";
xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
secondaryAxisY1});
this.xrChart1.Diagram = xyDiagram1;
this.xrChart1.Legend.LegendID = -1;
this.xrChart1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.xrChart1.LocationFloat = new DevExpress.Utils.PointFloat(102.0833F, 23.91663F);
this.xrChart1.Name = "xrChart1";
series1.Name = "Series 1";
series1.SeriesID = 0;
detrendedPriceOscillator1.AxisYName = "Secondary AxisY 2";
detrendedPriceOscillator1.IndicatorID = 2;
detrendedPriceOscillator1.Name = "test12323";
detrendedPriceOscillator1.PaneName = "Pane 1";
detrendedPriceOscillator1.ValueLevel = DevExpress.XtraCharts.ValueLevel.Value;
splineSeriesView1.Indicators.AddRange(new DevExpress.XtraCharts.Indicator[] {
detrendedPriceOscillator1});
series1.View = splineSeriesView1;
this.xrChart1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.xrChart1.SizeF = new System.Drawing.SizeF(300F, 200F);
//
// XtraReport1
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.TopMargin,
this.BottomMargin,
this.Detail});
this.Font = new DevExpress.Drawing.DXFont("Arial", 9.75F);
this.Margins = new DevExpress.Drawing.DXMargins(100F, 100F, 47.95837F, 54.25008F);
this.Version = "23.2";
((System.ComponentModel.ISupportInitialize)(xyDiagramPane1)).EndInit();
((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(detrendedPriceOscillator1)).EndInit();
((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrChart1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
private DevExpress.XtraReports.UI.DetailBand Detail;
private DevExpress.XtraReports.UI.XRChart xrChart1;
}
}