StableVersion4.3/HL_FristAidPlatform_EMRS/Form_PatientGCSList.Designe...

167 lines
8.0 KiB
C#

namespace HL_FristAidPlatform_EMRS
{
partial class Form_PatientGCSList
{
/// <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_EyesOpenScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_VerbalResponseScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_LimbExerciseScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_GCSLevel = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_TotalScore = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_ScoreTime = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_CreatUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
this.SuspendLayout();
//
// gridControl1
//
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl1.Location = new System.Drawing.Point(2, 2);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(721, 397);
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_EyesOpenScore,
this.gridColumn_VerbalResponseScore,
this.gridColumn_LimbExerciseScore,
this.gridColumn_GCSLevel,
this.gridColumn_TotalScore,
this.gridColumn_ScoreTime,
this.gridColumn_CreatUser});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
//
// gridColumn_EyesOpenScore
//
this.gridColumn_EyesOpenScore.Caption = "睁眼反应";
this.gridColumn_EyesOpenScore.FieldName = "EyesOpenScore";
this.gridColumn_EyesOpenScore.Name = "gridColumn_EyesOpenScore";
this.gridColumn_EyesOpenScore.Visible = true;
this.gridColumn_EyesOpenScore.VisibleIndex = 0;
//
// gridColumn_VerbalResponseScore
//
this.gridColumn_VerbalResponseScore.Caption = "语音反应";
this.gridColumn_VerbalResponseScore.FieldName = "VerbalResponseScore";
this.gridColumn_VerbalResponseScore.Name = "gridColumn_VerbalResponseScore";
this.gridColumn_VerbalResponseScore.Visible = true;
this.gridColumn_VerbalResponseScore.VisibleIndex = 1;
//
// gridColumn_LimbExerciseScore
//
this.gridColumn_LimbExerciseScore.Caption = "肢体运动";
this.gridColumn_LimbExerciseScore.FieldName = "LimbExerciseScore";
this.gridColumn_LimbExerciseScore.Name = "gridColumn_LimbExerciseScore";
this.gridColumn_LimbExerciseScore.Visible = true;
this.gridColumn_LimbExerciseScore.VisibleIndex = 2;
//
// gridColumn_GCSLevel
//
this.gridColumn_GCSLevel.Caption = "等级";
this.gridColumn_GCSLevel.FieldName = "GCSLevel";
this.gridColumn_GCSLevel.Name = "gridColumn_GCSLevel";
//
// 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;
//
// 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_CreatUser
//
this.gridColumn_CreatUser.Caption = "创建人";
this.gridColumn_CreatUser.FieldName = "CreateUser";
this.gridColumn_CreatUser.Name = "gridColumn_CreatUser";
this.gridColumn_CreatUser.Visible = true;
this.gridColumn_CreatUser.VisibleIndex = 5;
//
// panelControl2
//
this.panelControl2.Controls.Add(this.gridControl1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(725, 401);
this.panelControl2.TabIndex = 3;
//
// Form_PatientGCSList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(725, 401);
this.Controls.Add(this.panelControl2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_PatientGCSList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "格拉斯哥昏迷评分(GCS)";
this.Load += new System.EventHandler(this.Form_PatientGCS_Load);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_EyesOpenScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_VerbalResponseScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_LimbExerciseScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_TotalScore;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GCSLevel;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ScoreTime;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_CreatUser;
private DevExpress.XtraEditors.PanelControl panelControl2;
}
}