StableVersion4.3/HL_FristAidPlatform_FollowUp/Form_FollowUpDetail_FollowU...

551 lines
32 KiB
C#

namespace HL_FristAidPlatform_FollowUp
{
partial class Form_FollowUpDetail_FollowUpInHospitalManage
{
/// <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()
{
this.checkedListBoxControl1 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.textBox2 = new System.Windows.Forms.TextBox();
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.checkedListBoxControl2 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.label6 = new System.Windows.Forms.Label();
this.checkedListBoxControl3 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.label7 = new System.Windows.Forms.Label();
this.checkedListBoxControl4 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.label8 = new System.Windows.Forms.Label();
this.checkedListBoxControl5 = new DevExpress.XtraEditors.CheckedListBoxControl();
this.label9 = new System.Windows.Forms.Label();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.panel1 = new System.Windows.Forms.Panel();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
this.tablePanel1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
this.panelControl8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
this.panelControl7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
this.panelControl5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
this.SuspendLayout();
//
// checkedListBoxControl1
//
this.checkedListBoxControl1.CheckOnClick = true;
this.checkedListBoxControl1.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "抗栓药"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "降压药"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "调脂药"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "降糖药"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "其他")});
this.checkedListBoxControl1.Location = new System.Drawing.Point(347, 24);
this.checkedListBoxControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkedListBoxControl1.MultiColumn = true;
this.checkedListBoxControl1.Name = "checkedListBoxControl1";
this.checkedListBoxControl1.Size = new System.Drawing.Size(536, 35);
this.checkedListBoxControl1.TabIndex = 0;
this.checkedListBoxControl1.ItemCheck += new DevExpress.XtraEditors.Controls.ItemCheckEventHandler(this.checkedListBoxControl1_ItemCheck);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(550, 90);
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(215, 29);
this.textBox2.TabIndex = 3;
this.textBox2.Visible = false;
//
// radioGroup1
//
this.radioGroup1.Location = new System.Drawing.Point(347, 88);
this.radioGroup1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.radioGroup1.Name = "radioGroup1";
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "无"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "有")});
this.radioGroup1.Size = new System.Drawing.Size(197, 38);
this.radioGroup1.TabIndex = 2;
this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(1077, 25);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(418, 67);
this.textBox1.TabIndex = 1;
this.textBox1.Visible = false;
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(171, 90);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(161, 35);
this.label3.TabIndex = 2;
this.label3.Text = "药物不良反应:";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(903, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(161, 35);
this.label2.TabIndex = 1;
this.label2.Text = "其他用药情况:";
this.label2.Visible = false;
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(174, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(153, 28);
this.label1.TabIndex = 0;
this.label1.Text = "院中用药情况:";
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(347, 251);
this.textBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox4.Multiline = true;
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(418, 67);
this.textBox4.TabIndex = 1;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(347, 159);
this.textBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox3.Multiline = true;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(418, 67);
this.textBox3.TabIndex = 0;
//
// label5
//
this.label5.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(174, 251);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(153, 35);
this.label5.TabIndex = 4;
this.label5.Text = "其他检查情况:";
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(173, 160);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(154, 33);
this.label4.TabIndex = 3;
this.label4.Text = "血液检查情况:";
//
// checkedListBoxControl2
//
this.checkedListBoxControl2.CheckOnClick = true;
this.checkedListBoxControl2.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "戒烟"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "限酒"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "饮食"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "运动"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "体重控制")});
this.checkedListBoxControl2.Location = new System.Drawing.Point(350, 27);
this.checkedListBoxControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkedListBoxControl2.MultiColumn = true;
this.checkedListBoxControl2.Name = "checkedListBoxControl2";
this.checkedListBoxControl2.Size = new System.Drawing.Size(619, 38);
this.checkedListBoxControl2.TabIndex = 0;
//
// label6
//
this.label6.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(176, 27);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(166, 39);
this.label6.TabIndex = 5;
this.label6.Text = "生活方式指导:";
//
// checkedListBoxControl3
//
this.checkedListBoxControl3.CheckOnClick = true;
this.checkedListBoxControl3.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "高血压"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "糖尿病"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "房颤"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "血脂异常"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "TIA病史"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("06", "既往中风史"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("07", "中风家族史"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("08", "其他")});
this.checkedListBoxControl3.Location = new System.Drawing.Point(350, 88);
this.checkedListBoxControl3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkedListBoxControl3.MultiColumn = true;
this.checkedListBoxControl3.Name = "checkedListBoxControl3";
this.checkedListBoxControl3.Size = new System.Drawing.Size(619, 75);
this.checkedListBoxControl3.TabIndex = 0;
//
// label7
//
this.label7.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(36, 88);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(297, 31);
this.label7.TabIndex = 6;
this.label7.Text = "基础疾病及危险因素干预指导:";
//
// checkedListBoxControl4
//
this.checkedListBoxControl4.CheckOnClick = true;
this.checkedListBoxControl4.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "一般药物治疗"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "静脉溶栓治疗"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "介入取栓治疗"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("04", "介入支架治疗"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("05", "其他")});
this.checkedListBoxControl4.Location = new System.Drawing.Point(350, 182);
this.checkedListBoxControl4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkedListBoxControl4.MultiColumn = true;
this.checkedListBoxControl4.Name = "checkedListBoxControl4";
this.checkedListBoxControl4.Size = new System.Drawing.Size(766, 38);
this.checkedListBoxControl4.TabIndex = 0;
//
// label8
//
this.label8.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(136, 185);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(194, 27);
this.label8.TabIndex = 7;
this.label8.Text = "特殊治疗方式指导:";
//
// checkedListBoxControl5
//
this.checkedListBoxControl5.CheckOnClick = true;
this.checkedListBoxControl5.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("01", "心理"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("02", "康复"),
new DevExpress.XtraEditors.Controls.CheckedListBoxItem("03", "中风120快速识别")});
this.checkedListBoxControl5.Location = new System.Drawing.Point(350, 239);
this.checkedListBoxControl5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.checkedListBoxControl5.MultiColumn = true;
this.checkedListBoxControl5.Name = "checkedListBoxControl5";
this.checkedListBoxControl5.Size = new System.Drawing.Size(619, 38);
this.checkedListBoxControl5.TabIndex = 0;
//
// label9
//
this.label9.Font = new System.Drawing.Font("Tahoma", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(214, 245);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(116, 27);
this.label9.TabIndex = 8;
this.label9.Text = "其他指导:";
//
// panelControl2
//
this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(244)))), ((int)(((byte)(255)))));
this.panelControl2.Appearance.Options.UseBackColor = true;
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.tablePanel1);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl2.Location = new System.Drawing.Point(0, 963);
this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(1801, 110);
this.panelControl2.TabIndex = 10;
//
// tablePanel1
//
this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 80F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 40F),
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 80F)});
this.tablePanel1.Controls.Add(this.simpleButton1);
this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tablePanel1.Location = new System.Drawing.Point(0, 0);
this.tablePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tablePanel1.Name = "tablePanel1";
this.tablePanel1.Padding = new System.Windows.Forms.Padding(14, 16, 14, 16);
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(1801, 110);
this.tablePanel1.TabIndex = 10;
//
// simpleButton1
//
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.simpleButton1.Appearance.Options.UseBackColor = true;
this.tablePanel1.SetColumn(this.simpleButton1, 1);
this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Fill;
this.simpleButton1.Location = new System.Drawing.Point(727, 21);
this.simpleButton1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.simpleButton1.Name = "simpleButton1";
this.tablePanel1.SetRow(this.simpleButton1, 0);
this.simpleButton1.Size = new System.Drawing.Size(347, 68);
this.simpleButton1.TabIndex = 9;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.AutoSize = true;
this.panel1.Controls.Add(this.panelControl6);
this.panel1.Controls.Add(this.panelControl3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1801, 963);
this.panel1.TabIndex = 11;
//
// panelControl6
//
this.panelControl6.Controls.Add(this.panelControl8);
this.panelControl6.Controls.Add(this.panelControl7);
this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl6.Location = new System.Drawing.Point(0, 407);
this.panelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(1801, 382);
this.panelControl6.TabIndex = 14;
//
// panelControl8
//
this.panelControl8.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl8.Appearance.Options.UseBackColor = true;
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl8.Controls.Add(this.checkedListBoxControl5);
this.panelControl8.Controls.Add(this.label9);
this.panelControl8.Controls.Add(this.checkedListBoxControl4);
this.panelControl8.Controls.Add(this.label8);
this.panelControl8.Controls.Add(this.checkedListBoxControl3);
this.panelControl8.Controls.Add(this.label7);
this.panelControl8.Controls.Add(this.checkedListBoxControl2);
this.panelControl8.Controls.Add(this.label6);
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl8.Location = new System.Drawing.Point(2, 65);
this.panelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl8.Name = "panelControl8";
this.panelControl8.Size = new System.Drawing.Size(1797, 315);
this.panelControl8.TabIndex = 1;
//
// panelControl7
//
this.panelControl7.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.panelControl7.Appearance.Options.UseBackColor = true;
this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl7.Controls.Add(this.labelControl2);
this.panelControl7.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl7.Location = new System.Drawing.Point(2, 2);
this.panelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl7.Name = "panelControl7";
this.panelControl7.Size = new System.Drawing.Size(1797, 63);
this.panelControl7.TabIndex = 0;
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Appearance.Options.UseForeColor = true;
this.labelControl2.Location = new System.Drawing.Point(31, 16);
this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(100, 29);
this.labelControl2.TabIndex = 0;
this.labelControl2.Text = "指导方式";
//
// panelControl3
//
this.panelControl3.Controls.Add(this.panelControl5);
this.panelControl3.Controls.Add(this.panelControl4);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl3.Location = new System.Drawing.Point(0, 0);
this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(1801, 407);
this.panelControl3.TabIndex = 13;
//
// panelControl5
//
this.panelControl5.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl5.Appearance.Options.UseBackColor = true;
this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl5.Controls.Add(this.textBox4);
this.panelControl5.Controls.Add(this.checkedListBoxControl1);
this.panelControl5.Controls.Add(this.label5);
this.panelControl5.Controls.Add(this.textBox3);
this.panelControl5.Controls.Add(this.textBox2);
this.panelControl5.Controls.Add(this.label1);
this.panelControl5.Controls.Add(this.label4);
this.panelControl5.Controls.Add(this.radioGroup1);
this.panelControl5.Controls.Add(this.label2);
this.panelControl5.Controls.Add(this.textBox1);
this.panelControl5.Controls.Add(this.label3);
this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl5.Location = new System.Drawing.Point(2, 65);
this.panelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl5.Name = "panelControl5";
this.panelControl5.Size = new System.Drawing.Size(1797, 340);
this.panelControl5.TabIndex = 1;
//
// panelControl4
//
this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(140)))), ((int)(((byte)(240)))));
this.panelControl4.Appearance.Options.UseBackColor = true;
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.labelControl1);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(2, 2);
this.panelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(1797, 63);
this.panelControl4.TabIndex = 0;
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(31, 16);
this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(275, 29);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "院中用药情况及危险因素";
//
// Form_FollowUpDetail_FollowUpInHospitalManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1801, 1073);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelControl2);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Form_FollowUpDetail_FollowUpInHospitalManage";
this.Load += new System.EventHandler(this.Form_FollowUpDetail_FollowUpInHospitalManage_Load);
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkedListBoxControl5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
this.tablePanel1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
this.panelControl8.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
this.panelControl7.ResumeLayout(false);
this.panelControl7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
this.panelControl5.ResumeLayout(false);
this.panelControl5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBox2;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl1;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl2;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl3;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl4;
private DevExpress.XtraEditors.CheckedListBoxControl checkedListBoxControl5;
private DevExpress.XtraEditors.PanelControl panelControl2;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.PanelControl panelControl3;
private DevExpress.XtraEditors.PanelControl panelControl5;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.XtraEditors.PanelControl panelControl8;
private DevExpress.XtraEditors.PanelControl panelControl7;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.Utils.Layout.TablePanel tablePanel1;
}
}