StableVersion4.3/HL_ChestPain_Statistics/Form_ChestPain_Statistics_R...

430 lines
22 KiB
C#

namespace HL_FristAidPlatform_ChestPain_Statistics
{
partial class Form_ChestPain_Statistics_Report02
{
/// <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.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine();
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.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
this.panel2 = new System.Windows.Forms.Panel();
this.gridControl2 = new DevExpress.XtraGrid.GridControl();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_Month = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Name = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DifferenceValue = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_Moth = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ReferenceTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_Percentage = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1_LessThanOrEqualTo10Minutes = new DevExpress.XtraGrid.Columns.GridColumn();
this.chartControl2 = new DevExpress.XtraCharts.ChartControl();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).BeginInit();
this.SuspendLayout();
//
// panel2
//
this.panel2.AutoScroll = true;
this.panel2.Controls.Add(this.gridControl2);
this.panel2.Controls.Add(this.gridControl1);
this.panel2.Controls.Add(this.chartControl2);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1113, 749);
this.panel2.TabIndex = 3;
//
// gridControl2
//
this.gridControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.gridControl2.Location = new System.Drawing.Point(0, 445);
this.gridControl2.MainView = this.gridView2;
this.gridControl2.Name = "gridControl2";
this.gridControl2.Size = new System.Drawing.Size(1113, 222);
this.gridControl2.TabIndex = 3;
this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView2});
this.gridControl2.Visible = false;
this.gridControl2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl2_MouseDoubleClick);
//
// gridView2
//
this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_Month,
this.gridColumn_Name,
this.gridColumn_DifferenceValue});
this.gridView2.GridControl = this.gridControl2;
this.gridView2.Name = "gridView2";
this.gridView2.OptionsBehavior.Editable = false;
//
// gridColumn_Month
//
this.gridColumn_Month.Caption = "月份";
this.gridColumn_Month.FieldName = "月份";
this.gridColumn_Month.Name = "gridColumn_Month";
this.gridColumn_Month.Visible = true;
this.gridColumn_Month.VisibleIndex = 0;
//
// gridColumn_Name
//
this.gridColumn_Name.Caption = "姓名";
this.gridColumn_Name.FieldName = "姓名";
this.gridColumn_Name.Name = "gridColumn_Name";
this.gridColumn_Name.Visible = true;
this.gridColumn_Name.VisibleIndex = 1;
//
// gridColumn_DifferenceValue
//
this.gridColumn_DifferenceValue.Caption = "是否有效数据";
this.gridColumn_DifferenceValue.FieldName = "是否有效数据";
this.gridColumn_DifferenceValue.Name = "gridColumn_DifferenceValue";
this.gridColumn_DifferenceValue.Visible = true;
this.gridColumn_DifferenceValue.VisibleIndex = 2;
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.gridControl1.Location = new System.Drawing.Point(0, 261);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1113, 184);
this.gridControl1.TabIndex = 2;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.gridControl1_MouseDoubleClick);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_Moth,
this.gridColumn_ReferenceTime,
this.gridColumn_Percentage,
this.gridColumn1_LessThanOrEqualTo10Minutes});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
//
// gridColumn_Moth
//
this.gridColumn_Moth.Caption = "月份";
this.gridColumn_Moth.FieldName = "月份";
this.gridColumn_Moth.Name = "gridColumn_Moth";
this.gridColumn_Moth.Visible = true;
this.gridColumn_Moth.VisibleIndex = 0;
//
// gridColumn_ReferenceTime
//
this.gridColumn_ReferenceTime.Caption = "远程传输比例";
this.gridColumn_ReferenceTime.DisplayFormat.FormatString = "0.00";
this.gridColumn_ReferenceTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.gridColumn_ReferenceTime.FieldName = "远程传输比例";
this.gridColumn_ReferenceTime.Name = "gridColumn_ReferenceTime";
this.gridColumn_ReferenceTime.Visible = true;
this.gridColumn_ReferenceTime.VisibleIndex = 1;
//
// gridColumn_Percentage
//
this.gridColumn_Percentage.Caption = "远程传输";
this.gridColumn_Percentage.FieldName = "远程传输";
this.gridColumn_Percentage.Name = "gridColumn_Percentage";
this.gridColumn_Percentage.Visible = true;
this.gridColumn_Percentage.VisibleIndex = 2;
//
// gridColumn1_LessThanOrEqualTo10Minutes
//
this.gridColumn1_LessThanOrEqualTo10Minutes.Caption = "总数";
this.gridColumn1_LessThanOrEqualTo10Minutes.FieldName = "总数";
this.gridColumn1_LessThanOrEqualTo10Minutes.Name = "gridColumn1_LessThanOrEqualTo10Minutes";
this.gridColumn1_LessThanOrEqualTo10Minutes.Visible = true;
this.gridColumn1_LessThanOrEqualTo10Minutes.VisibleIndex = 3;
//
// chartControl2
//
xyDiagram1.AxisX.Label.TextPattern = "{A:yyyy-MM}";
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
constantLine1.AxisValueSerializable = "0.3";
constantLine1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
constantLine1.LegendText = "参考标准(30%)";
constantLine1.LineStyle.Thickness = 3;
constantLine1.Name = "Constant Line 1";
constantLine1.ShowBehind = true;
constantLine1.Title.Alignment = DevExpress.XtraCharts.ConstantLineTitleAlignment.Far;
constantLine1.Title.Text = "参考标准(30%)";
xyDiagram1.AxisY.ConstantLines.AddRange(new DevExpress.XtraCharts.ConstantLine[] {
constantLine1});
xyDiagram1.AxisY.Label.TextPattern = "{V:0.00%}";
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.VisualRange.Auto = false;
xyDiagram1.AxisY.VisualRange.MaxValueSerializable = "1";
xyDiagram1.AxisY.VisualRange.MinValueSerializable = "0";
this.chartControl2.Diagram = xyDiagram1;
this.chartControl2.Dock = System.Windows.Forms.DockStyle.Top;
this.chartControl2.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Center;
this.chartControl2.Legend.AlignmentVertical = DevExpress.XtraCharts.LegendAlignmentVertical.BottomOutside;
this.chartControl2.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
this.chartControl2.Legend.Name = "Default Legend";
this.chartControl2.Location = new System.Drawing.Point(0, 0);
this.chartControl2.Name = "chartControl2";
pointSeriesLabel1.TextPattern = "{V:0.00%}";
series1.Label = pointSeriesLabel1;
series1.LabelsVisibility = DevExpress.Utils.DefaultBoolean.True;
series1.Name = "实际情况";
lineSeriesView1.LineMarkerOptions.Size = 15;
lineSeriesView1.MarkerVisibility = DevExpress.Utils.DefaultBoolean.True;
series1.View = lineSeriesView1;
this.chartControl2.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl2.Size = new System.Drawing.Size(1113, 261);
this.chartControl2.TabIndex = 1;
chartTitle1.Text = "120急救或者转运患者ECG远程传输比例";
this.chartControl2.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1});
//
// gridColumn1
//
this.gridColumn1.Caption = "月份";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
//
// gridColumn2
//
this.gridColumn2.Caption = "平均时间";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
//
// gridColumn3
//
this.gridColumn3.Caption = "平均时间";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
//
// gridColumn4
//
this.gridColumn4.Caption = "最小值";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 2;
//
// gridColumn5
//
this.gridColumn5.Caption = "最大值";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
//
// gridColumn6
//
this.gridColumn6.Caption = "最大值";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 3;
//
// gridColumn7
//
this.gridColumn7.Caption = "最大值";
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
this.gridColumn7.VisibleIndex = 3;
//
// gridColumn8
//
this.gridColumn8.Caption = "最大值";
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
this.gridColumn8.VisibleIndex = 3;
//
// gridColumn9
//
this.gridColumn9.Caption = "总数";
this.gridColumn9.Name = "gridColumn9";
this.gridColumn9.Visible = true;
this.gridColumn9.VisibleIndex = 4;
//
// gridColumn10
//
this.gridColumn10.Caption = "总数";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 4;
//
// gridColumn11
//
this.gridColumn11.Caption = "总时间";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 5;
//
// gridColumn12
//
this.gridColumn12.Caption = "参考时间";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 6;
//
// gridColumn13
//
this.gridColumn13.Caption = "百分比";
this.gridColumn13.Name = "gridColumn13";
this.gridColumn13.Visible = true;
this.gridColumn13.VisibleIndex = 7;
//
// gridColumn14
//
this.gridColumn14.Caption = "百分比";
this.gridColumn14.Name = "gridColumn14";
this.gridColumn14.Visible = true;
this.gridColumn14.VisibleIndex = 7;
//
// gridColumn15
//
this.gridColumn15.Caption = "姓名";
this.gridColumn15.Name = "gridColumn15";
this.gridColumn15.Visible = true;
this.gridColumn15.VisibleIndex = 1;
//
// gridColumn16
//
this.gridColumn16.Caption = "开始时间";
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.Visible = true;
this.gridColumn16.VisibleIndex = 2;
//
// gridColumn17
//
this.gridColumn17.Caption = "结束时间";
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.Visible = true;
this.gridColumn17.VisibleIndex = 3;
//
// gridColumn18
//
this.gridColumn18.Caption = "结束时间";
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.Visible = true;
this.gridColumn18.VisibleIndex = 3;
//
// gridColumn19
//
this.gridColumn19.Caption = "差值";
this.gridColumn19.Name = "gridColumn19";
this.gridColumn19.Visible = true;
this.gridColumn19.VisibleIndex = 4;
//
// Form_ChestPain_Statistics_Report02
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1113, 749);
this.Controls.Add(this.panel2);
this.Name = "Form_ChestPain_Statistics_Report02";
this.Text = "所有患者从首次医疗接触到首份心电图时间";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form_ChestPain_Statistics_Report01_Load);
this.panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private DevExpress.XtraCharts.ChartControl chartControl2;
private DevExpress.XtraGrid.GridControl gridControl2;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Moth;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ReferenceTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Percentage;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1_LessThanOrEqualTo10Minutes;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Name;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DifferenceValue;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_Month;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn9;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn13;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn14;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn18;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
}
}