StableVersion4.3/HL_FristAidPlatform_Apoplexy/sum.Designer.cs

420 lines
23 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace HL_FristAidPlatform_Apoplexy
{
partial class sum
{
/// <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.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("总数", new object[] {
((object)(0D))}, 0);
DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("合格", new object[] {
((object)(4D))}, 1);
DevExpress.XtraCharts.PieSeriesView pieSeriesView1 = new DevExpress.XtraCharts.PieSeriesView(new int[0]);
DevExpress.XtraCharts.ChartTitle chartTitle1 = new DevExpress.XtraCharts.ChartTitle();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.radio_DNT60 = new System.Windows.Forms.RadioButton();
this.radio_DNT35 = new System.Windows.Forms.RadioButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label7 = new System.Windows.Forms.Label();
this.timeControl1 = new HL_FristAidPlatform_Public.TimeControl();
this.timeControl2 = new HL_FristAidPlatform_Public.TimeControl();
this.chartControl1 = new DevExpress.XtraCharts.ChartControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
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();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tablePanel1.SetColumn(this.panelControl4, 0);
this.panelControl4.Controls.Add(this.labelControl2);
this.panelControl4.Controls.Add(this.radio_DNT60);
this.panelControl4.Controls.Add(this.radio_DNT35);
this.panelControl4.Controls.Add(this.simpleButton1);
this.panelControl4.Controls.Add(this.labelControl1);
this.panelControl4.Controls.Add(this.radioButton1);
this.panelControl4.Controls.Add(this.label7);
this.panelControl4.Controls.Add(this.timeControl1);
this.panelControl4.Controls.Add(this.timeControl2);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl4.Location = new System.Drawing.Point(3, 3);
this.panelControl4.Name = "panelControl4";
this.tablePanel1.SetRow(this.panelControl4, 0);
this.panelControl4.Size = new System.Drawing.Size(1267, 74);
this.panelControl4.TabIndex = 5;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(432, 27);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 18);
this.labelControl2.TabIndex = 28;
this.labelControl2.Text = "DNT范围";
//
// radio_DNT60
//
this.radio_DNT60.AutoSize = true;
this.radio_DNT60.Checked = true;
this.radio_DNT60.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_DNT60.Location = new System.Drawing.Point(502, 25);
this.radio_DNT60.Name = "radio_DNT60";
this.radio_DNT60.Size = new System.Drawing.Size(110, 22);
this.radio_DNT60.TabIndex = 27;
this.radio_DNT60.TabStop = true;
this.radio_DNT60.Text = "DNT60min";
this.radio_DNT60.UseVisualStyleBackColor = true;
this.radio_DNT60.CheckedChanged += new System.EventHandler(this.radio_DNT60_CheckedChanged);
//
// radio_DNT35
//
this.radio_DNT35.AutoSize = true;
this.radio_DNT35.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_DNT35.Location = new System.Drawing.Point(626, 25);
this.radio_DNT35.Name = "radio_DNT35";
this.radio_DNT35.Size = new System.Drawing.Size(110, 22);
this.radio_DNT35.TabIndex = 26;
this.radio_DNT35.Text = "DNT35min";
this.radio_DNT35.UseVisualStyleBackColor = true;
this.radio_DNT35.CheckedChanged += new System.EventHandler(this.radio_DNT35_CheckedChanged);
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(769, 21);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(112, 31);
this.simpleButton1.TabIndex = 25;
this.simpleButton1.Text = "查询";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(43, 27);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 18);
this.labelControl1.TabIndex = 24;
this.labelControl1.Text = "开始时间";
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(-81, 20);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(61, 18);
this.radioButton1.TabIndex = 18;
this.radioButton1.Text = "日统计";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Tahoma", 11F);
this.label7.Location = new System.Drawing.Point(257, 27);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(19, 18);
this.label7.TabIndex = 15;
this.label7.Text = "~";
//
// timeControl1
//
this.timeControl1.BackColor = System.Drawing.Color.Transparent;
this.timeControl1.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl1.Font = new System.Drawing.Font("Tahoma", 11F);
this.timeControl1.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl1.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl1.Location = new System.Drawing.Point(118, 24);
this.timeControl1.Margin = new System.Windows.Forms.Padding(6);
this.timeControl1.Name = "timeControl1";
this.timeControl1.Size = new System.Drawing.Size(130, 24);
this.timeControl1.TabIndex = 14;
this.timeControl1.TimeValue = "";
//
// timeControl2
//
this.timeControl2.BackColor = System.Drawing.Color.Transparent;
this.timeControl2.defaultBoolean = DevExpress.Utils.DefaultBoolean.True;
this.timeControl2.Font = new System.Drawing.Font("Tahoma", 11F);
this.timeControl2.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.timeControl2.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.timeControl2.Location = new System.Drawing.Point(285, 24);
this.timeControl2.Margin = new System.Windows.Forms.Padding(6);
this.timeControl2.Name = "timeControl2";
this.timeControl2.Size = new System.Drawing.Size(130, 24);
this.timeControl2.TabIndex = 16;
this.timeControl2.TimeValue = "";
//
// chartControl1
//
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(2, 2);
this.chartControl1.Name = "chartControl1";
this.chartControl1.PaletteName = "Palette 1";
this.chartControl1.PaletteRepository.Add("Palette 1", new DevExpress.XtraCharts.Palette("Palette 1", 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))))))}));
series1.LegendName = "Default Legend";
series1.Name = "Series 1";
series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
seriesPoint1,
seriesPoint2});
pieSeriesView1.ExplodeMode = DevExpress.XtraCharts.PieExplodeMode.UsePoints;
series1.View = pieSeriesView1;
this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.chartControl1.Size = new System.Drawing.Size(1263, 436);
this.chartControl1.TabIndex = 7;
chartTitle1.Font = new System.Drawing.Font("Tahoma", 11F);
chartTitle1.Text = "脑梗死患者静脉溶栓的DNT时间小于60分钟";
this.chartControl1.Titles.AddRange(new DevExpress.XtraCharts.ChartTitle[] {
chartTitle1});
//
// panelControl3
//
this.tablePanel1.SetColumn(this.panelControl3, 0);
this.panelControl3.Controls.Add(this.chartControl1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(3, 83);
this.panelControl3.Name = "panelControl3";
this.tablePanel1.SetRow(this.panelControl3, 1);
this.panelControl3.Size = new System.Drawing.Size(1267, 440);
this.panelControl3.TabIndex = 10;
//
// tablePanel1
//
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F)});
this.tablePanel1.Controls.Add(this.gridControl1);
this.tablePanel1.Controls.Add(this.panelControl4);
this.tablePanel1.Controls.Add(this.panelControl3);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel1.Location = new System.Drawing.Point(0, 0);
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 56F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 34F)});
this.tablePanel1.Size = new System.Drawing.Size(1273, 796);
this.tablePanel1.TabIndex = 11;
//
// gridControl1
//
this.tablePanel1.SetColumn(this.gridControl1, 0);
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.EmbeddedNavigator.Text = "脑梗死患者静脉溶栓的DNT时间大于60分钟";
this.gridControl1.Location = new System.Drawing.Point(3, 529);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.tablePanel1.SetRow(this.gridControl1, 2);
this.gridControl1.Size = new System.Drawing.Size(1267, 264);
this.gridControl1.TabIndex = 8;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridControl1.DoubleClick += new System.EventHandler(this.gridControl1_DoubleClick);
//
// gridView1
//
this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridView1.Appearance.GroupPanel.Options.UseFont = true;
this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 12F);
this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Appearance.Row.Options.UseTextOptions = true;
this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.ColumnPanelRowHeight = 35;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6,
this.gridColumn7,
this.gridColumn8});
this.gridView1.FooterPanelHeight = 0;
this.gridView1.GridControl = this.gridControl1;
this.gridView1.GroupPanelText = "脑梗死患者静脉溶栓的DNT时间大于60分钟";
this.gridView1.GroupRowHeight = 0;
this.gridView1.IndicatorWidth = 35;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.Editable = false;
this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridView1.RowHeight = 35;
this.gridView1.ViewCaptionHeight = 0;
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
//
// gridColumn1
//
this.gridColumn1.Caption = "ID";
this.gridColumn1.FieldName = "ID";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Width = 80;
//
// gridColumn2
//
this.gridColumn2.Caption = "姓名";
this.gridColumn2.FieldName = "Name";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
this.gridColumn2.Width = 97;
//
// gridColumn3
//
this.gridColumn3.Caption = "性别";
this.gridColumn3.FieldName = "Gender";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 1;
this.gridColumn3.Width = 67;
//
// gridColumn4
//
this.gridColumn4.Caption = "建档时间";
this.gridColumn4.FieldName = "CreationDate";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 2;
this.gridColumn4.Width = 111;
//
// gridColumn5
//
this.gridColumn5.Caption = "DNT时间";
this.gridColumn5.FieldName = "RSDNT";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 3;
this.gridColumn5.Width = 104;
//
// gridColumn6
//
this.gridColumn6.Caption = "患者GUID";
this.gridColumn6.FieldName = "GUID";
this.gridColumn6.Name = "gridColumn6";
//
// gridColumn7
//
this.gridColumn7.Caption = "治疗类型";
this.gridColumn7.FieldName = "acZLType";
this.gridColumn7.Name = "gridColumn7";
//
// gridColumn8
//
this.gridColumn8.Caption = "上报状态";
this.gridColumn8.FieldName = "ReportingStatus";
this.gridColumn8.Name = "gridColumn8";
//
// sum
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1273, 796);
this.Controls.Add(this.tablePanel1);
this.Name = "sum";
this.Text = "脑梗死患者静脉溶栓的DNT时间";
this.Load += new System.EventHandler(this.sum_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label7;
private HL_FristAidPlatform_Public.TimeControl timeControl1;
private HL_FristAidPlatform_Public.TimeControl timeControl2;
private DevExpress.XtraCharts.ChartControl chartControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private System.Windows.Forms.RadioButton radio_DNT60;
private System.Windows.Forms.RadioButton radio_DNT35;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
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;
}
}