StableVersion4.3/HL_ChestPain_Statistics/Form_ChestPain_Statistics_L...

308 lines
18 KiB
C#

namespace HL_FristAidPlatform_ChestPain_Statistics
{
partial class Form_ChestPain_Statistics_Line
{
/// <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.SecondaryAxisY secondaryAxisY1 = new DevExpress.XtraCharts.SecondaryAxisY();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.PointSeriesLabel pointSeriesLabel1 = new DevExpress.XtraCharts.PointSeriesLabel();
DevExpress.XtraCharts.LineSeriesView lineSeriesView1 = new DevExpress.XtraCharts.LineSeriesView();
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SideBySideBarSeriesView sideBySideBarSeriesView1 = new DevExpress.XtraCharts.SideBySideBarSeriesView();
DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_Statistics_Line));
this.panel1 = new System.Windows.Forms.Panel();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.panel2 = new System.Windows.Forms.Panel();
this.simpleButton_ThisWeek = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_DownHalfYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_UpHalfYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisYear = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisQuarter = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.simpleButton_Report = new DevExpress.XtraEditors.SimpleButton();
this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl();
this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.chartControl1);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1146, 712);
this.panel1.TabIndex = 3;
//
// chartControl1
//
xyDiagram1.AxisX.Label.TextPattern = "{A:yyyy-MM}";
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.NumericScaleOptions.AutoGrid = false;
xyDiagram1.AxisY.Tickmarks.MinorVisible = false;
xyDiagram1.AxisY.Title.Text = "例数(人)";
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisY.Visibility = DevExpress.Utils.DefaultBoolean.True;
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
secondaryAxisY1.AxisID = 0;
secondaryAxisY1.Name = "Secondary AxisY 1";
secondaryAxisY1.Tickmarks.MinorVisible = false;
secondaryAxisY1.Title.Text = "总数";
secondaryAxisY1.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
secondaryAxisY1.Visibility = DevExpress.Utils.DefaultBoolean.False;
secondaryAxisY1.VisibleInPanesSerializable = "-1";
xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] {
secondaryAxisY1});
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.Name = "Default Legend";
this.chartControl1.Legend.TextVisible = false;
this.chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.chartControl1.Location = new System.Drawing.Point(0, 83);
this.chartControl1.Name = "chartControl1";
pointSeriesLabel1.TextPattern = "{V}";
series1.Label = pointSeriesLabel1;
series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
series1.Name = "每月总数";
series1.ShowInLegend = false;
lineSeriesView1.AxisYName = "Secondary AxisY 1";
series1.View = lineSeriesView1;
series2.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
series2.Name = "每月各病种数";
series2.ShowInLegend = false;
sideBySideBarSeriesView1.Border.Visibility = DevExpress.Utils.DefaultBoolean.True;
series2.View = sideBySideBarSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1,
series2};
this.chartControl1.Size = new System.Drawing.Size(1146, 629);
this.chartControl1.TabIndex = 7;
chartTitle1.Text = "胸痛患者趋势图";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1});
//
// panel2
//
this.panel2.Controls.Add(this.dateEdit_End);
this.panel2.Controls.Add(this.dateEdit_Start);
this.panel2.Controls.Add(this.simpleButton_ThisWeek);
this.panel2.Controls.Add(this.simpleButton_DownHalfYear);
this.panel2.Controls.Add(this.simpleButton_UpHalfYear);
this.panel2.Controls.Add(this.simpleButton_ThisYear);
this.panel2.Controls.Add(this.simpleButton_ThisQuarter);
this.panel2.Controls.Add(this.simpleButton_ThisMonth);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.simpleButton_Report);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1146, 83);
this.panel2.TabIndex = 2;
//
// simpleButton_ThisWeek
//
this.simpleButton_ThisWeek.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisWeek.Appearance.Options.UseFont = true;
this.simpleButton_ThisWeek.Location = new System.Drawing.Point(160, 47);
this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek";
this.simpleButton_ThisWeek.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisWeek.TabIndex = 32;
this.simpleButton_ThisWeek.Text = "本周";
this.simpleButton_ThisWeek.Click += new System.EventHandler(this.simpleButton_ThisWeek_Click);
//
// simpleButton_DownHalfYear
//
this.simpleButton_DownHalfYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_DownHalfYear.Appearance.Options.UseFont = true;
this.simpleButton_DownHalfYear.Location = new System.Drawing.Point(160, 8);
this.simpleButton_DownHalfYear.Name = "simpleButton_DownHalfYear";
this.simpleButton_DownHalfYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_DownHalfYear.TabIndex = 31;
this.simpleButton_DownHalfYear.Text = "下半年";
this.simpleButton_DownHalfYear.Click += new System.EventHandler(this.simpleButton_DownHalfYear_Click);
//
// simpleButton_UpHalfYear
//
this.simpleButton_UpHalfYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_UpHalfYear.Appearance.Options.UseFont = true;
this.simpleButton_UpHalfYear.Location = new System.Drawing.Point(86, 8);
this.simpleButton_UpHalfYear.Name = "simpleButton_UpHalfYear";
this.simpleButton_UpHalfYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_UpHalfYear.TabIndex = 30;
this.simpleButton_UpHalfYear.Text = "上半年";
this.simpleButton_UpHalfYear.Click += new System.EventHandler(this.simpleButton_UpHalfYear_Click);
//
// simpleButton_ThisYear
//
this.simpleButton_ThisYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisYear.Appearance.Options.UseFont = true;
this.simpleButton_ThisYear.Location = new System.Drawing.Point(12, 8);
this.simpleButton_ThisYear.Name = "simpleButton_ThisYear";
this.simpleButton_ThisYear.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisYear.TabIndex = 29;
this.simpleButton_ThisYear.Text = "本年";
this.simpleButton_ThisYear.Click += new System.EventHandler(this.simpleButton_ThisYear_Click);
//
// simpleButton_ThisQuarter
//
this.simpleButton_ThisQuarter.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisQuarter.Appearance.Options.UseFont = true;
this.simpleButton_ThisQuarter.Location = new System.Drawing.Point(12, 47);
this.simpleButton_ThisQuarter.Name = "simpleButton_ThisQuarter";
this.simpleButton_ThisQuarter.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisQuarter.TabIndex = 28;
this.simpleButton_ThisQuarter.Text = "本季";
this.simpleButton_ThisQuarter.Click += new System.EventHandler(this.simpleButton_ThisQuarter_Click);
//
// simpleButton_ThisMonth
//
this.simpleButton_ThisMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_ThisMonth.Appearance.Options.UseFont = true;
this.simpleButton_ThisMonth.Location = new System.Drawing.Point(86, 47);
this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth";
this.simpleButton_ThisMonth.Size = new System.Drawing.Size(68, 35);
this.simpleButton_ThisMonth.TabIndex = 27;
this.simpleButton_ThisMonth.Text = "本月";
this.simpleButton_ThisMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Tahoma", 11F);
this.label3.Location = new System.Drawing.Point(242, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 18);
this.label3.TabIndex = 26;
this.label3.Text = "结束日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Tahoma", 11F);
this.label4.Location = new System.Drawing.Point(242, 17);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 18);
this.label4.TabIndex = 25;
this.label4.Text = "开始日期:";
//
// simpleButton_Report
//
this.simpleButton_Report.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_Report.Appearance.Options.UseFont = true;
this.simpleButton_Report.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Report.ImageOptions.Image")));
this.simpleButton_Report.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.simpleButton_Report.Location = new System.Drawing.Point(515, 34);
this.simpleButton_Report.Name = "simpleButton_Report";
this.simpleButton_Report.Size = new System.Drawing.Size(95, 37);
this.simpleButton_Report.TabIndex = 22;
this.simpleButton_Report.Text = "统计";
this.simpleButton_Report.Click += new System.EventHandler(this.simpleButton_Report_Click);
//
// dateEdit_End
//
this.dateEdit_End.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_End.Font = new System.Drawing.Font("Tahoma", 11F);
this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_End.Location = new System.Drawing.Point(327, 47);
this.dateEdit_End.Name = "dateEdit_End";
this.dateEdit_End.Size = new System.Drawing.Size(142, 24);
this.dateEdit_End.TabIndex = 34;
this.dateEdit_End.TimeValue = "";
//
// dateEdit_Start
//
this.dateEdit_Start.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_Start.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_Start.Font = new System.Drawing.Font("Tahoma", 11F);
this.dateEdit_Start.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_Start.Location = new System.Drawing.Point(327, 14);
this.dateEdit_Start.Name = "dateEdit_Start";
this.dateEdit_Start.Size = new System.Drawing.Size(142, 24);
this.dateEdit_Start.TabIndex = 33;
this.dateEdit_Start.TimeValue = "";
//
// Form_ChestPain_Statistics_Line
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1146, 712);
this.Controls.Add(this.panel1);
this.Name = "Form_ChestPain_Statistics_Line";
this.Text = "胸痛患者趋势图";
this.Load += new System.EventHandler(this.Form_ChestPain_Statistics_Line_Load);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(secondaryAxisY1)).EndInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisWeek;
private DevExpress.XtraEditors.SimpleButton simpleButton_DownHalfYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_UpHalfYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisYear;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisQuarter;
private DevExpress.XtraEditors.SimpleButton simpleButton_ThisMonth;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.SimpleButton simpleButton_Report;
private DevExpress.XtraCharts.ChartControl chartControl1;
private HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
}
}