StableVersion4.3/HL_FristAidPlatform_Apoplexy/Statistics/Form_RSDNT.Designer.cs

483 lines
31 KiB
C#

namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_RSDNT
{
/// <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.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
DevExpress.XtraCharts.ChartTitle chartTitle2 = new DevExpress.XtraCharts.ChartTitle();
this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.tab_Time = new DevExpress.Utils.Layout.TablePanel();
this.sButton_Query = new DevExpress.XtraEditors.SimpleButton();
this.sButton_ThisYear = new DevExpress.XtraEditors.SimpleButton();
this.sButton_ThisQuarter = new DevExpress.XtraEditors.SimpleButton();
this.sButton_ThisMonth = new DevExpress.XtraEditors.SimpleButton();
this.sButton_LastMonth = new DevExpress.XtraEditors.SimpleButton();
this.panel_endTime = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
this.tablePanel6 = new DevExpress.Utils.Layout.TablePanel();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.time_endTime = new HL_FristAidPlatform_Public.TimeControl();
this.time_starTime = new HL_FristAidPlatform_Public.TimeControl();
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit();
this.tablePanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tab_Time)).BeginInit();
this.tab_Time.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panel_endTime)).BeginInit();
this.panel_endTime.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel6)).BeginInit();
this.tablePanel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
this.SuspendLayout();
//
// tablePanel2
//
this.tablePanel2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249)))));
this.tablePanel2.Appearance.Options.UseBackColor = true;
this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 30F)});
this.tablePanel2.Controls.Add(this.panelControl1);
this.tablePanel2.Controls.Add(this.tablePanel6);
this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel2.Location = new System.Drawing.Point(0, 0);
this.tablePanel2.Name = "tablePanel2";
this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 20F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 80F)});
this.tablePanel2.Size = new System.Drawing.Size(1333, 865);
this.tablePanel2.TabIndex = 28;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.AutoSize = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tablePanel2.SetColumn(this.panelControl1, 0);
this.panelControl1.Controls.Add(this.panelControl2);
this.panelControl1.Controls.Add(this.chartControl2);
this.panelControl1.Controls.Add(this.pictureEdit2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 11);
this.panelControl1.Name = "panelControl1";
this.tablePanel2.SetRow(this.panelControl1, 0);
this.panelControl1.Size = new System.Drawing.Size(1333, 113);
this.panelControl1.TabIndex = 8;
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.tab_Time);
this.panelControl2.Controls.Add(this.panel_endTime);
this.panelControl2.Controls.Add(this.panelControl4);
this.panelControl2.Controls.Add(this.panelControl3);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl2.Location = new System.Drawing.Point(0, 37);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(50, 11, 10, 11);
this.panelControl2.Size = new System.Drawing.Size(1333, 76);
this.panelControl2.TabIndex = 300;
//
// tab_Time
//
this.tab_Time.AutoSize = true;
this.tab_Time.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 15F, false),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 15F, false),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 15F, false),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 20F)});
this.tab_Time.Controls.Add(this.sButton_Query);
this.tab_Time.Controls.Add(this.sButton_ThisYear);
this.tab_Time.Controls.Add(this.sButton_ThisQuarter);
this.tab_Time.Controls.Add(this.sButton_ThisMonth);
this.tab_Time.Controls.Add(this.sButton_LastMonth);
this.tab_Time.Dock = System.Windows.Forms.DockStyle.Left;
this.tab_Time.Location = new System.Drawing.Point(535, 11);
this.tab_Time.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.tab_Time.Name = "tab_Time";
this.tab_Time.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tab_Time.Size = new System.Drawing.Size(529, 54);
this.tab_Time.TabIndex = 299;
//
// sButton_Query
//
this.sButton_Query.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228)))));
this.sButton_Query.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.sButton_Query.Appearance.ForeColor = System.Drawing.Color.White;
this.sButton_Query.Appearance.Options.UseBackColor = true;
this.sButton_Query.Appearance.Options.UseFont = true;
this.sButton_Query.Appearance.Options.UseForeColor = true;
this.tab_Time.SetColumn(this.sButton_Query, 3);
this.sButton_Query.Dock = System.Windows.Forms.DockStyle.Fill;
this.sButton_Query.ImageOptions.Image = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.;
this.sButton_Query.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.sButton_Query.Location = new System.Drawing.Point(369, 3);
this.sButton_Query.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.sButton_Query.LookAndFeel.UseDefaultLookAndFeel = false;
this.sButton_Query.Name = "sButton_Query";
this.tab_Time.SetRow(this.sButton_Query, 0);
this.sButton_Query.Size = new System.Drawing.Size(157, 48);
this.sButton_Query.TabIndex = 4;
this.sButton_Query.Text = "查询";
this.sButton_Query.Click += new System.EventHandler(this.sButton_Query_Click);
//
// sButton_ThisYear
//
this.sButton_ThisYear.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(165)))), ((int)(((byte)(231)))));
this.sButton_ThisYear.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.sButton_ThisYear.Appearance.ForeColor = System.Drawing.Color.White;
this.sButton_ThisYear.Appearance.Options.UseBackColor = true;
this.sButton_ThisYear.Appearance.Options.UseFont = true;
this.sButton_ThisYear.Appearance.Options.UseForeColor = true;
this.tab_Time.SetColumn(this.sButton_ThisYear, 2);
this.sButton_ThisYear.Dock = System.Windows.Forms.DockStyle.Fill;
this.sButton_ThisYear.Location = new System.Drawing.Point(247, 3);
this.sButton_ThisYear.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.sButton_ThisYear.LookAndFeel.UseDefaultLookAndFeel = false;
this.sButton_ThisYear.Name = "sButton_ThisYear";
this.tab_Time.SetRow(this.sButton_ThisYear, 0);
this.sButton_ThisYear.Size = new System.Drawing.Size(116, 48);
this.sButton_ThisYear.TabIndex = 3;
this.sButton_ThisYear.Text = "近一年";
this.sButton_ThisYear.Click += new System.EventHandler(this.sButton_ThisYear_Click);
//
// sButton_ThisQuarter
//
this.sButton_ThisQuarter.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(165)))), ((int)(((byte)(231)))));
this.sButton_ThisQuarter.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.sButton_ThisQuarter.Appearance.ForeColor = System.Drawing.Color.White;
this.sButton_ThisQuarter.Appearance.Options.UseBackColor = true;
this.sButton_ThisQuarter.Appearance.Options.UseFont = true;
this.sButton_ThisQuarter.Appearance.Options.UseForeColor = true;
this.tab_Time.SetColumn(this.sButton_ThisQuarter, 1);
this.sButton_ThisQuarter.Dock = System.Windows.Forms.DockStyle.Fill;
this.sButton_ThisQuarter.Location = new System.Drawing.Point(125, 3);
this.sButton_ThisQuarter.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.sButton_ThisQuarter.LookAndFeel.UseDefaultLookAndFeel = false;
this.sButton_ThisQuarter.Name = "sButton_ThisQuarter";
this.tab_Time.SetRow(this.sButton_ThisQuarter, 0);
this.sButton_ThisQuarter.Size = new System.Drawing.Size(116, 48);
this.sButton_ThisQuarter.TabIndex = 2;
this.sButton_ThisQuarter.Text = "近六月";
this.sButton_ThisQuarter.Click += new System.EventHandler(this.sButton_ThisQuarter_Click);
//
// sButton_ThisMonth
//
this.sButton_ThisMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(165)))), ((int)(((byte)(231)))));
this.sButton_ThisMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.sButton_ThisMonth.Appearance.ForeColor = System.Drawing.Color.White;
this.sButton_ThisMonth.Appearance.Options.UseBackColor = true;
this.sButton_ThisMonth.Appearance.Options.UseFont = true;
this.sButton_ThisMonth.Appearance.Options.UseForeColor = true;
this.tab_Time.SetColumn(this.sButton_ThisMonth, 0);
this.sButton_ThisMonth.Dock = System.Windows.Forms.DockStyle.Fill;
this.sButton_ThisMonth.Location = new System.Drawing.Point(3, 3);
this.sButton_ThisMonth.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.sButton_ThisMonth.LookAndFeel.UseDefaultLookAndFeel = false;
this.sButton_ThisMonth.Name = "sButton_ThisMonth";
this.tab_Time.SetRow(this.sButton_ThisMonth, 0);
this.sButton_ThisMonth.Size = new System.Drawing.Size(116, 48);
this.sButton_ThisMonth.TabIndex = 1;
this.sButton_ThisMonth.Text = "近三月";
this.sButton_ThisMonth.Click += new System.EventHandler(this.sButton_ThisMonth_Click);
//
// sButton_LastMonth
//
this.sButton_LastMonth.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(133)))), ((int)(((byte)(228)))));
this.sButton_LastMonth.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.sButton_LastMonth.Appearance.ForeColor = System.Drawing.Color.White;
this.sButton_LastMonth.Appearance.Options.UseBackColor = true;
this.sButton_LastMonth.Appearance.Options.UseFont = true;
this.sButton_LastMonth.Appearance.Options.UseForeColor = true;
this.tab_Time.SetColumn(this.sButton_LastMonth, 0);
this.sButton_LastMonth.Dock = System.Windows.Forms.DockStyle.Fill;
this.sButton_LastMonth.Location = new System.Drawing.Point(3, 3);
this.sButton_LastMonth.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.sButton_LastMonth.LookAndFeel.UseDefaultLookAndFeel = false;
this.sButton_LastMonth.Name = "sButton_LastMonth";
this.tab_Time.SetRow(this.sButton_LastMonth, 0);
this.sButton_LastMonth.Size = new System.Drawing.Size(116, 48);
this.sButton_LastMonth.TabIndex = 0;
this.sButton_LastMonth.Text = "上月";
//
// panel_endTime
//
this.panel_endTime.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panel_endTime.Controls.Add(this.time_endTime);
this.panel_endTime.Controls.Add(this.labelControl2);
this.panel_endTime.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_endTime.Location = new System.Drawing.Point(354, 11);
this.panel_endTime.Name = "panel_endTime";
this.panel_endTime.Padding = new System.Windows.Forms.Padding(10, 11, 10, 11);
this.panel_endTime.Size = new System.Drawing.Size(181, 54);
this.panel_endTime.TabIndex = 2;
this.panel_endTime.Visible = false;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(4, 22);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(11, 18);
this.labelControl2.TabIndex = 295;
this.labelControl2.Text = "~";
//
// panelControl4
//
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.time_starTime);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl4.Location = new System.Drawing.Point(202, 11);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Padding = new System.Windows.Forms.Padding(10, 11, 10, 11);
this.panelControl4.Size = new System.Drawing.Size(152, 54);
this.panelControl4.TabIndex = 1;
//
// panelControl3
//
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.comboBoxEdit1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl3.Location = new System.Drawing.Point(50, 11);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Padding = new System.Windows.Forms.Padding(10, 11, 10, 11);
this.panelControl3.Size = new System.Drawing.Size(152, 54);
this.panelControl3.TabIndex = 0;
//
// comboBoxEdit1
//
this.comboBoxEdit1.EditValue = "按年查询";
this.comboBoxEdit1.Location = new System.Drawing.Point(13, 18);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBoxEdit1.Properties.Appearance.Options.UseFont = true;
this.comboBoxEdit1.Properties.AutoHeight = false;
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
"按年查询",
"按月查询"});
this.comboBoxEdit1.Size = new System.Drawing.Size(132, 26);
this.comboBoxEdit1.TabIndex = 299;
this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
//
// chartControl2
//
this.chartControl2.Legend.Name = "Default Legend";
this.chartControl2.Location = new System.Drawing.Point(1184, 49);
this.chartControl2.Margin = new System.Windows.Forms.Padding(10, 11, 10, 11);
this.chartControl2.Name = "chartControl2";
this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
this.chartControl2.Size = new System.Drawing.Size(118, 39);
this.chartControl2.TabIndex = 28;
this.chartControl2.Visible = false;
//
// pictureEdit2
//
this.pictureEdit2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureEdit2.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureEdit2.EditValue = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.;
this.pictureEdit2.Location = new System.Drawing.Point(0, 0);
this.pictureEdit2.Name = "pictureEdit2";
this.pictureEdit2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.pictureEdit2.Properties.Appearance.ForeColor = System.Drawing.Color.White;
this.pictureEdit2.Properties.Appearance.Options.UseFont = true;
this.pictureEdit2.Properties.Appearance.Options.UseForeColor = true;
this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pictureEdit2.Properties.Caption.Alignment = System.Drawing.ContentAlignment.MiddleLeft;
this.pictureEdit2.Properties.Caption.Appearance.BackColor = System.Drawing.Color.Transparent;
this.pictureEdit2.Properties.Caption.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.pictureEdit2.Properties.Caption.Appearance.Options.UseBackColor = true;
this.pictureEdit2.Properties.Caption.Appearance.Options.UseFont = true;
this.pictureEdit2.Properties.Caption.Offset = new System.Drawing.Point(40, 0);
this.pictureEdit2.Properties.Caption.Text = "入院至溶栓平均时间统计";
this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
this.pictureEdit2.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
this.pictureEdit2.Size = new System.Drawing.Size(1333, 37);
this.pictureEdit2.TabIndex = 292;
//
// tablePanel6
//
this.tablePanel2.SetColumn(this.tablePanel6, 0);
this.tablePanel6.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 70F)});
this.tablePanel6.Controls.Add(this.chartControl1);
this.tablePanel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel6.Location = new System.Drawing.Point(3, 127);
this.tablePanel6.Name = "tablePanel6";
this.tablePanel2.SetRow(this.tablePanel6, 1);
this.tablePanel6.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)});
this.tablePanel6.Size = new System.Drawing.Size(1327, 735);
this.tablePanel6.TabIndex = 0;
//
// chartControl1
//
this.chartControl1.AppearanceNameSerializable = "Nature Colors";
this.tablePanel6.SetColumn(this.chartControl1, 0);
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
this.chartControl1.Diagram = xyDiagram1;
this.chartControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
this.chartControl1.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
this.chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
this.chartControl1.Legend.Name = "Default Legend";
this.chartControl1.Location = new System.Drawing.Point(5, 0);
this.chartControl1.Margin = new System.Windows.Forms.Padding(5, 0, 0, 11);
this.chartControl1.Name = "chartControl1";
this.chartControl1.PaletteName = "tongji";
this.chartControl1.PaletteRepository.Add("tongji", new DevExpress.XtraCharts.Palette("tongji", DevExpress.XtraCharts.PaletteScaleMode.Repeat, new DevExpress.XtraCharts.PaletteEntry[] {
new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(153)))), ((int)(((byte)(0))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(153)))), ((int)(((byte)(0)))))),
new DevExpress.XtraCharts.PaletteEntry(System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107))))), System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(190)))), ((int)(((byte)(107))))))}));
this.tablePanel6.SetRow(this.chartControl1, 0);
series1.Name = "Series 1";
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.Size = new System.Drawing.Size(1322, 724);
this.chartControl1.TabIndex = 24;
chartTitle1.Indent = 1;
chartTitle1.Text = "";
chartTitle2.Text = "入院至溶栓时间趋势图";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1,
chartTitle2});
//
// time_endTime
//
this.time_endTime.BackColor = System.Drawing.Color.Transparent;
this.time_endTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_endTime.Font = new System.Drawing.Font("Tahoma", 11F);
this.time_endTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM;
this.time_endTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_endTime.Location = new System.Drawing.Point(31, 18);
this.time_endTime.Name = "time_endTime";
this.time_endTime.Size = new System.Drawing.Size(140, 26);
this.time_endTime.TabIndex = 296;
this.time_endTime.TimeValue = "";
//
// time_starTime
//
this.time_starTime.BackColor = System.Drawing.Color.Transparent;
this.time_starTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.time_starTime.Font = new System.Drawing.Font("Tahoma", 11F);
this.time_starTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMM;
this.time_starTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.time_starTime.Location = new System.Drawing.Point(13, 18);
this.time_starTime.Name = "time_starTime";
this.time_starTime.Size = new System.Drawing.Size(126, 26);
this.time_starTime.TabIndex = 294;
this.time_starTime.TimeValue = "";
//
// Form_RSDNT
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1333, 865);
this.Controls.Add(this.tablePanel2);
this.Name = "Form_RSDNT";
this.Text = "入院至溶栓平均时间统计";
this.Load += new System.EventHandler(this.Form_RSDNT_Load);
((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit();
this.tablePanel2.ResumeLayout(false);
this.tablePanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tab_Time)).EndInit();
this.tab_Time.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panel_endTime)).EndInit();
this.panel_endTime.ResumeLayout(false);
this.panel_endTime.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tablePanel6)).EndInit();
this.tablePanel6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.Utils.Layout.TablePanel tablePanel2;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraCharts.ChartControl chartControl2;
private HL_FristAidPlatform_Public.TimeControl time_endTime;
private DevExpress.XtraEditors.LabelControl labelControl2;
private HL_FristAidPlatform_Public.TimeControl time_starTime;
private DevExpress.XtraEditors.PictureEdit pictureEdit2;
private DevExpress.Utils.Layout.TablePanel tablePanel6;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panel_endTime;
private DevExpress.Utils.Layout.TablePanel tab_Time;
private DevExpress.XtraEditors.SimpleButton sButton_Query;
private DevExpress.XtraEditors.SimpleButton sButton_ThisYear;
private DevExpress.XtraEditors.SimpleButton sButton_ThisQuarter;
private DevExpress.XtraEditors.SimpleButton sButton_ThisMonth;
private DevExpress.XtraEditors.SimpleButton sButton_LastMonth;
}
}