StableVersion4.3/HL_FristAidPlatform_ChestPain/Form_ChestPain_PatientMain....

563 lines
35 KiB
C#

namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_PatientMain
{
/// <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_ChestPain_PatientMain));
this.lbl_PatientWristStrap = new DevExpress.XtraEditors.LabelControl();
this.lbl_PatientAge = new DevExpress.XtraEditors.LabelControl();
this.lbl_PatientGender = new DevExpress.XtraEditors.LabelControl();
this.lbl_PatientName = new DevExpress.XtraEditors.LabelControl();
this.pan_PatientInfo = new DevExpress.XtraEditors.PanelControl();
this.btn_RealTimeMonitoring = new DevExpress.XtraEditors.SimpleButton();
this.btn_RealTimeVideo = new DevExpress.XtraEditors.SimpleButton();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.btn_CTNT = new DevExpress.XtraEditors.SimpleButton();
this.btn_ECG = new DevExpress.XtraEditors.SimpleButton();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.lbl_PatientAge_Unit = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.pan_Menu = new DevExpress.XtraEditors.PanelControl();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.btn_InformedConsent = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Telemedicine = new DevExpress.XtraEditors.SimpleButton();
this.btn_Epidemic = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.btn_FirstAidTrack = new DevExpress.XtraEditors.SimpleButton();
this.btn_PatientOutcome = new DevExpress.XtraEditors.SimpleButton();
this.btn_Consultation = new DevExpress.XtraEditors.SimpleButton();
this.btn_OneClickNotification = new DevExpress.XtraEditors.SimpleButton();
this.btn_ImageInformation = new DevExpress.XtraEditors.SimpleButton();
this.btn_Treatment = new DevExpress.XtraEditors.SimpleButton();
this.btn_PatientDetail = new DevExpress.XtraEditors.SimpleButton();
this.btn_TimeAxis = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.pan_PatientInfo)).BeginInit();
this.pan_PatientInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pan_Menu)).BeginInit();
this.pan_Menu.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.SuspendLayout();
//
// lbl_PatientWristStrap
//
this.lbl_PatientWristStrap.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_PatientWristStrap.Appearance.Options.UseFont = true;
this.lbl_PatientWristStrap.Location = new System.Drawing.Point(584, 8);
this.lbl_PatientWristStrap.Name = "lbl_PatientWristStrap";
this.lbl_PatientWristStrap.Size = new System.Drawing.Size(109, 27);
this.lbl_PatientWristStrap.TabIndex = 3;
this.lbl_PatientWristStrap.Text = "T10004512";
//
// lbl_PatientAge
//
this.lbl_PatientAge.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_PatientAge.Appearance.Options.UseFont = true;
this.lbl_PatientAge.Location = new System.Drawing.Point(416, 8);
this.lbl_PatientAge.Name = "lbl_PatientAge";
this.lbl_PatientAge.Size = new System.Drawing.Size(36, 27);
this.lbl_PatientAge.TabIndex = 2;
this.lbl_PatientAge.Text = "100";
//
// lbl_PatientGender
//
this.lbl_PatientGender.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_PatientGender.Appearance.Options.UseFont = true;
this.lbl_PatientGender.Location = new System.Drawing.Point(305, 8);
this.lbl_PatientGender.Name = "lbl_PatientGender";
this.lbl_PatientGender.Size = new System.Drawing.Size(22, 27);
this.lbl_PatientGender.TabIndex = 1;
this.lbl_PatientGender.Text = "男";
//
// lbl_PatientName
//
this.lbl_PatientName.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_PatientName.Appearance.Options.UseFont = true;
this.lbl_PatientName.Location = new System.Drawing.Point(76, 8);
this.lbl_PatientName.Name = "lbl_PatientName";
this.lbl_PatientName.Size = new System.Drawing.Size(44, 27);
this.lbl_PatientName.TabIndex = 0;
this.lbl_PatientName.Text = "汪超";
//
// pan_PatientInfo
//
this.pan_PatientInfo.Controls.Add(this.btn_RealTimeMonitoring);
this.pan_PatientInfo.Controls.Add(this.btn_RealTimeVideo);
this.pan_PatientInfo.Controls.Add(this.panelControl2);
this.pan_PatientInfo.Controls.Add(this.panelControl1);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientName);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientGender);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientAge_Unit);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientAge);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientWristStrap);
this.pan_PatientInfo.Controls.Add(this.labelControl3);
this.pan_PatientInfo.Controls.Add(this.labelControl4);
this.pan_PatientInfo.Controls.Add(this.labelControl2);
this.pan_PatientInfo.Controls.Add(this.labelControl1);
this.pan_PatientInfo.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_PatientInfo.Location = new System.Drawing.Point(0, 0);
this.pan_PatientInfo.Name = "pan_PatientInfo";
this.pan_PatientInfo.Size = new System.Drawing.Size(1413, 45);
this.pan_PatientInfo.TabIndex = 4;
//
// btn_RealTimeMonitoring
//
this.btn_RealTimeMonitoring.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_RealTimeMonitoring.Appearance.Options.UseFont = true;
this.btn_RealTimeMonitoring.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_RealTimeMonitoring.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_RealTimeMonitoring.Location = new System.Drawing.Point(924, 8);
this.btn_RealTimeMonitoring.Name = "btn_RealTimeMonitoring";
this.btn_RealTimeMonitoring.Size = new System.Drawing.Size(43, 23);
this.btn_RealTimeMonitoring.TabIndex = 0;
this.btn_RealTimeMonitoring.Text = "心电图";
this.btn_RealTimeMonitoring.Visible = false;
this.btn_RealTimeMonitoring.Click += new System.EventHandler(this.btn_ECG_Click);
//
// btn_RealTimeVideo
//
this.btn_RealTimeVideo.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_RealTimeVideo.Appearance.Options.UseFont = true;
this.btn_RealTimeVideo.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_RealTimeVideo.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_RealTimeVideo.Location = new System.Drawing.Point(984, 8);
this.btn_RealTimeVideo.Name = "btn_RealTimeVideo";
this.btn_RealTimeVideo.Size = new System.Drawing.Size(43, 23);
this.btn_RealTimeVideo.TabIndex = 0;
this.btn_RealTimeVideo.Text = "肌钙蛋白";
this.btn_RealTimeVideo.Visible = false;
this.btn_RealTimeVideo.Click += new System.EventHandler(this.btn_CTNT_Click);
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.btn_CTNT);
this.panelControl2.Controls.Add(this.btn_ECG);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(1130, 2);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(185, 41);
this.panelControl2.TabIndex = 7;
this.panelControl2.Visible = false;
//
// btn_CTNT
//
this.btn_CTNT.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btn_CTNT.Appearance.BackColor2 = System.Drawing.Color.Transparent;
this.btn_CTNT.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_CTNT.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btn_CTNT.Appearance.Options.UseBackColor = true;
this.btn_CTNT.Appearance.Options.UseFont = true;
this.btn_CTNT.Appearance.Options.UseForeColor = true;
this.btn_CTNT.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.btn_CTNT.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_CTNT.Location = new System.Drawing.Point(1, 0);
this.btn_CTNT.Name = "btn_CTNT";
this.btn_CTNT.Size = new System.Drawing.Size(96, 41);
this.btn_CTNT.TabIndex = 5;
this.btn_CTNT.Text = "肌钙蛋白管理";
this.btn_CTNT.Visible = false;
this.btn_CTNT.Click += new System.EventHandler(this.btn_CTNT_Click);
//
// btn_ECG
//
this.btn_ECG.Appearance.BackColor = System.Drawing.Color.Transparent;
this.btn_ECG.Appearance.BackColor2 = System.Drawing.Color.Transparent;
this.btn_ECG.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_ECG.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btn_ECG.Appearance.Options.UseBackColor = true;
this.btn_ECG.Appearance.Options.UseFont = true;
this.btn_ECG.Appearance.Options.UseForeColor = true;
this.btn_ECG.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.btn_ECG.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_ECG.Location = new System.Drawing.Point(97, 0);
this.btn_ECG.Name = "btn_ECG";
this.btn_ECG.Size = new System.Drawing.Size(88, 41);
this.btn_ECG.TabIndex = 5;
this.btn_ECG.Text = "心电图管理";
this.btn_ECG.Visible = false;
this.btn_ECG.Click += new System.EventHandler(this.btn_ECG_Click);
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.simpleButton2);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl1.Location = new System.Drawing.Point(1315, 2);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(96, 41);
this.panelControl1.TabIndex = 6;
this.panelControl1.Visible = false;
//
// simpleButton2
//
this.simpleButton2.Appearance.BackColor = System.Drawing.Color.Transparent;
this.simpleButton2.Appearance.BackColor2 = System.Drawing.Color.Transparent;
this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton2.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.simpleButton2.Appearance.Options.UseBackColor = true;
this.simpleButton2.Appearance.Options.UseFont = true;
this.simpleButton2.Appearance.Options.UseForeColor = true;
this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.simpleButton2.Dock = System.Windows.Forms.DockStyle.Fill;
this.simpleButton2.Location = new System.Drawing.Point(0, 0);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(96, 41);
this.simpleButton2.TabIndex = 6;
this.simpleButton2.Text = "打印下转单";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click_1);
//
// lbl_PatientAge_Unit
//
this.lbl_PatientAge_Unit.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.lbl_PatientAge_Unit.Appearance.Options.UseFont = true;
this.lbl_PatientAge_Unit.Location = new System.Drawing.Point(455, 8);
this.lbl_PatientAge_Unit.Name = "lbl_PatientAge_Unit";
this.lbl_PatientAge_Unit.Size = new System.Drawing.Size(22, 27);
this.lbl_PatientAge_Unit.TabIndex = 2;
this.lbl_PatientAge_Unit.Text = "岁";
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(353, 8);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(66, 27);
this.labelControl3.TabIndex = 4;
this.labelControl3.Text = "年龄:";
//
// labelControl4
//
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(498, 8);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(88, 27);
this.labelControl4.TabIndex = 4;
this.labelControl4.Text = "标签卡:";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(241, 8);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(66, 27);
this.labelControl2.TabIndex = 4;
this.labelControl2.Text = "性别:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(8, 8);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(66, 27);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "姓名:";
//
// pan_Menu
//
this.pan_Menu.Controls.Add(this.simpleButton3);
this.pan_Menu.Controls.Add(this.btn_InformedConsent);
this.pan_Menu.Controls.Add(this.simpleButton_Telemedicine);
this.pan_Menu.Controls.Add(this.btn_Epidemic);
this.pan_Menu.Controls.Add(this.simpleButton1);
this.pan_Menu.Controls.Add(this.btn_FirstAidTrack);
this.pan_Menu.Controls.Add(this.btn_PatientOutcome);
this.pan_Menu.Controls.Add(this.btn_Consultation);
this.pan_Menu.Controls.Add(this.btn_OneClickNotification);
this.pan_Menu.Controls.Add(this.btn_ImageInformation);
this.pan_Menu.Controls.Add(this.btn_Treatment);
this.pan_Menu.Controls.Add(this.btn_PatientDetail);
this.pan_Menu.Controls.Add(this.btn_TimeAxis);
this.pan_Menu.Dock = System.Windows.Forms.DockStyle.Top;
this.pan_Menu.Location = new System.Drawing.Point(0, 45);
this.pan_Menu.Name = "pan_Menu";
this.pan_Menu.Size = new System.Drawing.Size(1413, 108);
this.pan_Menu.TabIndex = 10;
//
// simpleButton3
//
this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton3.Appearance.Options.UseFont = true;
this.simpleButton3.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.simpleButton3.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.simpleButton3.Location = new System.Drawing.Point(287, 4);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(88, 99);
this.simpleButton3.TabIndex = 7;
this.simpleButton3.Text = "导管室";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// btn_InformedConsent
//
this.btn_InformedConsent.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_InformedConsent.Appearance.Options.UseFont = true;
this.btn_InformedConsent.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_InformedConsent.ImageOptions.Image")));
this.btn_InformedConsent.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_InformedConsent.Location = new System.Drawing.Point(663, 4);
this.btn_InformedConsent.Name = "btn_InformedConsent";
this.btn_InformedConsent.Size = new System.Drawing.Size(88, 99);
this.btn_InformedConsent.TabIndex = 5;
this.btn_InformedConsent.Text = "知情同意书";
this.btn_InformedConsent.Click += new System.EventHandler(this.btn_InformedConsent_Click);
//
// simpleButton_Telemedicine
//
this.simpleButton_Telemedicine.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton_Telemedicine.Appearance.Options.UseFont = true;
this.simpleButton_Telemedicine.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.simpleButton_Telemedicine.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.simpleButton_Telemedicine.Location = new System.Drawing.Point(851, 4);
this.simpleButton_Telemedicine.Name = "simpleButton_Telemedicine";
this.simpleButton_Telemedicine.Size = new System.Drawing.Size(88, 99);
this.simpleButton_Telemedicine.TabIndex = 4;
this.simpleButton_Telemedicine.Text = "远程会诊";
this.simpleButton_Telemedicine.Visible = false;
this.simpleButton_Telemedicine.Click += new System.EventHandler(this.simpleButton_Telemedicine_Click);
//
// btn_Epidemic
//
this.btn_Epidemic.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Epidemic.Appearance.Options.UseFont = true;
this.btn_Epidemic.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources._;
this.btn_Epidemic.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Epidemic.Location = new System.Drawing.Point(757, 4);
this.btn_Epidemic.Name = "btn_Epidemic";
this.btn_Epidemic.Size = new System.Drawing.Size(88, 99);
this.btn_Epidemic.TabIndex = 3;
this.btn_Epidemic.Text = "疫情告知书";
this.btn_Epidemic.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.simpleButton1.Appearance.Options.UseFont = true;
this.simpleButton1.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.simpleButton1.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.simpleButton1.Location = new System.Drawing.Point(945, 4);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(88, 99);
this.simpleButton1.TabIndex = 1;
this.simpleButton1.Text = "溶栓核查";
this.simpleButton1.Visible = false;
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// btn_FirstAidTrack
//
this.btn_FirstAidTrack.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_FirstAidTrack.Appearance.Options.UseFont = true;
this.btn_FirstAidTrack.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_FirstAidTrack.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_FirstAidTrack.Location = new System.Drawing.Point(1133, 4);
this.btn_FirstAidTrack.Name = "btn_FirstAidTrack";
this.btn_FirstAidTrack.Size = new System.Drawing.Size(88, 99);
this.btn_FirstAidTrack.TabIndex = 0;
this.btn_FirstAidTrack.Text = "GPS定位";
this.btn_FirstAidTrack.Visible = false;
this.btn_FirstAidTrack.Click += new System.EventHandler(this.btn_FirstAidTrack_Click);
//
// btn_PatientOutcome
//
this.btn_PatientOutcome.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_PatientOutcome.Appearance.Options.UseFont = true;
this.btn_PatientOutcome.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_PatientOutcome.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_PatientOutcome.Location = new System.Drawing.Point(381, 4);
this.btn_PatientOutcome.Name = "btn_PatientOutcome";
this.btn_PatientOutcome.Size = new System.Drawing.Size(88, 99);
this.btn_PatientOutcome.TabIndex = 0;
this.btn_PatientOutcome.Text = "患者转归";
this.btn_PatientOutcome.Click += new System.EventHandler(this.btn_PatientOutcome_Click);
//
// btn_Consultation
//
this.btn_Consultation.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Consultation.Appearance.Options.UseFont = true;
this.btn_Consultation.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_Consultation.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Consultation.Location = new System.Drawing.Point(1039, 4);
this.btn_Consultation.Name = "btn_Consultation";
this.btn_Consultation.Size = new System.Drawing.Size(88, 99);
this.btn_Consultation.TabIndex = 0;
this.btn_Consultation.Text = "专家会诊";
this.btn_Consultation.Visible = false;
this.btn_Consultation.Click += new System.EventHandler(this.btn_Consultation_Click);
//
// btn_OneClickNotification
//
this.btn_OneClickNotification.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_OneClickNotification.Appearance.Options.UseFont = true;
this.btn_OneClickNotification.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_OneClickNotification.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_OneClickNotification.Location = new System.Drawing.Point(569, 4);
this.btn_OneClickNotification.Name = "btn_OneClickNotification";
this.btn_OneClickNotification.Size = new System.Drawing.Size(88, 99);
this.btn_OneClickNotification.TabIndex = 0;
this.btn_OneClickNotification.Text = "绿色通道";
this.btn_OneClickNotification.Click += new System.EventHandler(this.btn_OneClickNotification_Click);
//
// btn_ImageInformation
//
this.btn_ImageInformation.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_ImageInformation.Appearance.Options.UseFont = true;
this.btn_ImageInformation.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_ImageInformation.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_ImageInformation.Location = new System.Drawing.Point(475, 4);
this.btn_ImageInformation.Name = "btn_ImageInformation";
this.btn_ImageInformation.Size = new System.Drawing.Size(88, 99);
this.btn_ImageInformation.TabIndex = 0;
this.btn_ImageInformation.Text = "影像信息";
this.btn_ImageInformation.Click += new System.EventHandler(this.btn_ImageInformation_Click);
//
// btn_Treatment
//
this.btn_Treatment.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_Treatment.Appearance.Options.UseFont = true;
this.btn_Treatment.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_Treatment.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_Treatment.Location = new System.Drawing.Point(193, 4);
this.btn_Treatment.Name = "btn_Treatment";
this.btn_Treatment.Size = new System.Drawing.Size(88, 99);
this.btn_Treatment.TabIndex = 0;
this.btn_Treatment.Text = "胸痛诊疗";
this.btn_Treatment.Click += new System.EventHandler(this.btn_Treatment_Click);
//
// btn_PatientDetail
//
this.btn_PatientDetail.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_PatientDetail.Appearance.Options.UseFont = true;
this.btn_PatientDetail.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_PatientDetail.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_PatientDetail.Location = new System.Drawing.Point(99, 4);
this.btn_PatientDetail.Name = "btn_PatientDetail";
this.btn_PatientDetail.Size = new System.Drawing.Size(88, 99);
this.btn_PatientDetail.TabIndex = 0;
this.btn_PatientDetail.Text = "急救信息";
this.btn_PatientDetail.Click += new System.EventHandler(this.btn_PatientDetail_Click);
//
// btn_TimeAxis
//
this.btn_TimeAxis.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.btn_TimeAxis.Appearance.Options.UseFont = true;
this.btn_TimeAxis.ImageOptions.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.;
this.btn_TimeAxis.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
this.btn_TimeAxis.Location = new System.Drawing.Point(5, 4);
this.btn_TimeAxis.Name = "btn_TimeAxis";
this.btn_TimeAxis.Size = new System.Drawing.Size(88, 99);
this.btn_TimeAxis.TabIndex = 0;
this.btn_TimeAxis.Text = "抢救时间轴";
this.btn_TimeAxis.Click += new System.EventHandler(this.btn_TimeAxis_Click);
//
// panelControl3
//
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl3.Location = new System.Drawing.Point(0, 153);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1413, 689);
this.panelControl3.TabIndex = 11;
//
// Form_ChestPain_PatientMain
//
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1413, 842);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.pan_Menu);
this.Controls.Add(this.pan_PatientInfo);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Font = new System.Drawing.Font("Tahoma", 11F);
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("Form_ChestPain_PatientMain.IconOptions.Icon")));
this.IsMdiContainer = true;
this.Name = "Form_ChestPain_PatientMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "急救综合界面";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_ChestPain_PatientMain_FormClosed);
this.Load += new System.EventHandler(this.Form_ChestPain_PatientMain_Load);
((System.ComponentModel.ISupportInitialize)(this.pan_PatientInfo)).EndInit();
this.pan_PatientInfo.ResumeLayout(false);
this.pan_PatientInfo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pan_Menu)).EndInit();
this.pan_Menu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl lbl_PatientWristStrap;
private DevExpress.XtraEditors.LabelControl lbl_PatientAge;
private DevExpress.XtraEditors.LabelControl lbl_PatientGender;
private DevExpress.XtraEditors.LabelControl lbl_PatientName;
private DevExpress.XtraEditors.PanelControl pan_PatientInfo;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.PanelControl pan_Menu;
private DevExpress.XtraEditors.SimpleButton btn_PatientOutcome;
private DevExpress.XtraEditors.SimpleButton btn_Consultation;
private DevExpress.XtraEditors.SimpleButton btn_OneClickNotification;
private DevExpress.XtraEditors.SimpleButton btn_RealTimeVideo;
private DevExpress.XtraEditors.SimpleButton btn_ImageInformation;
private DevExpress.XtraEditors.SimpleButton btn_RealTimeMonitoring;
private DevExpress.XtraEditors.SimpleButton btn_Treatment;
private DevExpress.XtraEditors.SimpleButton btn_PatientDetail;
private DevExpress.XtraEditors.SimpleButton btn_TimeAxis;
private DevExpress.XtraEditors.SimpleButton btn_FirstAidTrack;
private DevExpress.XtraEditors.LabelControl lbl_PatientAge_Unit;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton btn_Epidemic;
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton_Telemedicine;
private DevExpress.XtraEditors.SimpleButton btn_InformedConsent;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton btn_CTNT;
private DevExpress.XtraEditors.SimpleButton btn_ECG;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
}
}