StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_NutritionalScreen.Desi...

635 lines
39 KiB
C#

namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_NutritionalScreen
{
/// <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.groupBox3 = new System.Windows.Forms.GroupBox();
this.labelControl43 = new DevExpress.XtraEditors.LabelControl();
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.lbl_TotalScore = new DevExpress.XtraEditors.LabelControl();
this.labelControl52 = new DevExpress.XtraEditors.LabelControl();
this.lbl_Age = new DevExpress.XtraEditors.LabelControl();
this.panelControl11 = new DevExpress.XtraEditors.PanelControl();
this.radio_Age2 = new System.Windows.Forms.RadioButton();
this.radio_Age1 = new System.Windows.Forms.RadioButton();
this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
this.lbl_Disease = new DevExpress.XtraEditors.LabelControl();
this.panelControl10 = new DevExpress.XtraEditors.PanelControl();
this.radio_Disease4 = new System.Windows.Forms.RadioButton();
this.radio_Disease3 = new System.Windows.Forms.RadioButton();
this.radio_Disease2 = new System.Windows.Forms.RadioButton();
this.radio_Disease1 = new System.Windows.Forms.RadioButton();
this.labelControl48 = new DevExpress.XtraEditors.LabelControl();
this.lbl_Nutritional = new DevExpress.XtraEditors.LabelControl();
this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
this.radio_Nutritional4 = new System.Windows.Forms.RadioButton();
this.radio_Nutritional3 = new System.Windows.Forms.RadioButton();
this.radio_Nutritional2 = new System.Windows.Forms.RadioButton();
this.radio_Nutritional1 = new System.Windows.Forms.RadioButton();
this.labelControl47 = new DevExpress.XtraEditors.LabelControl();
this.labelControl46 = new DevExpress.XtraEditors.LabelControl();
this.labelControl44 = new DevExpress.XtraEditors.LabelControl();
this.lbl_message = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
this.panelControl7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl11)).BeginInit();
this.panelControl11.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl10)).BeginInit();
this.panelControl10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
this.panelControl9.SuspendLayout();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Controls.Add(this.labelControl43);
this.groupBox3.Controls.Add(this.panelControl7);
this.groupBox3.Controls.Add(this.lbl_message);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Font = new System.Drawing.Font("Tahoma", 12F);
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(1226, 515);
this.groupBox3.TabIndex = 41;
this.groupBox3.TabStop = false;
//
// labelControl43
//
this.labelControl43.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.labelControl43.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl43.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl43.Appearance.Options.UseBackColor = true;
this.labelControl43.Appearance.Options.UseFont = true;
this.labelControl43.Appearance.Options.UseForeColor = true;
this.labelControl43.Appearance.Options.UseTextOptions = true;
this.labelControl43.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl43.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl43.Dock = System.Windows.Forms.DockStyle.Top;
this.labelControl43.Location = new System.Drawing.Point(3, 56);
this.labelControl43.Name = "labelControl43";
this.labelControl43.Size = new System.Drawing.Size(1220, 38);
this.labelControl43.TabIndex = 18;
this.labelControl43.Text = "住院成人患者营养风险筛查表";
//
// panelControl7
//
this.panelControl7.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl7.Appearance.Options.UseBackColor = true;
this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl7.Controls.Add(this.tablePanel1);
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl7.Location = new System.Drawing.Point(3, 56);
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(1220, 456);
this.panelControl7.TabIndex = 1;
//
// tablePanel1
//
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 75.07F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 15F)});
this.tablePanel1.Controls.Add(this.lbl_TotalScore);
this.tablePanel1.Controls.Add(this.labelControl52);
this.tablePanel1.Controls.Add(this.lbl_Age);
this.tablePanel1.Controls.Add(this.panelControl11);
this.tablePanel1.Controls.Add(this.lbl_Disease);
this.tablePanel1.Controls.Add(this.panelControl10);
this.tablePanel1.Controls.Add(this.lbl_Nutritional);
this.tablePanel1.Controls.Add(this.panelControl9);
this.tablePanel1.Controls.Add(this.labelControl46);
this.tablePanel1.Controls.Add(this.labelControl44);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.tablePanel1.Location = new System.Drawing.Point(0, 0);
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 47F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 93.67F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 86.33F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 69F),
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 49F)});
this.tablePanel1.Size = new System.Drawing.Size(1220, 453);
this.tablePanel1.TabIndex = 0;
//
// lbl_TotalScore
//
this.lbl_TotalScore.Appearance.BackColor = System.Drawing.Color.White;
this.lbl_TotalScore.Appearance.BorderColor = System.Drawing.Color.Gray;
this.lbl_TotalScore.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_TotalScore.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbl_TotalScore.Appearance.Options.UseBackColor = true;
this.lbl_TotalScore.Appearance.Options.UseBorderColor = true;
this.lbl_TotalScore.Appearance.Options.UseFont = true;
this.lbl_TotalScore.Appearance.Options.UseForeColor = true;
this.lbl_TotalScore.Appearance.Options.UseTextOptions = true;
this.lbl_TotalScore.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_TotalScore.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.tablePanel1.SetColumn(this.lbl_TotalScore, 1);
this.lbl_TotalScore.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_TotalScore.Location = new System.Drawing.Point(1020, 407);
this.lbl_TotalScore.Name = "lbl_TotalScore";
this.tablePanel1.SetRow(this.lbl_TotalScore, 4);
this.lbl_TotalScore.Size = new System.Drawing.Size(197, 43);
this.lbl_TotalScore.TabIndex = 17;
this.lbl_TotalScore.Text = "未评";
//
// labelControl52
//
this.labelControl52.Appearance.BackColor = System.Drawing.Color.White;
this.labelControl52.Appearance.BorderColor = System.Drawing.Color.Gray;
this.labelControl52.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl52.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl52.Appearance.Options.UseBackColor = true;
this.labelControl52.Appearance.Options.UseBorderColor = true;
this.labelControl52.Appearance.Options.UseFont = true;
this.labelControl52.Appearance.Options.UseForeColor = true;
this.labelControl52.Appearance.Options.UseTextOptions = true;
this.labelControl52.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl52.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.tablePanel1.SetColumn(this.labelControl52, 0);
this.labelControl52.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl52.Location = new System.Drawing.Point(3, 407);
this.labelControl52.Name = "labelControl52";
this.tablePanel1.SetRow(this.labelControl52, 4);
this.labelControl52.Size = new System.Drawing.Size(1011, 43);
this.labelControl52.TabIndex = 16;
this.labelControl52.Text = "营养风险总评分";
//
// lbl_Age
//
this.lbl_Age.Appearance.BackColor = System.Drawing.Color.White;
this.lbl_Age.Appearance.BorderColor = System.Drawing.Color.Gray;
this.lbl_Age.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Age.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbl_Age.Appearance.Options.UseBackColor = true;
this.lbl_Age.Appearance.Options.UseBorderColor = true;
this.lbl_Age.Appearance.Options.UseFont = true;
this.lbl_Age.Appearance.Options.UseForeColor = true;
this.lbl_Age.Appearance.Options.UseTextOptions = true;
this.lbl_Age.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_Age.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.tablePanel1.SetColumn(this.lbl_Age, 1);
this.lbl_Age.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Age.Location = new System.Drawing.Point(1020, 338);
this.lbl_Age.Name = "lbl_Age";
this.tablePanel1.SetRow(this.lbl_Age, 3);
this.lbl_Age.Size = new System.Drawing.Size(197, 63);
this.lbl_Age.TabIndex = 15;
this.lbl_Age.Text = "未评";
//
// panelControl11
//
this.panelControl11.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tablePanel1.SetColumn(this.panelControl11, 0);
this.panelControl11.Controls.Add(this.radio_Age2);
this.panelControl11.Controls.Add(this.radio_Age1);
this.panelControl11.Controls.Add(this.labelControl50);
this.panelControl11.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl11.Location = new System.Drawing.Point(3, 338);
this.panelControl11.Name = "panelControl11";
this.tablePanel1.SetRow(this.panelControl11, 3);
this.panelControl11.Size = new System.Drawing.Size(1011, 63);
this.panelControl11.TabIndex = 14;
//
// radio_Age2
//
this.radio_Age2.AutoSize = true;
this.radio_Age2.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Age2.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Age2.Location = new System.Drawing.Point(126, 32);
this.radio_Age2.Name = "radio_Age2";
this.radio_Age2.Padding = new System.Windows.Forms.Padding(5);
this.radio_Age2.Size = new System.Drawing.Size(885, 32);
this.radio_Age2.TabIndex = 11;
this.radio_Age2.TabStop = true;
this.radio_Age2.Text = "(1分) >70岁";
this.radio_Age2.UseVisualStyleBackColor = true;
this.radio_Age2.CheckedChanged += new System.EventHandler(this.radio_Age2_CheckedChanged);
//
// radio_Age1
//
this.radio_Age1.AutoSize = true;
this.radio_Age1.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Age1.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Age1.Location = new System.Drawing.Point(126, 0);
this.radio_Age1.Name = "radio_Age1";
this.radio_Age1.Padding = new System.Windows.Forms.Padding(5);
this.radio_Age1.Size = new System.Drawing.Size(885, 32);
this.radio_Age1.TabIndex = 10;
this.radio_Age1.TabStop = true;
this.radio_Age1.Text = "(0分) 18~69岁";
this.radio_Age1.UseVisualStyleBackColor = true;
this.radio_Age1.CheckedChanged += new System.EventHandler(this.radio_Age1_CheckedChanged);
//
// labelControl50
//
this.labelControl50.Appearance.BackColor = System.Drawing.Color.White;
this.labelControl50.Appearance.BorderColor = System.Drawing.Color.Gray;
this.labelControl50.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl50.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl50.Appearance.Options.UseBackColor = true;
this.labelControl50.Appearance.Options.UseBorderColor = true;
this.labelControl50.Appearance.Options.UseFont = true;
this.labelControl50.Appearance.Options.UseForeColor = true;
this.labelControl50.Appearance.Options.UseTextOptions = true;
this.labelControl50.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl50.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl50.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl50.Location = new System.Drawing.Point(0, 0);
this.labelControl50.Name = "labelControl50";
this.labelControl50.Size = new System.Drawing.Size(126, 63);
this.labelControl50.TabIndex = 9;
this.labelControl50.Text = "年\r\n龄";
//
// lbl_Disease
//
this.lbl_Disease.Appearance.BackColor = System.Drawing.Color.White;
this.lbl_Disease.Appearance.BorderColor = System.Drawing.Color.Gray;
this.lbl_Disease.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Disease.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbl_Disease.Appearance.Options.UseBackColor = true;
this.lbl_Disease.Appearance.Options.UseBorderColor = true;
this.lbl_Disease.Appearance.Options.UseFont = true;
this.lbl_Disease.Appearance.Options.UseForeColor = true;
this.lbl_Disease.Appearance.Options.UseTextOptions = true;
this.lbl_Disease.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_Disease.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.tablePanel1.SetColumn(this.lbl_Disease, 1);
this.lbl_Disease.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Disease.Location = new System.Drawing.Point(1020, 200);
this.lbl_Disease.Name = "lbl_Disease";
this.tablePanel1.SetRow(this.lbl_Disease, 2);
this.lbl_Disease.Size = new System.Drawing.Size(197, 132);
this.lbl_Disease.TabIndex = 13;
this.lbl_Disease.Text = "未评";
//
// panelControl10
//
this.panelControl10.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tablePanel1.SetColumn(this.panelControl10, 0);
this.panelControl10.Controls.Add(this.radio_Disease4);
this.panelControl10.Controls.Add(this.radio_Disease3);
this.panelControl10.Controls.Add(this.radio_Disease2);
this.panelControl10.Controls.Add(this.radio_Disease1);
this.panelControl10.Controls.Add(this.labelControl48);
this.panelControl10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl10.Location = new System.Drawing.Point(3, 200);
this.panelControl10.Name = "panelControl10";
this.tablePanel1.SetRow(this.panelControl10, 2);
this.panelControl10.Size = new System.Drawing.Size(1011, 132);
this.panelControl10.TabIndex = 12;
//
// radio_Disease4
//
this.radio_Disease4.AutoSize = true;
this.radio_Disease4.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Disease4.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Disease4.Location = new System.Drawing.Point(126, 96);
this.radio_Disease4.Name = "radio_Disease4";
this.radio_Disease4.Padding = new System.Windows.Forms.Padding(5);
this.radio_Disease4.Size = new System.Drawing.Size(885, 32);
this.radio_Disease4.TabIndex = 12;
this.radio_Disease4.TabStop = true;
this.radio_Disease4.Text = "(3分) 营养需要重度增加;颅脑损伤,骨髓移植、重症监护的患者(APACHE>10)";
this.radio_Disease4.UseVisualStyleBackColor = true;
this.radio_Disease4.CheckedChanged += new System.EventHandler(this.radio_Disease4_CheckedChanged);
//
// radio_Disease3
//
this.radio_Disease3.AutoSize = true;
this.radio_Disease3.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Disease3.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Disease3.Location = new System.Drawing.Point(126, 64);
this.radio_Disease3.Name = "radio_Disease3";
this.radio_Disease3.Padding = new System.Windows.Forms.Padding(5);
this.radio_Disease3.Size = new System.Drawing.Size(885, 32);
this.radio_Disease3.TabIndex = 11;
this.radio_Disease3.TabStop = true;
this.radio_Disease3.Text = "(2分) 营养需要中度增加;腹部大手术,卒中,重症肺炎,血液系统恶心肿瘤";
this.radio_Disease3.UseVisualStyleBackColor = true;
this.radio_Disease3.CheckedChanged += new System.EventHandler(this.radio_Disease3_CheckedChanged);
//
// radio_Disease2
//
this.radio_Disease2.AutoSize = true;
this.radio_Disease2.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Disease2.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Disease2.Location = new System.Drawing.Point(126, 32);
this.radio_Disease2.Name = "radio_Disease2";
this.radio_Disease2.Padding = new System.Windows.Forms.Padding(5);
this.radio_Disease2.Size = new System.Drawing.Size(885, 32);
this.radio_Disease2.TabIndex = 10;
this.radio_Disease2.TabStop = true;
this.radio_Disease2.Text = "(1分) 营养需要轻度增加;髓骨骨折,慢性疾病有急性并发症(肝硬化、慢性阻塞型疾病、长期血液透析、糖尿病、恶性肿瘤等)";
this.radio_Disease2.UseVisualStyleBackColor = true;
this.radio_Disease2.CheckedChanged += new System.EventHandler(this.radio_Disease2_CheckedChanged);
//
// radio_Disease1
//
this.radio_Disease1.AutoSize = true;
this.radio_Disease1.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Disease1.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Disease1.Location = new System.Drawing.Point(126, 0);
this.radio_Disease1.Name = "radio_Disease1";
this.radio_Disease1.Padding = new System.Windows.Forms.Padding(5);
this.radio_Disease1.Size = new System.Drawing.Size(885, 32);
this.radio_Disease1.TabIndex = 9;
this.radio_Disease1.TabStop = true;
this.radio_Disease1.Text = "(0分) 正常营养需求";
this.radio_Disease1.UseVisualStyleBackColor = true;
this.radio_Disease1.CheckedChanged += new System.EventHandler(this.radio_Disease1_CheckedChanged);
//
// labelControl48
//
this.labelControl48.Appearance.BackColor = System.Drawing.Color.White;
this.labelControl48.Appearance.BorderColor = System.Drawing.Color.Gray;
this.labelControl48.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl48.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl48.Appearance.Options.UseBackColor = true;
this.labelControl48.Appearance.Options.UseBorderColor = true;
this.labelControl48.Appearance.Options.UseFont = true;
this.labelControl48.Appearance.Options.UseForeColor = true;
this.labelControl48.Appearance.Options.UseTextOptions = true;
this.labelControl48.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl48.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl48.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl48.Location = new System.Drawing.Point(0, 0);
this.labelControl48.Name = "labelControl48";
this.labelControl48.Size = new System.Drawing.Size(126, 132);
this.labelControl48.TabIndex = 8;
this.labelControl48.Text = "疾\r\n病\r\n严\r\n重\r\n程\r\n度";
//
// lbl_Nutritional
//
this.lbl_Nutritional.Appearance.BackColor = System.Drawing.Color.White;
this.lbl_Nutritional.Appearance.BorderColor = System.Drawing.Color.Gray;
this.lbl_Nutritional.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.lbl_Nutritional.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lbl_Nutritional.Appearance.Options.UseBackColor = true;
this.lbl_Nutritional.Appearance.Options.UseBorderColor = true;
this.lbl_Nutritional.Appearance.Options.UseFont = true;
this.lbl_Nutritional.Appearance.Options.UseForeColor = true;
this.lbl_Nutritional.Appearance.Options.UseTextOptions = true;
this.lbl_Nutritional.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_Nutritional.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.tablePanel1.SetColumn(this.lbl_Nutritional, 1);
this.lbl_Nutritional.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Nutritional.Location = new System.Drawing.Point(1020, 50);
this.lbl_Nutritional.Name = "lbl_Nutritional";
this.tablePanel1.SetRow(this.lbl_Nutritional, 1);
this.lbl_Nutritional.Size = new System.Drawing.Size(197, 144);
this.lbl_Nutritional.TabIndex = 11;
this.lbl_Nutritional.Text = "未评";
//
// panelControl9
//
this.panelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tablePanel1.SetColumn(this.panelControl9, 0);
this.panelControl9.Controls.Add(this.radio_Nutritional4);
this.panelControl9.Controls.Add(this.radio_Nutritional3);
this.panelControl9.Controls.Add(this.radio_Nutritional2);
this.panelControl9.Controls.Add(this.radio_Nutritional1);
this.panelControl9.Controls.Add(this.labelControl47);
this.panelControl9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl9.Location = new System.Drawing.Point(3, 50);
this.panelControl9.Name = "panelControl9";
this.panelControl9.Padding = new System.Windows.Forms.Padding(5);
this.tablePanel1.SetRow(this.panelControl9, 1);
this.panelControl9.Size = new System.Drawing.Size(1011, 144);
this.panelControl9.TabIndex = 10;
//
// radio_Nutritional4
//
this.radio_Nutritional4.AutoSize = true;
this.radio_Nutritional4.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Nutritional4.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Nutritional4.Location = new System.Drawing.Point(131, 101);
this.radio_Nutritional4.Name = "radio_Nutritional4";
this.radio_Nutritional4.Padding = new System.Windows.Forms.Padding(5);
this.radio_Nutritional4.Size = new System.Drawing.Size(875, 32);
this.radio_Nutritional4.TabIndex = 11;
this.radio_Nutritional4.TabStop = true;
this.radio_Nutritional4.Text = "(3分) 1个月内体重丢失>5%或3个月内>15%或BNK18.5并一边情况差,或前1周的食物摄入为正常需要量的0-25%";
this.radio_Nutritional4.UseVisualStyleBackColor = true;
this.radio_Nutritional4.CheckedChanged += new System.EventHandler(this.radio_Nutritional4_CheckedChanged);
//
// radio_Nutritional3
//
this.radio_Nutritional3.AutoSize = true;
this.radio_Nutritional3.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Nutritional3.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Nutritional3.Location = new System.Drawing.Point(131, 69);
this.radio_Nutritional3.Name = "radio_Nutritional3";
this.radio_Nutritional3.Padding = new System.Windows.Forms.Padding(5);
this.radio_Nutritional3.Size = new System.Drawing.Size(875, 32);
this.radio_Nutritional3.TabIndex = 10;
this.radio_Nutritional3.TabStop = true;
this.radio_Nutritional3.Text = "(2分) 2个月体重丢失>5%分值;或前1周的食物摄入为正常需要量的25-50%";
this.radio_Nutritional3.UseVisualStyleBackColor = true;
this.radio_Nutritional3.CheckedChanged += new System.EventHandler(this.radio_Nutritional3_CheckedChanged);
//
// radio_Nutritional2
//
this.radio_Nutritional2.AutoSize = true;
this.radio_Nutritional2.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Nutritional2.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Nutritional2.Location = new System.Drawing.Point(131, 37);
this.radio_Nutritional2.Name = "radio_Nutritional2";
this.radio_Nutritional2.Padding = new System.Windows.Forms.Padding(5);
this.radio_Nutritional2.Size = new System.Drawing.Size(875, 32);
this.radio_Nutritional2.TabIndex = 9;
this.radio_Nutritional2.TabStop = true;
this.radio_Nutritional2.Text = "(1分) 3个月体重丢失>5%;或前1周的食物摄入为正常需要量的50-73%";
this.radio_Nutritional2.UseVisualStyleBackColor = true;
this.radio_Nutritional2.CheckedChanged += new System.EventHandler(this.radio_Nutritional2_CheckedChanged);
//
// radio_Nutritional1
//
this.radio_Nutritional1.AutoSize = true;
this.radio_Nutritional1.Dock = System.Windows.Forms.DockStyle.Top;
this.radio_Nutritional1.Font = new System.Drawing.Font("Tahoma", 11F);
this.radio_Nutritional1.Location = new System.Drawing.Point(131, 5);
this.radio_Nutritional1.Name = "radio_Nutritional1";
this.radio_Nutritional1.Padding = new System.Windows.Forms.Padding(5);
this.radio_Nutritional1.Size = new System.Drawing.Size(875, 32);
this.radio_Nutritional1.TabIndex = 8;
this.radio_Nutritional1.TabStop = true;
this.radio_Nutritional1.Text = "(0分) 正常营养状态";
this.radio_Nutritional1.UseVisualStyleBackColor = true;
this.radio_Nutritional1.CheckedChanged += new System.EventHandler(this.radio_Nutritional1_CheckedChanged);
//
// labelControl47
//
this.labelControl47.Appearance.BackColor = System.Drawing.Color.White;
this.labelControl47.Appearance.BorderColor = System.Drawing.Color.Gray;
this.labelControl47.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.labelControl47.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.labelControl47.Appearance.Options.UseBackColor = true;
this.labelControl47.Appearance.Options.UseBorderColor = true;
this.labelControl47.Appearance.Options.UseFont = true;
this.labelControl47.Appearance.Options.UseForeColor = true;
this.labelControl47.Appearance.Options.UseTextOptions = true;
this.labelControl47.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl47.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl47.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl47.Location = new System.Drawing.Point(5, 5);
this.labelControl47.Name = "labelControl47";
this.labelControl47.Size = new System.Drawing.Size(126, 134);
this.labelControl47.TabIndex = 7;
this.labelControl47.Text = "营\r\n养\r\n状\r\n况";
//
// labelControl46
//
this.labelControl46.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl46.Appearance.Options.UseFont = true;
this.labelControl46.Appearance.Options.UseTextOptions = true;
this.labelControl46.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.tablePanel1.SetColumn(this.labelControl46, 1);
this.labelControl46.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl46.Location = new System.Drawing.Point(1020, 3);
this.labelControl46.Name = "labelControl46";
this.tablePanel1.SetRow(this.labelControl46, 0);
this.labelControl46.Size = new System.Drawing.Size(197, 41);
this.labelControl46.TabIndex = 9;
this.labelControl46.Text = "筛查得分";
//
// labelControl44
//
this.labelControl44.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl44.Appearance.Options.UseFont = true;
this.labelControl44.Appearance.Options.UseTextOptions = true;
this.labelControl44.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.tablePanel1.SetColumn(this.labelControl44, 0);
this.labelControl44.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelControl44.Location = new System.Drawing.Point(3, 3);
this.labelControl44.Name = "labelControl44";
this.tablePanel1.SetRow(this.labelControl44, 0);
this.labelControl44.Size = new System.Drawing.Size(1011, 41);
this.labelControl44.TabIndex = 7;
this.labelControl44.Text = "项目评分";
//
// lbl_message
//
this.lbl_message.Appearance.BackColor = System.Drawing.Color.White;
this.lbl_message.Appearance.BorderColor = System.Drawing.Color.Gray;
this.lbl_message.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.lbl_message.Appearance.ForeColor = System.Drawing.Color.Red;
this.lbl_message.Appearance.Options.UseBackColor = true;
this.lbl_message.Appearance.Options.UseBorderColor = true;
this.lbl_message.Appearance.Options.UseFont = true;
this.lbl_message.Appearance.Options.UseForeColor = true;
this.lbl_message.Appearance.Options.UseTextOptions = true;
this.lbl_message.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lbl_message.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.lbl_message.Dock = System.Windows.Forms.DockStyle.Top;
this.lbl_message.Location = new System.Drawing.Point(3, 23);
this.lbl_message.Name = "lbl_message";
this.lbl_message.Size = new System.Drawing.Size(1220, 33);
this.lbl_message.TabIndex = 17;
this.lbl_message.Text = "存在营养风险,需要营养治疗,可在会诊通知中发起营养会诊通知";
this.lbl_message.Visible = false;
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.Location = new System.Drawing.Point(542, 521);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 33);
this.simpleButton1.TabIndex = 42;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// Form_NutritionalScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1226, 559);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.groupBox3);
this.Name = "Form_NutritionalScreen";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "营养风险筛查表";
this.Load += new System.EventHandler(this.Form_NutritionalScreen_Load);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
this.panelControl7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
this.tablePanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl11)).EndInit();
this.panelControl11.ResumeLayout(false);
this.panelControl11.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl10)).EndInit();
this.panelControl10.ResumeLayout(false);
this.panelControl10.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
this.panelControl9.ResumeLayout(false);
this.panelControl9.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox3;
private DevExpress.XtraEditors.LabelControl labelControl43;
private DevExpress.XtraEditors.PanelControl panelControl7;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
private DevExpress.XtraEditors.LabelControl lbl_TotalScore;
private DevExpress.XtraEditors.LabelControl labelControl52;
private DevExpress.XtraEditors.LabelControl lbl_Age;
private DevExpress.XtraEditors.PanelControl panelControl11;
private System.Windows.Forms.RadioButton radio_Age2;
private System.Windows.Forms.RadioButton radio_Age1;
private DevExpress.XtraEditors.LabelControl labelControl50;
private DevExpress.XtraEditors.LabelControl lbl_Disease;
private DevExpress.XtraEditors.PanelControl panelControl10;
private System.Windows.Forms.RadioButton radio_Disease4;
private System.Windows.Forms.RadioButton radio_Disease3;
private System.Windows.Forms.RadioButton radio_Disease2;
private System.Windows.Forms.RadioButton radio_Disease1;
private DevExpress.XtraEditors.LabelControl labelControl48;
private DevExpress.XtraEditors.LabelControl lbl_Nutritional;
private DevExpress.XtraEditors.PanelControl panelControl9;
private System.Windows.Forms.RadioButton radio_Nutritional4;
private System.Windows.Forms.RadioButton radio_Nutritional3;
private System.Windows.Forms.RadioButton radio_Nutritional2;
private System.Windows.Forms.RadioButton radio_Nutritional1;
private DevExpress.XtraEditors.LabelControl labelControl47;
private DevExpress.XtraEditors.LabelControl labelControl46;
private DevExpress.XtraEditors.LabelControl labelControl44;
private DevExpress.XtraEditors.LabelControl lbl_message;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}