105 lines
5.0 KiB
C#
105 lines
5.0 KiB
C#
|
|
namespace WinformGeneralDeveloperFrame.Form
|
|
{
|
|
partial class FrmStockShow
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
|
|
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
|
|
DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("09:30:05", new object[] {
|
|
((object)(2D))});
|
|
DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
|
|
((object)(3D))});
|
|
DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("0", new object[] {
|
|
((object)(4D))});
|
|
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
|
|
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// chartControl1
|
|
//
|
|
xyDiagram1.AxisX.DateTimeScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Continuous;
|
|
xyDiagram1.AxisX.TimeSpanScaleOptions.ScaleMode = DevExpress.XtraCharts.ScaleMode.Continuous;
|
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
|
this.chartControl1.Diagram = xyDiagram1;
|
|
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chartControl1.Legend.Name = "Default Legend";
|
|
this.chartControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.chartControl1.Name = "chartControl1";
|
|
series1.Name = "Series 1";
|
|
series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
|
|
seriesPoint1,
|
|
seriesPoint2,
|
|
seriesPoint3});
|
|
lineSeriesView1.LineStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Bevel;
|
|
lineSeriesView1.LineStyle.Thickness = 1;
|
|
series1.View = lineSeriesView1;
|
|
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
|
|
series1};
|
|
this.chartControl1.Size = new System.Drawing.Size(1033, 532);
|
|
this.chartControl1.TabIndex = 0;
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(1033, 62);
|
|
this.panelControl1.TabIndex = 1;
|
|
//
|
|
// FrmStockShow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1033, 532);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Controls.Add(this.chartControl1);
|
|
this.Name = "FrmStockShow";
|
|
this.Text = "FrmStockShow";
|
|
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
}
|
|
} |