StableVersion4.3/HL_ChestPain_Statistics/Form_ChestPain_Statistics_A...

231 lines
12 KiB
C#

namespace HL_FristAidPlatform_ChestPain_Statistics
{
partial class Form_ChestPain_Statistics_Analysis
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_ChestPain_Statistics_Analysis));
this.panel1 = new System.Windows.Forms.Panel();
this.dateEdit_End = new HL_FristAidPlatform_Public.TimeControl();
this.dateEdit_Start = new HL_FristAidPlatform_Public.TimeControl();
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.panel2 = new System.Windows.Forms.Panel();
this.chartControl_Pie = new DevExpress.XtraCharts.ChartControl();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl_Pie)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.dateEdit_End);
this.panel1.Controls.Add(this.dateEdit_Start);
this.panel1.Controls.Add(this.simpleButton_ThisWeek);
this.panel1.Controls.Add(this.simpleButton_DownHalfYear);
this.panel1.Controls.Add(this.simpleButton_UpHalfYear);
this.panel1.Controls.Add(this.simpleButton_ThisYear);
this.panel1.Controls.Add(this.simpleButton_ThisQuarter);
this.panel1.Controls.Add(this.simpleButton_ThisMonth);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.simpleButton_Report);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1016, 88);
this.panel1.TabIndex = 0;
//
// dateEdit_End
//
this.dateEdit_End.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_End.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.dateEdit_End.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_End.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_End.Location = new System.Drawing.Point(306, 51);
this.dateEdit_End.Name = "dateEdit_End";
this.dateEdit_End.Size = new System.Drawing.Size(142, 22);
this.dateEdit_End.TabIndex = 23;
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.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmmss;
this.dateEdit_Start.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmmss;
this.dateEdit_Start.Location = new System.Drawing.Point(306, 17);
this.dateEdit_Start.Name = "dateEdit_Start";
this.dateEdit_Start.Size = new System.Drawing.Size(142, 22);
this.dateEdit_Start.TabIndex = 22;
this.dateEdit_Start.TimeValue = "";
//
// simpleButton_ThisWeek
//
this.simpleButton_ThisWeek.Location = new System.Drawing.Point(155, 48);
this.simpleButton_ThisWeek.Name = "simpleButton_ThisWeek";
this.simpleButton_ThisWeek.Size = new System.Drawing.Size(68, 29);
this.simpleButton_ThisWeek.TabIndex = 21;
this.simpleButton_ThisWeek.Text = "本周";
this.simpleButton_ThisWeek.Click += new System.EventHandler(this.simpleButton_ThisWeek_Click);
//
// simpleButton_DownHalfYear
//
this.simpleButton_DownHalfYear.Location = new System.Drawing.Point(155, 14);
this.simpleButton_DownHalfYear.Name = "simpleButton_DownHalfYear";
this.simpleButton_DownHalfYear.Size = new System.Drawing.Size(68, 29);
this.simpleButton_DownHalfYear.TabIndex = 20;
this.simpleButton_DownHalfYear.Text = "下半年";
this.simpleButton_DownHalfYear.Click += new System.EventHandler(this.simpleButton_DownHalfYear_Click);
//
// simpleButton_UpHalfYear
//
this.simpleButton_UpHalfYear.Location = new System.Drawing.Point(81, 14);
this.simpleButton_UpHalfYear.Name = "simpleButton_UpHalfYear";
this.simpleButton_UpHalfYear.Size = new System.Drawing.Size(68, 29);
this.simpleButton_UpHalfYear.TabIndex = 19;
this.simpleButton_UpHalfYear.Text = "上半年";
this.simpleButton_UpHalfYear.Click += new System.EventHandler(this.simpleButton_UpHalfYear_Click);
//
// simpleButton_ThisYear
//
this.simpleButton_ThisYear.Location = new System.Drawing.Point(7, 14);
this.simpleButton_ThisYear.Name = "simpleButton_ThisYear";
this.simpleButton_ThisYear.Size = new System.Drawing.Size(68, 29);
this.simpleButton_ThisYear.TabIndex = 18;
this.simpleButton_ThisYear.Text = "本年";
this.simpleButton_ThisYear.Click += new System.EventHandler(this.simpleButton_ThisYear_Click);
//
// simpleButton_ThisQuarter
//
this.simpleButton_ThisQuarter.Location = new System.Drawing.Point(7, 48);
this.simpleButton_ThisQuarter.Name = "simpleButton_ThisQuarter";
this.simpleButton_ThisQuarter.Size = new System.Drawing.Size(68, 29);
this.simpleButton_ThisQuarter.TabIndex = 17;
this.simpleButton_ThisQuarter.Text = "本季";
this.simpleButton_ThisQuarter.Click += new System.EventHandler(this.simpleButton_ThisQuarter_Click);
//
// simpleButton_ThisMonth
//
this.simpleButton_ThisMonth.Location = new System.Drawing.Point(81, 48);
this.simpleButton_ThisMonth.Name = "simpleButton_ThisMonth";
this.simpleButton_ThisMonth.Size = new System.Drawing.Size(68, 29);
this.simpleButton_ThisMonth.TabIndex = 16;
this.simpleButton_ThisMonth.Text = "本月";
this.simpleButton_ThisMonth.Click += new System.EventHandler(this.simpleButton_ThisMonth_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(237, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 15);
this.label3.TabIndex = 15;
this.label3.Text = "结束日期:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(237, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 14;
this.label4.Text = "开始日期:";
//
// simpleButton_Report
//
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(454, 33);
this.simpleButton_Report.Name = "simpleButton_Report";
this.simpleButton_Report.Size = new System.Drawing.Size(95, 40);
this.simpleButton_Report.TabIndex = 4;
this.simpleButton_Report.Text = "统计";
this.simpleButton_Report.Click += new System.EventHandler(this.simpleButton_Report_Click);
//
// panel2
//
this.panel2.Controls.Add(this.chartControl_Pie);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 88);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1016, 488);
this.panel2.TabIndex = 1;
//
// chartControl_Pie
//
this.chartControl_Pie.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl_Pie.Legend.Name = "Default Legend";
this.chartControl_Pie.Location = new System.Drawing.Point(0, 0);
this.chartControl_Pie.Name = "chartControl_Pie";
this.chartControl_Pie.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl_Pie.Size = new System.Drawing.Size(1016, 488);
this.chartControl_Pie.TabIndex = 1;
//
// Form_ChestPain_Statistics_Analysis
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1016, 576);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Form_ChestPain_Statistics_Analysis";
this.Text = "病因构成分析";
this.Load += new System.EventHandler(this.Form_ChestPain_Statistics_Analysis_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.chartControl_Pie)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.SimpleButton simpleButton_Report;
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraCharts.ChartControl chartControl_Pie;
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 HL_FristAidPlatform_Public.TimeControl dateEdit_Start;
private HL_FristAidPlatform_Public.TimeControl dateEdit_End;
}
}