namespace AIMS.PublicUI.UI
{
    partial class frmNotice
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmNotice));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dgvOperation = new System.Windows.Forms.DataGridView();
            this.MdrecNoColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PatientNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dgvNoticeTemplate = new System.Windows.Forms.DataGridView();
            this.NoticeTemplateIdColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ContentsColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label4 = new System.Windows.Forms.Label();
            this.txtContentTemplate = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbDelete = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbSava = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbExit = new System.Windows.Forms.ToolStripButton();
            this.panel3 = new System.Windows.Forms.Panel();
            this.sendout = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.txtConcent = new System.Windows.Forms.TextBox();
            this.txtMdrecNo = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPatientName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.dgvHistory = new System.Windows.Forms.DataGridView();
            this.ContentsColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.OperateDateColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).BeginInit();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvNoticeTemplate)).BeginInit();
            this.panel2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dgvOperation);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(249, 469);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "患者信息";
            // 
            // dgvOperation
            // 
            this.dgvOperation.AllowUserToAddRows = false;
            this.dgvOperation.AllowUserToResizeColumns = false;
            this.dgvOperation.AllowUserToResizeRows = false;
            this.dgvOperation.BackgroundColor = System.Drawing.Color.White;
            this.dgvOperation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOperation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.MdrecNoColumn,
            this.PatientNameColumn});
            this.dgvOperation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvOperation.Location = new System.Drawing.Point(3, 19);
            this.dgvOperation.Name = "dgvOperation";
            this.dgvOperation.ReadOnly = true;
            this.dgvOperation.RowHeadersVisible = false;
            this.dgvOperation.RowTemplate.Height = 23;
            this.dgvOperation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvOperation.Size = new System.Drawing.Size(243, 447);
            this.dgvOperation.TabIndex = 10;
            this.dgvOperation.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOperation_CellClick);
            // 
            // MdrecNoColumn
            // 
            this.MdrecNoColumn.DataPropertyName = "MdrecNo";
            this.MdrecNoColumn.HeaderText = "住院号";
            this.MdrecNoColumn.Name = "MdrecNoColumn";
            this.MdrecNoColumn.ReadOnly = true;
            // 
            // PatientNameColumn
            // 
            this.PatientNameColumn.DataPropertyName = "patientName";
            this.PatientNameColumn.HeaderText = "姓名";
            this.PatientNameColumn.Name = "PatientNameColumn";
            this.PatientNameColumn.ReadOnly = true;
            this.PatientNameColumn.Width = 125;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Location = new System.Drawing.Point(250, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(585, 247);
            this.panel1.TabIndex = 1;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.AliceBlue;
            this.groupBox2.Controls.Add(this.dgvNoticeTemplate);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.txtContentTemplate);
            this.groupBox2.Location = new System.Drawing.Point(2, 47);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(565, 197);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "模板";
            // 
            // dgvNoticeTemplate
            // 
            this.dgvNoticeTemplate.AllowUserToAddRows = false;
            this.dgvNoticeTemplate.AllowUserToResizeColumns = false;
            this.dgvNoticeTemplate.AllowUserToResizeRows = false;
            this.dgvNoticeTemplate.BackgroundColor = System.Drawing.Color.White;
            this.dgvNoticeTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvNoticeTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.NoticeTemplateIdColumn,
            this.ContentsColumn1});
            this.dgvNoticeTemplate.Location = new System.Drawing.Point(12, 51);
            this.dgvNoticeTemplate.MultiSelect = false;
            this.dgvNoticeTemplate.Name = "dgvNoticeTemplate";
            this.dgvNoticeTemplate.RowHeadersVisible = false;
            this.dgvNoticeTemplate.RowTemplate.Height = 23;
            this.dgvNoticeTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvNoticeTemplate.Size = new System.Drawing.Size(547, 140);
            this.dgvNoticeTemplate.TabIndex = 11;
            this.dgvNoticeTemplate.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick);
            // 
            // NoticeTemplateIdColumn
            // 
            this.NoticeTemplateIdColumn.DataPropertyName = "Id";
            this.NoticeTemplateIdColumn.HeaderText = "Id";
            this.NoticeTemplateIdColumn.Name = "NoticeTemplateIdColumn";
            this.NoticeTemplateIdColumn.ReadOnly = true;
            this.NoticeTemplateIdColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.NoticeTemplateIdColumn.Visible = false;
            // 
            // ContentsColumn1
            // 
            this.ContentsColumn1.DataPropertyName = "Contents";
            this.ContentsColumn1.HeaderText = "内容";
            this.ContentsColumn1.Name = "ContentsColumn1";
            this.ContentsColumn1.ReadOnly = true;
            this.ContentsColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.ContentsColumn1.Width = 520;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(9, 31);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(63, 14);
            this.label4.TabIndex = 6;
            this.label4.Text = "模板内容";
            // 
            // txtContentTemplate
            // 
            this.txtContentTemplate.Enabled = false;
            this.txtContentTemplate.Location = new System.Drawing.Point(92, 23);
            this.txtContentTemplate.Multiline = true;
            this.txtContentTemplate.Name = "txtContentTemplate";
            this.txtContentTemplate.Size = new System.Drawing.Size(467, 22);
            this.txtContentTemplate.TabIndex = 0;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.toolStrip1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(585, 44);
            this.panel2.TabIndex = 0;
            // 
            // toolStrip1
            // 
            this.toolStrip1.BackColor = System.Drawing.Color.AliceBlue;
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbAdd,
            this.toolStripSeparator4,
            this.tsbDelete,
            this.toolStripSeparator2,
            this.tsbSava,
            this.toolStripSeparator1,
            this.tsbExit});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(585, 44);
            this.toolStrip1.TabIndex = 7;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tsbAdd
            // 
            this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_手术申请;
            this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbAdd.Name = "tsbAdd";
            this.tsbAdd.Size = new System.Drawing.Size(52, 41);
            this.tsbAdd.Text = "  增加  ";
            this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 44);
            // 
            // tsbDelete
            // 
            this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbDelete.Image = global::AIMSControls.Properties.Resources.图标_取消;
            this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbDelete.Name = "tsbDelete";
            this.tsbDelete.Size = new System.Drawing.Size(48, 41);
            this.tsbDelete.Text = "  删除 ";
            this.tsbDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 44);
            // 
            // tsbSava
            // 
            this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbSava.Image = global::AIMSControls.Properties.Resources.图标_保存;
            this.tsbSava.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbSava.Name = "tsbSava";
            this.tsbSava.Size = new System.Drawing.Size(52, 41);
            this.tsbSava.Text = "  保存  ";
            this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbSava.Click += new System.EventHandler(this.tsbSava_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 44);
            // 
            // tsbExit
            // 
            this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭当前页;
            this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbExit.Name = "tsbExit";
            this.tsbExit.Size = new System.Drawing.Size(52, 41);
            this.tsbExit.Text = "  关闭  ";
            this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.sendout);
            this.panel3.Controls.Add(this.label3);
            this.panel3.Controls.Add(this.txtConcent);
            this.panel3.Controls.Add(this.txtMdrecNo);
            this.panel3.Controls.Add(this.label2);
            this.panel3.Controls.Add(this.txtPatientName);
            this.panel3.Controls.Add(this.label1);
            this.panel3.Location = new System.Drawing.Point(5, 17);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(566, 145);
            this.panel3.TabIndex = 2;
            // 
            // sendout
            // 
            this.sendout.Location = new System.Drawing.Point(486, 5);
            this.sendout.Name = "sendout";
            this.sendout.Size = new System.Drawing.Size(75, 23);
            this.sendout.TabIndex = 6;
            this.sendout.Text = "发送";
            this.sendout.UseVisualStyleBackColor = true;
            this.sendout.Click += new System.EventHandler(this.sendout_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 35);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(63, 14);
            this.label3.TabIndex = 5;
            this.label3.Text = "发送内容";
            // 
            // txtConcent
            // 
            this.txtConcent.Location = new System.Drawing.Point(82, 32);
            this.txtConcent.Multiline = true;
            this.txtConcent.Name = "txtConcent";
            this.txtConcent.Size = new System.Drawing.Size(479, 110);
            this.txtConcent.TabIndex = 4;
            // 
            // txtMdrecNo
            // 
            this.txtMdrecNo.Location = new System.Drawing.Point(82, 3);
            this.txtMdrecNo.Name = "txtMdrecNo";
            this.txtMdrecNo.Size = new System.Drawing.Size(117, 23);
            this.txtMdrecNo.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(13, 12);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(49, 14);
            this.label2.TabIndex = 2;
            this.label2.Text = "住院号";
            // 
            // txtPatientName
            // 
            this.txtPatientName.Location = new System.Drawing.Point(274, 3);
            this.txtPatientName.Name = "txtPatientName";
            this.txtPatientName.Size = new System.Drawing.Size(100, 23);
            this.txtPatientName.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(205, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(63, 14);
            this.label1.TabIndex = 0;
            this.label1.Text = "患者姓名";
            // 
            // groupBox3
            // 
            this.groupBox3.BackColor = System.Drawing.Color.AliceBlue;
            this.groupBox3.Controls.Add(this.panel3);
            this.groupBox3.Location = new System.Drawing.Point(3, 6);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(583, 167);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "发送信息";
            // 
            // groupBox4
            // 
            this.groupBox4.BackColor = System.Drawing.Color.AliceBlue;
            this.groupBox4.Controls.Add(this.dgvHistory);
            this.groupBox4.Location = new System.Drawing.Point(6, 6);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(571, 170);
            this.groupBox4.TabIndex = 4;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "历史记录";
            // 
            // dgvHistory
            // 
            this.dgvHistory.AllowUserToAddRows = false;
            this.dgvHistory.AllowUserToDeleteRows = false;
            this.dgvHistory.AllowUserToResizeColumns = false;
            this.dgvHistory.AllowUserToResizeRows = false;
            this.dgvHistory.BackgroundColor = System.Drawing.Color.White;
            this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ContentsColumn,
            this.OperateDateColumn});
            this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvHistory.Location = new System.Drawing.Point(3, 19);
            this.dgvHistory.Name = "dgvHistory";
            this.dgvHistory.RowHeadersVisible = false;
            this.dgvHistory.RowTemplate.Height = 23;
            this.dgvHistory.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvHistory.Size = new System.Drawing.Size(565, 148);
            this.dgvHistory.TabIndex = 11;
            // 
            // ContentsColumn
            // 
            this.ContentsColumn.DataPropertyName = "Contents";
            this.ContentsColumn.HeaderText = "发送内容";
            this.ContentsColumn.Name = "ContentsColumn";
            this.ContentsColumn.ReadOnly = true;
            this.ContentsColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.ContentsColumn.Width = 400;
            // 
            // OperateDateColumn
            // 
            this.OperateDateColumn.DataPropertyName = "OperateDate";
            this.OperateDateColumn.HeaderText = "发送时间";
            this.OperateDateColumn.Name = "OperateDateColumn";
            this.OperateDateColumn.ReadOnly = true;
            this.OperateDateColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.OperateDateColumn.Width = 140;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Location = new System.Drawing.Point(250, 265);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(585, 204);
            this.tabControl1.TabIndex = 5;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.groupBox3);
            this.tabPage1.Location = new System.Drawing.Point(4, 24);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(577, 176);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "发送信息";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.groupBox4);
            this.tabPage2.Location = new System.Drawing.Point(4, 24);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(577, 176);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "历史记录";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // frmNotice
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.AliceBlue;
            this.ClientSize = new System.Drawing.Size(834, 469);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.groupBox1);
            this.Font = new System.Drawing.Font("宋体", 10.5F);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmNotice";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "大屏通知";
            this.Load += new System.EventHandler(this.frmNotice_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOperation)).EndInit();
            this.panel1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvNoticeTemplate)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);
        }
        #endregion
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dgvOperation;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton tsbAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripButton tsbDelete;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsbExit;
        private System.Windows.Forms.TextBox txtContentTemplate;
        private System.Windows.Forms.Panel panel3;
        private System.Windows.Forms.Button sendout;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtConcent;
        private System.Windows.Forms.TextBox txtMdrecNo;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtPatientName;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.DataGridView dgvNoticeTemplate;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tsbSava;
        private System.Windows.Forms.DataGridViewTextBoxColumn MdrecNoColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn PatientNameColumn;
        private System.Windows.Forms.DataGridView dgvHistory;
        private System.Windows.Forms.DataGridViewTextBoxColumn NoticeTemplateIdColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn ContentsColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn ContentsColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn OperateDateColumn;
    }
}