StableVersion4.3/HL_FristAidPlatform_ChestPain/V1.0/Form_ChestPain_PatientMainV...

343 lines
20 KiB
C#

namespace HL_FristAidPlatform_ChestPain
{
partial class Form_ChestPain_PatientMainV1
{
/// <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_ThrombolysisScreening = new DevExpress.XtraEditors.SimpleButton();
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.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_RealTimeVideo = new DevExpress.XtraEditors.SimpleButton();
this.btn_ImageInformation = new DevExpress.XtraEditors.SimpleButton();
this.btn_RealTimeMonitoring = 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();
((System.ComponentModel.ISupportInitialize)(this.pan_PatientInfo)).BeginInit();
this.pan_PatientInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pan_Menu)).BeginInit();
this.pan_Menu.SuspendLayout();
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(724, 5);
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(517, 5);
this.lbl_PatientAge.Name = "lbl_PatientAge";
this.lbl_PatientAge.Size = new System.Drawing.Size(24, 27);
this.lbl_PatientAge.TabIndex = 2;
this.lbl_PatientAge.Text = "20";
//
// 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(390, 5);
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(84, 5);
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_ThrombolysisScreening);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientName);
this.pan_PatientInfo.Controls.Add(this.lbl_PatientGender);
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(1264, 35);
this.pan_PatientInfo.TabIndex = 4;
//
// btn_ThrombolysisScreening
//
this.btn_ThrombolysisScreening.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_ThrombolysisScreening.Location = new System.Drawing.Point(1151, 2);
this.btn_ThrombolysisScreening.Name = "btn_ThrombolysisScreening";
this.btn_ThrombolysisScreening.Size = new System.Drawing.Size(75, 30);
this.btn_ThrombolysisScreening.TabIndex = 5;
this.btn_ThrombolysisScreening.Text = "溶栓核查";
this.btn_ThrombolysisScreening.Click += new System.EventHandler(this.btn_ThrombolysisScreening_Click);
//
// 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(454, 5);
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(590, 5);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(132, 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(324, 5);
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(16, 5);
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.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_RealTimeVideo);
this.pan_Menu.Controls.Add(this.btn_ImageInformation);
this.pan_Menu.Controls.Add(this.btn_RealTimeMonitoring);
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, 35);
this.pan_Menu.Name = "pan_Menu";
this.pan_Menu.Size = new System.Drawing.Size(1264, 103);
this.pan_Menu.TabIndex = 10;
//
// btn_FirstAidTrack
//
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(760, 6);
this.btn_FirstAidTrack.Name = "btn_FirstAidTrack";
this.btn_FirstAidTrack.Size = new System.Drawing.Size(88, 90);
this.btn_FirstAidTrack.TabIndex = 0;
this.btn_FirstAidTrack.Text = "急救轨迹";
this.btn_FirstAidTrack.Click += new System.EventHandler(this.btn_FirstAidTrack_Click);
//
// btn_PatientOutcome
//
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(289, 7);
this.btn_PatientOutcome.Name = "btn_PatientOutcome";
this.btn_PatientOutcome.Size = new System.Drawing.Size(88, 90);
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.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(854, 5);
this.btn_Consultation.Name = "btn_Consultation";
this.btn_Consultation.Size = new System.Drawing.Size(88, 90);
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.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(666, 6);
this.btn_OneClickNotification.Name = "btn_OneClickNotification";
this.btn_OneClickNotification.Size = new System.Drawing.Size(88, 90);
this.btn_OneClickNotification.TabIndex = 0;
this.btn_OneClickNotification.Text = "一键通知";
this.btn_OneClickNotification.Click += new System.EventHandler(this.btn_OneClickNotification_Click);
//
// btn_RealTimeVideo
//
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(572, 6);
this.btn_RealTimeVideo.Name = "btn_RealTimeVideo";
this.btn_RealTimeVideo.Size = new System.Drawing.Size(88, 90);
this.btn_RealTimeVideo.TabIndex = 0;
this.btn_RealTimeVideo.Text = "实时视频";
this.btn_RealTimeVideo.Click += new System.EventHandler(this.btn_RealTimeVideo_Click);
//
// btn_ImageInformation
//
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(478, 6);
this.btn_ImageInformation.Name = "btn_ImageInformation";
this.btn_ImageInformation.Size = new System.Drawing.Size(88, 90);
this.btn_ImageInformation.TabIndex = 0;
this.btn_ImageInformation.Text = "影像信息";
this.btn_ImageInformation.Click += new System.EventHandler(this.btn_ImageInformation_Click);
//
// btn_RealTimeMonitoring
//
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(384, 6);
this.btn_RealTimeMonitoring.Name = "btn_RealTimeMonitoring";
this.btn_RealTimeMonitoring.Size = new System.Drawing.Size(88, 90);
this.btn_RealTimeMonitoring.TabIndex = 0;
this.btn_RealTimeMonitoring.Text = "实时监测";
this.btn_RealTimeMonitoring.Click += new System.EventHandler(this.btn_RealTimeMonitoring_Click);
//
// btn_Treatment
//
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(195, 7);
this.btn_Treatment.Name = "btn_Treatment";
this.btn_Treatment.Size = new System.Drawing.Size(88, 90);
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.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(100, 7);
this.btn_PatientDetail.Name = "btn_PatientDetail";
this.btn_PatientDetail.Size = new System.Drawing.Size(88, 90);
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.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, 7);
this.btn_TimeAxis.Name = "btn_TimeAxis";
this.btn_TimeAxis.Size = new System.Drawing.Size(88, 90);
this.btn_TimeAxis.TabIndex = 0;
this.btn_TimeAxis.Text = "抢救时间轴";
this.btn_TimeAxis.Click += new System.EventHandler(this.btn_TimeAxis_Click);
//
// Form_ChestPain_PatientMain
//
this.Appearance.BackColor = System.Drawing.Color.Transparent;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1264, 653);
this.Controls.Add(this.pan_Menu);
this.Controls.Add(this.pan_PatientInfo);
this.Cursor = System.Windows.Forms.Cursors.Hand;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.Name = "Form_ChestPain_PatientMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "急救综合界面";
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.pan_Menu)).EndInit();
this.pan_Menu.ResumeLayout(false);
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.SimpleButton btn_ThrombolysisScreening;
}
}