StableVersion4.3/HL_FristAidPlatform_Apoplexy/Form_InformedConsent.Design...

177 lines
9.4 KiB
C#

namespace HL_FristAidPlatform_Apoplexy
{
partial class Form_InformedConsent
{
/// <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_InformedConsent));
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.pictureBox_Print = new System.Windows.Forms.PictureBox();
this.pictureBox_Record = new System.Windows.Forms.PictureBox();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton_Save = new DevExpress.XtraEditors.SimpleButton();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Print)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Record)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
this.SuspendLayout();
//
// comboBoxEdit1
//
this.comboBoxEdit1.EditValue = "脑出血开颅手术知情同意书";
this.comboBoxEdit1.Location = new System.Drawing.Point(141, 12);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.comboBoxEdit1.Properties.Appearance.Options.UseFont = true;
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
"脑出血开颅手术知情同意书",
"急性缺血性卒中rt-PA静脉溶栓知情同意书",
"急性缺血性卒中血管内治疗知情同意书",
"颅内动脉瘤介入栓塞术知情同意书",
"颈动脉血管成型支架植入术知情同意书"});
this.comboBoxEdit1.Size = new System.Drawing.Size(252, 24);
this.comboBoxEdit1.TabIndex = 0;
this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 11F);
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(7, 15);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(120, 18);
this.labelControl1.TabIndex = 1;
this.labelControl1.Text = "请选择知情同意书";
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.pictureBox_Print);
this.panelControl1.Controls.Add(this.pictureBox_Record);
this.panelControl1.Controls.Add(this.comboBoxEdit1);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(954, 51);
this.panelControl1.TabIndex = 2;
//
// pictureBox_Print
//
this.pictureBox_Print.Image = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.;
this.pictureBox_Print.Location = new System.Drawing.Point(889, 4);
this.pictureBox_Print.Name = "pictureBox_Print";
this.pictureBox_Print.Size = new System.Drawing.Size(43, 43);
this.pictureBox_Print.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_Print.TabIndex = 6;
this.pictureBox_Print.TabStop = false;
this.pictureBox_Print.Click += new System.EventHandler(this.pictureBox_Print_Click);
//
// pictureBox_Record
//
this.pictureBox_Record.Image = global::HL_FristAidPlatform_Apoplexy.Properties.Resources.;
this.pictureBox_Record.Location = new System.Drawing.Point(840, 4);
this.pictureBox_Record.Name = "pictureBox_Record";
this.pictureBox_Record.Size = new System.Drawing.Size(43, 43);
this.pictureBox_Record.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox_Record.TabIndex = 5;
this.pictureBox_Record.TabStop = false;
this.pictureBox_Record.Click += new System.EventHandler(this.pictureBox_Record_Click);
//
// panelControl3
//
this.panelControl3.Controls.Add(this.simpleButton_Save);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl3.Location = new System.Drawing.Point(0, 779);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(954, 19);
this.panelControl3.TabIndex = 4;
//
// simpleButton_Save
//
this.simpleButton_Save.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Save.ImageOptions.Image")));
this.simpleButton_Save.Location = new System.Drawing.Point(429, 7);
this.simpleButton_Save.Name = "simpleButton_Save";
this.simpleButton_Save.Size = new System.Drawing.Size(72, 35);
this.simpleButton_Save.TabIndex = 0;
this.simpleButton_Save.Text = "保存";
this.simpleButton_Save.Click += new System.EventHandler(this.simpleButton_Save_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 51);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(954, 728);
this.panel1.TabIndex = 5;
//
// Form_InformedConsent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(954, 798);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelControl3);
this.Controls.Add(this.panelControl1);
this.Name = "Form_InformedConsent";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "知情同意书";
this.Load += new System.EventHandler(this.Form_InformedConsent_Load);
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Print)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox_Record)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.SimpleButton simpleButton_Save;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox_Print;
private System.Windows.Forms.PictureBox pictureBox_Record;
}
}