StableVersion4.3/HL_FristAidPlatform_EMRS/Form_PatientInfoRTSList.Des...

167 lines
8.0 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_EMRS
{
partial class Form_PatientInfoRTSList
{
/// <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_GCS = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_SystolicPressureScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_BreathingScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TotalScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1_RTSLevel = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ScoreTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CreateUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.labelControl10 = 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(825, 386);
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_GCS,
this.gridColumn_SystolicPressureScore,
this.gridColumn_BreathingScore,
this.gridColumn_TotalScore,
this.gridColumn1_RTSLevel,
this.gridColumn_ScoreTime,
this.gridColumn_CreateUser});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// gridColumn_GCS
//
this.gridColumn_GCS.Caption = "GCS";
this.gridColumn_GCS.FieldName = "GCS";
this.gridColumn_GCS.Name = "gridColumn_GCS";
this.gridColumn_GCS.Visible = true;
this.gridColumn_GCS.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_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 = 3;
//
// gridColumn1_RTSLevel
//
this.gridColumn1_RTSLevel.Caption = "等级";
this.gridColumn1_RTSLevel.FieldName = "RTSLevel";
this.gridColumn1_RTSLevel.Name = "gridColumn1_RTSLevel";
//
// 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 = 4;
//
// 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 = 5;
//
// labelControl10
//
this.labelControl10.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl10.Appearance.Options.UseForeColor = true;
this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
this.labelControl10.Location = new System.Drawing.Point(56, 404);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(683, 14);
this.labelControl10.TabIndex = 369;
this.labelControl10.Text = "注:计算RTS的三个参数分别以权重处理既GCSx0.9368.收缩压x0.7326.呼吸频率x0.2908.权重后RTS满分为7.8408最低为0";
//
// Form_PatientInfoRTSList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(825, 430);
this.Controls.Add(this.labelControl10);
this.Controls.Add(this.gridControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_PatientInfoRTSList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "RTS评分列表";
this.Load += new System.EventHandler(this.Form_PatientInfoRTSList_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 labelControl10;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GCS;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_SystolicPressureScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_BreathingScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TotalScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1_RTSLevel;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ScoreTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CreateUser;
}
}