477 lines
33 KiB
C#
477 lines
33 KiB
C#
|
||
namespace HL_FristAidPlatform_FollowUp
|
||
{
|
||
partial class UC_FollowUpSomaticSymptoms
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region 组件设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.panel_QTZT = new DevExpress.XtraEditors.PanelControl();
|
||
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_nyha = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_anginapectorisGrade = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panel_chestPainSymptom = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
||
this.radio_chestPainSymptom = new DevExpress.XtraEditors.RadioGroup();
|
||
this.labelControl70 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panel_somaticSymptomsDesc = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
||
this.txt_somaticSymptomsDesc = new DevExpress.XtraEditors.MemoEdit();
|
||
this.labelControl68 = new DevExpress.XtraEditors.LabelControl();
|
||
this.panel_somaticSymptoms = new DevExpress.XtraEditors.PanelControl();
|
||
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
||
this.check_somaticSymptoms = new DevExpress.XtraEditors.CheckedListBoxControl();
|
||
this.labelControl73 = new DevExpress.XtraEditors.LabelControl();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_QTZT)).BeginInit();
|
||
this.panel_QTZT.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
||
this.panelControl2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_nyha.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
||
this.panelControl1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_anginapectorisGrade.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_chestPainSymptom)).BeginInit();
|
||
this.panel_chestPainSymptom.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_chestPainSymptom.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_somaticSymptomsDesc)).BeginInit();
|
||
this.panel_somaticSymptomsDesc.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_somaticSymptomsDesc.Properties)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_somaticSymptoms)).BeginInit();
|
||
this.panel_somaticSymptoms.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.check_somaticSymptoms)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel_QTZT
|
||
//
|
||
this.panel_QTZT.AutoSize = true;
|
||
this.panel_QTZT.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_QTZT.Controls.Add(this.panelControl2);
|
||
this.panel_QTZT.Controls.Add(this.panelControl1);
|
||
this.panel_QTZT.Controls.Add(this.panel_chestPainSymptom);
|
||
this.panel_QTZT.Controls.Add(this.panel_somaticSymptomsDesc);
|
||
this.panel_QTZT.Controls.Add(this.panel_somaticSymptoms);
|
||
this.panel_QTZT.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_QTZT.Location = new System.Drawing.Point(0, 0);
|
||
this.panel_QTZT.Name = "panel_QTZT";
|
||
this.panel_QTZT.Size = new System.Drawing.Size(1058, 364);
|
||
this.panel_QTZT.TabIndex = 18;
|
||
//
|
||
// panelControl2
|
||
//
|
||
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl2.Controls.Add(this.labelControl7);
|
||
this.panelControl2.Controls.Add(this.radio_nyha);
|
||
this.panelControl2.Controls.Add(this.labelControl1);
|
||
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panelControl2.Location = new System.Drawing.Point(0, 258);
|
||
this.panelControl2.Name = "panelControl2";
|
||
this.panelControl2.Size = new System.Drawing.Size(1058, 106);
|
||
this.panelControl2.TabIndex = 15;
|
||
//
|
||
// labelControl7
|
||
//
|
||
this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl7.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.labelControl7.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red;
|
||
this.labelControl7.Appearance.Options.UseBackColor = true;
|
||
this.labelControl7.Appearance.Options.UseFont = true;
|
||
this.labelControl7.Appearance.Options.UseForeColor = true;
|
||
this.labelControl7.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl7.Location = new System.Drawing.Point(17, 11);
|
||
this.labelControl7.Name = "labelControl7";
|
||
this.labelControl7.Size = new System.Drawing.Size(7, 20);
|
||
this.labelControl7.TabIndex = 62;
|
||
this.labelControl7.Text = "*";
|
||
//
|
||
// radio_nyha
|
||
//
|
||
this.radio_nyha.Location = new System.Drawing.Point(154, 3);
|
||
this.radio_nyha.Name = "radio_nyha";
|
||
this.radio_nyha.Properties.AllowMouseWheel = false;
|
||
this.radio_nyha.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.radio_nyha.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.radio_nyha.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_nyha.Properties.Appearance.Options.UseForeColor = true;
|
||
this.radio_nyha.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_nyha.Properties.Columns = 1;
|
||
this.radio_nyha.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "I级(体力活动不受限,日常活动不引起过度的乏力、呼吸困难或心悸。即心功能代偿期。)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "II级(体力活动轻度受限。休息时无症状,日常活动即可引起乏力、心悸、呼吸困难或心绞痛。亦称Ⅰ度或轻度心衰。)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "III级(体力活动明显受限,休息时无症状,轻于日常的活动即可引起上述症状。亦称Ⅱ度或中度心衰。)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "IV级(不能从事任何体力活动,休息时亦有充血性心衰或心绞痛症状,任何体力活动后加重。亦称Ⅲ度或重度心衰。)")});
|
||
this.radio_nyha.Size = new System.Drawing.Size(829, 94);
|
||
this.radio_nyha.TabIndex = 11;
|
||
//
|
||
// labelControl1
|
||
//
|
||
this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.labelControl1.Appearance.Options.UseFont = true;
|
||
this.labelControl1.Appearance.Options.UseForeColor = true;
|
||
this.labelControl1.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl1.Location = new System.Drawing.Point(30, 9);
|
||
this.labelControl1.Name = "labelControl1";
|
||
this.labelControl1.Size = new System.Drawing.Size(90, 40);
|
||
this.labelControl1.TabIndex = 9;
|
||
this.labelControl1.Text = "心脏纽约分级\r\n(NYHA) ";
|
||
//
|
||
// panelControl1
|
||
//
|
||
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl1.Controls.Add(this.labelControl5);
|
||
this.panelControl1.Controls.Add(this.radio_anginapectorisGrade);
|
||
this.panelControl1.Controls.Add(this.labelControl2);
|
||
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panelControl1.Location = new System.Drawing.Point(0, 152);
|
||
this.panelControl1.Name = "panelControl1";
|
||
this.panelControl1.Size = new System.Drawing.Size(1058, 106);
|
||
this.panelControl1.TabIndex = 14;
|
||
this.panelControl1.Visible = false;
|
||
//
|
||
// labelControl5
|
||
//
|
||
this.labelControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl5.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.labelControl5.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red;
|
||
this.labelControl5.Appearance.Options.UseBackColor = true;
|
||
this.labelControl5.Appearance.Options.UseFont = true;
|
||
this.labelControl5.Appearance.Options.UseForeColor = true;
|
||
this.labelControl5.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl5.Location = new System.Drawing.Point(17, 10);
|
||
this.labelControl5.Name = "labelControl5";
|
||
this.labelControl5.Size = new System.Drawing.Size(7, 20);
|
||
this.labelControl5.TabIndex = 62;
|
||
this.labelControl5.Text = "*";
|
||
//
|
||
// radio_anginapectorisGrade
|
||
//
|
||
this.radio_anginapectorisGrade.Location = new System.Drawing.Point(154, 5);
|
||
this.radio_anginapectorisGrade.Name = "radio_anginapectorisGrade";
|
||
this.radio_anginapectorisGrade.Properties.AllowMouseWheel = false;
|
||
this.radio_anginapectorisGrade.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.radio_anginapectorisGrade.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.radio_anginapectorisGrade.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_anginapectorisGrade.Properties.Appearance.Options.UseForeColor = true;
|
||
this.radio_anginapectorisGrade.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_anginapectorisGrade.Properties.Columns = 1;
|
||
this.radio_anginapectorisGrade.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "I级(一般体力活动不受限,仅在强、快或持续用力时发生心绞痛)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "II级(一般体力活动轻度受限。快步、饭后、寒冷、精神刺激或醒后数小时内发生心绞痛。平地步行200m以上或登楼一层以上受限。)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("3", "III级(一般体力活动明显受限。平地步行200m内或登楼一层引起心绞痛。)"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("4", "IV级(轻微活动或休息时即可发生心绞痛)")});
|
||
this.radio_anginapectorisGrade.Size = new System.Drawing.Size(904, 94);
|
||
this.radio_anginapectorisGrade.TabIndex = 10;
|
||
//
|
||
// labelControl2
|
||
//
|
||
this.labelControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.labelControl2.Appearance.Options.UseFont = true;
|
||
this.labelControl2.Appearance.Options.UseForeColor = true;
|
||
this.labelControl2.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl2.Location = new System.Drawing.Point(30, 10);
|
||
this.labelControl2.Name = "labelControl2";
|
||
this.labelControl2.Size = new System.Drawing.Size(108, 20);
|
||
this.labelControl2.TabIndex = 9;
|
||
this.labelControl2.Text = "心绞痛CCS分级 ";
|
||
//
|
||
// panel_chestPainSymptom
|
||
//
|
||
this.panel_chestPainSymptom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_chestPainSymptom.Controls.Add(this.labelControl4);
|
||
this.panel_chestPainSymptom.Controls.Add(this.radio_chestPainSymptom);
|
||
this.panel_chestPainSymptom.Controls.Add(this.labelControl70);
|
||
this.panel_chestPainSymptom.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_chestPainSymptom.Location = new System.Drawing.Point(0, 122);
|
||
this.panel_chestPainSymptom.Name = "panel_chestPainSymptom";
|
||
this.panel_chestPainSymptom.Size = new System.Drawing.Size(1058, 30);
|
||
this.panel_chestPainSymptom.TabIndex = 13;
|
||
this.panel_chestPainSymptom.Visible = false;
|
||
//
|
||
// labelControl4
|
||
//
|
||
this.labelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl4.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Red;
|
||
this.labelControl4.Appearance.Options.UseBackColor = true;
|
||
this.labelControl4.Appearance.Options.UseFont = true;
|
||
this.labelControl4.Appearance.Options.UseForeColor = true;
|
||
this.labelControl4.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl4.Location = new System.Drawing.Point(17, 5);
|
||
this.labelControl4.Name = "labelControl4";
|
||
this.labelControl4.Size = new System.Drawing.Size(7, 20);
|
||
this.labelControl4.TabIndex = 62;
|
||
this.labelControl4.Text = "*";
|
||
//
|
||
// radio_chestPainSymptom
|
||
//
|
||
this.radio_chestPainSymptom.Location = new System.Drawing.Point(154, 4);
|
||
this.radio_chestPainSymptom.Name = "radio_chestPainSymptom";
|
||
this.radio_chestPainSymptom.Properties.AllowMouseWheel = false;
|
||
this.radio_chestPainSymptom.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.radio_chestPainSymptom.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.radio_chestPainSymptom.Properties.Appearance.Options.UseFont = true;
|
||
this.radio_chestPainSymptom.Properties.Appearance.Options.UseForeColor = true;
|
||
this.radio_chestPainSymptom.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.radio_chestPainSymptom.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "典型心绞痛症状"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "不典型心绞痛症状"),
|
||
new DevExpress.XtraEditors.Controls.RadioGroupItem("2", "非特异胸痛")});
|
||
this.radio_chestPainSymptom.Size = new System.Drawing.Size(443, 23);
|
||
this.radio_chestPainSymptom.TabIndex = 32;
|
||
//
|
||
// labelControl70
|
||
//
|
||
this.labelControl70.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl70.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl70.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||
this.labelControl70.Appearance.Options.UseFont = true;
|
||
this.labelControl70.Appearance.Options.UseForeColor = true;
|
||
this.labelControl70.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl70.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl70.Location = new System.Drawing.Point(30, 5);
|
||
this.labelControl70.Name = "labelControl70";
|
||
this.labelControl70.Size = new System.Drawing.Size(30, 20);
|
||
this.labelControl70.TabIndex = 13;
|
||
this.labelControl70.Text = "症状";
|
||
//
|
||
// panel_somaticSymptomsDesc
|
||
//
|
||
this.panel_somaticSymptomsDesc.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_somaticSymptomsDesc.Controls.Add(this.labelControl3);
|
||
this.panel_somaticSymptomsDesc.Controls.Add(this.txt_somaticSymptomsDesc);
|
||
this.panel_somaticSymptomsDesc.Controls.Add(this.labelControl68);
|
||
this.panel_somaticSymptomsDesc.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_somaticSymptomsDesc.Location = new System.Drawing.Point(0, 36);
|
||
this.panel_somaticSymptomsDesc.Name = "panel_somaticSymptomsDesc";
|
||
this.panel_somaticSymptomsDesc.Size = new System.Drawing.Size(1058, 86);
|
||
this.panel_somaticSymptomsDesc.TabIndex = 12;
|
||
this.panel_somaticSymptomsDesc.Visible = false;
|
||
//
|
||
// labelControl3
|
||
//
|
||
this.labelControl3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl3.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Red;
|
||
this.labelControl3.Appearance.Options.UseBackColor = true;
|
||
this.labelControl3.Appearance.Options.UseFont = true;
|
||
this.labelControl3.Appearance.Options.UseForeColor = true;
|
||
this.labelControl3.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl3.Location = new System.Drawing.Point(17, 10);
|
||
this.labelControl3.Name = "labelControl3";
|
||
this.labelControl3.Size = new System.Drawing.Size(7, 20);
|
||
this.labelControl3.TabIndex = 62;
|
||
this.labelControl3.Text = "*";
|
||
//
|
||
// txt_somaticSymptomsDesc
|
||
//
|
||
this.txt_somaticSymptomsDesc.Location = new System.Drawing.Point(160, 6);
|
||
this.txt_somaticSymptomsDesc.Name = "txt_somaticSymptomsDesc";
|
||
this.txt_somaticSymptomsDesc.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.txt_somaticSymptomsDesc.Properties.Appearance.Options.UseFont = true;
|
||
this.txt_somaticSymptomsDesc.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
||
this.txt_somaticSymptomsDesc.Size = new System.Drawing.Size(696, 70);
|
||
this.txt_somaticSymptomsDesc.TabIndex = 29;
|
||
//
|
||
// labelControl68
|
||
//
|
||
this.labelControl68.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl68.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl68.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.labelControl68.Appearance.Options.UseFont = true;
|
||
this.labelControl68.Appearance.Options.UseForeColor = true;
|
||
this.labelControl68.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl68.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl68.Location = new System.Drawing.Point(30, 10);
|
||
this.labelControl68.Name = "labelControl68";
|
||
this.labelControl68.Size = new System.Drawing.Size(60, 20);
|
||
this.labelControl68.TabIndex = 13;
|
||
this.labelControl68.Text = "其它症状";
|
||
//
|
||
// panel_somaticSymptoms
|
||
//
|
||
this.panel_somaticSymptoms.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panel_somaticSymptoms.Controls.Add(this.labelControl6);
|
||
this.panel_somaticSymptoms.Controls.Add(this.check_somaticSymptoms);
|
||
this.panel_somaticSymptoms.Controls.Add(this.labelControl73);
|
||
this.panel_somaticSymptoms.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel_somaticSymptoms.Location = new System.Drawing.Point(0, 0);
|
||
this.panel_somaticSymptoms.Name = "panel_somaticSymptoms";
|
||
this.panel_somaticSymptoms.Size = new System.Drawing.Size(1058, 36);
|
||
this.panel_somaticSymptoms.TabIndex = 11;
|
||
//
|
||
// labelControl6
|
||
//
|
||
this.labelControl6.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl6.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.labelControl6.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Red;
|
||
this.labelControl6.Appearance.Options.UseBackColor = true;
|
||
this.labelControl6.Appearance.Options.UseFont = true;
|
||
this.labelControl6.Appearance.Options.UseForeColor = true;
|
||
this.labelControl6.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl6.Location = new System.Drawing.Point(17, 8);
|
||
this.labelControl6.Name = "labelControl6";
|
||
this.labelControl6.Size = new System.Drawing.Size(7, 20);
|
||
this.labelControl6.TabIndex = 62;
|
||
this.labelControl6.Text = "*";
|
||
//
|
||
// check_somaticSymptoms
|
||
//
|
||
this.check_somaticSymptoms.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.check_somaticSymptoms.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.check_somaticSymptoms.Appearance.Options.UseFont = true;
|
||
this.check_somaticSymptoms.Appearance.Options.UseForeColor = true;
|
||
this.check_somaticSymptoms.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.check_somaticSymptoms.CheckOnClick = true;
|
||
this.check_somaticSymptoms.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
|
||
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("1", "胸痛/胸闷"),
|
||
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("2", "肌肉酸痛"),
|
||
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("3", "无明显症状 "),
|
||
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("9", "其他症状")});
|
||
this.check_somaticSymptoms.Location = new System.Drawing.Point(157, 6);
|
||
this.check_somaticSymptoms.MultiColumn = true;
|
||
this.check_somaticSymptoms.Name = "check_somaticSymptoms";
|
||
this.check_somaticSymptoms.Size = new System.Drawing.Size(554, 25);
|
||
this.check_somaticSymptoms.TabIndex = 15;
|
||
this.check_somaticSymptoms.MouseClick += new System.Windows.Forms.MouseEventHandler(this.check_somaticSymptoms_MouseClick);
|
||
//
|
||
// labelControl73
|
||
//
|
||
this.labelControl73.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.labelControl73.Appearance.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.labelControl73.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(90)))), ((int)(((byte)(110)))));
|
||
this.labelControl73.Appearance.Options.UseFont = true;
|
||
this.labelControl73.Appearance.Options.UseForeColor = true;
|
||
this.labelControl73.Appearance.Options.UseTextOptions = true;
|
||
this.labelControl73.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
||
this.labelControl73.Location = new System.Drawing.Point(30, 8);
|
||
this.labelControl73.Name = "labelControl73";
|
||
this.labelControl73.Size = new System.Drawing.Size(64, 20);
|
||
this.labelControl73.TabIndex = 10;
|
||
this.labelControl73.Text = "躯体症状 ";
|
||
//
|
||
// UC_FollowUpSomaticSymptoms
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.AutoSize = true;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.Controls.Add(this.panel_QTZT);
|
||
this.Name = "UC_FollowUpSomaticSymptoms";
|
||
this.Size = new System.Drawing.Size(1058, 373);
|
||
this.Load += new System.EventHandler(this.UC_FollowUpSomaticSymptoms_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_QTZT)).EndInit();
|
||
this.panel_QTZT.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
||
this.panelControl2.ResumeLayout(false);
|
||
this.panelControl2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_nyha.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
||
this.panelControl1.ResumeLayout(false);
|
||
this.panelControl1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_anginapectorisGrade.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_chestPainSymptom)).EndInit();
|
||
this.panel_chestPainSymptom.ResumeLayout(false);
|
||
this.panel_chestPainSymptom.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.radio_chestPainSymptom.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_somaticSymptomsDesc)).EndInit();
|
||
this.panel_somaticSymptomsDesc.ResumeLayout(false);
|
||
this.panel_somaticSymptomsDesc.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.txt_somaticSymptomsDesc.Properties)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.panel_somaticSymptoms)).EndInit();
|
||
this.panel_somaticSymptoms.ResumeLayout(false);
|
||
this.panel_somaticSymptoms.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.check_somaticSymptoms)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DevExpress.XtraEditors.PanelControl panel_QTZT;
|
||
private DevExpress.XtraEditors.PanelControl panel_chestPainSymptom;
|
||
private DevExpress.XtraEditors.PanelControl panel_somaticSymptomsDesc;
|
||
private DevExpress.XtraEditors.PanelControl panel_somaticSymptoms;
|
||
private DevExpress.XtraEditors.LabelControl labelControl68;
|
||
private DevExpress.XtraEditors.LabelControl labelControl70;
|
||
private DevExpress.XtraEditors.LabelControl labelControl73;
|
||
private DevExpress.XtraEditors.PanelControl panelControl2;
|
||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||
private DevExpress.XtraEditors.LabelControl labelControl2;
|
||
private DevExpress.XtraEditors.RadioGroup radio_chestPainSymptom;
|
||
private DevExpress.XtraEditors.CheckedListBoxControl check_somaticSymptoms;
|
||
private DevExpress.XtraEditors.RadioGroup radio_nyha;
|
||
private DevExpress.XtraEditors.RadioGroup radio_anginapectorisGrade;
|
||
private DevExpress.XtraEditors.MemoEdit txt_somaticSymptomsDesc;
|
||
private DevExpress.XtraEditors.LabelControl labelControl7;
|
||
private DevExpress.XtraEditors.LabelControl labelControl5;
|
||
private DevExpress.XtraEditors.LabelControl labelControl4;
|
||
private DevExpress.XtraEditors.LabelControl labelControl3;
|
||
private DevExpress.XtraEditors.LabelControl labelControl6;
|
||
}
|
||
}
|