/// <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(frmConfigTimeProjectDirectionType));
     DevExpress.XtraTreeList.FilterCondition        filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
     DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition();
     this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.colCode                = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.mnuMenu                = new System.Windows.Forms.ToolStrip();
     this.btnNew                 = new System.Windows.Forms.ToolStripButton();
     this.btnEdit                = new System.Windows.Forms.ToolStripButton();
     this.btnDelete              = new System.Windows.Forms.ToolStripButton();
     this.btnSave                = new System.Windows.Forms.ToolStripButton();
     this.btnCancel              = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1    = new System.Windows.Forms.ToolStripSeparator();
     this.btnClose               = new System.Windows.Forms.ToolStripButton();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.cboParent              = new DevExpress.XtraEditors.SearchLookUpEdit();
     this.grvCboKhachHang        = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCboCode             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCboName             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colCboID               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtTimeDK              = new DevExpress.XtraEditors.TextEdit();
     this.txtQty                 = new DevExpress.XtraEditors.TextEdit();
     this.txtCode                = new System.Windows.Forms.TextBox();
     this.txtName                = new System.Windows.Forms.TextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.treeData               = new DevExpress.XtraTreeList.TreeList();
     this.colIDTree              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colTimeDK              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colPercentExport       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colProjectModuleId     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colQty                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colTotalDateAboutENull = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     this.mnuMenu.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboParent.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvCboKhachHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeDK.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).BeginInit();
     this.SuspendLayout();
     //
     // colName
     //
     this.colName.AppearanceCell.Options.UseTextOptions = true;
     this.colName.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colName.AppearanceHeader.Options.UseFont        = true;
     this.colName.AppearanceHeader.Options.UseTextOptions = true;
     this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colName.Caption    = "Tên";
     this.colName.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colName.FieldName  = "Name";
     this.colName.Name       = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.OptionsColumn.AllowSort = false;
     this.colName.Visible      = true;
     this.colName.VisibleIndex = 1;
     this.colName.Width        = 330;
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // colCode
     //
     this.colCode.AppearanceCell.Options.UseTextOptions = true;
     this.colCode.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCode.AppearanceHeader.Options.UseFont        = true;
     this.colCode.AppearanceHeader.Options.UseTextOptions = true;
     this.colCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCode.Caption    = "Mã";
     this.colCode.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colCode.FieldName  = "Code";
     this.colCode.Name       = "colCode";
     this.colCode.OptionsColumn.AllowEdit = false;
     this.colCode.OptionsColumn.AllowSort = false;
     this.colCode.Visible      = true;
     this.colCode.VisibleIndex = 0;
     this.colCode.Width        = 86;
     //
     // mnuMenu
     //
     this.mnuMenu.AutoSize  = false;
     this.mnuMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.mnuMenu.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mnuMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnNew,
         this.btnEdit,
         this.btnDelete,
         this.btnSave,
         this.btnCancel,
         this.toolStripSeparator1,
         this.btnClose
     });
     this.mnuMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.mnuMenu.Location    = new System.Drawing.Point(0, 0);
     this.mnuMenu.Name        = "mnuMenu";
     this.mnuMenu.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mnuMenu.Size        = new System.Drawing.Size(646, 42);
     this.mnuMenu.TabIndex    = 20;
     this.mnuMenu.Text        = "toolStrip2";
     //
     // btnNew
     //
     this.btnNew.AutoSize = false;
     this.btnNew.Image    = ((System.Drawing.Image)(resources.GetObject("btnNew.Image")));
     this.btnNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNew.Name = "btnNew";
     this.btnNew.Size = new System.Drawing.Size(55, 40);
     this.btnNew.Tag  = "Form_Department_Add";
     this.btnNew.Text = "&Thêm";
     this.btnNew.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnNew.Click            += new System.EventHandler(this.btnNew_Click);
     //
     // btnEdit
     //
     this.btnEdit.AutoSize = false;
     this.btnEdit.Image    = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(55, 40);
     this.btnEdit.Tag  = "Form_Department_Edit";
     this.btnEdit.Text = "Sửa";
     this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnEdit.Click            += new System.EventHandler(this.btnEdit_Click);
     //
     // btnDelete
     //
     this.btnDelete.AutoSize = false;
     this.btnDelete.Image    = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(55, 40);
     this.btnDelete.Tag  = "Form_Department_Del";
     this.btnDelete.Text = "Xóa";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnDelete.Click            += new System.EventHandler(this.btnDelete_Click);
     //
     // btnSave
     //
     this.btnSave.AutoSize = false;
     this.btnSave.Image    = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSave.Name              = "btnSave";
     this.btnSave.Size              = new System.Drawing.Size(55, 40);
     this.btnSave.Text              = "Ghi";
     this.btnSave.TextAlign         = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnSave.Visible           = false;
     this.btnSave.Click            += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.btnCancel.AutoSize              = false;
     this.btnCancel.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(55, 40);
     this.btnCancel.Text = "Hủy";
     this.btnCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCancel.Visible           = false;
     this.btnCancel.Click            += new System.EventHandler(this.btnCancel_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(6, 40);
     //
     // btnClose
     //
     this.btnClose.AutoSize              = false;
     this.btnClose.Image                 = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(55, 40);
     this.btnClose.Text = "Thoát";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.groupBox1.Controls.Add(this.cboParent);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTimeDK);
     this.groupBox1.Controls.Add(this.txtQty);
     this.groupBox1.Controls.Add(this.txtCode);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(0, 45);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(646, 103);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop  = false;
     //
     // cboParent
     //
     this.cboParent.Location = new System.Drawing.Point(69, 71);
     this.cboParent.Name     = "cboParent";
     this.cboParent.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 7F);
     this.cboParent.Properties.Appearance.Options.UseFont = true;
     this.cboParent.Properties.AutoHeight = false;
     this.cboParent.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboParent.Properties.NullText = "";
     this.cboParent.Properties.View     = this.grvCboKhachHang;
     this.cboParent.Size     = new System.Drawing.Size(363, 20);
     this.cboParent.TabIndex = 216;
     //
     // grvCboKhachHang
     //
     this.grvCboKhachHang.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.grvCboKhachHang.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.grvCboKhachHang.Appearance.SelectedRow.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.grvCboKhachHang.Appearance.SelectedRow.Options.UseBackColor      = true;
     this.grvCboKhachHang.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCboCode,
         this.colCboName,
         this.colCboID
     });
     this.grvCboKhachHang.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.grvCboKhachHang.Name           = "grvCboKhachHang";
     this.grvCboKhachHang.OptionsBehavior.AutoExpandAllGroups          = true;
     this.grvCboKhachHang.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.grvCboKhachHang.OptionsView.ColumnAutoWidth    = false;
     this.grvCboKhachHang.OptionsView.ShowGroupedColumns = true;
     this.grvCboKhachHang.OptionsView.ShowGroupPanel     = false;
     //
     // colCboCode
     //
     this.colCboCode.AppearanceCell.Options.UseTextOptions = true;
     this.colCboCode.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboCode.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboCode.AppearanceHeader.Options.UseFont        = true;
     this.colCboCode.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboCode.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboCode.Caption   = "Mã";
     this.colCboCode.FieldName = "Code";
     this.colCboCode.Name      = "colCboCode";
     this.colCboCode.OptionsColumn.AllowEdit = false;
     this.colCboCode.Visible      = true;
     this.colCboCode.VisibleIndex = 0;
     //
     // colCboName
     //
     this.colCboName.AppearanceCell.Options.UseTextOptions = true;
     this.colCboName.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboName.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboName.AppearanceHeader.Options.UseFont        = true;
     this.colCboName.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboName.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboName.Caption   = "Tên";
     this.colCboName.FieldName = "Name";
     this.colCboName.Name      = "colCboName";
     this.colCboName.OptionsColumn.AllowEdit = false;
     this.colCboName.Visible      = true;
     this.colCboName.VisibleIndex = 1;
     this.colCboName.Width        = 309;
     //
     // colCboID
     //
     this.colCboID.AppearanceCell.Options.UseTextOptions = true;
     this.colCboID.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCboID.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboID.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCboID.AppearanceHeader.Options.UseFont        = true;
     this.colCboID.AppearanceHeader.Options.UseTextOptions = true;
     this.colCboID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCboID.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCboID.Caption   = "ID";
     this.colCboID.FieldName = "ID";
     this.colCboID.Name      = "colCboID";
     this.colCboID.OptionsColumn.AllowEdit = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 74);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 13);
     this.label3.TabIndex = 215;
     this.label3.Text     = "Nhóm cha";
     //
     // txtTimeDK
     //
     this.txtTimeDK.EditValue = "0";
     this.txtTimeDK.Location  = new System.Drawing.Point(530, 42);
     this.txtTimeDK.Name      = "txtTimeDK";
     this.txtTimeDK.Properties.DisplayFormat.FormatString = "n0";
     this.txtTimeDK.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtTimeDK.Properties.EditFormat.FormatString    = "n0";
     this.txtTimeDK.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.txtTimeDK.Properties.Mask.EditMask = "n1";
     this.txtTimeDK.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtTimeDK.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtTimeDK.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtTimeDK.Size        = new System.Drawing.Size(104, 20);
     this.txtTimeDK.TabIndex    = 10;
     //
     // txtQty
     //
     this.txtQty.EditValue = "0";
     this.txtQty.Location  = new System.Drawing.Point(530, 14);
     this.txtQty.Name      = "txtQty";
     this.txtQty.Properties.DisplayFormat.FormatString = "n0";
     this.txtQty.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.txtQty.Properties.EditFormat.FormatString    = "n0";
     this.txtQty.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.txtQty.Properties.Mask.EditMask = "n1";
     this.txtQty.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.txtQty.Properties.Mask.UseMaskAsDisplayFormat = true;
     this.txtQty.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtQty.Size        = new System.Drawing.Size(104, 20);
     this.txtQty.TabIndex    = 10;
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(69, 14);
     this.txtCode.Name     = "txtCode";
     this.txtCode.Size     = new System.Drawing.Size(134, 20);
     this.txtCode.TabIndex = 0;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(69, 42);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(363, 20);
     this.txtName.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(461, 45);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Thời gian (h)";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(40, 45);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(26, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Tên";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(507, 18);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(20, 13);
     this.label4.TabIndex = 0;
     this.label4.Text     = "SL";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(44, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(22, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Mã";
     //
     // treeData
     //
     this.treeData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.treeData.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.BackColor2                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.treeData.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeData.Appearance.SelectedRow.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.BackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.Options.UseBackColor      = true;
     this.treeData.ColumnPanelRowHeight = 30;
     this.treeData.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colIDTree,
         this.colName,
         this.colCode,
         this.colTimeDK,
         this.colPercentExport,
         this.colProjectModuleId,
         this.colQty,
         this.colTotalDateAboutENull
     });
     this.treeData.CustomizationFormBounds = new System.Drawing.Rectangle(1080, 502, 216, 323);
     filterCondition1.Column    = this.colName;
     filterCondition1.Condition = DevExpress.XtraTreeList.FilterConditionEnum.Contains;
     filterCondition1.Value1    = "<Null>";
     filterCondition1.Value2    = "<Null>";
     filterCondition1.Visible   = true;
     this.treeData.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
         filterCondition1
     });
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column     = this.colCode;
     this.treeData.FormatConditions.AddRange(new DevExpress.XtraTreeList.StyleFormatConditions.StyleFormatCondition[] {
         styleFormatCondition1
     });
     this.treeData.Location = new System.Drawing.Point(0, 154);
     this.treeData.Name     = "treeData";
     this.treeData.OptionsBehavior.Editable        = false;
     this.treeData.OptionsBehavior.EnableFiltering = true;
     this.treeData.OptionsSelection.MultiSelect    = true;
     this.treeData.OptionsView.AutoWidth           = false;
     this.treeData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemMemoEdit2
     });
     this.treeData.Size         = new System.Drawing.Size(646, 363);
     this.treeData.TabIndex     = 27;
     this.treeData.DoubleClick += new System.EventHandler(this.treeData_DoubleClick);
     //
     // colIDTree
     //
     this.colIDTree.Caption   = "Mã nhóm";
     this.colIDTree.FieldName = "ID";
     this.colIDTree.Name      = "colIDTree";
     this.colIDTree.OptionsColumn.AllowEdit = false;
     //
     // colTimeDK
     //
     this.colTimeDK.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTimeDK.AppearanceCell.Options.UseFont          = true;
     this.colTimeDK.AppearanceCell.Options.UseTextOptions   = true;
     this.colTimeDK.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colTimeDK.AppearanceCell.TextOptions.WordWrap     = DevExpress.Utils.WordWrap.Wrap;
     this.colTimeDK.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colTimeDK.AppearanceHeader.Options.UseFont        = true;
     this.colTimeDK.AppearanceHeader.Options.UseTextOptions = true;
     this.colTimeDK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTimeDK.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colTimeDK.Caption             = "Thời gian (h)";
     this.colTimeDK.FieldName           = "TimeDK";
     this.colTimeDK.Format.FormatString = "n1";
     this.colTimeDK.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTimeDK.Name = "colTimeDK";
     this.colTimeDK.OptionsColumn.AllowEdit = false;
     this.colTimeDK.OptionsColumn.AllowSort = false;
     this.colTimeDK.Visible      = true;
     this.colTimeDK.VisibleIndex = 3;
     this.colTimeDK.Width        = 93;
     //
     // colPercentExport
     //
     this.colPercentExport.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceCell.Options.UseFont          = true;
     this.colPercentExport.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceHeader.Options.UseFont        = true;
     this.colPercentExport.AppearanceHeader.Options.UseTextOptions = true;
     this.colPercentExport.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPercentExport.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colPercentExport.Caption             = "% đã xuất";
     this.colPercentExport.FieldName           = "PercentExport";
     this.colPercentExport.Format.FormatString = "n0";
     this.colPercentExport.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colPercentExport.Name = "colPercentExport";
     this.colPercentExport.OptionsColumn.AllowEdit = false;
     this.colPercentExport.OptionsColumn.AllowSort = false;
     //
     // colProjectModuleId
     //
     this.colProjectModuleId.Caption   = "ProjectModuleId";
     this.colProjectModuleId.FieldName = "ProjectModuleId";
     this.colProjectModuleId.Name      = "colProjectModuleId";
     //
     // colQty
     //
     this.colQty.AppearanceCell.Options.UseTextOptions = true;
     this.colQty.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colQty.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colQty.AppearanceHeader.Options.UseFont        = true;
     this.colQty.AppearanceHeader.Options.UseTextOptions = true;
     this.colQty.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colQty.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colQty.Caption             = "Số lượng";
     this.colQty.FieldName           = "Qty";
     this.colQty.Format.FormatString = "n1";
     this.colQty.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colQty.Name         = "colQty";
     this.colQty.Visible      = true;
     this.colQty.VisibleIndex = 2;
     this.colQty.Width        = 91;
     //
     // colTotalDateAboutENull
     //
     this.colTotalDateAboutENull.Caption             = "TotalDateAboutENull";
     this.colTotalDateAboutENull.FieldName           = "TotalDateAboutENull";
     this.colTotalDateAboutENull.Format.FormatString = "n0";
     this.colTotalDateAboutENull.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTotalDateAboutENull.Name = "colTotalDateAboutENull";
     //
     // frmConfigTimeProjectDirectionType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(646, 521);
     this.Controls.Add(this.treeData);
     this.Controls.Add(this.mnuMenu);
     this.Controls.Add(this.groupBox1);
     this.Name  = "frmConfigTimeProjectDirectionType";
     this.Text  = "Cấu hình thời gian cho loại chỉ thị";
     this.Load += new System.EventHandler(this.frmConfigTimeProjectDirectionType_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     this.mnuMenu.ResumeLayout(false);
     this.mnuMenu.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboParent.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grvCboKhachHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTimeDK.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraTreeList.FilterCondition filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.treelistChucnang = new DevExpress.XtraTreeList.TreeList();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.chklstQuyen = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.btnThoat = new DevExpress.XtraEditors.SimpleButton();
            this.btnBoqua = new DevExpress.XtraEditors.SimpleButton();
            this.btnLuu = new DevExpress.XtraEditors.SimpleButton();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.lblTieudeNhomnguoidung = new DevExpress.XtraEditors.LabelControl();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treelistChucnang)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chklstQuyen)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupControl3
            // 
            this.groupControl3.Controls.Add(this.treelistChucnang);
            this.groupControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl3.Location = new System.Drawing.Point(312, 50);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(568, 492);
            this.groupControl3.TabIndex = 8;
            this.groupControl3.Text = "Chức năng";
            // 
            // treelistChucnang
            // 
            this.treelistChucnang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treelistChucnang.Location = new System.Drawing.Point(2, 21);
            this.treelistChucnang.Name = "treelistChucnang";
            this.treelistChucnang.Size = new System.Drawing.Size(564, 469);
            this.treelistChucnang.TabIndex = 0;
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.chklstQuyen);
            this.groupControl2.Controls.Add(this.panelControl2);
            this.groupControl2.Dock = System.Windows.Forms.DockStyle.Right;
            this.groupControl2.Location = new System.Drawing.Point(880, 50);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(384, 492);
            this.groupControl2.TabIndex = 7;
            this.groupControl2.Text = "Nhóm quyền";
            // 
            // chklstQuyen
            // 
            this.chklstQuyen.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chklstQuyen.Location = new System.Drawing.Point(2, 21);
            this.chklstQuyen.Name = "chklstQuyen";
            this.chklstQuyen.Size = new System.Drawing.Size(380, 439);
            this.chklstQuyen.TabIndex = 1;
            // 
            // panelControl2
            // 
            this.panelControl2.Controls.Add(this.btnThoat);
            this.panelControl2.Controls.Add(this.btnBoqua);
            this.panelControl2.Controls.Add(this.btnLuu);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl2.Location = new System.Drawing.Point(2, 460);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(380, 30);
            this.panelControl2.TabIndex = 0;
            // 
            // btnThoat
            // 
            this.btnThoat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btnThoat.Location = new System.Drawing.Point(243, 4);
            this.btnThoat.Name = "btnThoat";
            this.btnThoat.Size = new System.Drawing.Size(102, 23);
            this.btnThoat.TabIndex = 3;
            this.btnThoat.Text = "&Hủy bỏ";
            // 
            // btnBoqua
            // 
            this.btnBoqua.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btnBoqua.Location = new System.Drawing.Point(135, 5);
            this.btnBoqua.Name = "btnBoqua";
            this.btnBoqua.Size = new System.Drawing.Size(102, 23);
            this.btnBoqua.TabIndex = 2;
            this.btnBoqua.Text = "&Lưu";
            // 
            // btnLuu
            // 
            this.btnLuu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLuu.Location = new System.Drawing.Point(27, 5);
            this.btnLuu.Name = "btnLuu";
            this.btnLuu.Size = new System.Drawing.Size(102, 23);
            this.btnLuu.TabIndex = 1;
            this.btnLuu.Text = "&Sửa";
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.treeList1);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupControl1.Location = new System.Drawing.Point(0, 50);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(312, 492);
            this.groupControl1.TabIndex = 6;
            this.groupControl1.Text = "Nhóm người dùng";
            // 
            // treeList1
            // 
            this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
            filterCondition1.Visible = true;
            this.treeList1.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
            filterCondition1});
            this.treeList1.Location = new System.Drawing.Point(2, 21);
            this.treeList1.Name = "treeList1";
            this.treeList1.BeginUnboundLoad();
            this.treeList1.AppendNode(new object[0], -1);
            this.treeList1.EndUnboundLoad();
            this.treeList1.Size = new System.Drawing.Size(308, 469);
            this.treeList1.TabIndex = 0;
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.lblTieudeNhomnguoidung);
            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(1264, 50);
            this.panelControl1.TabIndex = 5;
            // 
            // lblTieudeNhomnguoidung
            // 
            this.lblTieudeNhomnguoidung.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.lblTieudeNhomnguoidung.Appearance.Font = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTieudeNhomnguoidung.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(37)))), ((int)(((byte)(127)))));
            this.lblTieudeNhomnguoidung.Location = new System.Drawing.Point(434, 5);
            this.lblTieudeNhomnguoidung.Name = "lblTieudeNhomnguoidung";
            this.lblTieudeNhomnguoidung.Size = new System.Drawing.Size(370, 33);
            this.lblTieudeNhomnguoidung.TabIndex = 6;
            this.lblTieudeNhomnguoidung.Text = "Phân Quyền Nhóm Nhân Viên";
            this.lblTieudeNhomnguoidung.Click += new System.EventHandler(this.lblTieudeNhomnguoidung_Click);
            // 
            // ucPhanquyen
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupControl3);
            this.Controls.Add(this.groupControl2);
            this.Controls.Add(this.groupControl1);
            this.Controls.Add(this.panelControl1);
            this.Name = "ucPhanquyen";
            this.Size = new System.Drawing.Size(1264, 542);
            this.Load += new System.EventHandler(this.ucNhomnguoidung_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treelistChucnang)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chklstQuyen)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.FilterCondition filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
     this.colNameHD = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.colCodeHD              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.label4                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label9                 = new System.Windows.Forms.Label();
     this.label10                = new System.Windows.Forms.Label();
     this.treeData               = new DevExpress.XtraTreeList.TreeList();
     this.colCodeTK              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colNameTK              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colPercentVT           = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colStatus              = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colPercentExport       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colProjectModuleId     = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colQty                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colDateAboutE          = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colTotalDateAboutENull = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colSTT                 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colID       = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.colParentID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).BeginInit();
     this.SuspendLayout();
     //
     // colNameHD
     //
     this.colNameHD.AppearanceCell.Options.UseTextOptions = true;
     this.colNameHD.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colNameHD.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colNameHD.AppearanceHeader.Options.UseFont        = true;
     this.colNameHD.AppearanceHeader.Options.UseTextOptions = true;
     this.colNameHD.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNameHD.Caption    = "Tên HD";
     this.colNameHD.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colNameHD.FieldName  = "PPName";
     this.colNameHD.Name       = "colNameHD";
     this.colNameHD.OptionsColumn.AllowEdit = false;
     this.colNameHD.OptionsColumn.AllowSort = false;
     this.colNameHD.Width = 222;
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // colCodeHD
     //
     this.colCodeHD.AppearanceCell.Options.UseTextOptions = true;
     this.colCodeHD.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCodeHD.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCodeHD.AppearanceHeader.Options.UseFont        = true;
     this.colCodeHD.AppearanceHeader.Options.UseTextOptions = true;
     this.colCodeHD.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCodeHD.Caption    = "Mã HD";
     this.colCodeHD.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colCodeHD.FieldName  = "PPCode";
     this.colCodeHD.Name       = "colCodeHD";
     this.colCodeHD.OptionsColumn.AllowEdit = false;
     this.colCodeHD.OptionsColumn.AllowSort = false;
     this.colCodeHD.Width = 201;
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label4.Location  = new System.Drawing.Point(8, 6);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(35, 13);
     this.label4.TabIndex  = 234;
     this.label4.Visible   = false;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.BackColor = System.Drawing.Color.Lime;
     this.label3.Location  = new System.Drawing.Point(481, 6);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(35, 13);
     this.label3.TabIndex  = 235;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.BackColor = System.Drawing.Color.Yellow;
     this.label2.Location  = new System.Drawing.Point(732, 6);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(35, 13);
     this.label2.TabIndex  = 236;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(259, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(35, 13);
     this.label1.TabIndex  = 237;
     this.label1.Visible   = false;
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(773, 6);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(173, 13);
     this.label8.TabIndex = 230;
     this.label8.Text     = "Vât tư về 100%. vật tư xuất < 100%";
     //
     // label7
     //
     this.label7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(522, 6);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(196, 13);
     this.label7.TabIndex = 231;
     this.label7.Text     = "Vât tư đã về 100%. vật tư đã xuất 100%";
     //
     // label9
     //
     this.label9.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(49, 6);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(191, 13);
     this.label9.TabIndex = 232;
     this.label9.Text     = "Tồn tại vật tư chưa có ngày về dự kiến";
     this.label9.Visible  = false;
     //
     // label10
     //
     this.label10.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(300, 6);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(170, 13);
     this.label10.TabIndex = 233;
     this.label10.Text     = "Ngày về dự kiến > Deadline SXLR";
     this.label10.Visible  = false;
     //
     // treeData
     //
     this.treeData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.treeData.Appearance.FocusedRow.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.BackColor2                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.FocusedRow.Options.UseBackColor       = true;
     this.treeData.Appearance.HideSelectionRow.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.HideSelectionRow.Options.UseBackColor = true;
     this.treeData.Appearance.SelectedRow.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.BackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.treeData.Appearance.SelectedRow.Options.UseBackColor      = true;
     this.treeData.ColumnPanelRowHeight = 40;
     this.treeData.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.colNameHD,
         this.colCodeHD,
         this.colCodeTK,
         this.colNameTK,
         this.colPercentVT,
         this.colStatus,
         this.colPercentExport,
         this.colProjectModuleId,
         this.colQty,
         this.colDateAboutE,
         this.colTotalDateAboutENull,
         this.colSTT,
         this.colID,
         this.colParentID
     });
     this.treeData.CustomizationFormBounds = new System.Drawing.Rectangle(1080, 502, 216, 323);
     filterCondition1.Column    = this.colNameHD;
     filterCondition1.Condition = DevExpress.XtraTreeList.FilterConditionEnum.Contains;
     filterCondition1.Value1    = "<Null>";
     filterCondition1.Value2    = "<Null>";
     filterCondition1.Visible   = true;
     this.treeData.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
         filterCondition1
     });
     this.treeData.Location = new System.Drawing.Point(2, 28);
     this.treeData.Name     = "treeData";
     this.treeData.OptionsBehavior.Editable        = false;
     this.treeData.OptionsBehavior.EnableFiltering = true;
     this.treeData.OptionsPrint.PrintAllNodes      = true;
     this.treeData.OptionsSelection.MultiSelect    = true;
     this.treeData.OptionsView.AutoWidth           = false;
     this.treeData.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemMemoEdit2
     });
     this.treeData.Size                = new System.Drawing.Size(957, 642);
     this.treeData.TabIndex            = 229;
     this.treeData.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.treeData_CustomDrawNodeCell);
     this.treeData.DoubleClick        += new System.EventHandler(this.treeData_DoubleClick);
     //
     // colCodeTK
     //
     this.colCodeTK.AppearanceCell.Options.UseTextOptions = true;
     this.colCodeTK.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colCodeTK.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCodeTK.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colCodeTK.AppearanceHeader.Options.UseFont        = true;
     this.colCodeTK.AppearanceHeader.Options.UseTextOptions = true;
     this.colCodeTK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCodeTK.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colCodeTK.Caption   = "Mã";
     this.colCodeTK.FieldName = "Code";
     this.colCodeTK.Name      = "colCodeTK";
     this.colCodeTK.OptionsColumn.AllowEdit = false;
     this.colCodeTK.OptionsColumn.AllowSort = false;
     this.colCodeTK.Visible      = true;
     this.colCodeTK.VisibleIndex = 1;
     this.colCodeTK.Width        = 199;
     //
     // colNameTK
     //
     this.colNameTK.AppearanceCell.Options.UseTextOptions = true;
     this.colNameTK.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colNameTK.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colNameTK.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colNameTK.AppearanceHeader.Options.UseFont        = true;
     this.colNameTK.AppearanceHeader.Options.UseTextOptions = true;
     this.colNameTK.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNameTK.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colNameTK.Caption    = "Tên";
     this.colNameTK.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colNameTK.FieldName  = "Name";
     this.colNameTK.Name       = "colNameTK";
     this.colNameTK.OptionsColumn.AllowEdit = false;
     this.colNameTK.OptionsColumn.AllowSort = false;
     this.colNameTK.Visible      = true;
     this.colNameTK.VisibleIndex = 2;
     this.colNameTK.Width        = 337;
     //
     // colPercentVT
     //
     this.colPercentVT.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentVT.AppearanceCell.Options.UseFont          = true;
     this.colPercentVT.AppearanceCell.Options.UseTextOptions   = true;
     this.colPercentVT.AppearanceCell.TextOptions.VAlignment   = DevExpress.Utils.VertAlignment.Center;
     this.colPercentVT.AppearanceCell.TextOptions.WordWrap     = DevExpress.Utils.WordWrap.Wrap;
     this.colPercentVT.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentVT.AppearanceHeader.Options.UseFont        = true;
     this.colPercentVT.AppearanceHeader.Options.UseTextOptions = true;
     this.colPercentVT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPercentVT.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colPercentVT.Caption             = "% vật tư về";
     this.colPercentVT.FieldName           = "PercentVT";
     this.colPercentVT.Format.FormatString = "n0";
     this.colPercentVT.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colPercentVT.Name = "colPercentVT";
     this.colPercentVT.OptionsColumn.AllowEdit = false;
     this.colPercentVT.OptionsColumn.AllowSort = false;
     this.colPercentVT.Visible      = true;
     this.colPercentVT.VisibleIndex = 4;
     this.colPercentVT.Width        = 51;
     //
     // colStatus
     //
     this.colStatus.AppearanceCell.Options.UseTextOptions = true;
     this.colStatus.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colStatus.AppearanceCell.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colStatus.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colStatus.AppearanceHeader.Options.UseFont        = true;
     this.colStatus.AppearanceHeader.Options.UseTextOptions = true;
     this.colStatus.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colStatus.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colStatus.Caption   = "Trạng thái";
     this.colStatus.FieldName = "StatusText";
     this.colStatus.Name      = "colStatus";
     this.colStatus.OptionsColumn.AllowEdit = false;
     this.colStatus.OptionsColumn.AllowSort = false;
     this.colStatus.Width = 119;
     //
     // colPercentExport
     //
     this.colPercentExport.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceCell.Options.UseFont          = true;
     this.colPercentExport.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colPercentExport.AppearanceHeader.Options.UseFont        = true;
     this.colPercentExport.AppearanceHeader.Options.UseTextOptions = true;
     this.colPercentExport.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colPercentExport.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colPercentExport.Caption             = "% đã xuất";
     this.colPercentExport.FieldName           = "PercentExport";
     this.colPercentExport.Format.FormatString = "n0";
     this.colPercentExport.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colPercentExport.Name = "colPercentExport";
     this.colPercentExport.OptionsColumn.AllowEdit = false;
     this.colPercentExport.OptionsColumn.AllowSort = false;
     this.colPercentExport.Visible      = true;
     this.colPercentExport.VisibleIndex = 5;
     //
     // colProjectModuleId
     //
     this.colProjectModuleId.Caption   = "ProjectModuleId";
     this.colProjectModuleId.FieldName = "ProjectModuleId";
     this.colProjectModuleId.Name      = "colProjectModuleId";
     //
     // colQty
     //
     this.colQty.AppearanceCell.Options.UseTextOptions = true;
     this.colQty.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colQty.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colQty.AppearanceHeader.Options.UseFont        = true;
     this.colQty.AppearanceHeader.Options.UseTextOptions = true;
     this.colQty.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colQty.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colQty.Caption      = "Số lượng";
     this.colQty.FieldName    = "QtyReal";
     this.colQty.Name         = "colQty";
     this.colQty.Visible      = true;
     this.colQty.VisibleIndex = 3;
     //
     // colDateAboutE
     //
     this.colDateAboutE.AppearanceCell.Options.UseTextOptions = true;
     this.colDateAboutE.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.colDateAboutE.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colDateAboutE.AppearanceHeader.Options.UseFont        = true;
     this.colDateAboutE.AppearanceHeader.Options.UseTextOptions = true;
     this.colDateAboutE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDateAboutE.AppearanceHeader.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.colDateAboutE.Caption             = "Ngày về DK";
     this.colDateAboutE.FieldName           = "DateAboutE";
     this.colDateAboutE.Format.FormatString = "dd/MM/yyyy";
     this.colDateAboutE.Format.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.colDateAboutE.Name = "colDateAboutE";
     this.colDateAboutE.OptionsColumn.AllowEdit = false;
     this.colDateAboutE.Width = 91;
     //
     // colTotalDateAboutENull
     //
     this.colTotalDateAboutENull.Caption             = "TotalDateAboutENull";
     this.colTotalDateAboutENull.FieldName           = "TotalDateAboutENull";
     this.colTotalDateAboutENull.Format.FormatString = "n0";
     this.colTotalDateAboutENull.Format.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.colTotalDateAboutENull.Name = "colTotalDateAboutENull";
     //
     // colSTT
     //
     this.colSTT.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.colSTT.AppearanceHeader.Options.UseFont        = true;
     this.colSTT.AppearanceHeader.Options.UseTextOptions = true;
     this.colSTT.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSTT.Caption      = "STT";
     this.colSTT.FieldName    = "STT";
     this.colSTT.Name         = "colSTT";
     this.colSTT.Visible      = true;
     this.colSTT.VisibleIndex = 0;
     //
     // colID
     //
     this.colID.Caption   = "ID";
     this.colID.FieldName = "ID";
     this.colID.Name      = "colID";
     //
     // colParentID
     //
     this.colParentID.Caption   = "ParentID";
     this.colParentID.FieldName = "ParentID";
     this.colParentID.Name      = "colParentID";
     //
     // frmListCumOfModule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(961, 673);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.treeData);
     this.Name  = "frmListCumOfModule";
     this.Text  = "Danh sách Cụm";
     this.Load += new System.EventHandler(this.frmListCumOfModule_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeData)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraTreeList.FilterCondition filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
            this.c1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.ts_NodeText = new System.Windows.Forms.ToolStripTextBox();
            this.ToolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.ToolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.ToolStripSplitButton2 = new System.Windows.Forms.ToolStripSeparator();
            this.ToolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.tr_Area = new ZX.Controls.DotNetMagic.Controls.TreeControl();
            this.panel1 = new System.Windows.Forms.Panel();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.c3 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.c2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tb_ZJF = 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.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.ToolStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // c1
            // 
            this.c1.Caption = "编码";
            this.c1.FieldName = "sAreaID";
            this.c1.Name = "c1";
            this.c1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
            this.c1.SummaryFooter = DevExpress.XtraTreeList.SummaryItemType.Min;
            this.c1.Visible = true;
            this.c1.VisibleIndex = 2;
            this.c1.Width = 64;
            // 
            // ToolStrip1
            // 
            this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.ts_NodeText,
            this.ToolStripButton6,
            this.ToolStripButton4,
            this.ToolStripSeparator1,
            this.ToolStripButton3,
            this.ToolStripSplitButton2,
            this.ToolStripButton2});
            this.ToolStrip1.Location = new System.Drawing.Point(0, 0);
            this.ToolStrip1.Name = "ToolStrip1";
            this.ToolStrip1.Size = new System.Drawing.Size(763, 25);
            this.ToolStrip1.TabIndex = 5;
            this.ToolStrip1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            this.ToolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolStrip1_ItemClicked);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(31, 22);
            this.toolStripLabel1.Text = "名称";
            this.toolStripLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.toolStripLabel1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.toolStripLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // ts_NodeText
            // 
            this.ts_NodeText.Name = "ts_NodeText";
            this.ts_NodeText.Size = new System.Drawing.Size(100, 25);
            this.ts_NodeText.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // ToolStripButton6
            // 
            this.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButton6.Name = "ToolStripButton6";
            this.ToolStripButton6.Size = new System.Drawing.Size(35, 22);
            this.ToolStripButton6.Text = "查找";
            this.ToolStripButton6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.ToolStripButton6.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.ToolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // ToolStripButton4
            // 
            this.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButton4.Name = "ToolStripButton4";
            this.ToolStripButton4.Size = new System.Drawing.Size(35, 22);
            this.ToolStripButton4.Text = "删除";
            this.ToolStripButton4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.ToolStripButton4.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.ToolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ToolStripButton4.ToolTipText = "删除信息";
            // 
            // ToolStripSeparator1
            // 
            this.ToolStripSeparator1.Name = "ToolStripSeparator1";
            this.ToolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            this.ToolStripSeparator1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // ToolStripButton3
            // 
            this.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButton3.Name = "ToolStripButton3";
            this.ToolStripButton3.Size = new System.Drawing.Size(35, 22);
            this.ToolStripButton3.Text = "帮助";
            this.ToolStripButton3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.ToolStripButton3.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.ToolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ToolStripButton3.ToolTipText = "系统帮助";
            // 
            // ToolStripSplitButton2
            // 
            this.ToolStripSplitButton2.Name = "ToolStripSplitButton2";
            this.ToolStripSplitButton2.Size = new System.Drawing.Size(6, 25);
            this.ToolStripSplitButton2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // ToolStripButton2
            // 
            this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.ToolStripButton2.Name = "ToolStripButton2";
            this.ToolStripButton2.Size = new System.Drawing.Size(35, 22);
            this.ToolStripButton2.Text = "关闭";
            this.ToolStripButton2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.ToolStripButton2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.ToolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.ToolStripButton2.ToolTipText = "关闭窗口";
            // 
            // tr_Area
            // 
            this.tr_Area.FocusNode = null;
            this.tr_Area.HotBackColor = System.Drawing.Color.Empty;
            this.tr_Area.HotForeColor = System.Drawing.Color.Empty;
            this.tr_Area.Location = new System.Drawing.Point(281, 442);
            this.tr_Area.Name = "tr_Area";
            this.tr_Area.SelectedNode = null;
            this.tr_Area.SelectedNoFocusBackColor = System.Drawing.SystemColors.Control;
            this.tr_Area.Size = new System.Drawing.Size(67, 75);
            this.tr_Area.TabIndex = 6;
            this.tr_Area.Text = "treeControl1";
            this.tr_Area.Visible = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.toolStrip2);
            this.panel1.Controls.Add(this.tr_Area);
            this.panel1.Controls.Add(this.treeList1);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(250, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(513, 546);
            this.panel1.TabIndex = 7;
            // 
            // toolStrip2
            // 
            this.toolStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton5,
            this.toolStripButton8,
            this.toolStripSeparator2,
            this.toolStripButton9,
            this.toolStripSeparator3});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(513, 25);
            this.toolStrip2.TabIndex = 6;
            this.toolStrip2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // toolStripButton5
            // 
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton5.Name = "toolStripButton5";
            this.toolStripButton5.Size = new System.Drawing.Size(59, 22);
            this.toolStripButton5.Text = "增加同类";
            this.toolStripButton5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.toolStripButton5.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton5.ToolTipText = "增加信息";
            // 
            // toolStripButton8
            // 
            this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton8.Name = "toolStripButton8";
            this.toolStripButton8.Size = new System.Drawing.Size(59, 22);
            this.toolStripButton8.Text = "增加子类";
            this.toolStripButton8.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.toolStripButton8.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.toolStripButton8.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton8.ToolTipText = "删除信息";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator2.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // toolStripButton9
            // 
            this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton9.Name = "toolStripButton9";
            this.toolStripButton9.Size = new System.Drawing.Size(35, 22);
            this.toolStripButton9.Text = "删除";
            this.toolStripButton9.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.toolStripButton9.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.toolStripButton9.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.toolStripButton9.ToolTipText = "系统帮助";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            this.toolStripSeparator3.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
            // 
            // treeList1
            // 
            this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.c1,
            this.c3,
            this.c2});
            filterCondition1.Column = this.c1;
            filterCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
            filterCondition1.Visible = true;
            this.treeList1.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
            filterCondition1});
            this.treeList1.Location = new System.Drawing.Point(171, 430);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsBehavior.Editable = false;
            this.treeList1.OptionsBehavior.EnableFiltering = true;
            this.treeList1.OptionsBehavior.PopulateServiceColumns = true;
            this.treeList1.OptionsView.ShowRoot = false;
            this.treeList1.Size = new System.Drawing.Size(93, 87);
            this.treeList1.TabIndex = 8;
            this.treeList1.Visible = false;
            this.treeList1.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterFocusNode);
            this.treeList1.SelectionChanged += new System.EventHandler(this.treeList1_SelectionChanged);
            // 
            // c3
            // 
            this.c3.Caption = "名称";
            this.c3.FieldName = "sAreaName";
            this.c3.Name = "c3";
            this.c3.Visible = true;
            this.c3.VisibleIndex = 1;
            this.c3.Width = 163;
            // 
            // c2
            // 
            this.c2.Caption = "说明";
            this.c2.FieldName = "sMemo";
            this.c2.Name = "c2";
            this.c2.Visible = true;
            this.c2.VisibleIndex = 0;
            this.c2.Width = 85;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.tb_ZJF);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.textBox3);
            this.groupBox1.Controls.Add(this.textBox2);
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Location = new System.Drawing.Point(18, 44);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(431, 380);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(29, 161);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "助记符";
            // 
            // tb_ZJF
            // 
            this.tb_ZJF.Location = new System.Drawing.Point(112, 160);
            this.tb_ZJF.Name = "tb_ZJF";
            this.tb_ZJF.Size = new System.Drawing.Size(184, 21);
            this.tb_ZJF.TabIndex = 6;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(29, 231);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "备    注";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(29, 104);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "地区名称";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(29, 54);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "地区编号";
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(112, 231);
            this.textBox3.Multiline = true;
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(229, 117);
            this.textBox3.TabIndex = 2;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(112, 103);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(184, 21);
            this.textBox2.TabIndex = 1;
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(112, 51);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(184, 21);
            this.textBox1.TabIndex = 0;
            // 
            // treeView1
            // 
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeView1.Location = new System.Drawing.Point(0, 25);
            this.treeView1.Name = "treeView1";
            this.treeView1.Size = new System.Drawing.Size(250, 546);
            this.treeView1.TabIndex = 8;
            // 
            // Form_Main_Area
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(763, 571);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.treeView1);
            this.Controls.Add(this.ToolStrip1);
            this.Name = "Form_Main_Area";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "地区资料";
            this.Load += new System.EventHandler(this.Form_Main_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Main_Customer_FormClosing);
            this.ToolStrip1.ResumeLayout(false);
            this.ToolStrip1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeList.FilterCondition filterCondition1 = new DevExpress.XtraTreeList.FilterCondition();
     this.groupControl3          = new DevExpress.XtraEditors.GroupControl();
     this.treelistChucnang       = new DevExpress.XtraTreeList.TreeList();
     this.groupControl2          = new DevExpress.XtraEditors.GroupControl();
     this.chklstQuyen            = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.panelControl2          = new DevExpress.XtraEditors.PanelControl();
     this.btnThoat               = new DevExpress.XtraEditors.SimpleButton();
     this.btnBoqua               = new DevExpress.XtraEditors.SimpleButton();
     this.btnLuu                 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl1          = new DevExpress.XtraEditors.GroupControl();
     this.treeList1              = new DevExpress.XtraTreeList.TreeList();
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.lblTieudeNhomnguoidung = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treelistChucnang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chklstQuyen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.treelistChucnang);
     this.groupControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl3.Location = new System.Drawing.Point(312, 50);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(568, 492);
     this.groupControl3.TabIndex = 8;
     this.groupControl3.Text     = "Chức năng";
     //
     // treelistChucnang
     //
     this.treelistChucnang.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treelistChucnang.Location = new System.Drawing.Point(2, 21);
     this.treelistChucnang.Name     = "treelistChucnang";
     this.treelistChucnang.Size     = new System.Drawing.Size(564, 469);
     this.treelistChucnang.TabIndex = 0;
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.chklstQuyen);
     this.groupControl2.Controls.Add(this.panelControl2);
     this.groupControl2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.groupControl2.Location = new System.Drawing.Point(880, 50);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(384, 492);
     this.groupControl2.TabIndex = 7;
     this.groupControl2.Text     = "Nhóm quyền";
     //
     // chklstQuyen
     //
     this.chklstQuyen.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.chklstQuyen.Location = new System.Drawing.Point(2, 21);
     this.chklstQuyen.Name     = "chklstQuyen";
     this.chklstQuyen.Size     = new System.Drawing.Size(380, 439);
     this.chklstQuyen.TabIndex = 1;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.btnThoat);
     this.panelControl2.Controls.Add(this.btnBoqua);
     this.panelControl2.Controls.Add(this.btnLuu);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl2.Location = new System.Drawing.Point(2, 460);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(380, 30);
     this.panelControl2.TabIndex = 0;
     //
     // btnThoat
     //
     this.btnThoat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.btnThoat.Location = new System.Drawing.Point(243, 4);
     this.btnThoat.Name     = "btnThoat";
     this.btnThoat.Size     = new System.Drawing.Size(102, 23);
     this.btnThoat.TabIndex = 3;
     this.btnThoat.Text     = "&Hủy bỏ";
     //
     // btnBoqua
     //
     this.btnBoqua.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBoqua.Location = new System.Drawing.Point(135, 5);
     this.btnBoqua.Name     = "btnBoqua";
     this.btnBoqua.Size     = new System.Drawing.Size(102, 23);
     this.btnBoqua.TabIndex = 2;
     this.btnBoqua.Text     = "&Lưu";
     //
     // btnLuu
     //
     this.btnLuu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLuu.Location = new System.Drawing.Point(27, 5);
     this.btnLuu.Name     = "btnLuu";
     this.btnLuu.Size     = new System.Drawing.Size(102, 23);
     this.btnLuu.TabIndex = 1;
     this.btnLuu.Text     = "&Sửa";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.treeList1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupControl1.Location = new System.Drawing.Point(0, 50);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(312, 492);
     this.groupControl1.TabIndex = 6;
     this.groupControl1.Text     = "Nhóm người dùng";
     //
     // treeList1
     //
     this.treeList1.Dock      = System.Windows.Forms.DockStyle.Fill;
     filterCondition1.Visible = true;
     this.treeList1.FilterConditions.AddRange(new DevExpress.XtraTreeList.FilterCondition[] {
         filterCondition1
     });
     this.treeList1.Location = new System.Drawing.Point(2, 21);
     this.treeList1.Name     = "treeList1";
     this.treeList1.BeginUnboundLoad();
     this.treeList1.AppendNode(new object[0], -1);
     this.treeList1.EndUnboundLoad();
     this.treeList1.Size     = new System.Drawing.Size(308, 469);
     this.treeList1.TabIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.lblTieudeNhomnguoidung);
     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(1264, 50);
     this.panelControl1.TabIndex = 5;
     //
     // lblTieudeNhomnguoidung
     //
     this.lblTieudeNhomnguoidung.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.lblTieudeNhomnguoidung.Appearance.Font      = new System.Drawing.Font("Times New Roman", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTieudeNhomnguoidung.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(37)))), ((int)(((byte)(127)))));
     this.lblTieudeNhomnguoidung.Location             = new System.Drawing.Point(434, 5);
     this.lblTieudeNhomnguoidung.Name     = "lblTieudeNhomnguoidung";
     this.lblTieudeNhomnguoidung.Size     = new System.Drawing.Size(370, 33);
     this.lblTieudeNhomnguoidung.TabIndex = 6;
     this.lblTieudeNhomnguoidung.Text     = "Phân Quyền Nhóm Nhân Viên";
     this.lblTieudeNhomnguoidung.Click   += new System.EventHandler(this.lblTieudeNhomnguoidung_Click);
     //
     // ucPhanquyen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.panelControl1);
     this.Name  = "ucPhanquyen";
     this.Size  = new System.Drawing.Size(1264, 542);
     this.Load += new System.EventHandler(this.ucNhomnguoidung_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treelistChucnang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chklstQuyen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     this.ResumeLayout(false);
 }