151 lines
7.4 KiB
C#
151 lines
7.4 KiB
C#
namespace Lskj.MyControl.Panel_Chart
|
|
{
|
|
partial class Panel_Chart
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
DevExpress.XtraCharts.SimpleDiagram simpleDiagram1 = new DevExpress.XtraCharts.SimpleDiagram();
|
|
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
|
|
DevExpress.XtraCharts.PieSeriesLabel pieSeriesLabel1 = new DevExpress.XtraCharts.PieSeriesLabel();
|
|
DevExpress.XtraCharts.PiePointOptions piePointOptions1 = new DevExpress.XtraCharts.PiePointOptions();
|
|
DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView();
|
|
DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
|
|
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
|
|
this.pl_main = new System.Windows.Forms.Panel();
|
|
this.chartMain = new DevExpress.XtraCharts.ChartControl();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gcMain = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.pl_main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_main
|
|
//
|
|
this.pl_main.Controls.Add(this.chartMain);
|
|
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_main.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_main.Name = "pl_main";
|
|
this.pl_main.Size = new System.Drawing.Size(814, 259);
|
|
this.pl_main.TabIndex = 1;
|
|
//
|
|
// chartMain
|
|
//
|
|
simpleDiagram1.EqualPieSize = false;
|
|
this.chartMain.Diagram = simpleDiagram1;
|
|
this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.chartMain.Location = new System.Drawing.Point(0, 0);
|
|
this.chartMain.Name = "chartMain";
|
|
pieSeriesLabel1.LineVisible = true;
|
|
piePointOptions1.PointView = DevExpress.XtraCharts.PointView.ArgumentAndValues;
|
|
piePointOptions1.ValueNumericOptions.Format = DevExpress.XtraCharts.NumericFormat.General;
|
|
pieSeriesLabel1.PointOptions = piePointOptions1;
|
|
series1.Label = pieSeriesLabel1;
|
|
series1.Name = "Series 1";
|
|
pieSeriesView1.RuntimeExploding = false;
|
|
series1.View = pieSeriesView1;
|
|
this.chartMain.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
|
|
series1};
|
|
pointSeriesLabel1.LineVisible = true;
|
|
this.chartMain.SeriesTemplate.Label = pointSeriesLabel1;
|
|
this.chartMain.SeriesTemplate.View = lineSeriesView1;
|
|
this.chartMain.Size = new System.Drawing.Size(814, 259);
|
|
this.chartMain.TabIndex = 1;
|
|
this.chartMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseDoubleClick);
|
|
this.chartMain.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseMove);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.gcMain);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 259);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(814, 184);
|
|
this.panel1.TabIndex = 2;
|
|
this.panel1.Visible = false;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.MainView = this.gridView1;
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.Size = new System.Drawing.Size(814, 184);
|
|
this.gcMain.TabIndex = 1;
|
|
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.gcMain;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsBehavior.Editable = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// Panel_Chart
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.pl_main);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "Panel_Chart";
|
|
this.Size = new System.Drawing.Size(814, 443);
|
|
this.pl_main.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(simpleDiagram1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pl_main;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraGrid.GridControl gcMain;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraCharts.ChartControl chartMain;
|
|
|
|
}
|
|
}
|