namespace DataDictionary.UI
{
    partial class frmAnaesthesiaMethod
    {
        /// 
        /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tvDictionary = new System.Windows.Forms.TreeView();
            this.dgvDictionary = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.panel1 = new System.Windows.Forms.Panel();
            this.intDepOrder = new DevComponents.Editors.IntegerInput();
            this.label3 = new System.Windows.Forms.Label();
            this.chkIsValid = new System.Windows.Forms.CheckBox();
            this.txtHqms = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.txtHCode = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.cboDict = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label2 = new System.Windows.Forms.Label();
            this.lblts = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Index = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.aName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.UseRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.IsValid = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Explain = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tsbAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbModify = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbCancel = new System.Windows.Forms.ToolStripButton();
            this.tsbSava = new System.Windows.Forms.ToolStripButton();
            this.tsbExit = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDictionary)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.intDepOrder)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
            this.toolStrip1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.toolStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);
            this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(35, 35);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbAdd,
            this.toolStripSeparator1,
            this.tsbModify,
            this.toolStripSeparator2,
            this.tsbCancel,
            this.tsbSava,
            this.tsbExit});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(1020, 59);
            this.toolStrip1.TabIndex = 13;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.splitContainer1.Location = new System.Drawing.Point(0, 59);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tvDictionary);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.dgvDictionary);
            this.splitContainer1.Panel2.Controls.Add(this.panel1);
            this.splitContainer1.Panel2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.splitContainer1.Size = new System.Drawing.Size(1020, 436);
            this.splitContainer1.SplitterDistance = 219;
            this.splitContainer1.TabIndex = 14;
            // 
            // tvDictionary
            // 
            this.tvDictionary.BackColor = System.Drawing.Color.Snow;
            this.tvDictionary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvDictionary.Location = new System.Drawing.Point(0, 0);
            this.tvDictionary.Name = "tvDictionary";
            this.tvDictionary.Size = new System.Drawing.Size(219, 436);
            this.tvDictionary.TabIndex = 1;
            this.tvDictionary.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvDictionary_AfterSelect);
            // 
            // dgvDictionary
            // 
            this.dgvDictionary.AllowUserToAddRows = false;
            this.dgvDictionary.AllowUserToDeleteRows = false;
            dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            this.dgvDictionary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
            this.dgvDictionary.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
            this.dgvDictionary.BackgroundColor = System.Drawing.Color.Snow;
            this.dgvDictionary.BorderStyle = System.Windows.Forms.BorderStyle.None;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvDictionary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.dgvDictionary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvDictionary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Id,
            this.Index,
            this.aName,
            this.HCode,
            this.pName,
            this.UseRate,
            this.IsValid,
            this.Explain});
            dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvDictionary.DefaultCellStyle = dataGridViewCellStyle7;
            this.dgvDictionary.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvDictionary.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.dgvDictionary.Location = new System.Drawing.Point(0, 93);
            this.dgvDictionary.Name = "dgvDictionary";
            this.dgvDictionary.ReadOnly = true;
            dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvDictionary.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
            this.dgvDictionary.RowHeadersVisible = false;
            this.dgvDictionary.RowTemplate.Height = 23;
            this.dgvDictionary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvDictionary.Size = new System.Drawing.Size(797, 343);
            this.dgvDictionary.TabIndex = 1;
            this.dgvDictionary.TabStop = false;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.SystemColors.Control;
            this.panel1.Controls.Add(this.intDepOrder);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.chkIsValid);
            this.panel1.Controls.Add(this.txtHqms);
            this.panel1.Controls.Add(this.txtHCode);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.cboDict);
            this.panel1.Controls.Add(this.txtName);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.lblts);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(797, 93);
            this.panel1.TabIndex = 0;
            // 
            // intDepOrder
            // 
            // 
            // 
            // 
            this.intDepOrder.BackgroundStyle.Class = "DateTimeInputBackground";
            this.intDepOrder.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.intDepOrder.Location = new System.Drawing.Point(547, 62);
            this.intDepOrder.Name = "intDepOrder";
            this.intDepOrder.ShowUpDown = true;
            this.intDepOrder.Size = new System.Drawing.Size(80, 26);
            this.intDepOrder.TabIndex = 22;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(504, 62);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(37, 20);
            this.label3.TabIndex = 21;
            this.label3.Text = "排序";
            // 
            // chkIsValid
            // 
            this.chkIsValid.AutoSize = true;
            this.chkIsValid.Checked = true;
            this.chkIsValid.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkIsValid.Location = new System.Drawing.Point(508, 31);
            this.chkIsValid.Name = "chkIsValid";
            this.chkIsValid.Size = new System.Drawing.Size(56, 24);
            this.chkIsValid.TabIndex = 0;
            this.chkIsValid.TabStop = false;
            this.chkIsValid.Text = "有效";
            this.chkIsValid.UseVisualStyleBackColor = true;
            // 
            // txtHqms
            // 
            // 
            // 
            // 
            this.txtHqms.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtHqms.Location = new System.Drawing.Point(399, 62);
            this.txtHqms.Name = "txtHqms";
            this.txtHqms.Size = new System.Drawing.Size(99, 20);
            this.txtHqms.TabIndex = 2;
            // 
            // txtHCode
            // 
            // 
            // 
            // 
            this.txtHCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtHCode.Location = new System.Drawing.Point(362, 29);
            this.txtHCode.Name = "txtHCode";
            this.txtHCode.Size = new System.Drawing.Size(99, 20);
            this.txtHCode.TabIndex = 2;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(316, 62);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(81, 20);
            this.label5.TabIndex = 8;
            this.label5.Text = "HQMS编码";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(304, 29);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(51, 20);
            this.label4.TabIndex = 8;
            this.label4.Text = "助记码";
            // 
            // cboDict
            // 
            this.cboDict.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDict.FormattingEnabled = true;
            this.cboDict.Location = new System.Drawing.Point(116, 59);
            this.cboDict.Name = "cboDict";
            this.cboDict.Size = new System.Drawing.Size(182, 28);
            this.cboDict.TabIndex = 3;
            // 
            // txtName
            // 
            // 
            // 
            // 
            this.txtName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.txtName.Location = new System.Drawing.Point(116, 29);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(182, 20);
            this.txtName.TabIndex = 1;
            this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(14, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(93, 20);
            this.label2.TabIndex = 3;
            this.label2.Text = "所属麻醉类型";
            // 
            // lblts
            // 
            this.lblts.AutoSize = true;
            this.lblts.ForeColor = System.Drawing.Color.Red;
            this.lblts.Location = new System.Drawing.Point(95, 6);
            this.lblts.Name = "lblts";
            this.lblts.Size = new System.Drawing.Size(0, 20);
            this.lblts.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(14, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(93, 20);
            this.label1.TabIndex = 4;
            this.label1.Text = "麻醉方式名称";
            // 
            // Id
            // 
            this.Id.DataPropertyName = "Id";
            this.Id.HeaderText = "编号";
            this.Id.Name = "Id";
            this.Id.ReadOnly = true;
            this.Id.Visible = false;
            this.Id.Width = 43;
            // 
            // Index
            // 
            this.Index.DataPropertyName = "Index";
            this.Index.HeaderText = "序号";
            this.Index.Name = "Index";
            this.Index.ReadOnly = true;
            this.Index.Width = 62;
            // 
            // aName
            // 
            this.aName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.aName.DataPropertyName = "Name";
            this.aName.HeaderText = "名称";
            this.aName.Name = "aName";
            this.aName.ReadOnly = true;
            // 
            // HCode
            // 
            this.HCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.HCode.DataPropertyName = "HCode";
            this.HCode.HeaderText = "助记码";
            this.HCode.Name = "HCode";
            this.HCode.ReadOnly = true;
            // 
            // pName
            // 
            this.pName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.pName.DataPropertyName = "pName";
            this.pName.HeaderText = "所属麻醉";
            this.pName.Name = "pName";
            this.pName.ReadOnly = true;
            // 
            // UseRate
            // 
            this.UseRate.DataPropertyName = "UseRate";
            this.UseRate.HeaderText = "使用频次";
            this.UseRate.Name = "UseRate";
            this.UseRate.ReadOnly = true;
            this.UseRate.Width = 90;
            // 
            // IsValid
            // 
            this.IsValid.DataPropertyName = "IsValid";
            this.IsValid.HeaderText = "是否有效";
            this.IsValid.Name = "IsValid";
            this.IsValid.ReadOnly = true;
            this.IsValid.Width = 90;
            // 
            // Explain
            // 
            this.Explain.DataPropertyName = "Explain";
            this.Explain.HeaderText = "HQMS编码";
            this.Explain.Name = "Explain";
            this.Explain.ReadOnly = true;
            this.Explain.Width = 106;
            // 
            // tsbAdd
            // 
            this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbAdd.ForeColor = System.Drawing.Color.Black;
            this.tsbAdd.Image = global::AIMSControls.Properties.Resources.图标_新建;
            this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbAdd.Name = "tsbAdd";
            this.tsbAdd.Size = new System.Drawing.Size(52, 56);
            this.tsbAdd.Text = "  增加  ";
            this.tsbAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 59);
            // 
            // tsbModify
            // 
            this.tsbModify.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbModify.ForeColor = System.Drawing.Color.Black;
            this.tsbModify.Image = global::AIMSControls.Properties.Resources.图标_编辑;
            this.tsbModify.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbModify.Name = "tsbModify";
            this.tsbModify.Size = new System.Drawing.Size(52, 56);
            this.tsbModify.Text = "  修改  ";
            this.tsbModify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbModify.Click += new System.EventHandler(this.tsbModify_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 59);
            // 
            // tsbCancel
            // 
            this.tsbCancel.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbCancel.ForeColor = System.Drawing.Color.Black;
            this.tsbCancel.Image = global::AIMSControls.Properties.Resources.图标_取消;
            this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbCancel.Name = "tsbCancel";
            this.tsbCancel.Size = new System.Drawing.Size(52, 56);
            this.tsbCancel.Text = "  取消  ";
            this.tsbCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbCancel.Click += new System.EventHandler(this.tsbCancel_Click);
            // 
            // tsbSava
            // 
            this.tsbSava.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbSava.ForeColor = System.Drawing.Color.Black;
            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, 56);
            this.tsbSava.Text = "  保存  ";
            this.tsbSava.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbSava.Click += new System.EventHandler(this.tsbSave_Click);
            // 
            // tsbExit
            // 
            this.tsbExit.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.tsbExit.ForeColor = System.Drawing.Color.Black;
            this.tsbExit.Image = global::AIMSControls.Properties.Resources.图标_关闭窗口;
            this.tsbExit.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.tsbExit.Name = "tsbExit";
            this.tsbExit.Size = new System.Drawing.Size(52, 56);
            this.tsbExit.Text = "  关闭  ";
            this.tsbExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
            // 
            // frmAnaesthesiaMethod
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1020, 495);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolStrip1);
            this.Name = "frmAnaesthesiaMethod";
            this.Text = "麻醉方式";
            this.Load += new System.EventHandler(this.frmAnaesthesiaMethod_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvDictionary)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.intDepOrder)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TreeView tvDictionary;
        private DevComponents.DotNetBar.Controls.DataGridViewX dgvDictionary;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.CheckBox chkIsValid;
        private DevComponents.DotNetBar.Controls.TextBoxX txtHCode;
        private System.Windows.Forms.Label label4;
        private DevComponents.DotNetBar.Controls.ComboBoxEx cboDict;
        private DevComponents.DotNetBar.Controls.TextBoxX txtName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lblts;
        private System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.Controls.TextBoxX txtHqms;
        private System.Windows.Forms.Label label5;
        private DevComponents.Editors.IntegerInput intDepOrder;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Id;
        private System.Windows.Forms.DataGridViewTextBoxColumn Index;
        private System.Windows.Forms.DataGridViewTextBoxColumn aName;
        private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
        private System.Windows.Forms.DataGridViewTextBoxColumn pName;
        private System.Windows.Forms.DataGridViewTextBoxColumn UseRate;
        private System.Windows.Forms.DataGridViewTextBoxColumn IsValid;
        private System.Windows.Forms.DataGridViewTextBoxColumn Explain;
        private System.Windows.Forms.ToolStripButton tsbAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsbModify;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripButton tsbCancel;
        private System.Windows.Forms.ToolStripButton tsbSava;
        public System.Windows.Forms.ToolStripButton tsbExit;
    }
}