StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_FollowUpDetail.Designe...

667 lines
36 KiB
C#

namespace HL_FristAidPlatform_FollowUp
{
partial class Form_FollowUpDetail
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_FollowUpDetail));
this.panel1 = new System.Windows.Forms.Panel();
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_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_GUID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn_FollowUpStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel4 = new System.Windows.Forms.Panel();
this.dateEdit_FollowUpDate = new HL_FristAidPlatform_Public.TimeControl();
this.lookUpEdit_FollowUpDoctor = new DevExpress.XtraEditors.LookUpEdit();
this.simpleButton_Add = new DevExpress.XtraEditors.SimpleButton();
this.comboBox_FollowUpType = new System.Windows.Forms.ComboBox();
this.simpleButton_save = new DevExpress.XtraEditors.SimpleButton();
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_FollowUpResult = new System.Windows.Forms.ComboBox();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_DrugRegimen = new System.Windows.Forms.ComboBox();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.checkedListBox_RehabilitationProgram = new System.Windows.Forms.CheckedListBox();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.checkedListBox_HealthPrescription = new System.Windows.Forms.CheckedListBox();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_HospitalOutcome = new System.Windows.Forms.ComboBox();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_DischargeDiagnosis = new System.Windows.Forms.ComboBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.comboBox_AdmittingDiagnosis = new System.Windows.Forms.ComboBox();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.textEdit_CheckResult = new DevExpress.XtraEditors.MemoEdit();
this.textEdit_InspectionResult = new DevExpress.XtraEditors.MemoEdit();
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.lookUpEdit_FollowUpDoctor.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CheckResult.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_InspectionResult.Properties)).BeginInit();
this.SuspendLayout();
//
// panel1
//
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(1370, 33);
this.panel1.TabIndex = 0;
//
// 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, 33);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1370, 691);
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(759, 691);
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(759, 691);
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 = 437;
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_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.Visible = true;
this.gridColumn_FollowUpType.VisibleIndex = 2;
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 = 3;
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";
this.gridColumn_FollowUpResult.Visible = true;
this.gridColumn_FollowUpResult.VisibleIndex = 4;
//
// gridColumn_FollowUpDoctor
//
this.gridColumn_FollowUpDoctor.Caption = "随访医生";
this.gridColumn_FollowUpDoctor.FieldName = "FollowUpDoctor";
this.gridColumn_FollowUpDoctor.Name = "gridColumn_FollowUpDoctor";
this.gridColumn_FollowUpDoctor.Visible = true;
this.gridColumn_FollowUpDoctor.VisibleIndex = 5;
//
// gridColumn_GUID
//
this.gridColumn_GUID.Caption = "GUID";
this.gridColumn_GUID.FieldName = "GUID";
this.gridColumn_GUID.Name = "gridColumn_GUID";
//
// 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 = 6;
//
// panel4
//
this.panel4.Controls.Add(this.dateEdit_FollowUpDate);
this.panel4.Controls.Add(this.lookUpEdit_FollowUpDoctor);
this.panel4.Controls.Add(this.simpleButton_Add);
this.panel4.Controls.Add(this.comboBox_FollowUpType);
this.panel4.Controls.Add(this.simpleButton_save);
this.panel4.Controls.Add(this.labelControl12);
this.panel4.Controls.Add(this.comboBox_FollowUpResult);
this.panel4.Controls.Add(this.labelControl11);
this.panel4.Controls.Add(this.labelControl10);
this.panel4.Controls.Add(this.labelControl9);
this.panel4.Controls.Add(this.comboBox_DrugRegimen);
this.panel4.Controls.Add(this.labelControl8);
this.panel4.Controls.Add(this.checkedListBox_RehabilitationProgram);
this.panel4.Controls.Add(this.labelControl7);
this.panel4.Controls.Add(this.checkedListBox_HealthPrescription);
this.panel4.Controls.Add(this.labelControl6);
this.panel4.Controls.Add(this.comboBox_HospitalOutcome);
this.panel4.Controls.Add(this.labelControl5);
this.panel4.Controls.Add(this.comboBox_DischargeDiagnosis);
this.panel4.Controls.Add(this.labelControl4);
this.panel4.Controls.Add(this.comboBox_AdmittingDiagnosis);
this.panel4.Controls.Add(this.labelControl3);
this.panel4.Controls.Add(this.labelControl2);
this.panel4.Controls.Add(this.labelControl1);
this.panel4.Controls.Add(this.textEdit_CheckResult);
this.panel4.Controls.Add(this.textEdit_InspectionResult);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Location = new System.Drawing.Point(759, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(611, 691);
this.panel4.TabIndex = 1;
//
// 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(69, 13);
this.dateEdit_FollowUpDate.Name = "dateEdit_FollowUpDate";
this.dateEdit_FollowUpDate.Size = new System.Drawing.Size(142, 21);
this.dateEdit_FollowUpDate.TabIndex = 33;
this.dateEdit_FollowUpDate.TimeValue = "";
//
// lookUpEdit_FollowUpDoctor
//
this.lookUpEdit_FollowUpDoctor.Location = new System.Drawing.Point(399, 610);
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(190, 22);
this.lookUpEdit_FollowUpDoctor.TabIndex = 32;
//
// simpleButton_Add
//
this.simpleButton_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Add.ImageOptions.Image")));
this.simpleButton_Add.Location = new System.Drawing.Point(397, 637);
this.simpleButton_Add.Name = "simpleButton_Add";
this.simpleButton_Add.Size = new System.Drawing.Size(87, 45);
this.simpleButton_Add.TabIndex = 30;
this.simpleButton_Add.Text = "新增";
this.simpleButton_Add.Click += new System.EventHandler(this.simpleButton_Add_Click);
//
// comboBox_FollowUpType
//
this.comboBox_FollowUpType.FormattingEnabled = true;
this.comboBox_FollowUpType.Items.AddRange(new object[] {
"门诊",
"家庭",
"电话"});
this.comboBox_FollowUpType.Location = new System.Drawing.Point(400, 12);
this.comboBox_FollowUpType.Name = "comboBox_FollowUpType";
this.comboBox_FollowUpType.Size = new System.Drawing.Size(192, 23);
this.comboBox_FollowUpType.TabIndex = 29;
//
// simpleButton_save
//
this.simpleButton_save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_save.ImageOptions.Image")));
this.simpleButton_save.Location = new System.Drawing.Point(502, 637);
this.simpleButton_save.Name = "simpleButton_save";
this.simpleButton_save.Size = new System.Drawing.Size(87, 45);
this.simpleButton_save.TabIndex = 28;
this.simpleButton_save.Text = "保存";
this.simpleButton_save.Click += new System.EventHandler(this.simpleButton_save_Click);
//
// labelControl12
//
this.labelControl12.Location = new System.Drawing.Point(336, 611);
this.labelControl12.Name = "labelControl12";
this.labelControl12.Size = new System.Drawing.Size(60, 15);
this.labelControl12.TabIndex = 24;
this.labelControl12.Text = "随访医生:";
//
// comboBox_FollowUpResult
//
this.comboBox_FollowUpResult.FormattingEnabled = true;
this.comboBox_FollowUpResult.Items.AddRange(new object[] {
"控制满意",
"控制不满意",
"不良反应",
"并发症"});
this.comboBox_FollowUpResult.Location = new System.Drawing.Point(70, 607);
this.comboBox_FollowUpResult.Name = "comboBox_FollowUpResult";
this.comboBox_FollowUpResult.Size = new System.Drawing.Size(192, 23);
this.comboBox_FollowUpResult.TabIndex = 23;
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(8, 611);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(60, 15);
this.labelControl11.TabIndex = 22;
this.labelControl11.Text = "随访结果:";
//
// labelControl10
//
this.labelControl10.Location = new System.Drawing.Point(5, 502);
this.labelControl10.Name = "labelControl10";
this.labelControl10.Size = new System.Drawing.Size(60, 15);
this.labelControl10.TabIndex = 20;
this.labelControl10.Text = "检验结果:";
//
// labelControl9
//
this.labelControl9.Location = new System.Drawing.Point(5, 397);
this.labelControl9.Name = "labelControl9";
this.labelControl9.Size = new System.Drawing.Size(60, 15);
this.labelControl9.TabIndex = 18;
this.labelControl9.Text = "检查结果:";
//
// comboBox_DrugRegimen
//
this.comboBox_DrugRegimen.FormattingEnabled = true;
this.comboBox_DrugRegimen.Items.AddRange(new object[] {
"单用阿司匹林肠溶片",
"单用氯吡格雷片",
"联合双抗",
"降脂",
"控制血压",
"控制血糖"});
this.comboBox_DrugRegimen.Location = new System.Drawing.Point(400, 92);
this.comboBox_DrugRegimen.Name = "comboBox_DrugRegimen";
this.comboBox_DrugRegimen.Size = new System.Drawing.Size(192, 23);
this.comboBox_DrugRegimen.TabIndex = 17;
//
// labelControl8
//
this.labelControl8.Location = new System.Drawing.Point(309, 96);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(84, 15);
this.labelControl8.TabIndex = 16;
this.labelControl8.Text = "药物使用方案:";
//
// checkedListBox_RehabilitationProgram
//
this.checkedListBox_RehabilitationProgram.CheckOnClick = true;
this.checkedListBox_RehabilitationProgram.FormattingEnabled = true;
this.checkedListBox_RehabilitationProgram.Items.AddRange(new object[] {
"无",
"按摩",
"针灸",
"运动训练",
"其他方式"});
this.checkedListBox_RehabilitationProgram.Location = new System.Drawing.Point(70, 280);
this.checkedListBox_RehabilitationProgram.Name = "checkedListBox_RehabilitationProgram";
this.checkedListBox_RehabilitationProgram.Size = new System.Drawing.Size(522, 68);
this.checkedListBox_RehabilitationProgram.TabIndex = 15;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(8, 280);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(60, 15);
this.labelControl7.TabIndex = 14;
this.labelControl7.Text = "康复方案:";
//
// checkedListBox_HealthPrescription
//
this.checkedListBox_HealthPrescription.CheckOnClick = true;
this.checkedListBox_HealthPrescription.FormattingEnabled = true;
this.checkedListBox_HealthPrescription.Items.AddRange(new object[] {
"适当运动",
"规律作息",
"保持情绪稳定",
"低盐低脂低热量清淡饮食(多吃蔬菜, 水果, 谷类, 豆类, 鱼类)",
"戒烟",
"限酒"});
this.checkedListBox_HealthPrescription.Location = new System.Drawing.Point(71, 136);
this.checkedListBox_HealthPrescription.Name = "checkedListBox_HealthPrescription";
this.checkedListBox_HealthPrescription.Size = new System.Drawing.Size(522, 84);
this.checkedListBox_HealthPrescription.TabIndex = 13;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(6, 136);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(60, 15);
this.labelControl6.TabIndex = 12;
this.labelControl6.Text = "健康处方:";
//
// comboBox_HospitalOutcome
//
this.comboBox_HospitalOutcome.FormattingEnabled = true;
this.comboBox_HospitalOutcome.Items.AddRange(new object[] {
"出院",
"好转",
"加重",
"死亡"});
this.comboBox_HospitalOutcome.Location = new System.Drawing.Point(69, 92);
this.comboBox_HospitalOutcome.Name = "comboBox_HospitalOutcome";
this.comboBox_HospitalOutcome.Size = new System.Drawing.Size(192, 23);
this.comboBox_HospitalOutcome.TabIndex = 11;
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(8, 96);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(60, 15);
this.labelControl5.TabIndex = 10;
this.labelControl5.Text = "出院转归:";
//
// comboBox_DischargeDiagnosis
//
this.comboBox_DischargeDiagnosis.FormattingEnabled = true;
this.comboBox_DischargeDiagnosis.Items.AddRange(new object[] {
"脑血栓形成",
"脑栓塞",
"脑梗死"});
this.comboBox_DischargeDiagnosis.Location = new System.Drawing.Point(400, 51);
this.comboBox_DischargeDiagnosis.Name = "comboBox_DischargeDiagnosis";
this.comboBox_DischargeDiagnosis.Size = new System.Drawing.Size(192, 23);
this.comboBox_DischargeDiagnosis.TabIndex = 9;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(337, 56);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(60, 15);
this.labelControl4.TabIndex = 8;
this.labelControl4.Text = "出院诊断:";
//
// comboBox_AdmittingDiagnosis
//
this.comboBox_AdmittingDiagnosis.FormattingEnabled = true;
this.comboBox_AdmittingDiagnosis.Items.AddRange(new object[] {
"脑血栓形成",
"脑栓塞",
"脑梗死"});
this.comboBox_AdmittingDiagnosis.Location = new System.Drawing.Point(69, 51);
this.comboBox_AdmittingDiagnosis.Name = "comboBox_AdmittingDiagnosis";
this.comboBox_AdmittingDiagnosis.Size = new System.Drawing.Size(192, 23);
this.comboBox_AdmittingDiagnosis.TabIndex = 7;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(8, 56);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(60, 15);
this.labelControl3.TabIndex = 6;
this.labelControl3.Text = "入院诊断:";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(337, 16);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 15);
this.labelControl2.TabIndex = 3;
this.labelControl2.Text = "随访类型:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(8, 16);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 15);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "随访日期:";
//
// textEdit_CheckResult
//
this.textEdit_CheckResult.Location = new System.Drawing.Point(70, 501);
this.textEdit_CheckResult.Name = "textEdit_CheckResult";
this.textEdit_CheckResult.Size = new System.Drawing.Size(523, 86);
this.textEdit_CheckResult.TabIndex = 21;
//
// textEdit_InspectionResult
//
this.textEdit_InspectionResult.Location = new System.Drawing.Point(69, 397);
this.textEdit_InspectionResult.Name = "textEdit_InspectionResult";
this.textEdit_InspectionResult.Size = new System.Drawing.Size(523, 80);
this.textEdit_InspectionResult.TabIndex = 19;
//
// Form_FollowUpDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1370, 724);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_FollowUpDetail";
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.lookUpEdit_FollowUpDoctor.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_CheckResult.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit_InspectionResult.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 System.Windows.Forms.ComboBox comboBox_HospitalOutcome;
private DevExpress.XtraEditors.LabelControl labelControl5;
private System.Windows.Forms.ComboBox comboBox_DischargeDiagnosis;
private DevExpress.XtraEditors.LabelControl labelControl4;
private System.Windows.Forms.ComboBox comboBox_AdmittingDiagnosis;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.CheckedListBox checkedListBox_RehabilitationProgram;
private DevExpress.XtraEditors.LabelControl labelControl7;
private System.Windows.Forms.CheckedListBox checkedListBox_HealthPrescription;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl12;
private System.Windows.Forms.ComboBox comboBox_FollowUpResult;
private DevExpress.XtraEditors.LabelControl labelControl11;
private DevExpress.XtraEditors.LabelControl labelControl10;
private DevExpress.XtraEditors.LabelControl labelControl9;
private System.Windows.Forms.ComboBox comboBox_DrugRegimen;
private DevExpress.XtraEditors.LabelControl labelControl8;
private DevExpress.XtraEditors.SimpleButton simpleButton_save;
private DevExpress.XtraEditors.MemoEdit textEdit_CheckResult;
private DevExpress.XtraEditors.MemoEdit textEdit_InspectionResult;
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;
}
}