StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_StatisticsHome.Designe...

145 lines
7.8 KiB
C#

namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_StatisticsHome
{
/// <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.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
DevExpress.XtraCharts.ChartTitle chartTitle3 = new DevExpress.XtraCharts.ChartTitle();
DevExpress.XtraCharts.ChartTitle chartTitle4 = new DevExpress.XtraCharts.ChartTitle();
this.chartControl_Patient = new DevExpress.XtraCharts.ChartControl();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
this.chartControl3 = new DevExpress.XtraCharts.ChartControl();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
((System.ComponentModel.ISupportInitialize)(this.chartControl_Patient)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl3)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// chartControl_Patient
//
this.chartControl_Patient.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl_Patient.Legend.Name = "Default Legend";
this.chartControl_Patient.Location = new System.Drawing.Point(685, 3);
this.chartControl_Patient.Name = "chartControl_Patient";
this.chartControl_Patient.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl_Patient.Size = new System.Drawing.Size(677, 396);
this.chartControl_Patient.TabIndex = 1;
chartTitle1.Text = "DNT平均时间统计";
this.chartControl_Patient.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1});
//
// chartControl1
//
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Name = "Default Legend";
this.chartControl1.Location = new System.Drawing.Point(3, 3);
this.chartControl1.Name = "chartControl1";
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl1.Size = new System.Drawing.Size(676, 396);
this.chartControl1.TabIndex = 2;
chartTitle2.Text = "卒中病种统计";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle2});
//
// chartControl2
//
this.chartControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl2.Legend.Name = "Default Legend";
this.chartControl2.Location = new System.Drawing.Point(3, 405);
this.chartControl2.Name = "chartControl2";
this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl2.Size = new System.Drawing.Size(676, 397);
this.chartControl2.TabIndex = 3;
chartTitle3.Text = "动脉取栓桥接内取栓统计";
this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle3});
//
// chartControl3
//
this.chartControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl3.Legend.Name = "Default Legend";
this.chartControl3.Location = new System.Drawing.Point(685, 405);
this.chartControl3.Name = "chartControl3";
this.chartControl3.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl3.Size = new System.Drawing.Size(677, 397);
this.chartControl3.TabIndex = 4;
chartTitle4.Text = "DPT平均时间统计";
this.chartControl3.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle4});
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.chartControl2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.chartControl3, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.chartControl_Patient, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.chartControl1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1365, 805);
this.tableLayoutPanel1.TabIndex = 5;
//
// Form_StatisticsHome
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1365, 805);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.Name = "Form_StatisticsHome";
this.Text = "卒中统计首页";
this.Load += new System.EventHandler(this.Form_StatisticsHome_Load);
((System.ComponentModel.ISupportInitialize)(this.chartControl_Patient)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl3)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraCharts.ChartControl chartControl_Patient;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraCharts.ChartControl chartControl2;
private DevExpress.XtraCharts.ChartControl chartControl3;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}