StableVersion4.3/HL_FristAidPlatform_EMRS/Form_PatientInfoMEWSList.De...

251 lines
13 KiB
C#
Raw Permalink 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_EMRS
{
partial class Form_PatientInfoMEWSList
{
/// <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()
{
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_HeartRateScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_SystolicPressureScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_BreathingScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TemperatureScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_SonsciousScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TotalScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ScoreTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CreateUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(996, 427);
this.gridControl1.TabIndex = 0;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_HeartRateScore,
this.gridColumn_SystolicPressureScore,
this.gridColumn_BreathingScore,
this.gridColumn_TemperatureScore,
this.gridColumn_SonsciousScore,
this.gridColumn_TotalScore,
this.gridColumn_ScoreTime,
this.gridColumn_CreateUser});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// gridColumn_HeartRateScore
//
this.gridColumn_HeartRateScore.Caption = " 心率";
this.gridColumn_HeartRateScore.FieldName = "HeartRateScore";
this.gridColumn_HeartRateScore.Name = "gridColumn_HeartRateScore";
this.gridColumn_HeartRateScore.Visible = true;
this.gridColumn_HeartRateScore.VisibleIndex = 0;
//
// gridColumn_SystolicPressureScore
//
this.gridColumn_SystolicPressureScore.Caption = "收缩压";
this.gridColumn_SystolicPressureScore.FieldName = "SystolicPressureScore";
this.gridColumn_SystolicPressureScore.Name = "gridColumn_SystolicPressureScore";
this.gridColumn_SystolicPressureScore.Visible = true;
this.gridColumn_SystolicPressureScore.VisibleIndex = 1;
//
// gridColumn_BreathingScore
//
this.gridColumn_BreathingScore.Caption = "呼吸";
this.gridColumn_BreathingScore.FieldName = "BreathingScore";
this.gridColumn_BreathingScore.Name = "gridColumn_BreathingScore";
this.gridColumn_BreathingScore.Visible = true;
this.gridColumn_BreathingScore.VisibleIndex = 2;
//
// gridColumn_TemperatureScore
//
this.gridColumn_TemperatureScore.Caption = "体温";
this.gridColumn_TemperatureScore.FieldName = "TemperatureScore";
this.gridColumn_TemperatureScore.Name = "gridColumn_TemperatureScore";
this.gridColumn_TemperatureScore.Visible = true;
this.gridColumn_TemperatureScore.VisibleIndex = 3;
//
// gridColumn_SonsciousScore
//
this.gridColumn_SonsciousScore.Caption = "意识";
this.gridColumn_SonsciousScore.FieldName = "SonsciousScore";
this.gridColumn_SonsciousScore.Name = "gridColumn_SonsciousScore";
this.gridColumn_SonsciousScore.Visible = true;
this.gridColumn_SonsciousScore.VisibleIndex = 4;
//
// gridColumn_TotalScore
//
this.gridColumn_TotalScore.Caption = "总分";
this.gridColumn_TotalScore.FieldName = "TotalScore";
this.gridColumn_TotalScore.Name = "gridColumn_TotalScore";
this.gridColumn_TotalScore.Visible = true;
this.gridColumn_TotalScore.VisibleIndex = 5;
//
// gridColumn_ScoreTime
//
this.gridColumn_ScoreTime.Caption = " 评分时间";
this.gridColumn_ScoreTime.FieldName = "ScoreTime";
this.gridColumn_ScoreTime.Name = "gridColumn_ScoreTime";
this.gridColumn_ScoreTime.Visible = true;
this.gridColumn_ScoreTime.VisibleIndex = 6;
//
// gridColumn_CreateUser
//
this.gridColumn_CreateUser.Caption = "创建人";
this.gridColumn_CreateUser.FieldName = "CreateUser";
this.gridColumn_CreateUser.Name = "gridColumn_CreateUser";
this.gridColumn_CreateUser.Visible = true;
this.gridColumn_CreateUser.VisibleIndex = 7;
//
// labelControl21
//
this.labelControl21.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl21.Appearance.Options.UseFont = true;
this.labelControl21.Appearance.Options.UseForeColor = true;
this.labelControl21.AutoEllipsis = true;
this.labelControl21.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl21.Location = new System.Drawing.Point(40, 526);
this.labelControl21.Name = "labelControl21";
this.labelControl21.Size = new System.Drawing.Size(567, 17);
this.labelControl21.TabIndex = 375;
this.labelControl21.Text = "MESW分值>9:死亡危险明显增加需住ICU接受治疗。";
//
// labelControl20
//
this.labelControl20.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl20.Appearance.Options.UseFont = true;
this.labelControl20.Appearance.Options.UseForeColor = true;
this.labelControl20.AutoEllipsis = true;
this.labelControl20.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl20.Location = new System.Drawing.Point(40, 503);
this.labelControl20.Name = "labelControl20";
this.labelControl20.Size = new System.Drawing.Size(567, 17);
this.labelControl20.TabIndex = 374;
this.labelControl20.Text = "MESW分值≥5:病情变化危险增大,有\"潜在危重病\"危险。住专科病房甚至ICU的危险增大";
//
// labelControl19
//
this.labelControl19.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl19.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl19.Appearance.Options.UseFont = true;
this.labelControl19.Appearance.Options.UseForeColor = true;
this.labelControl19.AutoEllipsis = true;
this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl19.Location = new System.Drawing.Point(40, 480);
this.labelControl19.Name = "labelControl19";
this.labelControl19.Size = new System.Drawing.Size(391, 17);
this.labelControl19.TabIndex = 373;
this.labelControl19.Text = "MESW分值<5:大多不需要住院治疗;";
//
// labelControl18
//
this.labelControl18.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.Salmon;
this.labelControl18.Appearance.Options.UseFont = true;
this.labelControl18.Appearance.Options.UseForeColor = true;
this.labelControl18.AutoEllipsis = true;
this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl18.Location = new System.Drawing.Point(40, 456);
this.labelControl18.Name = "labelControl18";
this.labelControl18.Size = new System.Drawing.Size(391, 17);
this.labelControl18.TabIndex = 372;
this.labelControl18.Text = "MESW分值5分:是鉴别患者严重程度的最佳临界点";
//
// labelControl17
//
this.labelControl17.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.labelControl17.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.labelControl17.Appearance.Options.UseFont = true;
this.labelControl17.Appearance.Options.UseForeColor = true;
this.labelControl17.AutoEllipsis = true;
this.labelControl17.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl17.Location = new System.Drawing.Point(40, 433);
this.labelControl17.Name = "labelControl17";
this.labelControl17.Size = new System.Drawing.Size(379, 17);
this.labelControl17.TabIndex = 371;
this.labelControl17.Text = "MESW分值≥4:提醒医生或者ICU人员进行评估调整处理方案";
//
// Form_PatientInfoMEWSList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(996, 553);
this.Controls.Add(this.labelControl21);
this.Controls.Add(this.labelControl20);
this.Controls.Add(this.labelControl19);
this.Controls.Add(this.labelControl18);
this.Controls.Add(this.labelControl17);
this.Controls.Add(this.gridControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_PatientInfoMEWSList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MEWS评分列表";
this.Load += new System.EventHandler(this.Form_PatientInfoMEWSList_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.LabelControl labelControl21;
private DevExpress.XtraEditors.LabelControl labelControl20;
private DevExpress.XtraEditors.LabelControl labelControl19;
private DevExpress.XtraEditors.LabelControl labelControl18;
private DevExpress.XtraEditors.LabelControl labelControl17;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_HeartRateScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_SystolicPressureScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_BreathingScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TemperatureScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_SonsciousScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TotalScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ScoreTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CreateUser;
}
}