StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_FollowUpDetail_ChestPa...

879 lines
47 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_FollowUpDetail_ChestPain
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FollowUpDetail_ChestPain));
this.panel1 = new System.Windows.Forms.Panel();
this.label_AdmissionNumber = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label_age = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label_sex = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label_name = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.gridControl_FollowUpVisit = new DevExpress.XtraGrid.GridControl();
this.gridView_FollowUpVisit = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpType = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DischargeDiagnosis = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_HospitalOutcome = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_DrugRegimen = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpResult = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpDoctor = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel4 = new System.Windows.Forms.Panel();
this.checkBox_GZXZ = new System.Windows.Forms.CheckBox();
this.simpleButton_EMR = new DevExpress.XtraEditors.SimpleButton();
this.checkBox_GLXZ = new System.Windows.Forms.CheckBox();
this.checkBox_XS = new System.Windows.Forms.CheckBox();
this.simpleButton_ECG = new DevExpress.XtraEditors.SimpleButton();
this.checkBox_TLB = new System.Windows.Forms.CheckBox();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_GXY = new System.Windows.Forms.CheckBox();
this.richTextBoxNode = new System.Windows.Forms.RichTextBox();
this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton_ViewOperation = new DevExpress.XtraEditors.SimpleButton();
this.checkBox_BXG_LM = new System.Windows.Forms.CheckBox();
this.simpleButton_ViewDrugs = new DevExpress.XtraEditors.SimpleButton();
this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
this.radioGroup_IsChestPain = new DevExpress.XtraEditors.RadioGroup();
this.checkBox_BXG_LAD = new System.Windows.Forms.CheckBox();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_BXG_LCX = new System.Windows.Forms.CheckBox();
this.dateEdit_FollowUpDate = new HL_FristAidPlatform_Public.TimeControl();
this.checkBox_BXG_RCA = new System.Windows.Forms.CheckBox();
this.lookUpEdit_FollowUpDoctor = new DevExpress.XtraEditors.LookUpEdit();
this.checkBox_LM = new System.Windows.Forms.CheckBox();
this.simpleButton_Add = new DevExpress.XtraEditors.SimpleButton();
this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_FollowUpType = new System.Windows.Forms.ComboBox();
this.checkBox_LAD = new System.Windows.Forms.CheckBox();
this.simpleButton_save = new DevExpress.XtraEditors.SimpleButton();
this.checkBox_LCX = new System.Windows.Forms.CheckBox();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_RCA = new System.Windows.Forms.CheckBox();
this.comboBox_FollowUpResult = new System.Windows.Forms.ComboBox();
this.checkBox_QTTD = new System.Windows.Forms.CheckBox();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_YLRTD = new System.Windows.Forms.CheckBox();
this.checkBox_RSTD = new System.Windows.Forms.CheckBox();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_TGRL = new System.Windows.Forms.CheckBox();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_LCGL = new System.Windows.Forms.CheckBox();
this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
this.checkBox_ASPL = new System.Windows.Forms.CheckBox();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl_FollowUpVisit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_FollowUpVisit)).BeginInit();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_IsChestPain.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_FollowUpDoctor.Properties)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label_AdmissionNumber);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label_age);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.label_sex);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.label_name);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1211, 31);
this.panel1.TabIndex = 0;
//
// label_AdmissionNumber
//
this.label_AdmissionNumber.AutoSize = true;
this.label_AdmissionNumber.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_AdmissionNumber.Location = new System.Drawing.Point(635, 6);
this.label_AdmissionNumber.Name = "label_AdmissionNumber";
this.label_AdmissionNumber.Size = new System.Drawing.Size(99, 19);
this.label_AdmissionNumber.TabIndex = 7;
this.label_AdmissionNumber.Text = "202004025";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(557, 6);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(76, 19);
this.label4.TabIndex = 6;
this.label4.Text = "住院号:";
//
// label_age
//
this.label_age.AutoSize = true;
this.label_age.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_age.Location = new System.Drawing.Point(447, 6);
this.label_age.Name = "label_age";
this.label_age.Size = new System.Drawing.Size(29, 19);
this.label_age.TabIndex = 5;
this.label_age.Text = "60";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(381, 6);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(57, 19);
this.label5.TabIndex = 4;
this.label5.Text = "年龄:";
//
// label_sex
//
this.label_sex.AutoSize = true;
this.label_sex.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_sex.Location = new System.Drawing.Point(275, 6);
this.label_sex.Name = "label_sex";
this.label_sex.Size = new System.Drawing.Size(28, 19);
this.label_sex.TabIndex = 3;
this.label_sex.Text = "男";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(210, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 19);
this.label3.TabIndex = 2;
this.label3.Text = "性别:";
//
// label_name
//
this.label_name.AutoSize = true;
this.label_name.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label_name.Location = new System.Drawing.Point(82, 6);
this.label_name.Name = "label_name";
this.label_name.Size = new System.Drawing.Size(47, 19);
this.label_name.TabIndex = 1;
this.label_name.Text = "姓名";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(16, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 19);
this.label1.TabIndex = 0;
this.label1.Text = "姓名:";
//
// panel2
//
this.panel2.Controls.Add(this.panel3);
this.panel2.Controls.Add(this.panel4);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 31);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1211, 547);
this.panel2.TabIndex = 1;
//
// panel3
//
this.panel3.Controls.Add(this.gridControl_FollowUpVisit);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(561, 547);
this.panel3.TabIndex = 0;
//
// gridControl_FollowUpVisit
//
this.gridControl_FollowUpVisit.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridControl_FollowUpVisit.Location = new System.Drawing.Point(0, 0);
this.gridControl_FollowUpVisit.MainView = this.gridView_FollowUpVisit;
this.gridControl_FollowUpVisit.Name = "gridControl_FollowUpVisit";
this.gridControl_FollowUpVisit.Size = new System.Drawing.Size(561, 547);
this.gridControl_FollowUpVisit.TabIndex = 0;
this.gridControl_FollowUpVisit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView_FollowUpVisit});
//
// gridView_FollowUpVisit
//
this.gridView_FollowUpVisit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn_ID,
this.gridColumn_GUID,
this.gridColumn_FollowUpDate,
this.gridColumn_FollowUpType,
this.gridColumn_DischargeDiagnosis,
this.gridColumn_HospitalOutcome,
this.gridColumn_DrugRegimen,
this.gridColumn_FollowUpResult,
this.gridColumn_FollowUpDoctor,
this.gridColumn_FollowUpStatus});
this.gridView_FollowUpVisit.DetailHeight = 408;
this.gridView_FollowUpVisit.GridControl = this.gridControl_FollowUpVisit;
this.gridView_FollowUpVisit.Name = "gridView_FollowUpVisit";
this.gridView_FollowUpVisit.OptionsView.ShowGroupPanel = false;
this.gridView_FollowUpVisit.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView_FollowUpVisit_RowClick);
this.gridView_FollowUpVisit.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView_FollowUpVisit_RowCellStyle);
this.gridView_FollowUpVisit.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_FollowUpVisit_CustomColumnDisplayText);
//
// gridColumn_ID
//
this.gridColumn_ID.Caption = "编号";
this.gridColumn_ID.FieldName = "ID";
this.gridColumn_ID.Name = "gridColumn_ID";
this.gridColumn_ID.Visible = true;
this.gridColumn_ID.VisibleIndex = 0;
this.gridColumn_ID.Width = 50;
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
//
// gridColumn_FollowUpDate
//
this.gridColumn_FollowUpDate.Caption = "随访日期";
this.gridColumn_FollowUpDate.FieldName = "FollowUpDate";
this.gridColumn_FollowUpDate.Name = "gridColumn_FollowUpDate";
this.gridColumn_FollowUpDate.Visible = true;
this.gridColumn_FollowUpDate.VisibleIndex = 1;
this.gridColumn_FollowUpDate.Width = 87;
//
// gridColumn_FollowUpType
//
this.gridColumn_FollowUpType.Caption = "随访类型";
this.gridColumn_FollowUpType.FieldName = "FollowUpType";
this.gridColumn_FollowUpType.Name = "gridColumn_FollowUpType";
this.gridColumn_FollowUpType.Width = 87;
//
// gridColumn_DischargeDiagnosis
//
this.gridColumn_DischargeDiagnosis.Caption = "出院诊断";
this.gridColumn_DischargeDiagnosis.FieldName = "DischargeDiagnosis";
this.gridColumn_DischargeDiagnosis.Name = "gridColumn_DischargeDiagnosis";
this.gridColumn_DischargeDiagnosis.Visible = true;
this.gridColumn_DischargeDiagnosis.VisibleIndex = 2;
this.gridColumn_DischargeDiagnosis.Width = 87;
//
// gridColumn_HospitalOutcome
//
this.gridColumn_HospitalOutcome.Caption = "出院转归";
this.gridColumn_HospitalOutcome.FieldName = "HospitalOutcome";
this.gridColumn_HospitalOutcome.Name = "gridColumn_HospitalOutcome";
this.gridColumn_HospitalOutcome.Width = 87;
//
// gridColumn_DrugRegimen
//
this.gridColumn_DrugRegimen.Caption = "药物使用方案";
this.gridColumn_DrugRegimen.FieldName = "DrugRegimen";
this.gridColumn_DrugRegimen.Name = "gridColumn_DrugRegimen";
//
// gridColumn_FollowUpResult
//
this.gridColumn_FollowUpResult.Caption = "随访结果";
this.gridColumn_FollowUpResult.FieldName = "FollowUpResult";
this.gridColumn_FollowUpResult.Name = "gridColumn_FollowUpResult";
//
// gridColumn_FollowUpDoctor
//
this.gridColumn_FollowUpDoctor.Caption = "随访医生";
this.gridColumn_FollowUpDoctor.FieldName = "FollowUpDoctor";
this.gridColumn_FollowUpDoctor.Name = "gridColumn_FollowUpDoctor";
//
// gridColumn_FollowUpStatus
//
this.gridColumn_FollowUpStatus.Caption = "状态";
this.gridColumn_FollowUpStatus.FieldName = "FollowUpStatus";
this.gridColumn_FollowUpStatus.Name = "gridColumn_FollowUpStatus";
this.gridColumn_FollowUpStatus.Visible = true;
this.gridColumn_FollowUpStatus.VisibleIndex = 3;
//
// panel4
//
this.panel4.AutoScroll = true;
this.panel4.Controls.Add(this.checkBox_GZXZ);
this.panel4.Controls.Add(this.simpleButton_EMR);
this.panel4.Controls.Add(this.checkBox_GLXZ);
this.panel4.Controls.Add(this.checkBox_XS);
this.panel4.Controls.Add(this.simpleButton_ECG);
this.panel4.Controls.Add(this.checkBox_TLB);
this.panel4.Controls.Add(this.labelControl7);
this.panel4.Controls.Add(this.checkBox_GXY);
this.panel4.Controls.Add(this.richTextBoxNode);
this.panel4.Controls.Add(this.labelControl22);
this.panel4.Controls.Add(this.simpleButton_ViewOperation);
this.panel4.Controls.Add(this.checkBox_BXG_LM);
this.panel4.Controls.Add(this.simpleButton_ViewDrugs);
this.panel4.Controls.Add(this.labelControl21);
this.panel4.Controls.Add(this.radioGroup_IsChestPain);
this.panel4.Controls.Add(this.checkBox_BXG_LAD);
this.panel4.Controls.Add(this.labelControl6);
this.panel4.Controls.Add(this.checkBox_BXG_LCX);
this.panel4.Controls.Add(this.dateEdit_FollowUpDate);
this.panel4.Controls.Add(this.checkBox_BXG_RCA);
this.panel4.Controls.Add(this.lookUpEdit_FollowUpDoctor);
this.panel4.Controls.Add(this.checkBox_LM);
this.panel4.Controls.Add(this.simpleButton_Add);
this.panel4.Controls.Add(this.labelControl20);
this.panel4.Controls.Add(this.comboBox_FollowUpType);
this.panel4.Controls.Add(this.checkBox_LAD);
this.panel4.Controls.Add(this.simpleButton_save);
this.panel4.Controls.Add(this.checkBox_LCX);
this.panel4.Controls.Add(this.labelControl12);
this.panel4.Controls.Add(this.checkBox_RCA);
this.panel4.Controls.Add(this.comboBox_FollowUpResult);
this.panel4.Controls.Add(this.checkBox_QTTD);
this.panel4.Controls.Add(this.labelControl11);
this.panel4.Controls.Add(this.checkBox_YLRTD);
this.panel4.Controls.Add(this.checkBox_RSTD);
this.panel4.Controls.Add(this.labelControl2);
this.panel4.Controls.Add(this.checkBox_TGRL);
this.panel4.Controls.Add(this.labelControl1);
this.panel4.Controls.Add(this.checkBox_LCGL);
this.panel4.Controls.Add(this.labelControl29);
this.panel4.Controls.Add(this.checkBox_ASPL);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Location = new System.Drawing.Point(561, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(650, 547);
this.panel4.TabIndex = 1;
//
// checkBox_GZXZ
//
this.checkBox_GZXZ.AutoSize = true;
this.checkBox_GZXZ.Location = new System.Drawing.Point(419, 170);
this.checkBox_GZXZ.Name = "checkBox_GZXZ";
this.checkBox_GZXZ.Size = new System.Drawing.Size(74, 18);
this.checkBox_GZXZ.TabIndex = 221;
this.checkBox_GZXZ.Text = "高脂血症";
this.checkBox_GZXZ.UseVisualStyleBackColor = true;
//
// simpleButton_EMR
//
this.simpleButton_EMR.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_EMR.ImageOptions.Image")));
this.simpleButton_EMR.Location = new System.Drawing.Point(233, 265);
this.simpleButton_EMR.Name = "simpleButton_EMR";
this.simpleButton_EMR.Size = new System.Drawing.Size(101, 42);
this.simpleButton_EMR.TabIndex = 213;
this.simpleButton_EMR.Text = "查看病历";
this.simpleButton_EMR.Click += new System.EventHandler(this.simpleButton_EMR_Click);
//
// checkBox_GLXZ
//
this.checkBox_GLXZ.AutoSize = true;
this.checkBox_GLXZ.Location = new System.Drawing.Point(333, 170);
this.checkBox_GLXZ.Name = "checkBox_GLXZ";
this.checkBox_GLXZ.Size = new System.Drawing.Size(74, 18);
this.checkBox_GLXZ.TabIndex = 220;
this.checkBox_GLXZ.Text = "高磷血症";
this.checkBox_GLXZ.UseVisualStyleBackColor = true;
//
// checkBox_XS
//
this.checkBox_XS.AutoSize = true;
this.checkBox_XS.Location = new System.Drawing.Point(248, 170);
this.checkBox_XS.Name = "checkBox_XS";
this.checkBox_XS.Size = new System.Drawing.Size(50, 18);
this.checkBox_XS.TabIndex = 219;
this.checkBox_XS.Text = "心衰";
this.checkBox_XS.UseVisualStyleBackColor = true;
//
// simpleButton_ECG
//
this.simpleButton_ECG.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_ECG.ImageOptions.Image")));
this.simpleButton_ECG.Location = new System.Drawing.Point(103, 265);
this.simpleButton_ECG.Name = "simpleButton_ECG";
this.simpleButton_ECG.Size = new System.Drawing.Size(124, 42);
this.simpleButton_ECG.TabIndex = 177;
this.simpleButton_ECG.Text = "实时心电监测";
this.simpleButton_ECG.Click += new System.EventHandler(this.simpleButton_ECG_Click);
//
// checkBox_TLB
//
this.checkBox_TLB.AutoSize = true;
this.checkBox_TLB.Location = new System.Drawing.Point(166, 170);
this.checkBox_TLB.Name = "checkBox_TLB";
this.checkBox_TLB.Size = new System.Drawing.Size(62, 18);
this.checkBox_TLB.TabIndex = 218;
this.checkBox_TLB.Text = "糖尿病";
this.checkBox_TLB.UseVisualStyleBackColor = true;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(41, 217);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(36, 14);
this.labelControl7.TabIndex = 176;
this.labelControl7.Text = "备注:";
//
// checkBox_GXY
//
this.checkBox_GXY.AutoSize = true;
this.checkBox_GXY.Location = new System.Drawing.Point(84, 170);
this.checkBox_GXY.Name = "checkBox_GXY";
this.checkBox_GXY.Size = new System.Drawing.Size(62, 18);
this.checkBox_GXY.TabIndex = 217;
this.checkBox_GXY.Text = "高血压";
this.checkBox_GXY.UseVisualStyleBackColor = true;
//
// richTextBoxNode
//
this.richTextBoxNode.EnableAutoDragDrop = true;
this.richTextBoxNode.Location = new System.Drawing.Point(84, 203);
this.richTextBoxNode.Name = "richTextBoxNode";
this.richTextBoxNode.Size = new System.Drawing.Size(551, 42);
this.richTextBoxNode.TabIndex = 175;
this.richTextBoxNode.Text = "";
//
// labelControl22
//
this.labelControl22.Location = new System.Drawing.Point(17, 172);
this.labelControl22.Name = "labelControl22";
this.labelControl22.Size = new System.Drawing.Size(60, 14);
this.labelControl22.TabIndex = 216;
this.labelControl22.Text = "合并疾病:";
//
// simpleButton_ViewOperation
//
this.simpleButton_ViewOperation.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_ViewOperation.ImageOptions.Image")));
this.simpleButton_ViewOperation.Location = new System.Drawing.Point(344, 265);
this.simpleButton_ViewOperation.Name = "simpleButton_ViewOperation";
this.simpleButton_ViewOperation.Size = new System.Drawing.Size(124, 42);
this.simpleButton_ViewOperation.TabIndex = 174;
this.simpleButton_ViewOperation.Text = "查看手术信息";
this.simpleButton_ViewOperation.Click += new System.EventHandler(this.simpleButton_ViewOperation_Click);
//
// checkBox_BXG_LM
//
this.checkBox_BXG_LM.AutoSize = true;
this.checkBox_BXG_LM.Location = new System.Drawing.Point(84, 105);
this.checkBox_BXG_LM.Name = "checkBox_BXG_LM";
this.checkBox_BXG_LM.Size = new System.Drawing.Size(41, 18);
this.checkBox_BXG_LM.TabIndex = 212;
this.checkBox_BXG_LM.Text = "LM";
this.checkBox_BXG_LM.UseVisualStyleBackColor = true;
//
// simpleButton_ViewDrugs
//
this.simpleButton_ViewDrugs.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_ViewDrugs.ImageOptions.Image")));
this.simpleButton_ViewDrugs.Location = new System.Drawing.Point(485, 265);
this.simpleButton_ViewDrugs.Name = "simpleButton_ViewDrugs";
this.simpleButton_ViewDrugs.Size = new System.Drawing.Size(150, 42);
this.simpleButton_ViewDrugs.TabIndex = 173;
this.simpleButton_ViewDrugs.Text = "查看出院带药信息";
this.simpleButton_ViewDrugs.Click += new System.EventHandler(this.simpleButton_ViewDrugs_Click);
//
// labelControl21
//
this.labelControl21.Location = new System.Drawing.Point(29, 107);
this.labelControl21.Name = "labelControl21";
this.labelControl21.Size = new System.Drawing.Size(48, 14);
this.labelControl21.TabIndex = 211;
this.labelControl21.Text = "靶血管:";
//
// radioGroup_IsChestPain
//
this.radioGroup_IsChestPain.Location = new System.Drawing.Point(505, 11);
this.radioGroup_IsChestPain.Name = "radioGroup_IsChestPain";
this.radioGroup_IsChestPain.Properties.AllowMouseWheel = false;
this.radioGroup_IsChestPain.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem("0", "否"),
new DevExpress.XtraEditors.Controls.RadioGroupItem("1", "是")});
this.radioGroup_IsChestPain.Properties.ItemsLayout = DevExpress.XtraEditors.RadioGroupItemsLayout.Flow;
this.radioGroup_IsChestPain.Size = new System.Drawing.Size(100, 23);
this.radioGroup_IsChestPain.TabIndex = 170;
//
// checkBox_BXG_LAD
//
this.checkBox_BXG_LAD.AutoSize = true;
this.checkBox_BXG_LAD.Location = new System.Drawing.Point(138, 105);
this.checkBox_BXG_LAD.Name = "checkBox_BXG_LAD";
this.checkBox_BXG_LAD.Size = new System.Drawing.Size(48, 18);
this.checkBox_BXG_LAD.TabIndex = 213;
this.checkBox_BXG_LAD.Text = "LAD";
this.checkBox_BXG_LAD.UseVisualStyleBackColor = true;
//
// labelControl6
//
this.labelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.labelControl6.Location = new System.Drawing.Point(415, 15);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(84, 14);
this.labelControl6.TabIndex = 171;
this.labelControl6.Text = "目前是否胸痛:";
//
// checkBox_BXG_LCX
//
this.checkBox_BXG_LCX.AutoSize = true;
this.checkBox_BXG_LCX.Location = new System.Drawing.Point(199, 105);
this.checkBox_BXG_LCX.Name = "checkBox_BXG_LCX";
this.checkBox_BXG_LCX.Size = new System.Drawing.Size(46, 18);
this.checkBox_BXG_LCX.TabIndex = 214;
this.checkBox_BXG_LCX.Text = "LCX";
this.checkBox_BXG_LCX.UseVisualStyleBackColor = true;
//
// dateEdit_FollowUpDate
//
this.dateEdit_FollowUpDate.BackColor = System.Drawing.Color.Transparent;
this.dateEdit_FollowUpDate.defaultBoolean = DevExpress.Utils.DefaultBoolean.False;
this.dateEdit_FollowUpDate.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMdd;
this.dateEdit_FollowUpDate.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm;
this.dateEdit_FollowUpDate.Location = new System.Drawing.Point(84, 11);
this.dateEdit_FollowUpDate.Name = "dateEdit_FollowUpDate";
this.dateEdit_FollowUpDate.Size = new System.Drawing.Size(100, 23);
this.dateEdit_FollowUpDate.TabIndex = 33;
this.dateEdit_FollowUpDate.TimeValue = "";
//
// checkBox_BXG_RCA
//
this.checkBox_BXG_RCA.AutoSize = true;
this.checkBox_BXG_RCA.Location = new System.Drawing.Point(258, 105);
this.checkBox_BXG_RCA.Name = "checkBox_BXG_RCA";
this.checkBox_BXG_RCA.Size = new System.Drawing.Size(48, 18);
this.checkBox_BXG_RCA.TabIndex = 215;
this.checkBox_BXG_RCA.Text = "RCA";
this.checkBox_BXG_RCA.UseVisualStyleBackColor = true;
//
// lookUpEdit_FollowUpDoctor
//
this.lookUpEdit_FollowUpDoctor.Location = new System.Drawing.Point(292, 43);
this.lookUpEdit_FollowUpDoctor.Name = "lookUpEdit_FollowUpDoctor";
this.lookUpEdit_FollowUpDoctor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit_FollowUpDoctor.Properties.NullText = "请选择";
this.lookUpEdit_FollowUpDoctor.Size = new System.Drawing.Size(93, 20);
this.lookUpEdit_FollowUpDoctor.TabIndex = 32;
//
// checkBox_LM
//
this.checkBox_LM.AutoSize = true;
this.checkBox_LM.Location = new System.Drawing.Point(84, 75);
this.checkBox_LM.Name = "checkBox_LM";
this.checkBox_LM.Size = new System.Drawing.Size(41, 18);
this.checkBox_LM.TabIndex = 179;
this.checkBox_LM.Text = "LM";
this.checkBox_LM.UseVisualStyleBackColor = true;
//
// simpleButton_Add
//
this.simpleButton_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Add.ImageOptions.Image")));
this.simpleButton_Add.Location = new System.Drawing.Point(485, 326);
this.simpleButton_Add.Name = "simpleButton_Add";
this.simpleButton_Add.Size = new System.Drawing.Size(71, 42);
this.simpleButton_Add.TabIndex = 30;
this.simpleButton_Add.Text = "新增";
this.simpleButton_Add.Click += new System.EventHandler(this.simpleButton_Add_Click);
//
// labelControl20
//
this.labelControl20.Location = new System.Drawing.Point(18, 77);
this.labelControl20.Name = "labelControl20";
this.labelControl20.Size = new System.Drawing.Size(59, 14);
this.labelControl20.TabIndex = 178;
this.labelControl20.Text = "CAG结果";
//
// comboBox_FollowUpType
//
this.comboBox_FollowUpType.FormattingEnabled = true;
this.comboBox_FollowUpType.Items.AddRange(new object[] {
"门诊",
"家庭",
"电话"});
this.comboBox_FollowUpType.Location = new System.Drawing.Point(292, 11);
this.comboBox_FollowUpType.Name = "comboBox_FollowUpType";
this.comboBox_FollowUpType.Size = new System.Drawing.Size(93, 22);
this.comboBox_FollowUpType.TabIndex = 29;
//
// checkBox_LAD
//
this.checkBox_LAD.AutoSize = true;
this.checkBox_LAD.Location = new System.Drawing.Point(138, 75);
this.checkBox_LAD.Name = "checkBox_LAD";
this.checkBox_LAD.Size = new System.Drawing.Size(48, 18);
this.checkBox_LAD.TabIndex = 180;
this.checkBox_LAD.Text = "LAD";
this.checkBox_LAD.UseVisualStyleBackColor = true;
//
// simpleButton_save
//
this.simpleButton_save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_save.ImageOptions.Image")));
this.simpleButton_save.Location = new System.Drawing.Point(564, 326);
this.simpleButton_save.Name = "simpleButton_save";
this.simpleButton_save.Size = new System.Drawing.Size(71, 42);
this.simpleButton_save.TabIndex = 28;
this.simpleButton_save.Text = "保存";
this.simpleButton_save.Click += new System.EventHandler(this.simpleButton_save_Click);
//
// checkBox_LCX
//
this.checkBox_LCX.AutoSize = true;
this.checkBox_LCX.Location = new System.Drawing.Point(199, 75);
this.checkBox_LCX.Name = "checkBox_LCX";
this.checkBox_LCX.Size = new System.Drawing.Size(46, 18);
this.checkBox_LCX.TabIndex = 181;
this.checkBox_LCX.Text = "LCX";
this.checkBox_LCX.UseVisualStyleBackColor = true;
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(229, 46);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(60, 14);
this.labelControl12.TabIndex = 24;
this.labelControl12.Text = "随访医生:";
//
// checkBox_RCA
//
this.checkBox_RCA.AutoSize = true;
this.checkBox_RCA.Location = new System.Drawing.Point(258, 75);
this.checkBox_RCA.Name = "checkBox_RCA";
this.checkBox_RCA.Size = new System.Drawing.Size(48, 18);
this.checkBox_RCA.TabIndex = 182;
this.checkBox_RCA.Text = "RCA";
this.checkBox_RCA.UseVisualStyleBackColor = true;
//
// comboBox_FollowUpResult
//
this.comboBox_FollowUpResult.FormattingEnabled = true;
this.comboBox_FollowUpResult.Items.AddRange(new object[] {
"控制满意",
"控制不满意",
"不良反应",
"并发症"});
this.comboBox_FollowUpResult.Location = new System.Drawing.Point(84, 42);
this.comboBox_FollowUpResult.Name = "comboBox_FollowUpResult";
this.comboBox_FollowUpResult.Size = new System.Drawing.Size(100, 22);
this.comboBox_FollowUpResult.TabIndex = 23;
//
// checkBox_QTTD
//
this.checkBox_QTTD.AutoSize = true;
this.checkBox_QTTD.Location = new System.Drawing.Point(516, 136);
this.checkBox_QTTD.Name = "checkBox_QTTD";
this.checkBox_QTTD.Size = new System.Drawing.Size(74, 18);
this.checkBox_QTTD.TabIndex = 203;
this.checkBox_QTTD.Text = "其他他汀";
this.checkBox_QTTD.UseVisualStyleBackColor = true;
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(17, 46);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(60, 14);
this.labelControl11.TabIndex = 22;
this.labelControl11.Text = "随访结果:";
//
// checkBox_YLRTD
//
this.checkBox_YLRTD.AutoSize = true;
this.checkBox_YLRTD.Location = new System.Drawing.Point(419, 136);
this.checkBox_YLRTD.Name = "checkBox_YLRTD";
this.checkBox_YLRTD.Size = new System.Drawing.Size(86, 18);
this.checkBox_YLRTD.TabIndex = 202;
this.checkBox_YLRTD.Text = "依洛尤他汀";
this.checkBox_YLRTD.UseVisualStyleBackColor = true;
//
// checkBox_RSTD
//
this.checkBox_RSTD.AutoSize = true;
this.checkBox_RSTD.Location = new System.Drawing.Point(333, 136);
this.checkBox_RSTD.Name = "checkBox_RSTD";
this.checkBox_RSTD.Size = new System.Drawing.Size(74, 18);
this.checkBox_RSTD.TabIndex = 201;
this.checkBox_RSTD.Text = "瑞舒他汀";
this.checkBox_RSTD.UseVisualStyleBackColor = true;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(226, 15);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "随访类型:";
//
// checkBox_TGRL
//
this.checkBox_TGRL.AutoSize = true;
this.checkBox_TGRL.Location = new System.Drawing.Point(248, 136);
this.checkBox_TGRL.Name = "checkBox_TGRL";
this.checkBox_TGRL.Size = new System.Drawing.Size(74, 18);
this.checkBox_TGRL.TabIndex = 199;
this.checkBox_TGRL.Text = "替格瑞洛";
this.checkBox_TGRL.UseVisualStyleBackColor = true;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(17, 15);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "随访日期:";
//
// checkBox_LCGL
//
this.checkBox_LCGL.AutoSize = true;
this.checkBox_LCGL.Location = new System.Drawing.Point(166, 136);
this.checkBox_LCGL.Name = "checkBox_LCGL";
this.checkBox_LCGL.Size = new System.Drawing.Size(74, 18);
this.checkBox_LCGL.TabIndex = 197;
this.checkBox_LCGL.Text = "氯吡格雷";
this.checkBox_LCGL.UseVisualStyleBackColor = true;
//
// labelControl29
//
this.labelControl29.Location = new System.Drawing.Point(17, 137);
this.labelControl29.Name = "labelControl29";
this.labelControl29.Size = new System.Drawing.Size(60, 14);
this.labelControl29.TabIndex = 195;
this.labelControl29.Text = "药物治疗:";
//
// checkBox_ASPL
//
this.checkBox_ASPL.AutoSize = true;
this.checkBox_ASPL.Location = new System.Drawing.Point(84, 136);
this.checkBox_ASPL.Name = "checkBox_ASPL";
this.checkBox_ASPL.Size = new System.Drawing.Size(74, 18);
this.checkBox_ASPL.TabIndex = 196;
this.checkBox_ASPL.Text = "阿司匹林";
this.checkBox_ASPL.UseVisualStyleBackColor = true;
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// Form_FollowUpDetail_ChestPain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1211, 578);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_FollowUpDetail_ChestPain.IconOptions.Icon")));
this.Name = "Form_FollowUpDetail_ChestPain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "胸痛随访详细";
this.Load += new System.EventHandler(this.Form_FollowUpDetail_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl_FollowUpVisit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView_FollowUpVisit)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.radioGroup_IsChestPain.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit_FollowUpDoctor.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label_age;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label_sex;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label_name;
private System.Windows.Forms.Panel panel3;
private DevExpress.XtraGrid.GridControl gridControl_FollowUpVisit;
private DevExpress.XtraGrid.Views.Grid.GridView gridView_FollowUpVisit;
private System.Windows.Forms.Panel panel4;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl12;
private System.Windows.Forms.ComboBox comboBox_FollowUpResult;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.SimpleButton simpleButton_save;
private System.Windows.Forms.ComboBox comboBox_FollowUpType;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_ID;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpType;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DischargeDiagnosis;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_HospitalOutcome;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_DrugRegimen;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpResult;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpDoctor;
private DevExpress.XtraEditors.SimpleButton simpleButton_Add;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit_FollowUpDoctor;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_GUID;
private HL_FristAidPlatform_Public.TimeControl dateEdit_FollowUpDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn_FollowUpStatus;
private DevExpress.XtraEditors.RadioGroup radioGroup_IsChestPain;
private DevExpress.XtraEditors.LabelControl labelControl6;
private System.Windows.Forms.Label label_AdmissionNumber;
private System.Windows.Forms.Label label4;
private DevExpress.XtraEditors.SimpleButton simpleButton_ViewDrugs;
private DevExpress.XtraEditors.SimpleButton simpleButton_ViewOperation;
private DevExpress.XtraEditors.LabelControl labelControl7;
private System.Windows.Forms.RichTextBox richTextBoxNode;
private DevExpress.XtraEditors.SimpleButton simpleButton_ECG;
private System.Windows.Forms.CheckBox checkBox_GZXZ;
private System.Windows.Forms.CheckBox checkBox_GLXZ;
private System.Windows.Forms.CheckBox checkBox_XS;
private System.Windows.Forms.CheckBox checkBox_TLB;
private System.Windows.Forms.CheckBox checkBox_GXY;
private DevExpress.XtraEditors.LabelControl labelControl22;
private System.Windows.Forms.CheckBox checkBox_BXG_LM;
private DevExpress.XtraEditors.LabelControl labelControl21;
private System.Windows.Forms.CheckBox checkBox_BXG_LAD;
private System.Windows.Forms.CheckBox checkBox_BXG_LCX;
private System.Windows.Forms.CheckBox checkBox_BXG_RCA;
private System.Windows.Forms.CheckBox checkBox_LM;
private DevExpress.XtraEditors.LabelControl labelControl20;
private System.Windows.Forms.CheckBox checkBox_LAD;
private System.Windows.Forms.CheckBox checkBox_LCX;
private System.Windows.Forms.CheckBox checkBox_RCA;
private System.Windows.Forms.CheckBox checkBox_QTTD;
private System.Windows.Forms.CheckBox checkBox_YLRTD;
private System.Windows.Forms.CheckBox checkBox_RSTD;
private System.Windows.Forms.CheckBox checkBox_TGRL;
private System.Windows.Forms.CheckBox checkBox_LCGL;
private System.Windows.Forms.CheckBox checkBox_ASPL;
private DevExpress.XtraEditors.LabelControl labelControl29;
private System.Windows.Forms.ImageList imageList1;
private DevExpress.XtraEditors.SimpleButton simpleButton_EMR;
}
}