StableVersion4.3/HL_FristAidPlatform_Trauma/Form_PatientInfoRTSList.Des...

173 lines
8.3 KiB
C#
Raw Permalink Normal View History

2024-03-11 09:47:34 +08:00

namespace HL_FristAidPlatform_Trauma
{
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_SystolicPressureScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_PulseScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_BreathingScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_SonsciousScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_InjuryScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TotalScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_PHILevel = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ScoreTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CreateUser = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
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(933, 525);
this.gridControl1.TabIndex = 1;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_SystolicPressureScore,
this.gridColumn_PulseScore,
this.gridColumn_BreathingScore,
this.gridColumn_SonsciousScore,
this.gridColumn_InjuryScore,
this.gridColumn_TotalScore,
this.gridColumn_PHILevel,
this.gridColumn_ScoreTime,
this.gridColumn_CreateUser});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// 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 = 0;
//
// gridColumn_PulseScore
//
this.gridColumn_PulseScore.Caption = "脉搏评分";
this.gridColumn_PulseScore.FieldName = "PulseScore";
this.gridColumn_PulseScore.Name = "gridColumn_PulseScore";
this.gridColumn_PulseScore.Visible = true;
this.gridColumn_PulseScore.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_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 = 3;
//
// gridColumn_InjuryScore
//
this.gridColumn_InjuryScore.Caption = "附加伤及伤型评分";
this.gridColumn_InjuryScore.FieldName = "InjuryScore";
this.gridColumn_InjuryScore.Name = "gridColumn_InjuryScore";
this.gridColumn_InjuryScore.Visible = true;
this.gridColumn_InjuryScore.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_PHILevel
//
this.gridColumn_PHILevel.Caption = "等级";
this.gridColumn_PHILevel.FieldName = "PHILevel";
this.gridColumn_PHILevel.Name = "gridColumn_PHILevel";
//
// 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;
//
// Form_PatientInfoRTSList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(933, 525);
this.Controls.Add(this.gridControl1);
this.Name = "Form_PatientInfoRTSList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PHI评分列表";
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.XtraGrid.Columns.GridColumn gridColumn_SystolicPressureScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_PulseScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_BreathingScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_SonsciousScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_InjuryScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TotalScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_PHILevel;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ScoreTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CreateUser;
}
}