StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_PatientMRS.Designer.cs

140 lines
7.2 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_FollowUp
{
partial class Form_PatientMRS
{
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl1.Location = new System.Drawing.Point(0, 238);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(597, 70);
this.panelControl1.TabIndex = 0;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Red;
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Location = new System.Drawing.Point(279, 9);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(0, 14);
this.labelControl2.TabIndex = 2;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(226, 9);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(36, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "合计:";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(223, 34);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(105, 31);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// panelControl2
//
this.panelControl2.Controls.Add(this.radioGroup1);
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(597, 238);
this.panelControl2.TabIndex = 1;
//
// radioGroup1
//
this.radioGroup1.Dock = System.Windows.Forms.DockStyle.Fill;
this.radioGroup1.Location = new System.Drawing.Point(2, 2);
this.radioGroup1.Name = "radioGroup1";
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "0完全无症状"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "1尽管有症状但无明显功能障碍能完成所有日常职责和活动"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "2轻度残疾不能完成病前所有活动但不需要帮助能照顾自己的事务。"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "3中度残疾要求一些帮助但行走不需要帮助"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "4重度残疾不能独立行走无他人帮助不能满足自身需要"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("5", "5严重残疾卧床、失禁、要求持续护理和关注"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("6", "6死亡")});
this.radioGroup1.Size = new System.Drawing.Size(593, 234);
this.radioGroup1.TabIndex = 0;
this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
//
// Form_PatientMRS
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(597, 308);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Name = "Form_PatientMRS";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MRS评分标准";
this.Load += new System.EventHandler(this.Form_PatientMRS_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
}
}