namespace HL_FristAidPlatform_ChestPain { partial class UserControl_Thrombolysis { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserControl_Thrombolysis)); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel(); this.lbl_number = new DevExpress.XtraEditors.LabelControl(); this.labelControl27 = new DevExpress.XtraEditors.LabelControl(); this.lbl_age = new DevExpress.XtraEditors.LabelControl(); this.labelControl25 = new DevExpress.XtraEditors.LabelControl(); this.lbl_gender = new DevExpress.XtraEditors.LabelControl(); this.labelControl22 = new DevExpress.XtraEditors.LabelControl(); this.lbl_name = new DevExpress.XtraEditors.LabelControl(); this.labelControl20 = new DevExpress.XtraEditors.LabelControl(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.labelControl21 = new DevExpress.XtraEditors.LabelControl(); this.time_DoctorSignatureTime = new HL_FristAidPlatform_Public.TimeControl(); this.text_Relationship = new DevExpress.XtraEditors.TextEdit(); this.labelControl23 = new DevExpress.XtraEditors.LabelControl(); this.text_PatientPhone = new DevExpress.XtraEditors.TextEdit(); this.labelControl35 = new DevExpress.XtraEditors.LabelControl(); this.pic_PatientSignature = new System.Windows.Forms.PictureBox(); this.labelControl33 = new DevExpress.XtraEditors.LabelControl(); this.labelControl31 = new DevExpress.XtraEditors.LabelControl(); this.time_PatientSigningTime = new HL_FristAidPlatform_Public.TimeControl(); this.time_StartTime = new HL_FristAidPlatform_Public.TimeControl(); this.labelControl30 = new DevExpress.XtraEditors.LabelControl(); this.pic_DoctorSignature = new System.Windows.Forms.PictureBox(); this.labelControl29 = new DevExpress.XtraEditors.LabelControl(); this.panel1 = new System.Windows.Forms.Panel(); this.tablePanel2 = new DevExpress.Utils.Layout.TablePanel(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.lbl_title = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit(); this.tablePanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.text_Relationship.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.text_PatientPhone.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_PatientSignature)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_DoctorSignature)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).BeginInit(); this.tablePanel2.SuspendLayout(); this.SuspendLayout(); // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.White; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.pictureBox4); this.panelControl1.Controls.Add(this.pictureBox2); this.panelControl1.Controls.Add(this.labelControl1); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl1.Location = new System.Drawing.Point(10, 10); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1059, 43); this.panelControl1.TabIndex = 0; // // pictureBox4 // this.pictureBox4.Dock = System.Windows.Forms.DockStyle.Right; this.pictureBox4.Image = global::HL_FristAidPlatform_ChestPain.Properties.Resources.录音; this.pictureBox4.Location = new System.Drawing.Point(973, 0); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(43, 43); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox4.TabIndex = 3; this.pictureBox4.TabStop = false; this.pictureBox4.Visible = false; this.pictureBox4.WaitOnLoad = true; this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click); // // pictureBox2 // this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Right; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(1016, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(43, 43); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 2; this.pictureBox2.TabStop = false; this.pictureBox2.Visible = false; this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // labelControl1 // this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl1.Appearance.Options.UseFont = true; this.labelControl1.Appearance.Options.UseForeColor = true; this.labelControl1.Appearance.Options.UseTextOptions = true; this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl1.Location = new System.Drawing.Point(0, 0); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(1059, 43); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "静脉溶栓知情同意书"; // // panelControl2 // this.panelControl2.Appearance.BackColor = System.Drawing.Color.White; this.panelControl2.Appearance.Options.UseBackColor = true; this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple; this.panelControl2.Controls.Add(this.tablePanel1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl2.Location = new System.Drawing.Point(10, 53); this.panelControl2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.panelControl2.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl2.Name = "panelControl2"; this.panelControl2.Padding = new System.Windows.Forms.Padding(3); this.panelControl2.Size = new System.Drawing.Size(1059, 45); this.panelControl2.TabIndex = 1; // // tablePanel1 // this.tablePanel1.Appearance.BackColor = System.Drawing.Color.White; this.tablePanel1.Appearance.Options.UseBackColor = true; this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F), new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F)}); this.tablePanel1.Controls.Add(this.lbl_number); this.tablePanel1.Controls.Add(this.labelControl27); this.tablePanel1.Controls.Add(this.lbl_age); this.tablePanel1.Controls.Add(this.labelControl25); this.tablePanel1.Controls.Add(this.lbl_gender); this.tablePanel1.Controls.Add(this.labelControl22); this.tablePanel1.Controls.Add(this.lbl_name); this.tablePanel1.Controls.Add(this.labelControl20); this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel1.Location = new System.Drawing.Point(5, 5); this.tablePanel1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat; this.tablePanel1.LookAndFeel.UseDefaultLookAndFeel = false; this.tablePanel1.Name = "tablePanel1"; this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tablePanel1.Size = new System.Drawing.Size(1049, 32); this.tablePanel1.TabIndex = 0; // // lbl_number // this.lbl_number.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_number.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_number.Appearance.Options.UseFont = true; this.lbl_number.Appearance.Options.UseForeColor = true; this.lbl_number.Appearance.Options.UseTextOptions = true; this.lbl_number.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.lbl_number, 7); this.lbl_number.Dock = System.Windows.Forms.DockStyle.Fill; this.lbl_number.Location = new System.Drawing.Point(877, 3); this.lbl_number.Name = "lbl_number"; this.tablePanel1.SetRow(this.lbl_number, 0); this.lbl_number.Size = new System.Drawing.Size(169, 26); this.lbl_number.TabIndex = 26; this.lbl_number.Text = "12311"; // // labelControl27 // this.labelControl27.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl27.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl27.Appearance.Options.UseFont = true; this.labelControl27.Appearance.Options.UseForeColor = true; this.labelControl27.Appearance.Options.UseTextOptions = true; this.labelControl27.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl27, 6); this.labelControl27.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl27.Location = new System.Drawing.Point(790, 3); this.labelControl27.Name = "labelControl27"; this.tablePanel1.SetRow(this.labelControl27, 0); this.labelControl27.Size = new System.Drawing.Size(81, 26); this.labelControl27.TabIndex = 23; this.labelControl27.Text = "住院号"; // // lbl_age // this.lbl_age.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_age.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_age.Appearance.Options.UseFont = true; this.lbl_age.Appearance.Options.UseForeColor = true; this.lbl_age.Appearance.Options.UseTextOptions = true; this.lbl_age.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.lbl_age, 5); this.lbl_age.Dock = System.Windows.Forms.DockStyle.Fill; this.lbl_age.Location = new System.Drawing.Point(615, 3); this.lbl_age.Name = "lbl_age"; this.tablePanel1.SetRow(this.lbl_age, 0); this.lbl_age.Size = new System.Drawing.Size(169, 26); this.lbl_age.TabIndex = 23; this.lbl_age.Text = "0"; // // labelControl25 // this.labelControl25.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl25.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl25.Appearance.Options.UseFont = true; this.labelControl25.Appearance.Options.UseForeColor = true; this.labelControl25.Appearance.Options.UseTextOptions = true; this.labelControl25.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl25, 4); this.labelControl25.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl25.Location = new System.Drawing.Point(528, 3); this.labelControl25.Name = "labelControl25"; this.tablePanel1.SetRow(this.labelControl25, 0); this.labelControl25.Size = new System.Drawing.Size(81, 26); this.labelControl25.TabIndex = 25; this.labelControl25.Text = "年龄"; // // lbl_gender // this.lbl_gender.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_gender.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_gender.Appearance.Options.UseFont = true; this.lbl_gender.Appearance.Options.UseForeColor = true; this.lbl_gender.Appearance.Options.UseTextOptions = true; this.lbl_gender.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.lbl_gender, 3); this.lbl_gender.Dock = System.Windows.Forms.DockStyle.Fill; this.lbl_gender.Location = new System.Drawing.Point(353, 3); this.lbl_gender.Name = "lbl_gender"; this.tablePanel1.SetRow(this.lbl_gender, 0); this.lbl_gender.Size = new System.Drawing.Size(169, 26); this.lbl_gender.TabIndex = 24; this.lbl_gender.Text = "未知"; // // labelControl22 // this.labelControl22.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl22.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl22.Appearance.Options.UseFont = true; this.labelControl22.Appearance.Options.UseForeColor = true; this.labelControl22.Appearance.Options.UseTextOptions = true; this.labelControl22.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl22, 2); this.labelControl22.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl22.Location = new System.Drawing.Point(265, 3); this.labelControl22.Name = "labelControl22"; this.tablePanel1.SetRow(this.labelControl22, 0); this.labelControl22.Size = new System.Drawing.Size(81, 26); this.labelControl22.TabIndex = 23; this.labelControl22.Text = "性别"; // // lbl_name // this.lbl_name.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lbl_name.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_name.Appearance.Options.UseFont = true; this.lbl_name.Appearance.Options.UseForeColor = true; this.lbl_name.Appearance.Options.UseTextOptions = true; this.lbl_name.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.lbl_name, 1); this.lbl_name.Dock = System.Windows.Forms.DockStyle.Fill; this.lbl_name.Location = new System.Drawing.Point(90, 3); this.lbl_name.Name = "lbl_name"; this.tablePanel1.SetRow(this.lbl_name, 0); this.lbl_name.Size = new System.Drawing.Size(169, 26); this.lbl_name.TabIndex = 22; this.lbl_name.Text = "XXX"; // // labelControl20 // this.labelControl20.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl20.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl20.Appearance.Options.UseFont = true; this.labelControl20.Appearance.Options.UseForeColor = true; this.labelControl20.Appearance.Options.UseTextOptions = true; this.labelControl20.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.tablePanel1.SetColumn(this.labelControl20, 0); this.labelControl20.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl20.Location = new System.Drawing.Point(3, 3); this.labelControl20.Name = "labelControl20"; this.tablePanel1.SetRow(this.labelControl20, 0); this.labelControl20.Size = new System.Drawing.Size(81, 26); this.labelControl20.TabIndex = 21; this.labelControl20.Text = "姓名"; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.White; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.labelControl21); this.panelControl3.Controls.Add(this.time_DoctorSignatureTime); this.panelControl3.Controls.Add(this.text_Relationship); this.panelControl3.Controls.Add(this.labelControl23); this.panelControl3.Controls.Add(this.text_PatientPhone); this.panelControl3.Controls.Add(this.labelControl35); this.panelControl3.Controls.Add(this.pic_PatientSignature); this.panelControl3.Controls.Add(this.labelControl33); this.panelControl3.Controls.Add(this.labelControl31); this.panelControl3.Controls.Add(this.time_PatientSigningTime); this.panelControl3.Controls.Add(this.time_StartTime); this.panelControl3.Controls.Add(this.labelControl30); this.panelControl3.Controls.Add(this.pic_DoctorSignature); this.panelControl3.Controls.Add(this.labelControl29); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl3.Location = new System.Drawing.Point(10, 460); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1059, 139); this.panelControl3.TabIndex = 2; // // labelControl21 // this.labelControl21.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl21.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl21.Appearance.Options.UseFont = true; this.labelControl21.Appearance.Options.UseForeColor = true; this.labelControl21.Appearance.Options.UseTextOptions = true; this.labelControl21.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl21.Location = new System.Drawing.Point(388, 97); this.labelControl21.Name = "labelControl21"; this.labelControl21.Size = new System.Drawing.Size(89, 17); this.labelControl21.TabIndex = 40; this.labelControl21.Text = "医生签字时间:"; // // time_DoctorSignatureTime // this.time_DoctorSignatureTime.BackColor = System.Drawing.Color.Transparent; this.time_DoctorSignatureTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_DoctorSignatureTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_DoctorSignatureTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_DoctorSignatureTime.Location = new System.Drawing.Point(487, 97); this.time_DoctorSignatureTime.Name = "time_DoctorSignatureTime"; this.time_DoctorSignatureTime.Size = new System.Drawing.Size(178, 20); this.time_DoctorSignatureTime.TabIndex = 39; this.time_DoctorSignatureTime.TimeValue = ""; // // text_Relationship // this.text_Relationship.Location = new System.Drawing.Point(848, 58); this.text_Relationship.Name = "text_Relationship"; this.text_Relationship.Size = new System.Drawing.Size(178, 22); this.text_Relationship.TabIndex = 38; // // labelControl23 // this.labelControl23.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl23.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl23.Appearance.Options.UseFont = true; this.labelControl23.Appearance.Options.UseForeColor = true; this.labelControl23.Appearance.Options.UseTextOptions = true; this.labelControl23.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl23.Location = new System.Drawing.Point(767, 60); this.labelControl23.Name = "labelControl23"; this.labelControl23.Size = new System.Drawing.Size(75, 17); this.labelControl23.TabIndex = 37; this.labelControl23.Text = "与患者关系:"; // // text_PatientPhone // this.text_PatientPhone.Location = new System.Drawing.Point(848, 18); this.text_PatientPhone.Name = "text_PatientPhone"; this.text_PatientPhone.Size = new System.Drawing.Size(178, 22); this.text_PatientPhone.TabIndex = 36; // // labelControl35 // this.labelControl35.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl35.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl35.Appearance.Options.UseFont = true; this.labelControl35.Appearance.Options.UseForeColor = true; this.labelControl35.Appearance.Options.UseTextOptions = true; this.labelControl35.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl35.Location = new System.Drawing.Point(706, 20); this.labelControl35.Name = "labelControl35"; this.labelControl35.Size = new System.Drawing.Size(136, 17); this.labelControl35.TabIndex = 35; this.labelControl35.Text = "患者/受托人联系电话:"; // // pic_PatientSignature // this.pic_PatientSignature.Location = new System.Drawing.Point(487, 6); this.pic_PatientSignature.Name = "pic_PatientSignature"; this.pic_PatientSignature.Size = new System.Drawing.Size(178, 72); this.pic_PatientSignature.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pic_PatientSignature.TabIndex = 32; this.pic_PatientSignature.TabStop = false; // // labelControl33 // this.labelControl33.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl33.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl33.Appearance.Options.UseFont = true; this.labelControl33.Appearance.Options.UseForeColor = true; this.labelControl33.Appearance.Options.UseTextOptions = true; this.labelControl33.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl33.Location = new System.Drawing.Point(378, 31); this.labelControl33.Name = "labelControl33"; this.labelControl33.Size = new System.Drawing.Size(103, 17); this.labelControl33.TabIndex = 31; this.labelControl33.Text = "患者/受托人签名"; // // labelControl31 // this.labelControl31.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl31.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl31.Appearance.Options.UseFont = true; this.labelControl31.Appearance.Options.UseForeColor = true; this.labelControl31.Appearance.Options.UseTextOptions = true; this.labelControl31.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl31.Location = new System.Drawing.Point(702, 97); this.labelControl31.Name = "labelControl31"; this.labelControl31.Size = new System.Drawing.Size(136, 17); this.labelControl31.TabIndex = 28; this.labelControl31.Text = "患者/授权人签字时间:"; // // time_PatientSigningTime // this.time_PatientSigningTime.BackColor = System.Drawing.Color.Transparent; this.time_PatientSigningTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_PatientSigningTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_PatientSigningTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_PatientSigningTime.Location = new System.Drawing.Point(848, 97); this.time_PatientSigningTime.Name = "time_PatientSigningTime"; this.time_PatientSigningTime.Size = new System.Drawing.Size(178, 20); this.time_PatientSigningTime.TabIndex = 27; this.time_PatientSigningTime.TimeValue = ""; // // time_StartTime // this.time_StartTime.BackColor = System.Drawing.Color.Transparent; this.time_StartTime.defaultBoolean = DevExpress.Utils.DefaultBoolean.True; this.time_StartTime.FormatString_Date = HL_FristAidPlatform_Public.TimeControl.DateFormat.yyyyMMddHHmm; this.time_StartTime.FormatString_Time = HL_FristAidPlatform_Public.TimeControl.TimeFormat.HHmm; this.time_StartTime.Location = new System.Drawing.Point(134, 97); this.time_StartTime.Name = "time_StartTime"; this.time_StartTime.Size = new System.Drawing.Size(178, 20); this.time_StartTime.TabIndex = 26; this.time_StartTime.TimeValue = ""; // // labelControl30 // this.labelControl30.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl30.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl30.Appearance.Options.UseFont = true; this.labelControl30.Appearance.Options.UseForeColor = true; this.labelControl30.Appearance.Options.UseTextOptions = true; this.labelControl30.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl30.Location = new System.Drawing.Point(11, 97); this.labelControl30.Name = "labelControl30"; this.labelControl30.Size = new System.Drawing.Size(117, 17); this.labelControl30.TabIndex = 24; this.labelControl30.Text = "知情同意开始时间:"; // // pic_DoctorSignature // this.pic_DoctorSignature.Location = new System.Drawing.Point(134, 6); this.pic_DoctorSignature.Name = "pic_DoctorSignature"; this.pic_DoctorSignature.Size = new System.Drawing.Size(178, 72); this.pic_DoctorSignature.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pic_DoctorSignature.TabIndex = 25; this.pic_DoctorSignature.TabStop = false; // // labelControl29 // this.labelControl29.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl29.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl29.Appearance.Options.UseFont = true; this.labelControl29.Appearance.Options.UseForeColor = true; this.labelControl29.Appearance.Options.UseTextOptions = true; this.labelControl29.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl29.Location = new System.Drawing.Point(44, 31); this.labelControl29.Name = "labelControl29"; this.labelControl29.Size = new System.Drawing.Size(84, 17); this.labelControl29.TabIndex = 23; this.labelControl29.Text = "谈话医生签名"; // // panel1 // this.panel1.AutoScroll = true; this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.tablePanel2); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(10, 98); this.panel1.Name = "panel1"; this.panel1.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); this.panel1.Size = new System.Drawing.Size(1059, 362); this.panel1.TabIndex = 3; // // tablePanel2 // this.tablePanel2.Appearance.BackColor = System.Drawing.Color.White; this.tablePanel2.Appearance.Options.UseBackColor = true; this.tablePanel2.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F)}); this.tablePanel2.Controls.Add(this.labelControl6); this.tablePanel2.Controls.Add(this.labelControl5); this.tablePanel2.Controls.Add(this.labelControl4); this.tablePanel2.Controls.Add(this.labelControl3); this.tablePanel2.Controls.Add(this.labelControl2); this.tablePanel2.Controls.Add(this.lbl_title); this.tablePanel2.Dock = System.Windows.Forms.DockStyle.Top; this.tablePanel2.Location = new System.Drawing.Point(10, 0); this.tablePanel2.Name = "tablePanel2"; this.tablePanel2.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 50F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 98F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 84F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 26F)}); this.tablePanel2.Size = new System.Drawing.Size(1039, 319); this.tablePanel2.TabIndex = 0; // // labelControl6 // this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl6.Appearance.Options.UseFont = true; this.labelControl6.Appearance.Options.UseForeColor = true; this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.labelControl6, 0); this.labelControl6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl6.Location = new System.Drawing.Point(3, 203); this.labelControl6.Name = "labelControl6"; this.labelControl6.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.tablePanel2.SetRow(this.labelControl6, 4); this.labelControl6.Size = new System.Drawing.Size(1033, 78); this.labelControl6.TabIndex = 26; this.labelControl6.Text = resources.GetString("labelControl6.Text"); // // labelControl5 // this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl5.Appearance.Options.UseFont = true; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.labelControl5, 0); this.labelControl5.Location = new System.Drawing.Point(3, 293); this.labelControl5.Name = "labelControl5"; this.tablePanel2.SetRow(this.labelControl5, 5); this.labelControl5.Size = new System.Drawing.Size(1033, 16); this.labelControl5.TabIndex = 25; this.labelControl5.Text = "我已向患者或法定代理人解释过此知情同意书的全部条款,我认为患者或法定代理人已知并理解了上述信息。"; // // labelControl4 // this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl4.Appearance.Options.UseFont = true; this.labelControl4.Appearance.Options.UseForeColor = true; this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.labelControl4, 0); this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelControl4.Location = new System.Drawing.Point(3, 105); this.labelControl4.Name = "labelControl4"; this.labelControl4.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.tablePanel2.SetRow(this.labelControl4, 3); this.labelControl4.Size = new System.Drawing.Size(1033, 92); this.labelControl4.TabIndex = 24; this.labelControl4.Text = "1、各种出血,如:颅内出血、消化道出血、肺咯血、牙龈出血、皮肤黏膜出血等,并可能因此而危及到患者生命;\r\n2、诱发致命的再灌注心律失常;\r\n3、溶栓不成功或再闭塞" + ";\r\n4、过敏性休克;\r\n5、其他意外情况"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl3.Appearance.Options.UseFont = true; this.labelControl3.Appearance.Options.UseForeColor = true; this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.labelControl3, 0); this.labelControl3.Location = new System.Drawing.Point(3, 81); this.labelControl3.Name = "labelControl3"; this.tablePanel2.SetRow(this.labelControl3, 2); this.labelControl3.Size = new System.Drawing.Size(1033, 16); this.labelControl3.TabIndex = 23; this.labelControl3.Text = "在溶栓过程中及溶栓后,可能会发生下列潜在风险"; // // labelControl2 // this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl2.Appearance.Options.UseFont = true; this.labelControl2.Appearance.Options.UseForeColor = true; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.labelControl2, 0); this.labelControl2.Location = new System.Drawing.Point(3, 34); this.labelControl2.Name = "labelControl2"; this.labelControl2.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0); this.tablePanel2.SetRow(this.labelControl2, 1); this.labelControl2.Size = new System.Drawing.Size(1033, 34); this.labelControl2.TabIndex = 22; this.labelControl2.Text = "患者急性心肌梗死诊断明确,病情危重,随时有生命危险,目前无明显溶栓禁忌证,溶栓是抢救生命的治疗,溶栓越早效果越好,需尽快溶栓,开通梗死相关血管,挽救心肌和生命。"; // // lbl_title // this.lbl_title.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbl_title.Appearance.ForeColor = System.Drawing.Color.Black; this.lbl_title.Appearance.Options.UseFont = true; this.lbl_title.Appearance.Options.UseForeColor = true; this.lbl_title.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical; this.tablePanel2.SetColumn(this.lbl_title, 0); this.lbl_title.Location = new System.Drawing.Point(3, 5); this.lbl_title.Name = "lbl_title"; this.tablePanel2.SetRow(this.lbl_title, 0); this.lbl_title.Size = new System.Drawing.Size(1033, 16); this.lbl_title.TabIndex = 21; this.lbl_title.Text = "患者知情要知"; // // UserControl_Thrombolysis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(249))))); this.Controls.Add(this.panel1); this.Controls.Add(this.panelControl3); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Name = "UserControl_Thrombolysis"; this.Padding = new System.Windows.Forms.Padding(10); this.Size = new System.Drawing.Size(1079, 609); this.Load += new System.EventHandler(this.UserControl_CoronaryArtery_Load); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit(); this.tablePanel1.ResumeLayout(false); this.tablePanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.panelControl3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.text_Relationship.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.text_PatientPhone.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_PatientSignature)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pic_DoctorSignature)).EndInit(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tablePanel2)).EndInit(); this.tablePanel2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.PanelControl panelControl3; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.Utils.Layout.TablePanel tablePanel1; private DevExpress.XtraEditors.LabelControl lbl_number; private DevExpress.XtraEditors.LabelControl labelControl27; private DevExpress.XtraEditors.LabelControl lbl_age; private DevExpress.XtraEditors.LabelControl labelControl25; private DevExpress.XtraEditors.LabelControl lbl_gender; private DevExpress.XtraEditors.LabelControl labelControl22; private DevExpress.XtraEditors.LabelControl lbl_name; private DevExpress.XtraEditors.LabelControl labelControl20; private DevExpress.XtraEditors.LabelControl labelControl31; private HL_FristAidPlatform_Public.TimeControl time_PatientSigningTime; private HL_FristAidPlatform_Public.TimeControl time_StartTime; private DevExpress.XtraEditors.LabelControl labelControl30; private System.Windows.Forms.PictureBox pic_DoctorSignature; private DevExpress.XtraEditors.LabelControl labelControl29; private System.Windows.Forms.PictureBox pic_PatientSignature; private DevExpress.XtraEditors.LabelControl labelControl33; private DevExpress.XtraEditors.TextEdit text_PatientPhone; private DevExpress.XtraEditors.LabelControl labelControl35; private DevExpress.Utils.Layout.TablePanel tablePanel2; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox4; private DevExpress.XtraEditors.TextEdit text_Relationship; private DevExpress.XtraEditors.LabelControl labelControl23; private DevExpress.XtraEditors.LabelControl labelControl21; private HL_FristAidPlatform_Public.TimeControl time_DoctorSignatureTime; private DevExpress.XtraEditors.LabelControl lbl_title; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.LabelControl labelControl2; } }