Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor  = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo = "10,1,0,0,0,85,Columns:";
     this._flex.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name       = "_flex";
     this._flex.Size       = new System.Drawing.Size(256, 325);
     this._flex.Styles     = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex   = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(256, 325);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "Form1";
     this.Text        = "C1FlexGrid: Cells & DataTypes";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <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(Form1));
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo       = "10,1,0,0,0,110,Columns:0{Width:23;}\t";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location         = new System.Drawing.Point(0, 0);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 22;
     this._flex.Size             = new System.Drawing.Size(552, 325);
     this._flex.StyleInfo        = resources.GetString("_flex.StyleInfo");
     this._flex.TabIndex         = 0;
     this._flex.OwnerDrawCell   += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.ClientSize        = new System.Drawing.Size(552, 325);
     this.Controls.Add(this._flex);
     this.Font          = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: HTML in cells";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #3
0
 private static void ShowColumnWithHeader(C1.Win.C1FlexGrid.C1FlexGrid grd, string originalColName, string newColName)
 {
     C1.Win.C1FlexGrid.Column col = grd.Cols[originalColName];
     col.Caption      = newColName;
     col.Visible      = true;
     col.AllowEditing = false;
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor   = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo  = "10,1,0,0,0,85,Columns:0{Width:23;}\t";
     this._flex.Dock        = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name        = "_flex";
     this._flex.Size        = new System.Drawing.Size(368, 294);
     this._flex.Styles      = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{Font:Microsoft Sans Serif, 8.25pt;}	Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex    = 0;
     this._flex.BeforeSort += new C1.Win.C1FlexGrid.SortColEventHandler(this._flex_BeforeSort);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(368, 294);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name  = "Form1";
     this.Text  = "C1FlexGrid: Custom Comparer";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor      = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo     = @"10,1,0,0,0,75,Columns:0{Width:33;}";
     this._flex.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._flex.DrawMode       = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
     this._flex.Name           = "_flex";
     this._flex.Size           = new System.Drawing.Size(424, 317);
     this._flex.Styles         = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:LightBlue;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex       = 0;
     this._flex.Tree.LineColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     this._flex.MouseMove     += new System.Windows.Forms.MouseEventHandler(this._flex_MouseMove);
     this._flex.MouseDown     += new System.Windows.Forms.MouseEventHandler(this._flex_MouseDown);
     this._flex.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(424, 317);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Hyperlinks";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(RPT_LUONG_THEO_QD.MA_NV, e_col_Number.MA_NV);
            v_htb.Add(RPT_LUONG_THEO_QD.NGAY_AP_DUNG_KY_II, e_col_Number.NGAY_AP_DUNG_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_QD_DAU_KY_I, e_col_Number.MA_QD_DAU_KY_I);
            v_htb.Add(RPT_LUONG_THEO_QD.NGAY_AP_DUNG_GIUA_KY_II, e_col_Number.NGAY_AP_DUNG_GIUA_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_CUOI_KY_I, e_col_Number.LUONG_CUOI_KY_I);
            v_htb.Add(RPT_LUONG_THEO_QD.TEN, e_col_Number.TEN);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_CUOI_KY_II, e_col_Number.LUONG_CUOI_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_DON_VI, e_col_Number.MA_DON_VI);
            v_htb.Add(RPT_LUONG_THEO_QD.HO_DEM, e_col_Number.HO_DEM);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_QD_GIUA_KI_I, e_col_Number.MA_QD_GIUA_KI_I);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_QD_GIUA_KI_II, e_col_Number.MA_QD_GIUA_KI_II);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_DAU_KY_II, e_col_Number.LUONG_DAU_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_DAU_KY_I, e_col_Number.LUONG_DAU_KY_I);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_GIUA_KY_II, e_col_Number.LUONG_GIUA_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.TRANG_THAI_LD_HIEN_TAI, e_col_Number.TRANG_THAI_LD_HIEN_TAI);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_QD_DAU_KY_II, e_col_Number.MA_QD_DAU_KY_II);
            v_htb.Add(RPT_LUONG_THEO_QD.NGAY_AP_DUNG_KY_I, e_col_Number.NGAY_AP_DUNG_KY_I);
            v_htb.Add(RPT_LUONG_THEO_QD.MA_CV, e_col_Number.MA_CV);
            v_htb.Add(RPT_LUONG_THEO_QD.NGAY_AP_DUNG_GIUA_KY_I, e_col_Number.NGAY_AP_DUNG_GIUA_KY_I);
            v_htb.Add(RPT_LUONG_THEO_QD.LUONG_GIUA_KY_I, e_col_Number.LUONG_GIUA_KY_I);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.RPT_LUONG_THEO_QD.NewRow());

            return(v_obj_trans);
        }
Пример #7
0
 private void InitializeComponent()
 {
     this.c1FlexGrid1               = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.imageList1                = new System.Windows.Forms.ImageList();
     this.c1FlexGrid1.AllowAddNew   = true;
     this.c1FlexGrid1.AllowDragging = C1.Win.C1FlexGrid.AllowDraggingEnum.None;
     this.c1FlexGrid1.AllowSorting  = C1.Win.C1FlexGrid.AllowSortingEnum.None;
     this.c1FlexGrid1.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.c1FlexGrid1.FocusRect          = C1.Win.C1FlexGrid.FocusRectEnum.Heavy;
     this.c1FlexGrid1.Font               = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.c1FlexGrid1.KeyActionTab       = C1.Win.C1FlexGrid.KeyActionEnum.MoveAcrossOut;
     this.c1FlexGrid1.Location           = new System.Drawing.Point(12, 12);
     this.c1FlexGrid1.Name               = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.DefaultSize   = 20;
     this.c1FlexGrid1.Size               = new System.Drawing.Size(682, 422);
     this.c1FlexGrid1.TabIndex           = 1;
     this.c1FlexGrid1.VisualStyle        = C1.Win.C1FlexGrid.VisualStyle.Office2007Silver;
     this.c1FlexGrid1.AfterEdit         += new C1.Win.C1FlexGrid.RowColEventHandler(this.c1FlexGrid1_AfterEdit);
     this.c1FlexGrid1.BeforeEdit        += new C1.Win.C1FlexGrid.RowColEventHandler(this.c1FlexGrid1_BeforeEdit);
     this.c1FlexGrid1.Styles.Normal.Font = new Font(this.c1FlexGrid1.Font.FontFamily, 8);
     this.c1FlexGrid1.Styles.Fixed.Font  = new Font(this.c1FlexGrid1.Font.FontFamily, 8);
     foreach (CellStyle item in this.c1FlexGrid1.Styles)
     {
         item.Font = new Font(this.c1FlexGrid1.Font.FontFamily, 8);
     }
     this.c1FlexGrid1.Rows.DefaultSize = 20;
     this.c1FlexGrid1.Cols.DefaultSize = 60;
 }
Пример #8
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.LOAI_CV, e_col_Number.LOAI_CV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.LOAI_QD, e_col_Number.LOAI_QUYET_DINH);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.NGAY_CO_HIEU_LUC, e_col_Number.NGAY_CO_HIEU_LUC);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.CAP_DON_VI, e_col_Number.CAP_DON_VI);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.NGAY_BAT_DAU, e_col_Number.NGAY_BAT_DAU);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.TEN_CV, e_col_Number.TEN_CV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.TEN_DON_VI, e_col_Number.TEN_DON_VI);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.MA_NV, e_col_Number.MA_NV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.MA_DON_VI, e_col_Number.MA_DON_VI);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.NGAY_KET_THUC, e_col_Number.NGAY_KET_THUC);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.MA_CV, e_col_Number.MA_CV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.HO_DEM, e_col_Number.HO_DEM);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.LOAI_DON_VI, e_col_Number.LOAI_DON_VI);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.TEN, e_col_Number.TEN);
            // v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.LOAI_CV, e_col_Number.LOAI_CV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.TY_LE_THAM_GIA, e_col_Number.TY_LE_THAM_GIA);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.TRANG_THAI_CV, e_col_Number.TRANG_THAI_CV);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.MA_QUYET_DINH, e_col_Number.MA_QUYET_DINH);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.NGAY_HET_HIEU_LUC, e_col_Number.NGAY_HET_HIEU_LUC);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.DIA_BAN, e_col_Number.DIA_BAN);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.NGACH, e_col_Number.NGACH);
            v_htb.Add(V_GD_QUA_TRINH_LAM_VIEC.MA_QUYET_DINH_MIEN_NHIEM, e_col_Number.MA_QUYET_DINH_MIEN_NHIEM);


            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds_qua_trinh_lam_viec.V_GD_QUA_TRINH_LAM_VIEC.NewRow());

            return(v_obj_trans);
        }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor         = System.Drawing.SystemColors.Window;
     this._flex.Dock              = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name              = "_flex";
     this._flex.Size              = new System.Drawing.Size(432, 325);
     this._flex.Styles            = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex          = 0;
     this._flex.AfterDragColumn  += new C1.Win.C1FlexGrid.DragRowColEventHandler(this._flex_AfterDragColumn);
     this._flex.AfterDataRefresh += new System.ComponentModel.ListChangedEventHandler(this._flex_AfterDataRefresh);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(432, 325);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Databound Tree Display";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo     = "10,1,0,0,0,75,Columns:0{Width:23;}\t";
     this._flex.Dock           = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name           = "_flex";
     this._flex.Size           = new System.Drawing.Size(552, 325);
     this._flex.TabIndex       = 0;
     this._flex.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(552, 325);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name  = "Form1";
     this.Text  = "C1FlexGrid: RTF in cells";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.AllowAddNew      = true;
     this._flex.ColumnInfo       = "10,1,0,0,0,85,Columns:0{Width:24;}\t";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 17;
     this._flex.ShowCursor       = true;
     this._flex.Size             = new System.Drawing.Size(296, 301);
     this._flex.TabIndex         = 0;
     this._flex.GetUnboundValue += new C1.Win.C1FlexGrid.UnboundValueEventHandler(this._flex_GetUnboundValue);
     this._flex.SetUnboundValue += new C1.Win.C1FlexGrid.UnboundValueEventHandler(this._flex_SetUnboundValue);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(296, 301);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Legacy Dates";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #12
0
        private Action InitControlFgExp(string group)
        {
            ResourceManager resources = new ResourceManager("RSMPS.FBudgetMain_dynamic", Assembly.GetExecutingAssembly());
            var             fg        = new C1.Win.C1FlexGrid.C1FlexGrid();

            ((System.ComponentModel.ISupportInitialize)(fg)).BeginInit();

            fg.ColumnInfo       = resources.GetString("fgExp.ColumnInfo");
            fg.Dock             = System.Windows.Forms.DockStyle.Fill;
            fg.DrawMode         = C1.Win.C1FlexGrid.DrawModeEnum.OwnerDraw;
            fg.Location         = new System.Drawing.Point(0, 31);
            fg.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
            fg.Name             = "fg" + group + "Exp";
            fg.Rows.Count       = 2;
            fg.Rows.DefaultSize = 17;
            fg.Size             = new System.Drawing.Size(1284, 247);
            fg.StyleInfo        = resources.GetString("fgExp.StyleInfo");
            fg.TabIndex         = 2;
            fg.BeforeEdit      += new C1.Win.C1FlexGrid.RowColEventHandler((o, e) => { fgExp_BeforeEdit(group, o, e); });
            fg.AfterEdit       += new C1.Win.C1FlexGrid.RowColEventHandler((o, e) => { fgExp_AfterEdit(group, o, e); });
            fg.OwnerDrawCell   += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler((o, e) => { fgExp_OwnerDrawCell(group, o, e); });

            fgExpList.Add(group, fg);
            //pnlExpForGroup(group).Controls.Add(fg);
            return(() => fg.EndInit());
        }
Пример #13
0
        internal FlexFreezeBottom(C1.Win.C1FlexGrid.C1FlexGrid main, int rows)
        {
            // save info we'll need later
            _main = main;
            _rows = rows;

            // create child grid with frozen bottom rows
            _frz                = new C1.Win.C1FlexGrid.C1FlexGrid();
            _frz.ScrollBars     = ScrollBars.None;
            _frz.BorderStyle    = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
            _frz.DrawMode       = DrawModeEnum.OwnerDraw;
            _frz.OwnerDrawCell += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(_frz_OwnerDrawCell);
            _frz.SetupEditor   += new C1.Win.C1FlexGrid.RowColEventHandler(_frz_SetupEditor);
            _frz.AfterScroll   += new C1.Win.C1FlexGrid.RangeEventHandler(_frz_AfterScroll);
            _frz.GridChanged   += new C1.Win.C1FlexGrid.GridChangedEventHandler(_main_GridChanged);
            Controls.Add(_frz);

            // bind frozen grid to main grid (share data, layout, styles, selection)
            _frz.DataSource = main;

            // add this to the main grid
            main.Controls.Add(this);

            // hook up the events we need to synchronize with the main grid
            main.Resize         += new System.EventHandler(_main_Resize);
            main.VisibleChanged += new System.EventHandler(_main_Resize);
            main.AfterScroll    += new C1.Win.C1FlexGrid.RangeEventHandler(_main_AfterScroll);
            main.SelChange      += new System.EventHandler(_main_SelChange);
            main.GridChanged    += new C1.Win.C1FlexGrid.GridChangedEventHandler(_main_GridChanged);

            // initialize
            AdjustLayout();
        }
Пример #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo       = "10,1,0,0,0,95,Columns:0{Width:25;}\t";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location         = new System.Drawing.Point(0, 0);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 17;
     this._flex.Size             = new System.Drawing.Size(808, 382);
     this._flex.TabIndex         = 0;
     this._flex.OwnerDrawCell   += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 382);
     this.Controls.Add(this._flex);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: OwnerDraw Chart";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #15
0
        private ITransferDataRow get_trans_object_ds(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.LOAI_DON_VI, e_col_Number_ds.LOAI_DON_VI);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.TEN_DON_VI, e_col_Number_ds.TEN_DON_VI);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.MA_NV, e_col_Number_ds.MA_NV);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_KET_THUC, e_col_Number_ds.NGAY_KET_THUC);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_BAT_DAU, e_col_Number_ds.NGAY_BAT_DAU);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.CAP_DON_VI, e_col_Number_ds.CAP_DON_VI);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.TRANG_THAI_LAO_DONG, e_col_Number_ds.TRANG_THAI_LAO_DONG);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.LOAI_CV, e_col_Number_ds.LOAI_CV);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.DIA_BAN, e_col_Number_ds.DIA_BAN);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.TEN, e_col_Number_ds.TEN);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_CO_HIEU_LUC_LD, e_col_Number_ds.NGAY_CO_HIEU_LUC);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.MA_DON_VI, e_col_Number_ds.MA_DON_VI);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.MA_QD_TRANG_THAI_LD, e_col_Number_ds.MA_QD_TRANG_THAI_LD);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.HO_DEM, e_col_Number_ds.HO_DEM);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.TY_LE_THAM_GIA, e_col_Number_ds.TY_LE_THAM_GIA);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_KY, e_col_Number_ds.NGAY_KY);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_CO_HIEU_LUC, e_col_Number_ds.NGAY_CO_HIEU_LUC_LD);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.TEN_CV, e_col_Number_ds.TEN_CV);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_HET_HIEU_LUC_LD, e_col_Number_ds.NGAY_HET_HIEU_LUC);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.NGAY_HET_HIEU_LUC, e_col_Number_ds.NGAY_HET_HIEU_LUC_LD);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.MA_CV, e_col_Number_ds.MA_CV);
            v_htb.Add(V_DM_DU_LIEU_NHAN_VIEN.LOAI_QD_LD, e_col_Number_ds.LOAI_QD_LD);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds_ds.V_DM_DU_LIEU_NHAN_VIEN.NewRow());

            return(v_obj_trans);
        }
Пример #16
0
        private void SetGridStyle(C1.Win.C1FlexGrid.C1FlexGrid Grid)
        {
            Grid.Cols["qj"].AllowEditing = false;

            Grid.Cols["qj"].Caption    = "期间";
            Grid.Cols["ys"].Caption    = "银收";
            Grid.Cols["yf"].Caption    = "银付";
            Grid.Cols["zz"].Caption    = "转账";
            Grid.Cols["xs"].Caption    = "现收";
            Grid.Cols["xf"].Caption    = "现付";
            Grid.Cols["blank"].Caption = string.Empty;

            Grid.Cols["qj"].Width = 80;
            Grid.Cols["ys"].Width = 160;
            Grid.Cols["yf"].Width = 160;
            Grid.Cols["zz"].Width = 160;
            Grid.Cols["xs"].Width = 160;
            Grid.Cols["xf"].Width = 160;

            Grid.Rows[0].TextAlign = TextAlignEnum.CenterCenter;

            for (int i = 0; i < Grid.Rows.Count; i++)
            {
                Grid.Rows[i].Height = 25;
                if (i >= Grid.Rows.Fixed)
                {
                    Grid.Rows[i][0] = i - Grid.Rows.Fixed + 1;
                }
            }
        }
Пример #17
0
 /// <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(Form1));
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.ColumnInfo       = "10,1,0,0,0,85,Columns:";
     this._flex.Dock             = System.Windows.Forms.DockStyle.Fill;
     this._flex.Location         = new System.Drawing.Point(0, 0);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 19;
     this._flex.Size             = new System.Drawing.Size(503, 354);
     this._flex.StyleInfo        = resources.GetString("_flex.StyleInfo");
     this._flex.TabIndex         = 0;
     this._flex.GetUnboundValue += new C1.Win.C1FlexGrid.UnboundValueEventHandler(this._flex_GetUnboundValue);
     this._flex.SetUnboundValue += new C1.Win.C1FlexGrid.UnboundValueEventHandler(this._flex_SetUnboundValue);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(503, 354);
     this.Controls.Add(this._flex);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Unbound columns";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).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()
 {
     this.fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this.fg)).BeginInit();
     this.SuspendLayout();
     //
     // fg
     //
     this.fg.AutoClipboard    = true;
     this.fg.ColumnInfo       = @"4,0,0,0,0,75,Columns:0{Width:300;Caption:""File Name"";DataType:System.String;TextAlign:LeftCenter;}	1{Width:250;Caption:""Title"";DataType:System.String;TextAlign:LeftCenter;ImageAlign:CenterCenter;}	2{Width:250;Caption:""Description"";DataType:System.String;TextAlign:LeftCenter;}	3{Width:75;Caption:""Author"";DataType:System.String;TextAlign:LeftCenter;}	";
     this.fg.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.fg.ExtendLastCol    = true;
     this.fg.Location         = new System.Drawing.Point(0, 0);
     this.fg.Name             = "fg";
     this.fg.Rows.Count       = 30;
     this.fg.Rows.DefaultSize = 17;
     this.fg.Size             = new System.Drawing.Size(900, 208);
     this.fg.StyleInfo        = @"Normal{Font:Microsoft Sans Serif, 8.25pt;}	Alternate{}	Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Focus{BackColor:235, 255, 255;}	Editor{}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	NewRow{}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	";
     this.fg.TabIndex         = 0;
     this.fg.AfterEdit       += new C1.Win.C1FlexGrid.RowColEventHandler(this.AfterEditEvent);
     this.fg.Leave           += new System.EventHandler(this.FocusLeaveEvent);
     this.fg.EnterCell       += new System.EventHandler(this.EnterCellEvent);
     this.fg.Enter           += new System.EventHandler(this.FocusEnterEvent);
     this.fg.StartEdit       += new C1.Win.C1FlexGrid.RowColEventHandler(this.StartEditEvent);
     this.fg.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.KeyDownEvent);
     //
     // CalGridCtrlFrm
     //
     this.Controls.Add(this.fg);
     this.Name = "CalGridCtrlFrm";
     this.Size = new System.Drawing.Size(900, 208);
     ((System.ComponentModel.ISupportInitialize)(this.fg)).EndInit();
     this.ResumeLayout(false);
 }
Пример #19
0
 public static void NumRow(C1.Win.C1FlexGrid.C1FlexGrid grid)
 {
     for (int rowno = 1; rowno <= grid.Rows.Count - 1; rowno++)
     {
         grid[rowno, 0] = rowno.ToString();
     }
 }
Пример #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex = new C1.Win.C1FlexGrid.C1FlexGrid();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.BackColor       = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo      = "10,1,0,0,0,95,Columns:";
     this._flex.Dock            = System.Windows.Forms.DockStyle.Fill;
     this._flex.Name            = "_flex";
     this._flex.Size            = new System.Drawing.Size(600, 392);
     this._flex.Styles          = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex        = 0;
     this._flex.OwnerDrawCell  += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     this._flex.AfterSelChange += new C1.Win.C1FlexGrid.RangeEventHandler(this._flex_AfterSelChange);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(600, 392);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Custom Selection";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(DM_NHAN_SU.EMAIL_CQ, e_col_Number.EMAIL_CQ);
            v_htb.Add(DM_NHAN_SU.DIA_DIEM_LV, e_col_Number.DIA_DIEM_LV);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_CON_THU_3, e_col_Number.NGHE_NGHIEP_CON_THU_3);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_CON_THU_2, e_col_Number.NGHE_NGHIEP_CON_THU_2);
            v_htb.Add(DM_NHAN_SU.NGUOI_LIEN_HE, e_col_Number.NGUOI_LIEN_HE);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_BO, e_col_Number.NGHE_NGHIEP_BO);
            v_htb.Add(DM_NHAN_SU.TRANG_THAI, e_col_Number.TRANG_THAI);
            v_htb.Add(DM_NHAN_SU.ANH, e_col_Number.ANH);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_CON_THU_2, e_col_Number.NAM_SINH_CON_THU_2);
            v_htb.Add(DM_NHAN_SU.MA_HEADCOUNT, e_col_Number.MA_HEADCOUNT);
            v_htb.Add(DM_NHAN_SU.HO_DEM, e_col_Number.HO_DEM);
            v_htb.Add(DM_NHAN_SU.CHI_NHANH_NGANHANG, e_col_Number.CHI_NHANH_NGANHANG);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_VO_OR_CHONG, e_col_Number.NAM_SINH_VO_OR_CHONG);
            v_htb.Add(DM_NHAN_SU.EMAIL_CA_NHAN, e_col_Number.EMAIL_CA_NHAN);
            v_htb.Add(DM_NHAN_SU.GIOI_TINH, e_col_Number.GIOI_TINH);
            v_htb.Add(DM_NHAN_SU.SO_TAI_KHOAN, e_col_Number.SO_TAI_KHOAN);
            v_htb.Add(DM_NHAN_SU.TON_GIAO, e_col_Number.TON_GIAO);
            v_htb.Add(DM_NHAN_SU.HO_TEN_ME, e_col_Number.HO_TEN_ME);
            v_htb.Add(DM_NHAN_SU.NOI_SINH, e_col_Number.NOI_SINH);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_CON_THU_3, e_col_Number.NAM_SINH_CON_THU_3);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_ME, e_col_Number.NGHE_NGHIEP_ME);
            v_htb.Add(DM_NHAN_SU.TRINH_DO, e_col_Number.TRINH_DO);
            v_htb.Add(DM_NHAN_SU.QUAN_HE, e_col_Number.QUAN_HE);
            v_htb.Add(DM_NHAN_SU.HO_KHAU, e_col_Number.HO_KHAU);
            v_htb.Add(DM_NHAN_SU.NOI_DAO_TAO, e_col_Number.NOI_DAO_TAO);
            v_htb.Add(DM_NHAN_SU.MA_SO_THUE, e_col_Number.MA_SO_THUE);
            v_htb.Add(DM_NHAN_SU.DI_DONG, e_col_Number.DI_DONG);
            v_htb.Add(DM_NHAN_SU.DT_NHA, e_col_Number.DT_NHA);
            v_htb.Add(DM_NHAN_SU.NGAY_CAP_CMND, e_col_Number.NGAY_CAP_CMND);
            v_htb.Add(DM_NHAN_SU.HO_TEN_CON_THU_2, e_col_Number.HO_TEN_CON_THU_2);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_CON_THU_1, e_col_Number.NGHE_NGHIEP_CON_THU_1);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_CON_THU_1, e_col_Number.NAM_SINH_CON_THU_1);
            v_htb.Add(DM_NHAN_SU.NGAY_SINH, e_col_Number.NGAY_SINH);
            v_htb.Add(DM_NHAN_SU.CHUYEN_NGANH, e_col_Number.CHUYEN_NGANH);
            v_htb.Add(DM_NHAN_SU.CHO_O, e_col_Number.CHO_O);
            v_htb.Add(DM_NHAN_SU.HO_TEN_VO_OR_CHONG, e_col_Number.HO_TEN_VO_OR_CHONG);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_BO, e_col_Number.NAM_SINH_BO);
            v_htb.Add(DM_NHAN_SU.HO_TEN_CON_THU_1, e_col_Number.HO_TEN_CON_THU_1);
            v_htb.Add(DM_NHAN_SU.DI_DONG_LIEN_HE, e_col_Number.DI_DONG_LIEN_HE);
            v_htb.Add(DM_NHAN_SU.HO_TEN_BO, e_col_Number.HO_TEN_BO);
            v_htb.Add(DM_NHAN_SU.HO_TEN_CON_THU_3, e_col_Number.HO_TEN_CON_THU_3);
            v_htb.Add(DM_NHAN_SU.NAM_TOT_NGHIEP, e_col_Number.NAM_TOT_NGHIEP);
            v_htb.Add(DM_NHAN_SU.NOI_CAP_CMND, e_col_Number.NOI_CAP_CMND);
            v_htb.Add(DM_NHAN_SU.NGHE_NGHIEP_VO_OR_CHONG, e_col_Number.NGHE_NGHIEP_VO_OR_CHONG);
            v_htb.Add(DM_NHAN_SU.NAM_SINH_ME, e_col_Number.NAM_SINH_ME);
            v_htb.Add(DM_NHAN_SU.MA_NV, e_col_Number.MA_NV);
            v_htb.Add(DM_NHAN_SU.CMND, e_col_Number.CMND);
            v_htb.Add(DM_NHAN_SU.TEN, e_col_Number.TEN);
            v_htb.Add(DM_NHAN_SU.NGUYEN_QUAN, e_col_Number.NGUYEN_QUAN);
            v_htb.Add(DM_NHAN_SU.DAN_TOC, e_col_Number.DAN_TOC);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.DM_NHAN_SU.NewRow());

            return(v_obj_trans);
        }
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(RPT_NHAN_SU_PERFECT.SO_THE_BHYT, e_col_Number.SO_THE_BHYT);
            v_htb.Add(RPT_NHAN_SU_PERFECT.LUONG, e_col_Number.LUONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.LUONG_DONG_BHXH, e_col_Number.LUONG_DONG_BHXH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.MA_SO_THUE, e_col_Number.MA_SO_THUE);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_KET_THUC_HOP_DONG, e_col_Number.NGAY_KET_THUC_HOP_DONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.HO_DEM, e_col_Number.HO_DEM);
            v_htb.Add(RPT_NHAN_SU_PERFECT.CHI_NHANH_NGANHANG, e_col_Number.CHI_NHANH_NGANHANG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.EMAIL_CA_NHAN, e_col_Number.EMAIL_CA_NHAN);
            v_htb.Add(RPT_NHAN_SU_PERFECT.GIOI_TINH, e_col_Number.GIOI_TINH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.SO_TAI_KHOAN, e_col_Number.SO_TAI_KHOAN);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TON_GIAO, e_col_Number.TON_GIAO);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NOI_DAO_TAO, e_col_Number.NOI_DAO_TAO);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NOI_SINH, e_col_Number.NOI_SINH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_CAP_SO_BHXH, e_col_Number.NGAY_CAP_SO_BHXH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TIN_HOC, e_col_Number.TIN_HOC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TRINH_DO, e_col_Number.TRINH_DO);
            v_htb.Add(RPT_NHAN_SU_PERFECT.SKYPE, e_col_Number.SKYPE);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NOI_CAP_CMND, e_col_Number.NOI_CAP_CMND);
            v_htb.Add(RPT_NHAN_SU_PERFECT.DT_NHA, e_col_Number.DT_NHA);
            v_htb.Add(RPT_NHAN_SU_PERFECT.DI_DONG, e_col_Number.DI_DONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.QUOC_TICH, e_col_Number.QUOC_TICH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_CAP_CMND, e_col_Number.NGAY_CAP_CMND);
            v_htb.Add(RPT_NHAN_SU_PERFECT.MA_HOP_DONG, e_col_Number.MA_HOP_DONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_SINH, e_col_Number.NGAY_SINH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.CHUYEN_NGANH, e_col_Number.CHUYEN_NGANH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.HO_KHAU, e_col_Number.HO_KHAU);
            v_htb.Add(RPT_NHAN_SU_PERFECT.YAHOO, e_col_Number.YAHOO);
            v_htb.Add(RPT_NHAN_SU_PERFECT.CHO_O, e_col_Number.CHO_O);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_KY_HOP_DONG, e_col_Number.NGAY_KY_HOP_DONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.FACEBOOK, e_col_Number.FACEBOOK);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_BAT_DAU_HOP_DONG, e_col_Number.NGAY_BAT_DAU_HOP_DONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_CO_HIEU_LUC, e_col_Number.NGAY_CO_HIEU_LUC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.GHI_CHU, e_col_Number.GHI_CHU);
            v_htb.Add(RPT_NHAN_SU_PERFECT.MA_CHAM_CONG, e_col_Number.MA_CHAM_CONG);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TINH_TRANG_SUC_KHOE, e_col_Number.TINH_TRANG_SUC_KHOE);
            v_htb.Add(RPT_NHAN_SU_PERFECT.SO_SO_BHXH, e_col_Number.SO_SO_BHXH);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGOAI_NGU, e_col_Number.NGOAI_NGU);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_HET_HIEU_LUC, e_col_Number.NGAY_HET_HIEU_LUC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.MA_NV, e_col_Number.MA_NV);
            v_htb.Add(RPT_NHAN_SU_PERFECT.CMND, e_col_Number.CMND);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TEN, e_col_Number.TEN);
            v_htb.Add(RPT_NHAN_SU_PERFECT.MA_CV, e_col_Number.MA_CV);
            v_htb.Add(RPT_NHAN_SU_PERFECT.NGAY_BAT_DAU, e_col_Number.NGAY_BAT_DAU);
            v_htb.Add(RPT_NHAN_SU_PERFECT.DAN_TOC, e_col_Number.DAN_TOC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.DON_VI, e_col_Number.DON_VI);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TRANG_THAI_LAM_VIEC, e_col_Number.TRANG_THAI_LAM_VIEC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.CAP, e_col_Number.CAP);
            v_htb.Add(RPT_NHAN_SU_PERFECT.BAC, e_col_Number.BAC);
            v_htb.Add(RPT_NHAN_SU_PERFECT.BO_PHAN, e_col_Number.BO_PHAN);
            v_htb.Add(RPT_NHAN_SU_PERFECT.TY_LE_THAM_GIA, e_col_Number.TY_LE_THAM_GIA);
            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.RPT_NHAN_SU_PERFECT.NewRow());

            return(v_obj_trans);
        }
Пример #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex   = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                           | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     this._flex.ColumnInfo       = "10,1,0,0,0,85,Columns:";
     this._flex.Location         = new System.Drawing.Point(8, 8);
     this._flex.Name             = "_flex";
     this._flex.Rows.DefaultSize = 17;
     this._flex.Size             = new System.Drawing.Size(464, 224);
     this._flex.TabIndex         = 0;
     this._flex.OwnerDrawCell   += new C1.Win.C1FlexGrid.OwnerDrawCellEventHandler(this._flex_OwnerDrawCell);
     //
     // button1
     //
     this.button1.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button1.Location = new System.Drawing.Point(8, 240);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(152, 48);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Button &1";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button2.Location = new System.Drawing.Point(168, 240);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(152, 48);
     this.button2.TabIndex = 1;
     this.button2.Text     = "Button &2";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(480, 293);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1,
         this._flex,
         this.button2
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Captions with Accelerators";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex          = new C1.Win.C1FlexGrid.C1FlexGrid();
     this._chkSortLists  = new System.Windows.Forms.CheckBox();
     this._btnCustomSort = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                           | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     this._flex.Location     = new System.Drawing.Point(8, 8);
     this._flex.Name         = "_flex";
     this._flex.Rows.Count   = 5;
     this._flex.Size         = new System.Drawing.Size(368, 240);
     this._flex.Styles       = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex     = 0;
     this._flex.BeforeSort  += new C1.Win.C1FlexGrid.SortColEventHandler(this._flex_BeforeSort);
     this._flex.SetupEditor += new C1.Win.C1FlexGrid.RowColEventHandler(this._flex_SetupEditor);
     //
     // _chkSortLists
     //
     this._chkSortLists.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this._chkSortLists.Location = new System.Drawing.Point(8, 256);
     this._chkSortLists.Name     = "_chkSortLists";
     this._chkSortLists.Size     = new System.Drawing.Size(128, 24);
     this._chkSortLists.TabIndex = 1;
     this._chkSortLists.Text     = "Sort Combo Items";
     //
     // _btnCustomSort
     //
     this._btnCustomSort.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this._btnCustomSort.Location = new System.Drawing.Point(152, 256);
     this._btnCustomSort.Name     = "_btnCustomSort";
     this._btnCustomSort.Size     = new System.Drawing.Size(136, 24);
     this._btnCustomSort.TabIndex = 2;
     this._btnCustomSort.Text     = "Apply Custom Sort";
     this._btnCustomSort.Click   += new System.EventHandler(this._btnCustomSort_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(384, 285);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._btnCustomSort,
         this._chkSortLists,
         this._flex
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Sorting";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex   = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                           | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     this._flex.BackColor  = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo = "10,1,0,0,0,85,Columns:";
     this._flex.Location   = new System.Drawing.Point(8, 8);
     this._flex.Name       = "_flex";
     this._flex.Size       = new System.Drawing.Size(344, 240);
     this._flex.Styles     = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex   = 0;
     //
     // button1
     //
     this.button1.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button1.Location = new System.Drawing.Point(8, 256);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(120, 24);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Load Data";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button2.Location = new System.Drawing.Point(136, 256);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(120, 24);
     this.button2.TabIndex = 1;
     this.button2.Text     = "Delete Selection";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 285);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.button1,
         this._flex,
         this.button2
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Delete rows in bound/listbox mode";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this._flex         = new C1.Win.C1FlexGrid.C1FlexGrid();
     this._btnCustomers = new System.Windows.Forms.Button();
     this._btnEmployees = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this._flex)).BeginInit();
     this.SuspendLayout();
     //
     // _flex
     //
     this._flex.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                           | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     this._flex.BackColor  = System.Drawing.SystemColors.Window;
     this._flex.ColumnInfo = @"10,1,0,0,0,75,Columns:0{Width:35;}";
     this._flex.Location   = new System.Drawing.Point(8, 40);
     this._flex.Name       = "_flex";
     this._flex.ShowCursor = true;
     this._flex.Size       = new System.Drawing.Size(432, 310);
     this._flex.Styles     = new C1.Win.C1FlexGrid.CellStyleCollection(@"Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;ForeColor:ControlText;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this._flex.TabIndex   = 0;
     //
     // _btnCustomers
     //
     this._btnCustomers.Location = new System.Drawing.Point(8, 8);
     this._btnCustomers.Name     = "_btnCustomers";
     this._btnCustomers.Size     = new System.Drawing.Size(120, 24);
     this._btnCustomers.TabIndex = 1;
     this._btnCustomers.Text     = "Customers";
     this._btnCustomers.Click   += new System.EventHandler(this._btnCustomers_Click);
     //
     // _btnEmployees
     //
     this._btnEmployees.Location = new System.Drawing.Point(144, 8);
     this._btnEmployees.Name     = "_btnEmployees";
     this._btnEmployees.Size     = new System.Drawing.Size(120, 24);
     this._btnEmployees.TabIndex = 1;
     this._btnEmployees.Text     = "Employees";
     this._btnEmployees.Click   += new System.EventHandler(this._btnEmployees_Click);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(448, 358);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this._btnCustomers,
         this._flex,
         this._btnEmployees
     });
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "C1FlexGrid: Frozen rows at the bottom of the grid";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this._flex)).EndInit();
     this.ResumeLayout(false);
 }
Пример #27
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(CM_DM_TU_DIEN.TEN, e_col_Number.TEN_DON_VI);
            v_htb.Add(CM_DM_TU_DIEN.MA_TU_DIEN, e_col_Number.MA_DON_VI);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.CM_DM_TU_DIEN.NewRow());

            return(v_obj_trans);
        }
Пример #28
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(DM_QLHT_SCM.MA_TRUONG, e_col_Number.MA_TRUONG);
            v_htb.Add(DM_QLHT_SCM.TEN_THAT, e_col_Number.HO_TEN_QLHT);
            v_htb.Add(DM_QLHT_SCM.ACCOUNT, e_col_Number.ACCOUNT_SCM);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds_dm_qlht_scm.DM_QLHT_SCM.NewRow());

            return(v_obj_trans);
        }
Пример #29
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(V_DM_STATION.STATIONCODE, e_col_Number.STATIONCODE);
            v_htb.Add(V_DM_STATION.TRANG_THAI, e_col_Number.TRANG_THAI);
            v_htb.Add(V_DM_STATION.HO_TEN_NGUOI_DUNG, e_col_Number.HO_TEN_NGUOI_DUNG);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.V_DM_STATION.NewRow());

            return(v_obj_trans);
        }
Пример #30
0
        private ITransferDataRow get_trans_object(C1.Win.C1FlexGrid.C1FlexGrid i_fg)
        {
            Hashtable v_htb = new Hashtable();

            v_htb.Add(HT_FORM.FORM_NAME, e_col_Number.FORM_NAME);
            v_htb.Add(HT_FORM.DISPLAY_NAME, e_col_Number.DISPLAY_NAME);
            v_htb.Add(HT_FORM.ID, e_col_Number.ID);

            ITransferDataRow v_obj_trans = new CC1TransferDataRow(i_fg, v_htb, m_ds.HT_FORM.NewRow());

            return(v_obj_trans);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f702_v_dinh_muc_cpn_tung_phong_ban));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_txt_tim_kiem = new System.Windows.Forms.TextBox();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_dat_tai_thang = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label2 = new System.Windows.Forms.Label();
     this.m_cmd_tim_kiem = new SIS.Controls.Button.SiSButton();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 439);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(901, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(797, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(100, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 139);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(901, 300);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_txt_tim_kiem
     //
     this.m_txt_tim_kiem.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_txt_tim_kiem.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.m_txt_tim_kiem.Location = new System.Drawing.Point(343, 36);
     this.m_txt_tim_kiem.Name = "m_txt_tim_kiem";
     this.m_txt_tim_kiem.Size = new System.Drawing.Size(279, 20);
     this.m_txt_tim_kiem.TabIndex = 2832;
     this.m_txt_tim_kiem.MouseClick += new System.Windows.Forms.MouseEventHandler(this.m_txt_tim_kiem_MouseClick);
     this.m_txt_tim_kiem.MouseEnter += new System.EventHandler(this.m_txt_tim_kiem_Leave);
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(901, 38);
     this.m_lbl_header.TabIndex = 2835;
     this.m_lbl_header.Text = "TỔNG TIỀN ĐỊNH MỨC CPN TỪNG TRUNG TÂM - BAN";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_dat_tai_thang
     //
     this.m_dat_tai_thang.CustomFormat = "MM/yyy";
     this.m_dat_tai_thang.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dat_tai_thang.Location = new System.Drawing.Point(343, 6);
     this.m_dat_tai_thang.Name = "m_dat_tai_thang";
     this.m_dat_tai_thang.Size = new System.Drawing.Size(192, 20);
     this.m_dat_tai_thang.TabIndex = 2837;
     this.m_dat_tai_thang.ValueChanged += new System.EventHandler(this.m_cmd_search_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location = new System.Drawing.Point(287, 38);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(50, 13);
     this.label1.TabIndex = 2842;
     this.label1.Text = "Từ khóa:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(287, 9);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 2843;
     this.label3.Text = "Tháng";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.m_cmd_tim_kiem);
     this.panel1.Controls.Add(this.m_txt_tim_kiem);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.m_dat_tai_thang);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 38);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(901, 101);
     this.panel1.TabIndex = 2844;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(248, 13);
     this.label2.TabIndex = 2845;
     this.label2.Text = "Nhấp đúp chuột vào mỗi dòng để xem chi tiết nhé!";
     //
     // m_cmd_tim_kiem
     //
     this.m_cmd_tim_kiem.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem.ForeColor = System.Drawing.Color.Maroon;
     this.m_cmd_tim_kiem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem.ImageIndex = 18;
     this.m_cmd_tim_kiem.ImageList = this.ImageList;
     this.m_cmd_tim_kiem.Location = new System.Drawing.Point(435, 62);
     this.m_cmd_tim_kiem.Name = "m_cmd_tim_kiem";
     this.m_cmd_tim_kiem.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_tim_kiem.TabIndex = 2844;
     this.m_cmd_tim_kiem.Text = "Tìm kiếm";
     this.m_cmd_tim_kiem.Click += new System.EventHandler(this.m_cmd_search_Click);
     //
     // f702_v_dinh_muc_cpn_tung_phong_ban
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(901, 475);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f702_v_dinh_muc_cpn_tung_phong_ban";
     this.Text = "F702 - Tổng tiền định mức CPN của từng trung tâm - ban";
     this.Load += new System.EventHandler(this.f702_v_dinh_muc_cpn_tung_phong_ban_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f420_search_chon_qlht));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_select = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_pnl_search_area = new System.Windows.Forms.Panel();
     this.m_cmd_loc = new SIS.Controls.Button.SiSButton();
     this.m_cbo_qlht_truong = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.m_txt_key_ma_lop = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_txt_key_ten_qlht = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.m_grb_dm_cau_hoi = new System.Windows.Forms.GroupBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.m_pnl_search_area.SuspendLayout();
     this.m_grb_dm_cau_hoi.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_select);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 421);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(648, 41);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_select
     //
     this.m_cmd_select.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_select.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_select.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_select.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_select.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_select.ImageIndex = 13;
     this.m_cmd_select.ImageList = this.ImageList;
     this.m_cmd_select.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_select.Name = "m_cmd_select";
     this.m_cmd_select.Size = new System.Drawing.Size(81, 33);
     this.m_cmd_select.TabIndex = 0;
     this.m_cmd_select.Text = "Chọn";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(556, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 33);
     this.m_cmd_exit.TabIndex = 1;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(3, 16);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(642, 272);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(648, 40);
     this.m_lbl_header.TabIndex = 24;
     this.m_lbl_header.Text = "F420 - Chọn Quản lý học tập";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_pnl_search_area
     //
     this.m_pnl_search_area.Controls.Add(this.m_cmd_loc);
     this.m_pnl_search_area.Controls.Add(this.m_cbo_qlht_truong);
     this.m_pnl_search_area.Controls.Add(this.label16);
     this.m_pnl_search_area.Controls.Add(this.m_txt_key_ma_lop);
     this.m_pnl_search_area.Controls.Add(this.label1);
     this.m_pnl_search_area.Controls.Add(this.m_txt_key_ten_qlht);
     this.m_pnl_search_area.Controls.Add(this.label11);
     this.m_pnl_search_area.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_search_area.Location = new System.Drawing.Point(0, 40);
     this.m_pnl_search_area.Name = "m_pnl_search_area";
     this.m_pnl_search_area.Size = new System.Drawing.Size(648, 90);
     this.m_pnl_search_area.TabIndex = 0;
     //
     // m_cmd_loc
     //
     this.m_cmd_loc.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_loc.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_loc.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_loc.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.m_cmd_loc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_loc.ImageIndex = 5;
     this.m_cmd_loc.ImageList = this.ImageList;
     this.m_cmd_loc.Location = new System.Drawing.Point(437, 46);
     this.m_cmd_loc.Name = "m_cmd_loc";
     this.m_cmd_loc.Size = new System.Drawing.Size(95, 37);
     this.m_cmd_loc.TabIndex = 3;
     this.m_cmd_loc.Text = "&Tìm kiếm";
     //
     // m_cbo_qlht_truong
     //
     this.m_cbo_qlht_truong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_qlht_truong.FormattingEnabled = true;
     this.m_cbo_qlht_truong.Location = new System.Drawing.Point(407, 18);
     this.m_cbo_qlht_truong.Name = "m_cbo_qlht_truong";
     this.m_cbo_qlht_truong.Size = new System.Drawing.Size(125, 21);
     this.m_cbo_qlht_truong.TabIndex = 2;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(359, 22);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(41, 13);
     this.label16.TabIndex = 21;
     this.label16.Text = "Trường";
     //
     // m_txt_key_ma_lop
     //
     this.m_txt_key_ma_lop.Location = new System.Drawing.Point(162, 59);
     this.m_txt_key_ma_lop.Name = "m_txt_key_ma_lop";
     this.m_txt_key_ma_lop.Size = new System.Drawing.Size(158, 20);
     this.m_txt_key_ma_lop.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(75, 62);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 8;
     this.label1.Text = "Mã lớp quản lý";
     //
     // m_txt_key_ten_qlht
     //
     this.m_txt_key_ten_qlht.Location = new System.Drawing.Point(162, 17);
     this.m_txt_key_ten_qlht.Name = "m_txt_key_ten_qlht";
     this.m_txt_key_ten_qlht.Size = new System.Drawing.Size(158, 20);
     this.m_txt_key_ten_qlht.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(80, 20);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(71, 13);
     this.label11.TabIndex = 8;
     this.label11.Text = "Họ tên QLHT";
     //
     // m_grb_dm_cau_hoi
     //
     this.m_grb_dm_cau_hoi.Controls.Add(this.m_fg);
     this.m_grb_dm_cau_hoi.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_grb_dm_cau_hoi.Location = new System.Drawing.Point(0, 130);
     this.m_grb_dm_cau_hoi.Name = "m_grb_dm_cau_hoi";
     this.m_grb_dm_cau_hoi.Size = new System.Drawing.Size(648, 291);
     this.m_grb_dm_cau_hoi.TabIndex = 1;
     this.m_grb_dm_cau_hoi.TabStop = false;
     this.m_grb_dm_cau_hoi.Text = "Danh sách Quản lý học tập";
     //
     // f420_search_chon_qlht
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(648, 462);
     this.Controls.Add(this.m_grb_dm_cau_hoi);
     this.Controls.Add(this.m_pnl_search_area);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f420_search_chon_qlht";
     this.Text = "F420 - Chọn Quản lý học tập";
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.m_pnl_search_area.ResumeLayout(false);
     this.m_pnl_search_area.PerformLayout();
     this.m_grb_dm_cau_hoi.ResumeLayout(false);
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f993_phan_quyen_he_thong));
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 0);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(665, 36);
     this.m_pnl_out_place_dm.TabIndex = 0;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 0;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.Location = new System.Drawing.Point(573, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 4;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 36);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(665, 373);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 1;
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.Location = new System.Drawing.Point(92, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 1;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.Location = new System.Drawing.Point(180, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 2;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.Location = new System.Drawing.Point(268, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 3;
     this.m_cmd_view.Text = "Xem";
     //
     // f993_phan_quyen_he_thong
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(665, 409);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f993_phan_quyen_he_thong";
     this.Text = "F993 - Phân quyền hệ thống";
     this.Load += new System.EventHandler(this.f993_phan_quyen_he_thong_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.ResumeLayout(false);
 }
Пример #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f478_Nhap_mail));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_txt_dia_chi_mail = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.label2 = new System.Windows.Forms.Label();
     this.m_cbo_trung_tam = new System.Windows.Forms.ComboBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 373);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(779, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(423, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(511, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(599, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(687, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 133);
     this.m_fg.Name = "m_fg";
     this.m_fg.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.CellRange;
     this.m_fg.Size = new System.Drawing.Size(779, 240);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     this.toolTip1.SetToolTip(this.m_fg, "Nhấp đúp chuột vào ô cột Mail để thay đổi Mail");
     this.m_fg.CellChanged += new C1.Win.C1FlexGrid.RowColEventHandler(this.m_fg_CellChanged);
     //
     // m_lbl_header
     //
     this.m_lbl_header.AutoSize = true;
     this.m_lbl_header.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(317, 13);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(106, 23);
     this.m_lbl_header.TabIndex = 21;
     this.m_lbl_header.Text = "Nhập Mail";
     //
     // m_txt_dia_chi_mail
     //
     this.m_txt_dia_chi_mail.Location = new System.Drawing.Point(265, 82);
     this.m_txt_dia_chi_mail.Name = "m_txt_dia_chi_mail";
     this.m_txt_dia_chi_mail.Size = new System.Drawing.Size(234, 20);
     this.m_txt_dia_chi_mail.TabIndex = 22;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(194, 85);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 23;
     this.label1.Text = "Từ khóa";
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(512, 77);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 24;
     this.m_cmd_search.Text = "Tìm kiếm";
     this.m_cmd_search.Click += new System.EventHandler(this.m_cmd_search_Click);
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 50;
     this.toolTip1.AutoPopDelay = 5000;
     this.toolTip1.BackColor = System.Drawing.SystemColors.HighlightText;
     this.toolTip1.ForeColor = System.Drawing.Color.Blue;
     this.toolTip1.InitialDelay = 50;
     this.toolTip1.ReshowDelay = 10;
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(191, 53);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 13);
     this.label2.TabIndex = 26;
     this.label2.Text = "Trung tâm";
     //
     // m_cbo_trung_tam
     //
     this.m_cbo_trung_tam.FormattingEnabled = true;
     this.m_cbo_trung_tam.Location = new System.Drawing.Point(265, 50);
     this.m_cbo_trung_tam.Name = "m_cbo_trung_tam";
     this.m_cbo_trung_tam.Size = new System.Drawing.Size(234, 21);
     this.m_cbo_trung_tam.TabIndex = 25;
     //
     // f478_Nhap_mail
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(779, 409);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_cbo_trung_tam);
     this.Controls.Add(this.m_cmd_search);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_txt_dia_chi_mail);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f478_Nhap_mail";
     this.Text = "f478_Nhap_mail";
     this.Load += new System.EventHandler(this.f478_Nhap_mail_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f399_bao_cao_danh_muc_tru_so_lam_viec));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.siSButton1 = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_cbo_trang_thai = new System.Windows.Forms.ComboBox();
     this.m_cbo_dia_chi = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_su_dung = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_chu_quan = new System.Windows.Forms.ComboBox();
     this.m_cbo_bo_tinh = new System.Windows.Forms.ComboBox();
     this.m_lbl_ten_bao_cao = new System.Windows.Forms.Label();
     this.m_lbl_trang_thai = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_chu_quan = new System.Windows.Forms.Label();
     this.m_lbl_dia_chi = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_su_dung = new System.Windows.Forms.Label();
     this.m_lbl_bo_tinh = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.siSButton1);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 557);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(978, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // siSButton1
     //
     this.siSButton1.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.siSButton1.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.siSButton1.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.siSButton1.Dock = System.Windows.Forms.DockStyle.Left;
     this.siSButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.siSButton1.ImageIndex = 19;
     this.siSButton1.ImageList = this.ImageList;
     this.siSButton1.Location = new System.Drawing.Point(92, 4);
     this.siSButton1.Name = "siSButton1";
     this.siSButton1.Size = new System.Drawing.Size(88, 28);
     this.siSButton1.TabIndex = 22;
     this.siSButton1.Text = "Xuất Excel";
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(622, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(710, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(798, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(886, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 406);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(978, 151);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_cbo_trang_thai);
     this.groupBox1.Controls.Add(this.m_cbo_dia_chi);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_su_dung);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_chu_quan);
     this.groupBox1.Controls.Add(this.m_cbo_bo_tinh);
     this.groupBox1.Controls.Add(this.m_lbl_ten_bao_cao);
     this.groupBox1.Controls.Add(this.m_lbl_trang_thai);
     this.groupBox1.Controls.Add(this.m_lbl_don_vi_chu_quan);
     this.groupBox1.Controls.Add(this.m_lbl_dia_chi);
     this.groupBox1.Controls.Add(this.m_lbl_don_vi_su_dung);
     this.groupBox1.Controls.Add(this.m_lbl_bo_tinh);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(978, 184);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Thông tin tìm kiếm";
     //
     // m_cbo_trang_thai
     //
     this.m_cbo_trang_thai.FormattingEnabled = true;
     this.m_cbo_trang_thai.Location = new System.Drawing.Point(184, 144);
     this.m_cbo_trang_thai.Name = "m_cbo_trang_thai";
     this.m_cbo_trang_thai.Size = new System.Drawing.Size(256, 22);
     this.m_cbo_trang_thai.TabIndex = 8;
     this.m_cbo_trang_thai.SelectedValueChanged += new System.EventHandler(this.m_cbo_trang_thai_SelectedValueChanged);
     //
     // m_cbo_dia_chi
     //
     this.m_cbo_dia_chi.FormattingEnabled = true;
     this.m_cbo_dia_chi.Location = new System.Drawing.Point(641, 106);
     this.m_cbo_dia_chi.Name = "m_cbo_dia_chi";
     this.m_cbo_dia_chi.Size = new System.Drawing.Size(256, 22);
     this.m_cbo_dia_chi.TabIndex = 8;
     this.m_cbo_dia_chi.SelectedValueChanged += new System.EventHandler(this.m_cbo_dia_chi_SelectedValueChanged);
     //
     // m_cbo_don_vi_su_dung
     //
     this.m_cbo_don_vi_su_dung.FormattingEnabled = true;
     this.m_cbo_don_vi_su_dung.Location = new System.Drawing.Point(184, 106);
     this.m_cbo_don_vi_su_dung.Name = "m_cbo_don_vi_su_dung";
     this.m_cbo_don_vi_su_dung.Size = new System.Drawing.Size(256, 22);
     this.m_cbo_don_vi_su_dung.TabIndex = 8;
     this.m_cbo_don_vi_su_dung.SelectedValueChanged += new System.EventHandler(this.m_cbo_don_vi_su_dung_SelectedValueChanged);
     //
     // m_cbo_don_vi_chu_quan
     //
     this.m_cbo_don_vi_chu_quan.FormattingEnabled = true;
     this.m_cbo_don_vi_chu_quan.Location = new System.Drawing.Point(641, 68);
     this.m_cbo_don_vi_chu_quan.Name = "m_cbo_don_vi_chu_quan";
     this.m_cbo_don_vi_chu_quan.Size = new System.Drawing.Size(256, 22);
     this.m_cbo_don_vi_chu_quan.TabIndex = 8;
     this.m_cbo_don_vi_chu_quan.SelectedValueChanged += new System.EventHandler(this.m_cbo_don_vi_chu_quan_SelectedValueChanged);
     //
     // m_cbo_bo_tinh
     //
     this.m_cbo_bo_tinh.FormattingEnabled = true;
     this.m_cbo_bo_tinh.Location = new System.Drawing.Point(184, 68);
     this.m_cbo_bo_tinh.Name = "m_cbo_bo_tinh";
     this.m_cbo_bo_tinh.Size = new System.Drawing.Size(256, 22);
     this.m_cbo_bo_tinh.TabIndex = 8;
     this.m_cbo_bo_tinh.SelectedValueChanged += new System.EventHandler(this.m_cbo_bo_tinh_SelectedValueChanged);
     //
     // m_lbl_ten_bao_cao
     //
     this.m_lbl_ten_bao_cao.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_ten_bao_cao.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_bao_cao.Location = new System.Drawing.Point(3, 16);
     this.m_lbl_ten_bao_cao.Name = "m_lbl_ten_bao_cao";
     this.m_lbl_ten_bao_cao.Size = new System.Drawing.Size(972, 39);
     this.m_lbl_ten_bao_cao.TabIndex = 7;
     this.m_lbl_ten_bao_cao.Text = "BÁO CÁO KÊ KHAI TRỤ SỞ LÀM VIỆC";
     this.m_lbl_ten_bao_cao.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_lbl_trang_thai
     //
     this.m_lbl_trang_thai.AutoSize = true;
     this.m_lbl_trang_thai.Location = new System.Drawing.Point(116, 147);
     this.m_lbl_trang_thai.Name = "m_lbl_trang_thai";
     this.m_lbl_trang_thai.Size = new System.Drawing.Size(58, 14);
     this.m_lbl_trang_thai.TabIndex = 0;
     this.m_lbl_trang_thai.Text = "Trạng thái:";
     //
     // m_lbl_don_vi_chu_quan
     //
     this.m_lbl_don_vi_chu_quan.AutoSize = true;
     this.m_lbl_don_vi_chu_quan.Location = new System.Drawing.Point(545, 71);
     this.m_lbl_don_vi_chu_quan.Name = "m_lbl_don_vi_chu_quan";
     this.m_lbl_don_vi_chu_quan.Size = new System.Drawing.Size(90, 14);
     this.m_lbl_don_vi_chu_quan.TabIndex = 0;
     this.m_lbl_don_vi_chu_quan.Text = "Đơn vị chủ quản:";
     //
     // m_lbl_dia_chi
     //
     this.m_lbl_dia_chi.AutoSize = true;
     this.m_lbl_dia_chi.Location = new System.Drawing.Point(574, 109);
     this.m_lbl_dia_chi.Name = "m_lbl_dia_chi";
     this.m_lbl_dia_chi.Size = new System.Drawing.Size(61, 14);
     this.m_lbl_dia_chi.TabIndex = 0;
     this.m_lbl_dia_chi.Text = "Địa chỉ đất:";
     //
     // m_lbl_don_vi_su_dung
     //
     this.m_lbl_don_vi_su_dung.AutoSize = true;
     this.m_lbl_don_vi_su_dung.Location = new System.Drawing.Point(89, 109);
     this.m_lbl_don_vi_su_dung.Name = "m_lbl_don_vi_su_dung";
     this.m_lbl_don_vi_su_dung.Size = new System.Drawing.Size(85, 14);
     this.m_lbl_don_vi_su_dung.TabIndex = 0;
     this.m_lbl_don_vi_su_dung.Text = "Đơn vị sử dụng:";
     //
     // m_lbl_bo_tinh
     //
     this.m_lbl_bo_tinh.AutoSize = true;
     this.m_lbl_bo_tinh.Location = new System.Drawing.Point(131, 71);
     this.m_lbl_bo_tinh.Name = "m_lbl_bo_tinh";
     this.m_lbl_bo_tinh.Size = new System.Drawing.Size(43, 14);
     this.m_lbl_bo_tinh.TabIndex = 0;
     this.m_lbl_bo_tinh.Text = "Bộ/tỉnh:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 184);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(978, 222);
     this.groupBox2.TabIndex = 23;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thông tin nhà đất";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(76, 27);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 14);
     this.label2.TabIndex = 0;
     this.label2.Text = "Địa chỉ:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(174, 76);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(13, 14);
     this.label7.TabIndex = 0;
     this.label7.Text = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(151, 103);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(131, 14);
     this.label8.TabIndex = 0;
     this.label8.Text = "Làm trụ sở HĐ sự nghiệp:";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(296, 132);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(154, 14);
     this.label17.TabIndex = 0;
     this.label17.Text = ";  Sử dụng vào mục đích khác:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(151, 132);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(67, 14);
     this.label15.TabIndex = 0;
     this.label15.Text = "Bị lấn chiếm:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(652, 103);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(13, 14);
     this.label14.TabIndex = 0;
     this.label14.Text = "1";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(594, 103);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(57, 14);
     this.label13.TabIndex = 0;
     this.label13.Text = "; Bỏ trống:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(532, 103);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(13, 14);
     this.label12.TabIndex = 0;
     this.label12.Text = "1";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(467, 103);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(59, 14);
     this.label11.TabIndex = 0;
     this.label11.Text = "; Cho thuê:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(406, 103);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(13, 14);
     this.label10.TabIndex = 0;
     this.label10.Text = "1";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(342, 103);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(67, 14);
     this.label9.TabIndex = 0;
     this.label9.Text = "; Làm nhà ở:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(456, 132);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(13, 14);
     this.label19.TabIndex = 0;
     this.label19.Text = "1";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(161, 161);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(13, 14);
     this.label21.TabIndex = 0;
     this.label21.Text = "1";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(224, 132);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(13, 14);
     this.label18.TabIndex = 0;
     this.label18.Text = "1";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(285, 103);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(13, 14);
     this.label6.TabIndex = 0;
     this.label6.Text = "1";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(27, 161);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(128, 14);
     this.label20.TabIndex = 0;
     this.label20.Text = "c- Giá trị theo sổ kế toán:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(27, 103);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(118, 14);
     this.label5.TabIndex = 0;
     this.label5.Text = "b - Hiện trạng sử dụng:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(27, 76);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(141, 14);
     this.label4.TabIndex = 0;
     this.label4.Text = "a - Diện tích khuôn viên đất:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(27, 188);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(56, 14);
     this.label16.TabIndex = 0;
     this.label16.Text = "II - Về nhà";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 52);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 14);
     this.label3.TabIndex = 0;
     this.label3.Text = "I - Về đất";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 14);
     this.label1.TabIndex = 0;
     this.label1.Text = "Địa chỉ:";
     //
     // f399_bao_cao_danh_muc_tru_so_lam_viec
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(978, 593);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f399_bao_cao_danh_muc_tru_so_lam_viec";
     this.Text = "f399_DM_NHA";
     this.Load += new System.EventHandler(this.f399_DM_NHA_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f230_dm_sinh_vien_searching));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_select = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_pnl_search_area = new System.Windows.Forms.Panel();
     this.m_lb_thong_bao_ket_qua = new System.Windows.Forms.Label();
     this.m_cbo_truong = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.m_txt_key_search = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.m_grb_dm_cau_hoi = new System.Windows.Forms.GroupBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.m_pnl_search_area.SuspendLayout();
     this.m_grb_dm_cau_hoi.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_select);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 380);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(646, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_select
     //
     this.m_cmd_select.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_select.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_select.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_select.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_select.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_select.ImageIndex = 13;
     this.m_cmd_select.ImageList = this.ImageList;
     this.m_cmd_select.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_select.Name = "m_cmd_select";
     this.m_cmd_select.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_select.TabIndex = 21;
     this.m_cmd_select.Text = "Chọn";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(554, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(3, 16);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(640, 206);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(646, 40);
     this.m_lbl_header.TabIndex = 24;
     this.m_lbl_header.Text = "F230 - Tìm kiếm sinh viên";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_pnl_search_area
     //
     this.m_pnl_search_area.Controls.Add(this.m_txt_key_search);
     this.m_pnl_search_area.Controls.Add(this.m_lb_thong_bao_ket_qua);
     this.m_pnl_search_area.Controls.Add(this.label11);
     this.m_pnl_search_area.Controls.Add(this.label7);
     this.m_pnl_search_area.Controls.Add(this.m_cbo_truong);
     this.m_pnl_search_area.Controls.Add(this.label1);
     this.m_pnl_search_area.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_search_area.Location = new System.Drawing.Point(0, 40);
     this.m_pnl_search_area.Name = "m_pnl_search_area";
     this.m_pnl_search_area.Size = new System.Drawing.Size(646, 115);
     this.m_pnl_search_area.TabIndex = 25;
     //
     // m_lb_thong_bao_ket_qua
     //
     this.m_lb_thong_bao_ket_qua.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lb_thong_bao_ket_qua.ForeColor = System.Drawing.Color.Maroon;
     this.m_lb_thong_bao_ket_qua.Location = new System.Drawing.Point(3, 83);
     this.m_lb_thong_bao_ket_qua.Name = "m_lb_thong_bao_ket_qua";
     this.m_lb_thong_bao_ket_qua.Size = new System.Drawing.Size(341, 26);
     this.m_lb_thong_bao_ket_qua.TabIndex = 25;
     this.m_lb_thong_bao_ket_qua.Text = "Không tìm thấy sinh viên nào trong SCM";
     this.m_lb_thong_bao_ket_qua.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_cbo_truong
     //
     this.m_cbo_truong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_truong.FormattingEnabled = true;
     this.m_cbo_truong.Location = new System.Drawing.Point(197, 11);
     this.m_cbo_truong.Name = "m_cbo_truong";
     this.m_cbo_truong.Size = new System.Drawing.Size(115, 21);
     this.m_cbo_truong.TabIndex = 11;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(149, 15);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(41, 13);
     this.label7.TabIndex = 10;
     this.label7.Text = "Trường";
     //
     // m_txt_key_search
     //
     this.m_txt_key_search.Location = new System.Drawing.Point(197, 38);
     this.m_txt_key_search.Name = "m_txt_key_search";
     this.m_txt_key_search.Size = new System.Drawing.Size(234, 20);
     this.m_txt_key_search.TabIndex = 9;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(194, 61);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(131, 13);
     this.label1.TabIndex = 8;
     this.label1.Text = "(Chỉ tìm kiếm theo: Họ tên)";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(145, 41);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(47, 13);
     this.label11.TabIndex = 8;
     this.label11.Text = "Từ khóa";
     //
     // m_grb_dm_cau_hoi
     //
     this.m_grb_dm_cau_hoi.Controls.Add(this.m_fg);
     this.m_grb_dm_cau_hoi.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_grb_dm_cau_hoi.Location = new System.Drawing.Point(0, 155);
     this.m_grb_dm_cau_hoi.Name = "m_grb_dm_cau_hoi";
     this.m_grb_dm_cau_hoi.Size = new System.Drawing.Size(646, 225);
     this.m_grb_dm_cau_hoi.TabIndex = 26;
     this.m_grb_dm_cau_hoi.TabStop = false;
     this.m_grb_dm_cau_hoi.Text = "Danh sách câu hỏi tìm kiếm";
     //
     // f230_dm_sinh_vien_searching
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(646, 416);
     this.Controls.Add(this.m_grb_dm_cau_hoi);
     this.Controls.Add(this.m_pnl_search_area);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f230_dm_sinh_vien_searching";
     this.Text = "F230 - Tìm kiếm sinh viên";
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.m_pnl_search_area.ResumeLayout(false);
     this.m_pnl_search_area.PerformLayout();
     this.m_grb_dm_cau_hoi.ResumeLayout(false);
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f300_dm_yeu_cau_hoc_vien));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_goi_lai_hoc_vien = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xu_ly_noi_bo = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_nghe_lai = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_txt_ho_ten = new System.Windows.Forms.TextBox();
     this.m_txt_dien_thoai = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_dat_tu_ngay = new System.Windows.Forms.DateTimePicker();
     this.label5 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.m_dat_den_ngay = new System.Windows.Forms.DateTimePicker();
     this.m_cmd_loc_du_lieu = new SIS.Controls.Button.SiSButton();
     this.label9 = new System.Windows.Forms.Label();
     this.m_cbo_trang_thai_cau_hoi = new System.Windows.Forms.ComboBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_rdb_assign_qlht_n = new System.Windows.Forms.RadioButton();
     this.m_rdb_assign_qlht_y = new System.Windows.Forms.RadioButton();
     this.m_rdb_assign_qlht_all = new System.Windows.Forms.RadioButton();
     this.label4 = new System.Windows.Forms.Label();
     this.m_lb_header = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_goi_lai_hoc_vien);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xu_ly_noi_bo);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_nghe_lai);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 526);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(984, 36);
     this.m_pnl_out_place_dm.TabIndex = 1;
     //
     // m_cmd_goi_lai_hoc_vien
     //
     this.m_cmd_goi_lai_hoc_vien.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_goi_lai_hoc_vien.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_goi_lai_hoc_vien.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_goi_lai_hoc_vien.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_goi_lai_hoc_vien.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_goi_lai_hoc_vien.ImageIndex = 11;
     this.m_cmd_goi_lai_hoc_vien.ImageList = this.ImageList;
     this.m_cmd_goi_lai_hoc_vien.Location = new System.Drawing.Point(601, 4);
     this.m_cmd_goi_lai_hoc_vien.Name = "m_cmd_goi_lai_hoc_vien";
     this.m_cmd_goi_lai_hoc_vien.Size = new System.Drawing.Size(115, 28);
     this.m_cmd_goi_lai_hoc_vien.TabIndex = 0;
     this.m_cmd_goi_lai_hoc_vien.Text = "Gọi lại học viên";
     //
     // m_cmd_xu_ly_noi_bo
     //
     this.m_cmd_xu_ly_noi_bo.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xu_ly_noi_bo.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xu_ly_noi_bo.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xu_ly_noi_bo.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_xu_ly_noi_bo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xu_ly_noi_bo.ImageIndex = 9;
     this.m_cmd_xu_ly_noi_bo.ImageList = this.ImageList;
     this.m_cmd_xu_ly_noi_bo.Location = new System.Drawing.Point(716, 4);
     this.m_cmd_xu_ly_noi_bo.Name = "m_cmd_xu_ly_noi_bo";
     this.m_cmd_xu_ly_noi_bo.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xu_ly_noi_bo.TabIndex = 1;
     this.m_cmd_xu_ly_noi_bo.Text = "&Xử lý nội bộ";
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xuat_excel.TabIndex = 3;
     this.m_cmd_xuat_excel.Text = "Xuất Excel";
     //
     // m_cmd_nghe_lai
     //
     this.m_cmd_nghe_lai.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_nghe_lai.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_nghe_lai.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_nghe_lai.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_nghe_lai.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_nghe_lai.ImageIndex = 1;
     this.m_cmd_nghe_lai.ImageList = this.ImageList;
     this.m_cmd_nghe_lai.Location = new System.Drawing.Point(804, 4);
     this.m_cmd_nghe_lai.Name = "m_cmd_nghe_lai";
     this.m_cmd_nghe_lai.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_nghe_lai.TabIndex = 2;
     this.m_cmd_nghe_lai.Text = "&Nghe lại";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(892, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 4;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 165);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(984, 361);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 1;
     //
     // m_txt_ho_ten
     //
     this.m_txt_ho_ten.BackColor = System.Drawing.SystemColors.Window;
     this.m_txt_ho_ten.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txt_ho_ten.Location = new System.Drawing.Point(546, 57);
     this.m_txt_ho_ten.Name = "m_txt_ho_ten";
     this.m_txt_ho_ten.Size = new System.Drawing.Size(159, 20);
     this.m_txt_ho_ten.TabIndex = 1;
     //
     // m_txt_dien_thoai
     //
     this.m_txt_dien_thoai.BackColor = System.Drawing.SystemColors.Window;
     this.m_txt_dien_thoai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txt_dien_thoai.Location = new System.Drawing.Point(234, 57);
     this.m_txt_dien_thoai.Name = "m_txt_dien_thoai";
     this.m_txt_dien_thoai.Size = new System.Drawing.Size(148, 20);
     this.m_txt_dien_thoai.TabIndex = 0;
     this.m_txt_dien_thoai.TextChanged += new System.EventHandler(this.m_txt_dien_thoai_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(501, 60);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(39, 13);
     this.label3.TabIndex = 27;
     this.label3.Text = "Họ tên";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(176, 60);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 26;
     this.label1.Text = "Điện thoại";
     //
     // m_dat_tu_ngay
     //
     this.m_dat_tu_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dat_tu_ngay.Location = new System.Drawing.Point(234, 93);
     this.m_dat_tu_ngay.Name = "m_dat_tu_ngay";
     this.m_dat_tu_ngay.Size = new System.Drawing.Size(148, 20);
     this.m_dat_tu_ngay.TabIndex = 2;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(151, 95);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(80, 13);
     this.label5.TabIndex = 30;
     this.label5.Text = "Thời gian gọi từ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(487, 96);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 13);
     this.label2.TabIndex = 30;
     this.label2.Text = "Đến ngày";
     //
     // m_dat_den_ngay
     //
     this.m_dat_den_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.m_dat_den_ngay.Location = new System.Drawing.Point(546, 93);
     this.m_dat_den_ngay.Name = "m_dat_den_ngay";
     this.m_dat_den_ngay.Size = new System.Drawing.Size(159, 20);
     this.m_dat_den_ngay.TabIndex = 3;
     //
     // m_cmd_loc_du_lieu
     //
     this.m_cmd_loc_du_lieu.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_loc_du_lieu.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_loc_du_lieu.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_loc_du_lieu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_loc_du_lieu.ImageIndex = 17;
     this.m_cmd_loc_du_lieu.ImageList = this.ImageList;
     this.m_cmd_loc_du_lieu.Location = new System.Drawing.Point(725, 60);
     this.m_cmd_loc_du_lieu.Name = "m_cmd_loc_du_lieu";
     this.m_cmd_loc_du_lieu.Size = new System.Drawing.Size(95, 79);
     this.m_cmd_loc_du_lieu.TabIndex = 8;
     this.m_cmd_loc_du_lieu.Text = "&Lọc dữ liệu";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(132, 126);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(99, 13);
     this.label9.TabIndex = 33;
     this.label9.Text = "Trạng thái cuộc gọi";
     //
     // m_cbo_trang_thai_cau_hoi
     //
     this.m_cbo_trang_thai_cau_hoi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trang_thai_cau_hoi.FormattingEnabled = true;
     this.m_cbo_trang_thai_cau_hoi.Location = new System.Drawing.Point(234, 124);
     this.m_cbo_trang_thai_cau_hoi.Name = "m_cbo_trang_thai_cau_hoi";
     this.m_cbo_trang_thai_cau_hoi.Size = new System.Drawing.Size(148, 21);
     this.m_cbo_trang_thai_cau_hoi.TabIndex = 4;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_rdb_assign_qlht_n);
     this.panel1.Controls.Add(this.m_rdb_assign_qlht_y);
     this.panel1.Controls.Add(this.m_rdb_assign_qlht_all);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_cmd_loc_du_lieu);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.m_lb_header);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_cbo_trang_thai_cau_hoi);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.m_txt_dien_thoai);
     this.panel1.Controls.Add(this.m_dat_den_ngay);
     this.panel1.Controls.Add(this.m_txt_ho_ten);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.m_dat_tu_ngay);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(984, 165);
     this.panel1.TabIndex = 0;
     //
     // m_rdb_assign_qlht_n
     //
     this.m_rdb_assign_qlht_n.AutoSize = true;
     this.m_rdb_assign_qlht_n.Location = new System.Drawing.Point(650, 125);
     this.m_rdb_assign_qlht_n.Name = "m_rdb_assign_qlht_n";
     this.m_rdb_assign_qlht_n.Size = new System.Drawing.Size(56, 17);
     this.m_rdb_assign_qlht_n.TabIndex = 7;
     this.m_rdb_assign_qlht_n.TabStop = true;
     this.m_rdb_assign_qlht_n.Text = "Không";
     this.m_rdb_assign_qlht_n.UseVisualStyleBackColor = true;
     //
     // m_rdb_assign_qlht_y
     //
     this.m_rdb_assign_qlht_y.AutoSize = true;
     this.m_rdb_assign_qlht_y.Location = new System.Drawing.Point(606, 125);
     this.m_rdb_assign_qlht_y.Name = "m_rdb_assign_qlht_y";
     this.m_rdb_assign_qlht_y.Size = new System.Drawing.Size(38, 17);
     this.m_rdb_assign_qlht_y.TabIndex = 6;
     this.m_rdb_assign_qlht_y.TabStop = true;
     this.m_rdb_assign_qlht_y.Text = "Có";
     this.m_rdb_assign_qlht_y.UseVisualStyleBackColor = true;
     //
     // m_rdb_assign_qlht_all
     //
     this.m_rdb_assign_qlht_all.AutoSize = true;
     this.m_rdb_assign_qlht_all.Checked = true;
     this.m_rdb_assign_qlht_all.Location = new System.Drawing.Point(546, 125);
     this.m_rdb_assign_qlht_all.Name = "m_rdb_assign_qlht_all";
     this.m_rdb_assign_qlht_all.Size = new System.Drawing.Size(56, 17);
     this.m_rdb_assign_qlht_all.TabIndex = 5;
     this.m_rdb_assign_qlht_all.TabStop = true;
     this.m_rdb_assign_qlht_all.Text = "Tất cả";
     this.m_rdb_assign_qlht_all.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(428, 126);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(112, 13);
     this.label4.TabIndex = 34;
     this.label4.Text = "Có assign cho QLHT?";
     //
     // m_lb_header
     //
     this.m_lb_header.AutoSize = true;
     this.m_lb_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lb_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lb_header.Location = new System.Drawing.Point(291, 10);
     this.m_lb_header.Name = "m_lb_header";
     this.m_lb_header.Size = new System.Drawing.Size(433, 26);
     this.m_lb_header.TabIndex = 26;
     this.m_lb_header.Text = "F300 - Danh sách các câu hỏi của sinh viên";
     this.m_lb_header.Click += new System.EventHandler(this.m_lb_header_Click);
     //
     // f300_dm_yeu_cau_hoc_vien
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(984, 562);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f300_dm_yeu_cau_hoc_vien";
     this.Text = "F300 - Danh Sách Yêu Cầu Của Sinh Viên";
     this.Load += new System.EventHandler(this.f300_dm_yeu_cau_hoc_vien_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f611_quan_ly_van_thu));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_them_van_ban_di_luu = new SIS.Controls.Button.SiSButton();
     this.m_cmd_them_van_ban_di_khong_luu = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_title = new System.Windows.Forms.Label();
     this.m_rdb_van_ban_den = new System.Windows.Forms.RadioButton();
     this.m_rdb_van_ban_di_noi_bo = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_rdb_tat_ca = new System.Windows.Forms.RadioButton();
     this.m_rdb_van_ban_di_ben_ngoai = new System.Windows.Forms.RadioButton();
     this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_cbo_phap_nhan = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.m_txt_den_ngay = new BCTKApp.TCDatetime();
     this.m_txt_tu_ngay = new BCTKApp.TCDatetime();
     this.m_cmd_xem_file = new SIS.Controls.Button.SiSButton();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_them_van_ban_di_luu);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_them_van_ban_di_khong_luu);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 468);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(1003, 36);
     this.m_pnl_out_place_dm.TabIndex = 1;
     //
     // m_cmd_them_van_ban_di_luu
     //
     this.m_cmd_them_van_ban_di_luu.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_them_van_ban_di_luu.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_them_van_ban_di_luu.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_them_van_ban_di_luu.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_them_van_ban_di_luu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_them_van_ban_di_luu.ImageIndex = 2;
     this.m_cmd_them_van_ban_di_luu.ImageList = this.ImageList;
     this.m_cmd_them_van_ban_di_luu.Location = new System.Drawing.Point(251, 4);
     this.m_cmd_them_van_ban_di_luu.Name = "m_cmd_them_van_ban_di_luu";
     this.m_cmd_them_van_ban_di_luu.Size = new System.Drawing.Size(128, 28);
     this.m_cmd_them_van_ban_di_luu.TabIndex = 0;
     this.m_cmd_them_van_ban_di_luu.Text = "Thêm văn bản đi";
     //
     // m_cmd_them_van_ban_di_khong_luu
     //
     this.m_cmd_them_van_ban_di_khong_luu.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_them_van_ban_di_khong_luu.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_them_van_ban_di_khong_luu.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_them_van_ban_di_khong_luu.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_them_van_ban_di_khong_luu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_them_van_ban_di_khong_luu.ImageIndex = 2;
     this.m_cmd_them_van_ban_di_khong_luu.ImageList = this.ImageList;
     this.m_cmd_them_van_ban_di_khong_luu.Location = new System.Drawing.Point(379, 4);
     this.m_cmd_them_van_ban_di_khong_luu.Name = "m_cmd_them_van_ban_di_khong_luu";
     this.m_cmd_them_van_ban_di_khong_luu.Size = new System.Drawing.Size(200, 28);
     this.m_cmd_them_van_ban_di_khong_luu.TabIndex = 1;
     this.m_cmd_them_van_ban_di_khong_luu.Text = "Thêm văn bản đi bên ngoài";
     this.m_cmd_them_van_ban_di_khong_luu.Visible = false;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(579, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(130, 28);
     this.m_cmd_insert.TabIndex = 2;
     this.m_cmd_insert.Text = "Thêm văn bản đến";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(709, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(104, 28);
     this.m_cmd_update.TabIndex = 3;
     this.m_cmd_update.Text = "&Sửa thông tin";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(813, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(98, 28);
     this.m_cmd_delete.TabIndex = 4;
     this.m_cmd_delete.Text = "Xoá văn bản";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(911, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 5;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 175);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(1003, 293);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_title
     //
     this.m_lbl_title.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_title.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_title.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_title.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_title.Name = "m_lbl_title";
     this.m_lbl_title.Size = new System.Drawing.Size(1003, 59);
     this.m_lbl_title.TabIndex = 0;
     this.m_lbl_title.Text = "QUẢN LÝ DANH SÁCH VĂN BẢN";
     this.m_lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_rdb_van_ban_den
     //
     this.m_rdb_van_ban_den.AutoSize = true;
     this.m_rdb_van_ban_den.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_den.Location = new System.Drawing.Point(81, 19);
     this.m_rdb_van_ban_den.Name = "m_rdb_van_ban_den";
     this.m_rdb_van_ban_den.Size = new System.Drawing.Size(87, 17);
     this.m_rdb_van_ban_den.TabIndex = 1;
     this.m_rdb_van_ban_den.Text = "Văn bản đến";
     this.m_rdb_van_ban_den.UseVisualStyleBackColor = true;
     //
     // m_rdb_van_ban_di_noi_bo
     //
     this.m_rdb_van_ban_di_noi_bo.AutoSize = true;
     this.m_rdb_van_ban_di_noi_bo.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_di_noi_bo.Location = new System.Drawing.Point(173, 19);
     this.m_rdb_van_ban_di_noi_bo.Name = "m_rdb_van_ban_di_noi_bo";
     this.m_rdb_van_ban_di_noi_bo.Size = new System.Drawing.Size(109, 17);
     this.m_rdb_van_ban_di_noi_bo.TabIndex = 2;
     this.m_rdb_van_ban_di_noi_bo.Text = "Văn bản đi nội bộ";
     this.m_rdb_van_ban_di_noi_bo.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_rdb_tat_ca);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_den);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_di_ben_ngoai);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_di_noi_bo);
     this.groupBox1.ForeColor = System.Drawing.Color.Maroon;
     this.groupBox1.Location = new System.Drawing.Point(393, 58);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(447, 43);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Loại văn bản";
     //
     // m_rdb_tat_ca
     //
     this.m_rdb_tat_ca.AutoSize = true;
     this.m_rdb_tat_ca.Checked = true;
     this.m_rdb_tat_ca.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_tat_ca.Location = new System.Drawing.Point(20, 19);
     this.m_rdb_tat_ca.Name = "m_rdb_tat_ca";
     this.m_rdb_tat_ca.Size = new System.Drawing.Size(56, 17);
     this.m_rdb_tat_ca.TabIndex = 0;
     this.m_rdb_tat_ca.TabStop = true;
     this.m_rdb_tat_ca.Text = "Tất cả";
     this.m_rdb_tat_ca.UseVisualStyleBackColor = true;
     //
     // m_rdb_van_ban_di_ben_ngoai
     //
     this.m_rdb_van_ban_di_ben_ngoai.AutoSize = true;
     this.m_rdb_van_ban_di_ben_ngoai.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_di_ben_ngoai.Location = new System.Drawing.Point(288, 18);
     this.m_rdb_van_ban_di_ben_ngoai.Name = "m_rdb_van_ban_di_ben_ngoai";
     this.m_rdb_van_ban_di_ben_ngoai.Size = new System.Drawing.Size(127, 17);
     this.m_rdb_van_ban_di_ben_ngoai.TabIndex = 3;
     this.m_rdb_van_ban_di_ben_ngoai.Text = "Văn bản đi bên ngoài";
     this.m_rdb_van_ban_di_ben_ngoai.UseVisualStyleBackColor = true;
     //
     // m_txt_tu_khoa
     //
     this.m_txt_tu_khoa.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_tu_khoa.Location = new System.Drawing.Point(541, 114);
     this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
     this.m_txt_tu_khoa.Size = new System.Drawing.Size(141, 20);
     this.m_txt_tu_khoa.TabIndex = 4;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(701, 109);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 30);
     this.m_cmd_search.TabIndex = 5;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location = new System.Drawing.Point(541, 143);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(139, 13);
     this.label1.TabIndex = 26;
     this.label1.Text = "* Nhập số cv hoặc người ký";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_cbo_phap_nhan);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.m_txt_den_ngay);
     this.panel1.Controls.Add(this.m_txt_tu_ngay);
     this.panel1.Controls.Add(this.m_txt_tu_khoa);
     this.panel1.Controls.Add(this.m_lbl_title);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.m_cmd_xem_file);
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1003, 169);
     this.panel1.TabIndex = 0;
     //
     // m_cbo_phap_nhan
     //
     this.m_cbo_phap_nhan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_phap_nhan.FormattingEnabled = true;
     this.m_cbo_phap_nhan.Location = new System.Drawing.Point(290, 76);
     this.m_cbo_phap_nhan.Name = "m_cbo_phap_nhan";
     this.m_cbo_phap_nhan.Size = new System.Drawing.Size(97, 21);
     this.m_cbo_phap_nhan.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(394, 117);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 28;
     this.label3.Text = "Đến ngày";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Maroon;
     this.label4.Location = new System.Drawing.Point(226, 81);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(59, 13);
     this.label4.TabIndex = 28;
     this.label4.Text = "Pháp nhân";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location = new System.Drawing.Point(262, 117);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(46, 13);
     this.label2.TabIndex = 28;
     this.label2.Text = "Từ ngày";
     //
     // m_txt_den_ngay
     //
     this.m_txt_den_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_den_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_den_ngay.Location = new System.Drawing.Point(455, 114);
     this.m_txt_den_ngay.Mask = "00/00/0000";
     this.m_txt_den_ngay.Name = "m_txt_den_ngay";
     this.m_txt_den_ngay.Size = new System.Drawing.Size(72, 20);
     this.m_txt_den_ngay.TabIndex = 3;
     this.m_txt_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_txt_tu_ngay
     //
     this.m_txt_tu_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_tu_ngay.Location = new System.Drawing.Point(315, 114);
     this.m_txt_tu_ngay.Mask = "00/00/0000";
     this.m_txt_tu_ngay.Name = "m_txt_tu_ngay";
     this.m_txt_tu_ngay.Size = new System.Drawing.Size(72, 20);
     this.m_txt_tu_ngay.TabIndex = 2;
     this.m_txt_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_cmd_xem_file
     //
     this.m_cmd_xem_file.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xem_file.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xem_file.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xem_file.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xem_file.ImageIndex = 5;
     this.m_cmd_xem_file.ImageList = this.ImageList;
     this.m_cmd_xem_file.Location = new System.Drawing.Point(927, 135);
     this.m_cmd_xem_file.Name = "m_cmd_xem_file";
     this.m_cmd_xem_file.Size = new System.Drawing.Size(72, 30);
     this.m_cmd_xem_file.TabIndex = 5;
     this.m_cmd_xem_file.Text = "Xem file";
     //
     // f611_quan_ly_van_thu
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1003, 504);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "f611_quan_ly_van_thu";
     this.Text = "F611 - Quản lý danh sách văn bản";
     this.Load += new System.EventHandler(this.f611_quan_ly_van_thu_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f220_dm_cau_hoi_searching));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_select = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_pnl_search_area = new System.Windows.Forms.Panel();
     this.m_cmd_tim_kiem = new SIS.Controls.Button.SiSButton();
     this.label12 = new System.Windows.Forms.Label();
     this.m_cbo_loai_cau_hoi_tren = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_lien_quan = new System.Windows.Forms.ComboBox();
     this.label8 = new System.Windows.Forms.Label();
     this.m_txt_key_cau_hoi = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.m_grb_dm_cau_hoi = new System.Windows.Forms.GroupBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.m_pnl_search_area.SuspendLayout();
     this.m_grb_dm_cau_hoi.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_select);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 380);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(792, 36);
     this.m_pnl_out_place_dm.TabIndex = 1;
     //
     // m_cmd_select
     //
     this.m_cmd_select.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_select.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_select.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_select.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_select.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_select.ImageIndex = 13;
     this.m_cmd_select.ImageList = this.ImageList;
     this.m_cmd_select.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_select.Name = "m_cmd_select";
     this.m_cmd_select.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_select.TabIndex = 0;
     this.m_cmd_select.Text = "Chọn";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(700, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 1;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(3, 16);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(786, 242);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(792, 40);
     this.m_lbl_header.TabIndex = 24;
     this.m_lbl_header.Text = "F220 - Tìm kiếm câu hỏi";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_pnl_search_area
     //
     this.m_pnl_search_area.Controls.Add(this.m_cmd_tim_kiem);
     this.m_pnl_search_area.Controls.Add(this.label12);
     this.m_pnl_search_area.Controls.Add(this.m_cbo_loai_cau_hoi_tren);
     this.m_pnl_search_area.Controls.Add(this.m_cbo_don_vi_lien_quan);
     this.m_pnl_search_area.Controls.Add(this.label8);
     this.m_pnl_search_area.Controls.Add(this.m_txt_key_cau_hoi);
     this.m_pnl_search_area.Controls.Add(this.label11);
     this.m_pnl_search_area.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_search_area.Location = new System.Drawing.Point(0, 40);
     this.m_pnl_search_area.Name = "m_pnl_search_area";
     this.m_pnl_search_area.Size = new System.Drawing.Size(792, 79);
     this.m_pnl_search_area.TabIndex = 0;
     //
     // m_cmd_tim_kiem
     //
     this.m_cmd_tim_kiem.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem.ImageIndex = 5;
     this.m_cmd_tim_kiem.ImageList = this.ImageList;
     this.m_cmd_tim_kiem.Location = new System.Drawing.Point(610, 40);
     this.m_cmd_tim_kiem.Name = "m_cmd_tim_kiem";
     this.m_cmd_tim_kiem.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_tim_kiem.TabIndex = 3;
     this.m_cmd_tim_kiem.Text = "Tìm kiếm";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(251, 22);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(65, 13);
     this.label12.TabIndex = 11;
     this.label12.Text = "Loại câu hỏi";
     //
     // m_cbo_loai_cau_hoi_tren
     //
     this.m_cbo_loai_cau_hoi_tren.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_loai_cau_hoi_tren.FormattingEnabled = true;
     this.m_cbo_loai_cau_hoi_tren.Location = new System.Drawing.Point(326, 17);
     this.m_cbo_loai_cau_hoi_tren.Name = "m_cbo_loai_cau_hoi_tren";
     this.m_cbo_loai_cau_hoi_tren.Size = new System.Drawing.Size(156, 21);
     this.m_cbo_loai_cau_hoi_tren.TabIndex = 1;
     //
     // m_cbo_don_vi_lien_quan
     //
     this.m_cbo_don_vi_lien_quan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_don_vi_lien_quan.FormattingEnabled = true;
     this.m_cbo_don_vi_lien_quan.Location = new System.Drawing.Point(140, 18);
     this.m_cbo_don_vi_lien_quan.Name = "m_cbo_don_vi_lien_quan";
     this.m_cbo_don_vi_lien_quan.Size = new System.Drawing.Size(73, 21);
     this.m_cbo_don_vi_lien_quan.TabIndex = 0;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(51, 22);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(84, 13);
     this.label8.TabIndex = 10;
     this.label8.Text = "Đơn vị liên quan";
     //
     // m_txt_key_cau_hoi
     //
     this.m_txt_key_cau_hoi.Location = new System.Drawing.Point(140, 45);
     this.m_txt_key_cau_hoi.Name = "m_txt_key_cau_hoi";
     this.m_txt_key_cau_hoi.Size = new System.Drawing.Size(453, 20);
     this.m_txt_key_cau_hoi.TabIndex = 2;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(88, 48);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(47, 13);
     this.label11.TabIndex = 8;
     this.label11.Text = "Từ khóa";
     //
     // m_grb_dm_cau_hoi
     //
     this.m_grb_dm_cau_hoi.Controls.Add(this.m_fg);
     this.m_grb_dm_cau_hoi.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_grb_dm_cau_hoi.Location = new System.Drawing.Point(0, 119);
     this.m_grb_dm_cau_hoi.Name = "m_grb_dm_cau_hoi";
     this.m_grb_dm_cau_hoi.Size = new System.Drawing.Size(792, 261);
     this.m_grb_dm_cau_hoi.TabIndex = 0;
     this.m_grb_dm_cau_hoi.TabStop = false;
     this.m_grb_dm_cau_hoi.Text = "Danh sách câu hỏi tìm kiếm";
     //
     // f220_dm_cau_hoi_searching
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(792, 416);
     this.Controls.Add(this.m_grb_dm_cau_hoi);
     this.Controls.Add(this.m_pnl_search_area);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f220_dm_cau_hoi_searching";
     this.Text = "F220 - Tìm kiếm câu hỏi";
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.m_pnl_search_area.ResumeLayout(false);
     this.m_pnl_search_area.PerformLayout();
     this.m_grb_dm_cau_hoi.ResumeLayout(false);
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f402_tao_bao_cao_danh_muc_tru_so_lam_viec));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_export_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg_nha = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_cmd_browser = new SIS.Controls.Button.SiSButton();
     this.m_lbl_thong_bao = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.m_txt_file_path = new System.Windows.Forms.TextBox();
     this.m_cbo_loai_hinh_don_vi = new System.Windows.Forms.ComboBox();
     this.m_cbo_trang_thai = new System.Windows.Forms.ComboBox();
     this.m_cbo_dia_chi = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_su_dung = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_chu_quan = new System.Windows.Forms.ComboBox();
     this.m_cbo_bo_tinh = new System.Windows.Forms.ComboBox();
     this.m_lbl_ten_bao_cao = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_trang_thai = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_chu_quan = new System.Windows.Forms.Label();
     this.lbl = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_su_dung = new System.Windows.Forms.Label();
     this.m_lbl_bo_tinh = new System.Windows.Forms.Label();
     this.m_grb_thong_tin_nha_dat = new System.Windows.Forms.GroupBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.m_pnl_thong_tin_nha_dat = new System.Windows.Forms.Panel();
     this.m_fg_excel_nha = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.label6 = new System.Windows.Forms.Label();
     this.m_lbl_dia_chi = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.m_lbl_dien_tich_khuon_vien_dat = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.m_lbl_bo_trong = new System.Windows.Forms.Label();
     this.m_lbl_lam_tru_so_lam_viec = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.m_lbl_bi_lan_chiem = new System.Windows.Forms.Label();
     this.m_lbl_cho_thue = new System.Windows.Forms.Label();
     this.m_lbl_lam_co_so_hd_su_nghiep = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.m_lbl_gia_tri_theo_so_ke_toan = new System.Windows.Forms.Label();
     this.m_lbl_lam_nha_o = new System.Windows.Forms.Label();
     this.m_lbl_su_dung_vao_muc_dich_khac = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.m_openDiaglog = new System.Windows.Forms.OpenFileDialog();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_nha)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.m_grb_thong_tin_nha_dat.SuspendLayout();
     this.panel2.SuspendLayout();
     this.m_pnl_thong_tin_nha_dat.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_excel_nha)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_export_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 538);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(1004, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_export_excel
     //
     this.m_cmd_export_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_export_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_export_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_export_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_export_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_export_excel.ImageIndex = 19;
     this.m_cmd_export_excel.ImageList = this.ImageList;
     this.m_cmd_export_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_export_excel.Name = "m_cmd_export_excel";
     this.m_cmd_export_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_export_excel.TabIndex = 0;
     this.m_cmd_export_excel.Text = "Xuất Excel";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(912, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg_nha
     //
     this.m_fg_nha.ColumnInfo = resources.GetString("m_fg_nha.ColumnInfo");
     this.m_fg_nha.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg_nha.Location = new System.Drawing.Point(0, 0);
     this.m_fg_nha.Name = "m_fg_nha";
     this.m_fg_nha.Rows.Count = 20;
     this.m_fg_nha.Size = new System.Drawing.Size(998, 98);
     this.m_fg_nha.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_nha.Styles"));
     this.m_fg_nha.TabIndex = 20;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_cmd_browser);
     this.groupBox1.Controls.Add(this.m_lbl_thong_bao);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.m_txt_file_path);
     this.groupBox1.Controls.Add(this.m_cbo_loai_hinh_don_vi);
     this.groupBox1.Controls.Add(this.m_cbo_trang_thai);
     this.groupBox1.Controls.Add(this.m_cbo_dia_chi);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_su_dung);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_chu_quan);
     this.groupBox1.Controls.Add(this.m_cbo_bo_tinh);
     this.groupBox1.Controls.Add(this.m_lbl_ten_bao_cao);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_lbl_trang_thai);
     this.groupBox1.Controls.Add(this.m_lbl_don_vi_chu_quan);
     this.groupBox1.Controls.Add(this.lbl);
     this.groupBox1.Controls.Add(this.m_lbl_don_vi_su_dung);
     this.groupBox1.Controls.Add(this.m_lbl_bo_tinh);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1004, 235);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Thông tin tìm kiếm";
     //
     // m_cmd_browser
     //
     this.m_cmd_browser.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_browser.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_browser.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_browser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_browser.ImageIndex = 5;
     this.m_cmd_browser.ImageList = this.ImageList;
     this.m_cmd_browser.Location = new System.Drawing.Point(454, 148);
     this.m_cmd_browser.Name = "m_cmd_browser";
     this.m_cmd_browser.Size = new System.Drawing.Size(33, 28);
     this.m_cmd_browser.TabIndex = 0;
     //
     // m_lbl_thong_bao
     //
     this.m_lbl_thong_bao.AutoSize = true;
     this.m_lbl_thong_bao.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_lbl_thong_bao.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_thong_bao.Location = new System.Drawing.Point(181, 194);
     this.m_lbl_thong_bao.Name = "m_lbl_thong_bao";
     this.m_lbl_thong_bao.Size = new System.Drawing.Size(12, 16);
     this.m_lbl_thong_bao.TabIndex = 10;
     this.m_lbl_thong_bao.Text = " ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(125, 157);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(51, 13);
     this.label7.TabIndex = 10;
     this.label7.Text = "File excel";
     //
     // m_txt_file_path
     //
     this.m_txt_file_path.Location = new System.Drawing.Point(184, 154);
     this.m_txt_file_path.Name = "m_txt_file_path";
     this.m_txt_file_path.Size = new System.Drawing.Size(255, 20);
     this.m_txt_file_path.TabIndex = 9;
     //
     // m_cbo_loai_hinh_don_vi
     //
     this.m_cbo_loai_hinh_don_vi.FormattingEnabled = true;
     this.m_cbo_loai_hinh_don_vi.Location = new System.Drawing.Point(184, 90);
     this.m_cbo_loai_hinh_don_vi.Name = "m_cbo_loai_hinh_don_vi";
     this.m_cbo_loai_hinh_don_vi.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_loai_hinh_don_vi.TabIndex = 8;
     //
     // m_cbo_trang_thai
     //
     this.m_cbo_trang_thai.FormattingEnabled = true;
     this.m_cbo_trang_thai.Location = new System.Drawing.Point(641, 121);
     this.m_cbo_trang_thai.Name = "m_cbo_trang_thai";
     this.m_cbo_trang_thai.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_trang_thai.TabIndex = 8;
     //
     // m_cbo_dia_chi
     //
     this.m_cbo_dia_chi.FormattingEnabled = true;
     this.m_cbo_dia_chi.Location = new System.Drawing.Point(184, 121);
     this.m_cbo_dia_chi.Name = "m_cbo_dia_chi";
     this.m_cbo_dia_chi.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_dia_chi.TabIndex = 8;
     //
     // m_cbo_don_vi_su_dung
     //
     this.m_cbo_don_vi_su_dung.FormattingEnabled = true;
     this.m_cbo_don_vi_su_dung.Location = new System.Drawing.Point(641, 91);
     this.m_cbo_don_vi_su_dung.Name = "m_cbo_don_vi_su_dung";
     this.m_cbo_don_vi_su_dung.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_don_vi_su_dung.TabIndex = 8;
     //
     // m_cbo_don_vi_chu_quan
     //
     this.m_cbo_don_vi_chu_quan.FormattingEnabled = true;
     this.m_cbo_don_vi_chu_quan.Location = new System.Drawing.Point(641, 61);
     this.m_cbo_don_vi_chu_quan.Name = "m_cbo_don_vi_chu_quan";
     this.m_cbo_don_vi_chu_quan.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_don_vi_chu_quan.TabIndex = 8;
     //
     // m_cbo_bo_tinh
     //
     this.m_cbo_bo_tinh.FormattingEnabled = true;
     this.m_cbo_bo_tinh.Location = new System.Drawing.Point(184, 61);
     this.m_cbo_bo_tinh.Name = "m_cbo_bo_tinh";
     this.m_cbo_bo_tinh.Size = new System.Drawing.Size(256, 21);
     this.m_cbo_bo_tinh.TabIndex = 6;
     //
     // m_lbl_ten_bao_cao
     //
     this.m_lbl_ten_bao_cao.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_ten_bao_cao.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_bao_cao.Location = new System.Drawing.Point(3, 16);
     this.m_lbl_ten_bao_cao.Name = "m_lbl_ten_bao_cao";
     this.m_lbl_ten_bao_cao.Size = new System.Drawing.Size(998, 39);
     this.m_lbl_ten_bao_cao.TabIndex = 7;
     this.m_lbl_ten_bao_cao.Text = "BÁO CÁO KÊ KHAI NHÀ - TRỤ SỞ LÀM  VIỆC";
     this.m_lbl_ten_bao_cao.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(88, 93);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(86, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Loại hình đơn vị:";
     //
     // m_lbl_trang_thai
     //
     this.m_lbl_trang_thai.AutoSize = true;
     this.m_lbl_trang_thai.Location = new System.Drawing.Point(573, 124);
     this.m_lbl_trang_thai.Name = "m_lbl_trang_thai";
     this.m_lbl_trang_thai.Size = new System.Drawing.Size(58, 13);
     this.m_lbl_trang_thai.TabIndex = 0;
     this.m_lbl_trang_thai.Text = "Trạng thái:";
     //
     // m_lbl_don_vi_chu_quan
     //
     this.m_lbl_don_vi_chu_quan.AutoSize = true;
     this.m_lbl_don_vi_chu_quan.Location = new System.Drawing.Point(542, 64);
     this.m_lbl_don_vi_chu_quan.Name = "m_lbl_don_vi_chu_quan";
     this.m_lbl_don_vi_chu_quan.Size = new System.Drawing.Size(89, 13);
     this.m_lbl_don_vi_chu_quan.TabIndex = 0;
     this.m_lbl_don_vi_chu_quan.Text = "Đơn vị chủ quản:";
     //
     // lbl
     //
     this.lbl.AutoSize = true;
     this.lbl.Location = new System.Drawing.Point(117, 124);
     this.lbl.Name = "lbl";
     this.lbl.Size = new System.Drawing.Size(62, 13);
     this.lbl.TabIndex = 0;
     this.lbl.Text = "Địa chỉ đất:";
     //
     // m_lbl_don_vi_su_dung
     //
     this.m_lbl_don_vi_su_dung.AutoSize = true;
     this.m_lbl_don_vi_su_dung.Location = new System.Drawing.Point(549, 94);
     this.m_lbl_don_vi_su_dung.Name = "m_lbl_don_vi_su_dung";
     this.m_lbl_don_vi_su_dung.Size = new System.Drawing.Size(82, 13);
     this.m_lbl_don_vi_su_dung.TabIndex = 0;
     this.m_lbl_don_vi_su_dung.Text = "Đơn vị sử dụng:";
     //
     // m_lbl_bo_tinh
     //
     this.m_lbl_bo_tinh.AutoSize = true;
     this.m_lbl_bo_tinh.Location = new System.Drawing.Point(131, 64);
     this.m_lbl_bo_tinh.Name = "m_lbl_bo_tinh";
     this.m_lbl_bo_tinh.Size = new System.Drawing.Size(45, 13);
     this.m_lbl_bo_tinh.TabIndex = 0;
     this.m_lbl_bo_tinh.Text = "Bộ/tỉnh:";
     //
     // m_grb_thong_tin_nha_dat
     //
     this.m_grb_thong_tin_nha_dat.Controls.Add(this.panel2);
     this.m_grb_thong_tin_nha_dat.Controls.Add(this.m_pnl_thong_tin_nha_dat);
     this.m_grb_thong_tin_nha_dat.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_grb_thong_tin_nha_dat.Location = new System.Drawing.Point(0, 235);
     this.m_grb_thong_tin_nha_dat.Name = "m_grb_thong_tin_nha_dat";
     this.m_grb_thong_tin_nha_dat.Size = new System.Drawing.Size(1004, 303);
     this.m_grb_thong_tin_nha_dat.TabIndex = 22;
     this.m_grb_thong_tin_nha_dat.TabStop = false;
     this.m_grb_thong_tin_nha_dat.Text = "Thông tin nhà đất";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_fg_nha);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 202);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(998, 98);
     this.panel2.TabIndex = 25;
     //
     // m_pnl_thong_tin_nha_dat
     //
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_fg_excel_nha);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label6);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_dia_chi);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label2);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label3);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_dien_tich_khuon_vien_dat);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label16);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label8);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label4);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label17);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label5);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label15);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label20);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_bo_trong);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_lam_tru_so_lam_viec);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label13);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_bi_lan_chiem);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_cho_thue);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_lam_co_so_hd_su_nghiep);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label11);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_gia_tri_theo_so_ke_toan);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_lam_nha_o);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.m_lbl_su_dung_vao_muc_dich_khac);
     this.m_pnl_thong_tin_nha_dat.Controls.Add(this.label9);
     this.m_pnl_thong_tin_nha_dat.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_thong_tin_nha_dat.Location = new System.Drawing.Point(3, 16);
     this.m_pnl_thong_tin_nha_dat.Name = "m_pnl_thong_tin_nha_dat";
     this.m_pnl_thong_tin_nha_dat.Size = new System.Drawing.Size(998, 186);
     this.m_pnl_thong_tin_nha_dat.TabIndex = 2;
     //
     // m_fg_excel_nha
     //
     this.m_fg_excel_nha.ColumnInfo = resources.GetString("m_fg_excel_nha.ColumnInfo");
     this.m_fg_excel_nha.Location = new System.Drawing.Point(27, 14);
     this.m_fg_excel_nha.Name = "m_fg_excel_nha";
     this.m_fg_excel_nha.Size = new System.Drawing.Size(971, 149);
     this.m_fg_excel_nha.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_excel_nha.Styles"));
     this.m_fg_excel_nha.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(312, 81);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(126, 13);
     this.label6.TabIndex = 1;
     this.label6.Text = "Làm cơ cở HĐ sự nghệp:";
     //
     // m_lbl_dia_chi
     //
     this.m_lbl_dia_chi.AutoSize = true;
     this.m_lbl_dia_chi.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_dia_chi.Location = new System.Drawing.Point(85, 9);
     this.m_lbl_dia_chi.Name = "m_lbl_dia_chi";
     this.m_lbl_dia_chi.Size = new System.Drawing.Size(50, 13);
     this.m_lbl_dia_chi.TabIndex = 0;
     this.m_lbl_dia_chi.Text = " [dia_chi]";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 9);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Địa chỉ:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(13, 30);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "I - Về đất";
     //
     // m_lbl_dien_tich_khuon_vien_dat
     //
     this.m_lbl_dien_tich_khuon_vien_dat.AutoSize = true;
     this.m_lbl_dien_tich_khuon_vien_dat.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_dien_tich_khuon_vien_dat.Location = new System.Drawing.Point(175, 54);
     this.m_lbl_dien_tich_khuon_vien_dat.Name = "m_lbl_dien_tich_khuon_vien_dat";
     this.m_lbl_dien_tich_khuon_vien_dat.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_dien_tich_khuon_vien_dat.TabIndex = 0;
     this.m_lbl_dien_tich_khuon_vien_dat.Text = "0";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(13, 166);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(56, 13);
     this.label16.TabIndex = 0;
     this.label16.Text = "II - Về nhà";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(141, 81);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(101, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Làm trụ sở làm việc:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 54);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(144, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "a - Diện tích khuôn viên đất:";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(496, 117);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(147, 13);
     this.label17.TabIndex = 0;
     this.label17.Text = "Sử dụng vào mục đích khác:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(13, 81);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(115, 13);
     this.label5.TabIndex = 0;
     this.label5.Text = "b - Hiện trạng sử dụng:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(370, 117);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(67, 13);
     this.label15.TabIndex = 0;
     this.label15.Text = "Bị lấn chiếm:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(13, 139);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(126, 13);
     this.label20.TabIndex = 0;
     this.label20.Text = "c- Giá trị theo sổ kế toán:";
     //
     // m_lbl_bo_trong
     //
     this.m_lbl_bo_trong.AutoSize = true;
     this.m_lbl_bo_trong.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_bo_trong.Location = new System.Drawing.Point(269, 117);
     this.m_lbl_bo_trong.Name = "m_lbl_bo_trong";
     this.m_lbl_bo_trong.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_bo_trong.TabIndex = 0;
     this.m_lbl_bo_trong.Text = "1";
     //
     // m_lbl_lam_tru_so_lam_viec
     //
     this.m_lbl_lam_tru_so_lam_viec.AutoSize = true;
     this.m_lbl_lam_tru_so_lam_viec.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_lam_tru_so_lam_viec.Location = new System.Drawing.Point(269, 81);
     this.m_lbl_lam_tru_so_lam_viec.Name = "m_lbl_lam_tru_so_lam_viec";
     this.m_lbl_lam_tru_so_lam_viec.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_lam_tru_so_lam_viec.TabIndex = 0;
     this.m_lbl_lam_tru_so_lam_viec.Text = "1";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(192, 117);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(50, 13);
     this.label13.TabIndex = 0;
     this.label13.Text = "Bỏ trống:";
     //
     // m_lbl_bi_lan_chiem
     //
     this.m_lbl_bi_lan_chiem.AutoSize = true;
     this.m_lbl_bi_lan_chiem.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_bi_lan_chiem.Location = new System.Drawing.Point(451, 117);
     this.m_lbl_bi_lan_chiem.Name = "m_lbl_bi_lan_chiem";
     this.m_lbl_bi_lan_chiem.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_bi_lan_chiem.TabIndex = 0;
     this.m_lbl_bi_lan_chiem.Text = "1";
     //
     // m_lbl_cho_thue
     //
     this.m_lbl_cho_thue.AutoSize = true;
     this.m_lbl_cho_thue.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_cho_thue.Location = new System.Drawing.Point(769, 81);
     this.m_lbl_cho_thue.Name = "m_lbl_cho_thue";
     this.m_lbl_cho_thue.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_cho_thue.TabIndex = 0;
     this.m_lbl_cho_thue.Text = "1";
     //
     // m_lbl_lam_co_so_hd_su_nghiep
     //
     this.m_lbl_lam_co_so_hd_su_nghiep.AutoSize = true;
     this.m_lbl_lam_co_so_hd_su_nghiep.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_lam_co_so_hd_su_nghiep.Location = new System.Drawing.Point(452, 81);
     this.m_lbl_lam_co_so_hd_su_nghiep.Name = "m_lbl_lam_co_so_hd_su_nghiep";
     this.m_lbl_lam_co_so_hd_su_nghiep.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_lam_co_so_hd_su_nghiep.TabIndex = 0;
     this.m_lbl_lam_co_so_hd_su_nghiep.Text = "1";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(704, 81);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 13);
     this.label11.TabIndex = 0;
     this.label11.Text = "Cho thuê:";
     //
     // m_lbl_gia_tri_theo_so_ke_toan
     //
     this.m_lbl_gia_tri_theo_so_ke_toan.AutoSize = true;
     this.m_lbl_gia_tri_theo_so_ke_toan.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_gia_tri_theo_so_ke_toan.Location = new System.Drawing.Point(172, 139);
     this.m_lbl_gia_tri_theo_so_ke_toan.Name = "m_lbl_gia_tri_theo_so_ke_toan";
     this.m_lbl_gia_tri_theo_so_ke_toan.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_gia_tri_theo_so_ke_toan.TabIndex = 0;
     this.m_lbl_gia_tri_theo_so_ke_toan.Text = "1";
     //
     // m_lbl_lam_nha_o
     //
     this.m_lbl_lam_nha_o.AutoSize = true;
     this.m_lbl_lam_nha_o.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_lam_nha_o.Location = new System.Drawing.Point(661, 81);
     this.m_lbl_lam_nha_o.Name = "m_lbl_lam_nha_o";
     this.m_lbl_lam_nha_o.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_lam_nha_o.TabIndex = 0;
     this.m_lbl_lam_nha_o.Text = "1";
     //
     // m_lbl_su_dung_vao_muc_dich_khac
     //
     this.m_lbl_su_dung_vao_muc_dich_khac.AutoSize = true;
     this.m_lbl_su_dung_vao_muc_dich_khac.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_su_dung_vao_muc_dich_khac.Location = new System.Drawing.Point(661, 117);
     this.m_lbl_su_dung_vao_muc_dich_khac.Name = "m_lbl_su_dung_vao_muc_dich_khac";
     this.m_lbl_su_dung_vao_muc_dich_khac.Size = new System.Drawing.Size(13, 13);
     this.m_lbl_su_dung_vao_muc_dich_khac.TabIndex = 0;
     this.m_lbl_su_dung_vao_muc_dich_khac.Text = "1";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(577, 81);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(60, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Làm nhà ở:";
     //
     // m_openDiaglog
     //
     this.m_openDiaglog.FileName = "openFileDialog1";
     //
     // f402_tao_bao_cao_danh_muc_tru_so_lam_viec
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1004, 574);
     this.Controls.Add(this.m_grb_thong_tin_nha_dat);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "f402_tao_bao_cao_danh_muc_tru_so_lam_viec";
     this.Text = "F402 Tạo báo cáo danh mục nhà, trụ sở làm việc";
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_nha)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.m_grb_thong_tin_nha_dat.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.m_pnl_thong_tin_nha_dat.ResumeLayout(false);
     this.m_pnl_thong_tin_nha_dat.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_excel_nha)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f612_tra_cuu_va_ban_hanh_van_ban));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_ban_hanh = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_title = new System.Windows.Forms.Label();
     this.m_rdb_van_ban_den = new System.Windows.Forms.RadioButton();
     this.m_rdb_van_ban_di_noi_bo = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_rdb_tat_ca = new System.Windows.Forms.RadioButton();
     this.m_rdb_van_ban_di_ben_ngoai = new System.Windows.Forms.RadioButton();
     this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_cmd_xem_file = new SIS.Controls.Button.SiSButton();
     this.m_cbo_trang_thai = new System.Windows.Forms.ComboBox();
     this.m_cbo_phap_nhan = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.m_txt_den_ngay = new BCTKApp.TCDatetime();
     this.m_txt_tu_ngay = new BCTKApp.TCDatetime();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_ban_hanh);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 519);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(1003, 36);
     this.m_pnl_out_place_dm.TabIndex = 1;
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xuat_excel.TabIndex = 22;
     this.m_cmd_xuat_excel.Text = "Xuất excel";
     //
     // m_cmd_ban_hanh
     //
     this.m_cmd_ban_hanh.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_ban_hanh.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_ban_hanh.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_ban_hanh.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_ban_hanh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_ban_hanh.ImageIndex = 21;
     this.m_cmd_ban_hanh.ImageList = this.ImageList;
     this.m_cmd_ban_hanh.Location = new System.Drawing.Point(772, 4);
     this.m_cmd_ban_hanh.Name = "m_cmd_ban_hanh";
     this.m_cmd_ban_hanh.Size = new System.Drawing.Size(139, 28);
     this.m_cmd_ban_hanh.TabIndex = 0;
     this.m_cmd_ban_hanh.Text = "Ban hành văn bản";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(911, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 1;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 226);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(1003, 293);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 0;
     //
     // m_lbl_title
     //
     this.m_lbl_title.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_title.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_title.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_title.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_title.Name = "m_lbl_title";
     this.m_lbl_title.Size = new System.Drawing.Size(1003, 59);
     this.m_lbl_title.TabIndex = 0;
     this.m_lbl_title.Text = "TRA CỨU VÀ BAN HÀNH VĂN BẢN";
     this.m_lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_rdb_van_ban_den
     //
     this.m_rdb_van_ban_den.AutoSize = true;
     this.m_rdb_van_ban_den.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_den.Location = new System.Drawing.Point(81, 19);
     this.m_rdb_van_ban_den.Name = "m_rdb_van_ban_den";
     this.m_rdb_van_ban_den.Size = new System.Drawing.Size(87, 17);
     this.m_rdb_van_ban_den.TabIndex = 1;
     this.m_rdb_van_ban_den.Text = "Văn bản đến";
     this.m_rdb_van_ban_den.UseVisualStyleBackColor = true;
     //
     // m_rdb_van_ban_di_noi_bo
     //
     this.m_rdb_van_ban_di_noi_bo.AutoSize = true;
     this.m_rdb_van_ban_di_noi_bo.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_di_noi_bo.Location = new System.Drawing.Point(173, 19);
     this.m_rdb_van_ban_di_noi_bo.Name = "m_rdb_van_ban_di_noi_bo";
     this.m_rdb_van_ban_di_noi_bo.Size = new System.Drawing.Size(109, 17);
     this.m_rdb_van_ban_di_noi_bo.TabIndex = 2;
     this.m_rdb_van_ban_di_noi_bo.Text = "Văn bản đi nội bộ";
     this.m_rdb_van_ban_di_noi_bo.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_rdb_tat_ca);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_den);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_di_ben_ngoai);
     this.groupBox1.Controls.Add(this.m_rdb_van_ban_di_noi_bo);
     this.groupBox1.ForeColor = System.Drawing.Color.Maroon;
     this.groupBox1.Location = new System.Drawing.Point(315, 62);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(461, 43);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Loại văn bản";
     //
     // m_rdb_tat_ca
     //
     this.m_rdb_tat_ca.AutoSize = true;
     this.m_rdb_tat_ca.Checked = true;
     this.m_rdb_tat_ca.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_tat_ca.Location = new System.Drawing.Point(20, 19);
     this.m_rdb_tat_ca.Name = "m_rdb_tat_ca";
     this.m_rdb_tat_ca.Size = new System.Drawing.Size(58, 17);
     this.m_rdb_tat_ca.TabIndex = 0;
     this.m_rdb_tat_ca.TabStop = true;
     this.m_rdb_tat_ca.Text = "Topica";
     this.m_rdb_tat_ca.UseVisualStyleBackColor = true;
     //
     // m_rdb_van_ban_di_ben_ngoai
     //
     this.m_rdb_van_ban_di_ben_ngoai.AutoSize = true;
     this.m_rdb_van_ban_di_ben_ngoai.ForeColor = System.Drawing.Color.Blue;
     this.m_rdb_van_ban_di_ben_ngoai.Location = new System.Drawing.Point(288, 18);
     this.m_rdb_van_ban_di_ben_ngoai.Name = "m_rdb_van_ban_di_ben_ngoai";
     this.m_rdb_van_ban_di_ben_ngoai.Size = new System.Drawing.Size(127, 17);
     this.m_rdb_van_ban_di_ben_ngoai.TabIndex = 3;
     this.m_rdb_van_ban_di_ben_ngoai.Text = "Văn bản đi bên ngoài";
     this.m_rdb_van_ban_di_ben_ngoai.UseVisualStyleBackColor = true;
     //
     // m_txt_tu_khoa
     //
     this.m_txt_tu_khoa.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_tu_khoa.Location = new System.Drawing.Point(528, 156);
     this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
     this.m_txt_tu_khoa.Size = new System.Drawing.Size(154, 20);
     this.m_txt_tu_khoa.TabIndex = 4;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(688, 151);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 30);
     this.m_cmd_search.TabIndex = 5;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location = new System.Drawing.Point(541, 185);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(139, 13);
     this.label1.TabIndex = 26;
     this.label1.Text = "* Nhập số cv hoặc người ký";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_cmd_xem_file);
     this.panel1.Controls.Add(this.m_cbo_trang_thai);
     this.panel1.Controls.Add(this.m_cbo_phap_nhan);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.m_txt_den_ngay);
     this.panel1.Controls.Add(this.m_txt_tu_ngay);
     this.panel1.Controls.Add(this.m_txt_tu_khoa);
     this.panel1.Controls.Add(this.m_lbl_title);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1003, 220);
     this.panel1.TabIndex = 0;
     //
     // m_cmd_xem_file
     //
     this.m_cmd_xem_file.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xem_file.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xem_file.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xem_file.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xem_file.ImageIndex = 5;
     this.m_cmd_xem_file.ImageList = this.ImageList;
     this.m_cmd_xem_file.Location = new System.Drawing.Point(927, 187);
     this.m_cmd_xem_file.Name = "m_cmd_xem_file";
     this.m_cmd_xem_file.Size = new System.Drawing.Size(72, 30);
     this.m_cmd_xem_file.TabIndex = 29;
     this.m_cmd_xem_file.Text = "Xem file";
     //
     // m_cbo_trang_thai
     //
     this.m_cbo_trang_thai.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trang_thai.FormattingEnabled = true;
     this.m_cbo_trang_thai.Location = new System.Drawing.Point(528, 118);
     this.m_cbo_trang_thai.Name = "m_cbo_trang_thai";
     this.m_cbo_trang_thai.Size = new System.Drawing.Size(248, 21);
     this.m_cbo_trang_thai.TabIndex = 1;
     //
     // m_cbo_phap_nhan
     //
     this.m_cbo_phap_nhan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_phap_nhan.FormattingEnabled = true;
     this.m_cbo_phap_nhan.Location = new System.Drawing.Point(316, 118);
     this.m_cbo_phap_nhan.Name = "m_cbo_phap_nhan";
     this.m_cbo_phap_nhan.Size = new System.Drawing.Size(134, 21);
     this.m_cbo_phap_nhan.TabIndex = 0;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.Color.Maroon;
     this.label5.Location = new System.Drawing.Point(456, 123);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 28;
     this.label5.Text = "Trạng thái";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(385, 159);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 28;
     this.label3.Text = "Đến ngày";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Maroon;
     this.label4.Location = new System.Drawing.Point(252, 123);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(59, 13);
     this.label4.TabIndex = 28;
     this.label4.Text = "Pháp nhân";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location = new System.Drawing.Point(262, 159);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(46, 13);
     this.label2.TabIndex = 28;
     this.label2.Text = "Từ ngày";
     //
     // m_txt_den_ngay
     //
     this.m_txt_den_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_den_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_den_ngay.Location = new System.Drawing.Point(445, 156);
     this.m_txt_den_ngay.Mask = "00/00/0000";
     this.m_txt_den_ngay.Name = "m_txt_den_ngay";
     this.m_txt_den_ngay.Size = new System.Drawing.Size(63, 20);
     this.m_txt_den_ngay.TabIndex = 3;
     this.m_txt_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_txt_tu_ngay
     //
     this.m_txt_tu_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_txt_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_tu_ngay.Location = new System.Drawing.Point(315, 156);
     this.m_txt_tu_ngay.Mask = "00/00/0000";
     this.m_txt_tu_ngay.Name = "m_txt_tu_ngay";
     this.m_txt_tu_ngay.Size = new System.Drawing.Size(64, 20);
     this.m_txt_tu_ngay.TabIndex = 2;
     this.m_txt_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // f612_tra_cuu_va_ban_hanh_van_ban
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1003, 555);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "f612_tra_cuu_va_ban_hanh_van_ban";
     this.Text = "F612 - Tra cứu và ban hành văn bản";
     this.Load += new System.EventHandler(this.f611_quan_ly_van_thu_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f406_tao_bao_cao_hien_trang_su_dung_tai_san_khac));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg_tai_san_khac = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_openDiaglog = new System.Windows.Forms.OpenFileDialog();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_lbl_ten_bao_cao = new System.Windows.Forms.Label();
     this.m_lbl = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.m_cmd_browser = new SIS.Controls.Button.SiSButton();
     this.label7 = new System.Windows.Forms.Label();
     this.m_txt_file_path = new System.Windows.Forms.TextBox();
     this.m_lbl_thong_bao = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_chu_quan = new System.Windows.Forms.Label();
     this.m_lbl_ma_don_vi = new System.Windows.Forms.Label();
     this.m_lbl_don_vi_bo_tinh = new System.Windows.Forms.Label();
     this.m_fg_tai_san_khac_excel = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel3 = new System.Windows.Forms.Panel();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_tai_san_khac)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_tai_san_khac_excel)).BeginInit();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 450);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(907, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xuat_excel.TabIndex = 21;
     this.m_cmd_xuat_excel.Text = "Xuất exel";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(815, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg_tai_san_khac
     //
     this.m_fg_tai_san_khac.ColumnInfo = resources.GetString("m_fg_tai_san_khac.ColumnInfo");
     this.m_fg_tai_san_khac.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg_tai_san_khac.Location = new System.Drawing.Point(0, 0);
     this.m_fg_tai_san_khac.Name = "m_fg_tai_san_khac";
     this.m_fg_tai_san_khac.Size = new System.Drawing.Size(907, 224);
     this.m_fg_tai_san_khac.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_tai_san_khac.Styles"));
     this.m_fg_tai_san_khac.TabIndex = 20;
     //
     // m_openDiaglog
     //
     this.m_openDiaglog.FileName = "openFileDialog1";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_lbl_ten_bao_cao);
     this.panel1.Controls.Add(this.m_lbl);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(907, 82);
     this.panel1.TabIndex = 25;
     //
     // m_lbl_ten_bao_cao
     //
     this.m_lbl_ten_bao_cao.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_ten_bao_cao.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_bao_cao.Location = new System.Drawing.Point(0, 50);
     this.m_lbl_ten_bao_cao.Name = "m_lbl_ten_bao_cao";
     this.m_lbl_ten_bao_cao.Size = new System.Drawing.Size(907, 23);
     this.m_lbl_ten_bao_cao.TabIndex = 22;
     this.m_lbl_ten_bao_cao.Text = "1. Tổng hợp chung";
     this.m_lbl_ten_bao_cao.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_lbl
     //
     this.m_lbl.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl.Location = new System.Drawing.Point(0, 0);
     this.m_lbl.Name = "m_lbl";
     this.m_lbl.Size = new System.Drawing.Size(907, 50);
     this.m_lbl.TabIndex = 21;
     this.m_lbl.Text = "BÁO CÁO HIỆN TRẠNG SỬ DỤNG TÀI SẢN KHÁC";
     this.m_lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.m_cmd_browser);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.m_txt_file_path);
     this.panel2.Controls.Add(this.m_lbl_thong_bao);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.m_lbl_don_vi_chu_quan);
     this.panel2.Controls.Add(this.m_lbl_ma_don_vi);
     this.panel2.Controls.Add(this.m_lbl_don_vi_bo_tinh);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 82);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(907, 144);
     this.panel2.TabIndex = 28;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(98, 67);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 29;
     this.label3.Text = "Mã đơn vị:";
     //
     // m_cmd_browser
     //
     this.m_cmd_browser.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_browser.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_browser.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_browser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_browser.ImageIndex = 5;
     this.m_cmd_browser.ImageList = this.ImageList;
     this.m_cmd_browser.Location = new System.Drawing.Point(724, 59);
     this.m_cmd_browser.Name = "m_cmd_browser";
     this.m_cmd_browser.Size = new System.Drawing.Size(33, 28);
     this.m_cmd_browser.TabIndex = 26;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(471, 67);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(51, 13);
     this.label7.TabIndex = 28;
     this.label7.Text = "File excel";
     //
     // m_txt_file_path
     //
     this.m_txt_file_path.Location = new System.Drawing.Point(528, 64);
     this.m_txt_file_path.Name = "m_txt_file_path";
     this.m_txt_file_path.Size = new System.Drawing.Size(190, 20);
     this.m_txt_file_path.TabIndex = 27;
     //
     // m_lbl_thong_bao
     //
     this.m_lbl_thong_bao.AutoSize = true;
     this.m_lbl_thong_bao.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_thong_bao.ForeColor = System.Drawing.Color.Red;
     this.m_lbl_thong_bao.Location = new System.Drawing.Point(136, 110);
     this.m_lbl_thong_bao.Name = "m_lbl_thong_bao";
     this.m_lbl_thong_bao.Size = new System.Drawing.Size(12, 16);
     this.m_lbl_thong_bao.TabIndex = 24;
     this.m_lbl_thong_bao.Text = " ";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(80, 28);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 24;
     this.label1.Text = "Đơn vị bộ tỉnh:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(433, 28);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(89, 13);
     this.label2.TabIndex = 25;
     this.label2.Text = "Đơn vị chủ quản:";
     //
     // m_lbl_don_vi_chu_quan
     //
     this.m_lbl_don_vi_chu_quan.AutoSize = true;
     this.m_lbl_don_vi_chu_quan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_don_vi_chu_quan.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_don_vi_chu_quan.Location = new System.Drawing.Point(528, 28);
     this.m_lbl_don_vi_chu_quan.Name = "m_lbl_don_vi_chu_quan";
     this.m_lbl_don_vi_chu_quan.Size = new System.Drawing.Size(11, 13);
     this.m_lbl_don_vi_chu_quan.TabIndex = 24;
     this.m_lbl_don_vi_chu_quan.Text = " ";
     //
     // m_lbl_ma_don_vi
     //
     this.m_lbl_ma_don_vi.AutoSize = true;
     this.m_lbl_ma_don_vi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ma_don_vi.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_ma_don_vi.Location = new System.Drawing.Point(162, 67);
     this.m_lbl_ma_don_vi.Name = "m_lbl_ma_don_vi";
     this.m_lbl_ma_don_vi.Size = new System.Drawing.Size(11, 13);
     this.m_lbl_ma_don_vi.TabIndex = 24;
     this.m_lbl_ma_don_vi.Text = " ";
     //
     // m_lbl_don_vi_bo_tinh
     //
     this.m_lbl_don_vi_bo_tinh.AutoSize = true;
     this.m_lbl_don_vi_bo_tinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_don_vi_bo_tinh.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_don_vi_bo_tinh.Location = new System.Drawing.Point(162, 28);
     this.m_lbl_don_vi_bo_tinh.Name = "m_lbl_don_vi_bo_tinh";
     this.m_lbl_don_vi_bo_tinh.Size = new System.Drawing.Size(11, 13);
     this.m_lbl_don_vi_bo_tinh.TabIndex = 24;
     this.m_lbl_don_vi_bo_tinh.Text = " ";
     //
     // m_fg_tai_san_khac_excel
     //
     this.m_fg_tai_san_khac_excel.ColumnInfo = "14,1,0,0,0,85,Columns:0{Width:13;}\t1{Width:99;Caption:\"1\";TextAlign:CenterCenter;" +
         "TextAlignFixed:CenterCenter;}\t";
     this.m_fg_tai_san_khac_excel.Location = new System.Drawing.Point(101, 44);
     this.m_fg_tai_san_khac_excel.Name = "m_fg_tai_san_khac_excel";
     this.m_fg_tai_san_khac_excel.Size = new System.Drawing.Size(686, 163);
     this.m_fg_tai_san_khac_excel.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_tai_san_khac_excel.Styles"));
     this.m_fg_tai_san_khac_excel.TabIndex = 29;
     this.m_fg_tai_san_khac_excel.Visible = false;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_fg_tai_san_khac_excel);
     this.panel3.Controls.Add(this.m_fg_tai_san_khac);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 226);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(907, 224);
     this.panel3.TabIndex = 29;
     //
     // f406_tao_bao_cao_hien_trang_su_dung_tai_san_khac
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(907, 486);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "f406_tao_bao_cao_hien_trang_su_dung_tai_san_khac";
     this.Text = "F406 Tạo báo cáo hiện trạng sử dụng tài sản khác";
     this.Load += new System.EventHandler(this.f406_tao_bao_cao_hien_trang_su_dung_tai_san_khac_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_tai_san_khac)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_tai_san_khac_excel)).EndInit();
     this.panel3.ResumeLayout(false);
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f370_len_lop_cho_hoc_sinh));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_lbl_ten_lop_moi = new System.Windows.Forms.Label();
     this.m_cbo_lop_mon_moi = new System.Windows.Forms.ComboBox();
     this.m_cmd_cho_len_lop = new SIS.Controls.Button.SiSButton();
     this.m_lbl_lop_mon_moi = new System.Windows.Forms.Label();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_lbl_ten_lop_cu = new System.Windows.Forms.Label();
     this.m_cbo_lop_mon_cu = new System.Windows.Forms.ComboBox();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.m_lbl_lop_mon_cu = new System.Windows.Forms.Label();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_lbl_ten_lop_moi);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cbo_lop_mon_moi);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_cho_len_lop);
     this.m_pnl_out_place_dm.Controls.Add(this.m_lbl_lop_mon_moi);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 449);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(1222, 67);
     this.m_pnl_out_place_dm.TabIndex = 3;
     //
     // m_lbl_ten_lop_moi
     //
     this.m_lbl_ten_lop_moi.AutoSize = true;
     this.m_lbl_ten_lop_moi.Location = new System.Drawing.Point(318, 24);
     this.m_lbl_ten_lop_moi.Name = "m_lbl_ten_lop_moi";
     this.m_lbl_ten_lop_moi.Size = new System.Drawing.Size(43, 13);
     this.m_lbl_ten_lop_moi.TabIndex = 2;
     this.m_lbl_ten_lop_moi.Text = "Tên lớp";
     this.m_lbl_ten_lop_moi.Visible = false;
     //
     // m_cbo_lop_mon_moi
     //
     this.m_cbo_lop_mon_moi.FormattingEnabled = true;
     this.m_cbo_lop_mon_moi.Location = new System.Drawing.Point(100, 20);
     this.m_cbo_lop_mon_moi.Name = "m_cbo_lop_mon_moi";
     this.m_cbo_lop_mon_moi.Size = new System.Drawing.Size(172, 21);
     this.m_cbo_lop_mon_moi.TabIndex = 1;
     //
     // m_cmd_cho_len_lop
     //
     this.m_cmd_cho_len_lop.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_cho_len_lop.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_cho_len_lop.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_cho_len_lop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_cho_len_lop.ImageIndex = 14;
     this.m_cmd_cho_len_lop.ImageList = this.ImageList;
     this.m_cmd_cho_len_lop.Location = new System.Drawing.Point(531, 16);
     this.m_cmd_cho_len_lop.Name = "m_cmd_cho_len_lop";
     this.m_cmd_cho_len_lop.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_cho_len_lop.TabIndex = 3;
     this.m_cmd_cho_len_lop.Text = "Cho lên lớp";
     //
     // m_lbl_lop_mon_moi
     //
     this.m_lbl_lop_mon_moi.AutoSize = true;
     this.m_lbl_lop_mon_moi.Location = new System.Drawing.Point(7, 24);
     this.m_lbl_lop_mon_moi.Name = "m_lbl_lop_mon_moi";
     this.m_lbl_lop_mon_moi.Size = new System.Drawing.Size(67, 13);
     this.m_lbl_lop_mon_moi.TabIndex = 0;
     this.m_lbl_lop_mon_moi.Text = "Lớp môn mới";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 107);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(1222, 342);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_lbl_ten_lop_cu);
     this.panel1.Controls.Add(this.m_cbo_lop_mon_cu);
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Controls.Add(this.m_lbl_lop_mon_cu);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 45);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1222, 62);
     this.panel1.TabIndex = 1;
     //
     // m_lbl_ten_lop_cu
     //
     this.m_lbl_ten_lop_cu.AutoSize = true;
     this.m_lbl_ten_lop_cu.Location = new System.Drawing.Point(318, 21);
     this.m_lbl_ten_lop_cu.Name = "m_lbl_ten_lop_cu";
     this.m_lbl_ten_lop_cu.Size = new System.Drawing.Size(43, 13);
     this.m_lbl_ten_lop_cu.TabIndex = 2;
     this.m_lbl_ten_lop_cu.Text = "Tên lớp";
     this.m_lbl_ten_lop_cu.Visible = false;
     //
     // m_cbo_lop_mon_cu
     //
     this.m_cbo_lop_mon_cu.FormattingEnabled = true;
     this.m_cbo_lop_mon_cu.Location = new System.Drawing.Point(100, 17);
     this.m_cbo_lop_mon_cu.Name = "m_cbo_lop_mon_cu";
     this.m_cbo_lop_mon_cu.Size = new System.Drawing.Size(172, 21);
     this.m_cbo_lop_mon_cu.TabIndex = 1;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 5;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(531, 13);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 3;
     this.m_cmd_search.Text = "Lọc dữ liệu";
     //
     // m_lbl_lop_mon_cu
     //
     this.m_lbl_lop_mon_cu.AutoSize = true;
     this.m_lbl_lop_mon_cu.Location = new System.Drawing.Point(7, 21);
     this.m_lbl_lop_mon_cu.Name = "m_lbl_lop_mon_cu";
     this.m_lbl_lop_mon_cu.Size = new System.Drawing.Size(63, 13);
     this.m_lbl_lop_mon_cu.TabIndex = 0;
     this.m_lbl_lop_mon_cu.Text = "Lớp môn cũ";
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(1222, 45);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "CHO HỌC SINH LÊN LỚP";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // f370_len_lop_cho_hoc_sinh
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1222, 516);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f370_len_lop_cho_hoc_sinh";
     this.Text = "F370 - Cho học sinh lên lớp";
     this.Load += new System.EventHandler(this.f370_len_lop_cho_hoc_sinh_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     this.m_pnl_out_place_dm.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #44
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f500_ds_nguoi_dai_dien));
            this.ImageList = new System.Windows.Forms.ImageList(this.components);
            this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
            this.m_cmd_them_nguoi_dai_dien = new SIS.Controls.Button.SiSButton();
            this.m_cmd_sua_nguoi_dai_dien = new SIS.Controls.Button.SiSButton();
            this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
            this.m_cmd_update = new SIS.Controls.Button.SiSButton();
            this.m_cmd_view = new SIS.Controls.Button.SiSButton();
            this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
            this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
            this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
            this.m_lbl_header = new System.Windows.Forms.Label();
            this.m_grb_dm_cau_hoi = new System.Windows.Forms.GroupBox();
            this.m_grb_ds_nguoi_dai_dien = new System.Windows.Forms.GroupBox();
            this.m_fg_nguoi_dai_dien = new C1.Win.C1FlexGrid.C1FlexGrid();
            this.m_pnl_out_place_dm.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
            this.m_grb_dm_cau_hoi.SuspendLayout();
            this.m_grb_ds_nguoi_dai_dien.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_fg_nguoi_dai_dien)).BeginInit();
            this.SuspendLayout();
            //
            // ImageList
            //
            this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList.Images.SetKeyName(0, "");
            this.ImageList.Images.SetKeyName(1, "");
            this.ImageList.Images.SetKeyName(2, "");
            this.ImageList.Images.SetKeyName(3, "");
            this.ImageList.Images.SetKeyName(4, "");
            this.ImageList.Images.SetKeyName(5, "");
            this.ImageList.Images.SetKeyName(6, "");
            this.ImageList.Images.SetKeyName(7, "");
            this.ImageList.Images.SetKeyName(8, "");
            this.ImageList.Images.SetKeyName(9, "");
            this.ImageList.Images.SetKeyName(10, "");
            this.ImageList.Images.SetKeyName(11, "");
            this.ImageList.Images.SetKeyName(12, "");
            this.ImageList.Images.SetKeyName(13, "");
            this.ImageList.Images.SetKeyName(14, "");
            this.ImageList.Images.SetKeyName(15, "");
            this.ImageList.Images.SetKeyName(16, "");
            this.ImageList.Images.SetKeyName(17, "");
            this.ImageList.Images.SetKeyName(18, "");
            this.ImageList.Images.SetKeyName(19, "");
            this.ImageList.Images.SetKeyName(20, "");
            this.ImageList.Images.SetKeyName(21, "");
            //
            // m_pnl_out_place_dm
            //
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_them_nguoi_dai_dien);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_sua_nguoi_dai_dien);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
            this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 456);
            this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
            this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
            this.m_pnl_out_place_dm.Size = new System.Drawing.Size(915, 36);
            this.m_pnl_out_place_dm.TabIndex = 19;
            //
            // m_cmd_them_nguoi_dai_dien
            //
            this.m_cmd_them_nguoi_dai_dien.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_them_nguoi_dai_dien.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_them_nguoi_dai_dien.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_them_nguoi_dai_dien.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_them_nguoi_dai_dien.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_them_nguoi_dai_dien.ImageIndex = 0;
            this.m_cmd_them_nguoi_dai_dien.ImageList = this.ImageList;
            this.m_cmd_them_nguoi_dai_dien.Location = new System.Drawing.Point(571, 4);
            this.m_cmd_them_nguoi_dai_dien.Name = "m_cmd_them_nguoi_dai_dien";
            this.m_cmd_them_nguoi_dai_dien.Size = new System.Drawing.Size(129, 28);
            this.m_cmd_them_nguoi_dai_dien.TabIndex = 2;
            this.m_cmd_them_nguoi_dai_dien.Text = "&Thêm người đại diện";
            //
            // m_cmd_sua_nguoi_dai_dien
            //
            this.m_cmd_sua_nguoi_dai_dien.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_sua_nguoi_dai_dien.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_sua_nguoi_dai_dien.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_sua_nguoi_dai_dien.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_sua_nguoi_dai_dien.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_sua_nguoi_dai_dien.ImageIndex = 10;
            this.m_cmd_sua_nguoi_dai_dien.ImageList = this.ImageList;
            this.m_cmd_sua_nguoi_dai_dien.Location = new System.Drawing.Point(700, 4);
            this.m_cmd_sua_nguoi_dai_dien.Name = "m_cmd_sua_nguoi_dai_dien";
            this.m_cmd_sua_nguoi_dai_dien.Size = new System.Drawing.Size(123, 28);
            this.m_cmd_sua_nguoi_dai_dien.TabIndex = 3;
            this.m_cmd_sua_nguoi_dai_dien.Text = "Sửa người đại diện";
            //
            // m_cmd_insert
            //
            this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_insert.ImageIndex = 2;
            this.m_cmd_insert.ImageList = this.ImageList;
            this.m_cmd_insert.Location = new System.Drawing.Point(268, 4);
            this.m_cmd_insert.Name = "m_cmd_insert";
            this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_insert.TabIndex = 0;
            this.m_cmd_insert.Text = "&Thêm";
            //
            // m_cmd_update
            //
            this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_update.ImageIndex = 3;
            this.m_cmd_update.ImageList = this.ImageList;
            this.m_cmd_update.Location = new System.Drawing.Point(180, 4);
            this.m_cmd_update.Name = "m_cmd_update";
            this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_update.TabIndex = 1;
            this.m_cmd_update.Text = "&Sửa";
            //
            // m_cmd_view
            //
            this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_view.ImageIndex = 18;
            this.m_cmd_view.ImageList = this.ImageList;
            this.m_cmd_view.Location = new System.Drawing.Point(92, 4);
            this.m_cmd_view.Name = "m_cmd_view";
            this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_view.TabIndex = 21;
            this.m_cmd_view.Text = "Xem";
            //
            // m_cmd_delete
            //
            this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_delete.ImageIndex = 4;
            this.m_cmd_delete.ImageList = this.ImageList;
            this.m_cmd_delete.Location = new System.Drawing.Point(4, 4);
            this.m_cmd_delete.Name = "m_cmd_delete";
            this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_delete.TabIndex = 14;
            this.m_cmd_delete.Text = "&Xoá";
            //
            // m_cmd_exit
            //
            this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_exit.ImageIndex = 12;
            this.m_cmd_exit.ImageList = this.ImageList;
            this.m_cmd_exit.Location = new System.Drawing.Point(823, 4);
            this.m_cmd_exit.Name = "m_cmd_exit";
            this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_exit.TabIndex = 4;
            this.m_cmd_exit.Text = "Thoát (Esc)";
            //
            // m_fg
            //
            this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
            this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_fg.Location = new System.Drawing.Point(3, 16);
            this.m_fg.Name = "m_fg";
            this.m_fg.Size = new System.Drawing.Size(382, 397);
            this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
            this.m_fg.TabIndex = 20;
            //
            // m_lbl_header
            //
            this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
            this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
            this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
            this.m_lbl_header.Name = "m_lbl_header";
            this.m_lbl_header.Size = new System.Drawing.Size(915, 40);
            this.m_lbl_header.TabIndex = 24;
            this.m_lbl_header.Text = "F500 - Danh sách người đại diện";
            this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // m_grb_dm_cau_hoi
            //
            this.m_grb_dm_cau_hoi.Controls.Add(this.m_fg);
            this.m_grb_dm_cau_hoi.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_grb_dm_cau_hoi.Location = new System.Drawing.Point(0, 40);
            this.m_grb_dm_cau_hoi.Name = "m_grb_dm_cau_hoi";
            this.m_grb_dm_cau_hoi.Size = new System.Drawing.Size(388, 416);
            this.m_grb_dm_cau_hoi.TabIndex = 26;
            this.m_grb_dm_cau_hoi.TabStop = false;
            this.m_grb_dm_cau_hoi.Text = "Danh sách đơn vị nội bộ";
            //
            // m_grb_ds_nguoi_dai_dien
            //
            this.m_grb_ds_nguoi_dai_dien.Controls.Add(this.m_fg_nguoi_dai_dien);
            this.m_grb_ds_nguoi_dai_dien.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_grb_ds_nguoi_dai_dien.Location = new System.Drawing.Point(388, 40);
            this.m_grb_ds_nguoi_dai_dien.Name = "m_grb_ds_nguoi_dai_dien";
            this.m_grb_ds_nguoi_dai_dien.Size = new System.Drawing.Size(527, 416);
            this.m_grb_ds_nguoi_dai_dien.TabIndex = 27;
            this.m_grb_ds_nguoi_dai_dien.TabStop = false;
            this.m_grb_ds_nguoi_dai_dien.Text = "Danh sách người đại diện của đơn vị";
            //
            // m_fg_nguoi_dai_dien
            //
            this.m_fg_nguoi_dai_dien.ColumnInfo = resources.GetString("m_fg_nguoi_dai_dien.ColumnInfo");
            this.m_fg_nguoi_dai_dien.Dock = System.Windows.Forms.DockStyle.Fill;
            this.m_fg_nguoi_dai_dien.Location = new System.Drawing.Point(3, 16);
            this.m_fg_nguoi_dai_dien.Name = "m_fg_nguoi_dai_dien";
            this.m_fg_nguoi_dai_dien.Size = new System.Drawing.Size(521, 397);
            this.m_fg_nguoi_dai_dien.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_nguoi_dai_dien.Styles"));
            this.m_fg_nguoi_dai_dien.TabIndex = 21;
            //
            // f500_ds_nguoi_dai_dien
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(915, 492);
            this.Controls.Add(this.m_grb_ds_nguoi_dai_dien);
            this.Controls.Add(this.m_grb_dm_cau_hoi);
            this.Controls.Add(this.m_lbl_header);
            this.Controls.Add(this.m_pnl_out_place_dm);
            this.Name = "f500_ds_nguoi_dai_dien";
            this.Text = "F500 - Danh sách người đại diện";
            this.Load += new System.EventHandler(this.f500_ds_nguoi_dai_dien_Load);
            this.m_pnl_out_place_dm.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
            this.m_grb_dm_cau_hoi.ResumeLayout(false);
            this.m_grb_ds_nguoi_dai_dien.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.m_fg_nguoi_dai_dien)).EndInit();
            this.ResumeLayout(false);
Пример #45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f706_V_BC_CHI_TIET_DM));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_lbl_ten_phong_ban = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_lbl_tong_dm = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 452);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(868, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(776, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 136);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(868, 316);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_den_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(552, 35);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(81, 19);
     this.m_lbl_den_ngay.TabIndex = 27;
     this.m_lbl_den_ngay.Text = "29/06/2014";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location = new System.Drawing.Point(468, 35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(78, 19);
     this.label2.TabIndex = 28;
     this.label2.Text = "Đến ngày:";
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(310, 35);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(81, 19);
     this.m_lbl_tu_ngay.TabIndex = 29;
     this.m_lbl_tu_ngay.Text = "01/01/2001";
     //
     // m_lbl_ten_phong_ban
     //
     this.m_lbl_ten_phong_ban.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_ten_phong_ban.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_phong_ban.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_ten_phong_ban.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_ten_phong_ban.Name = "m_lbl_ten_phong_ban";
     this.m_lbl_ten_phong_ban.Size = new System.Drawing.Size(868, 27);
     this.m_lbl_ten_phong_ban.TabIndex = 30;
     this.m_lbl_ten_phong_ban.Text = "Tên phòng ban";
     this.m_lbl_ten_phong_ban.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location = new System.Drawing.Point(234, 35);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(70, 19);
     this.label1.TabIndex = 31;
     this.label1.Text = "Từ ngày:";
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(868, 42);
     this.m_lbl_header.TabIndex = 26;
     this.m_lbl_header.Text = "CHI TIẾT TỔNG ĐỊNH MỨC THEO TRUNG TÂM - BAN";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_lbl_tong_dm
     //
     this.m_lbl_tong_dm.AutoSize = true;
     this.m_lbl_tong_dm.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tong_dm.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tong_dm.Location = new System.Drawing.Point(57, 69);
     this.m_lbl_tong_dm.Name = "m_lbl_tong_dm";
     this.m_lbl_tong_dm.Size = new System.Drawing.Size(17, 19);
     this.m_lbl_tong_dm.TabIndex = 32;
     this.m_lbl_tong_dm.Text = "0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(46, 46);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(137, 19);
     this.label3.TabIndex = 33;
     this.label3.Text = "Tổng tiền định mức";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_lbl_tong_dm);
     this.panel1.Controls.Add(this.m_lbl_ten_phong_ban);
     this.panel1.Controls.Add(this.m_lbl_den_ngay);
     this.panel1.Controls.Add(this.m_lbl_tu_ngay);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 42);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(868, 94);
     this.panel1.TabIndex = 34;
     //
     // f706_V_BC_CHI_TIET_DM
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(868, 488);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f706_V_BC_CHI_TIET_DM";
     this.Text = "F706 - Báo cáo chi tiết định mức";
     this.Load += new System.EventHandler(this.f706_V_BC_CHI_TIET_DM_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_fg_KeyDown);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #46
0
        private void grid2us_object(US_DM_NHA_CUNG_CAP i_us
            , int i_grid_row)
        {
            DataRow v_dr;
            v_dr = (DataRow) m_grv_nha_cc.Rows[i_grid_row].UserData;
            m_obj_trans.GridRow2DataRow(i_grid_row,v_dr);
            i_us.DataRow2Me(v_dr);
        }

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f528_DM_NHA_CC));
            this.ImageList = new System.Windows.Forms.ImageList(this.components);
            this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
            this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
            this.m_cmd_update = new SIS.Controls.Button.SiSButton();
            this.m_cmd_view = new SIS.Controls.Button.SiSButton();
            this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
            this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
            this.m_grv_nha_cc = new C1.Win.C1FlexGrid.C1FlexGrid();
            this.panel1 = new System.Windows.Forms.Panel();
            this.m_cmd_search = new SIS.Controls.Button.SiSButton();
            this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.m_lbl_tieu_de = new System.Windows.Forms.Label();
            this.m_pnl_out_place_dm.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_nha_cc)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // ImageList
            //
            this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList.Images.SetKeyName(0, "");
            this.ImageList.Images.SetKeyName(1, "");
            this.ImageList.Images.SetKeyName(2, "");
            this.ImageList.Images.SetKeyName(3, "");
            this.ImageList.Images.SetKeyName(4, "");
            this.ImageList.Images.SetKeyName(5, "");
            this.ImageList.Images.SetKeyName(6, "");
            this.ImageList.Images.SetKeyName(7, "");
            this.ImageList.Images.SetKeyName(8, "");
            this.ImageList.Images.SetKeyName(9, "");
            this.ImageList.Images.SetKeyName(10, "");
            this.ImageList.Images.SetKeyName(11, "");
            this.ImageList.Images.SetKeyName(12, "");
            this.ImageList.Images.SetKeyName(13, "");
            this.ImageList.Images.SetKeyName(14, "");
            this.ImageList.Images.SetKeyName(15, "");
            this.ImageList.Images.SetKeyName(16, "");
            this.ImageList.Images.SetKeyName(17, "");
            this.ImageList.Images.SetKeyName(18, "");
            this.ImageList.Images.SetKeyName(19, "");
            this.ImageList.Images.SetKeyName(20, "");
            this.ImageList.Images.SetKeyName(21, "");
            //
            // m_pnl_out_place_dm
            //
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
            this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 442);
            this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
            this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
            this.m_pnl_out_place_dm.Size = new System.Drawing.Size(692, 36);
            this.m_pnl_out_place_dm.TabIndex = 19;
            //
            // m_cmd_insert
            //
            this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_insert.ImageIndex = 2;
            this.m_cmd_insert.ImageList = this.ImageList;
            this.m_cmd_insert.Location = new System.Drawing.Point(336, 4);
            this.m_cmd_insert.Name = "m_cmd_insert";
            this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_insert.TabIndex = 12;
            this.m_cmd_insert.Text = "&Thêm";
            //
            // m_cmd_update
            //
            this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_update.ImageIndex = 3;
            this.m_cmd_update.ImageList = this.ImageList;
            this.m_cmd_update.Location = new System.Drawing.Point(424, 4);
            this.m_cmd_update.Name = "m_cmd_update";
            this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_update.TabIndex = 13;
            this.m_cmd_update.Text = "&Sửa";
            //
            // m_cmd_view
            //
            this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_view.ImageIndex = 18;
            this.m_cmd_view.ImageList = this.ImageList;
            this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
            this.m_cmd_view.Name = "m_cmd_view";
            this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_view.TabIndex = 21;
            this.m_cmd_view.Text = "Xem";
            //
            // m_cmd_delete
            //
            this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_delete.ImageIndex = 4;
            this.m_cmd_delete.ImageList = this.ImageList;
            this.m_cmd_delete.Location = new System.Drawing.Point(512, 4);
            this.m_cmd_delete.Name = "m_cmd_delete";
            this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_delete.TabIndex = 14;
            this.m_cmd_delete.Text = "&Xoá";
            //
            // m_cmd_exit
            //
            this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_exit.ImageIndex = 12;
            this.m_cmd_exit.ImageList = this.ImageList;
            this.m_cmd_exit.Location = new System.Drawing.Point(600, 4);
            this.m_cmd_exit.Name = "m_cmd_exit";
            this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_exit.TabIndex = 11;
            this.m_cmd_exit.Text = "Thoát (Esc)";
            //
            // m_grv_nha_cc
            //
            this.m_grv_nha_cc.ColumnInfo = resources.GetString("m_grv_nha_cc.ColumnInfo");
            this.m_grv_nha_cc.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_grv_nha_cc.Location = new System.Drawing.Point(0, 104);
            this.m_grv_nha_cc.Name = "m_grv_nha_cc";
            this.m_grv_nha_cc.Size = new System.Drawing.Size(692, 338);
            this.m_grv_nha_cc.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_nha_cc.Styles"));
            this.m_grv_nha_cc.TabIndex = 20;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.m_cmd_search);
            this.panel1.Controls.Add(this.m_txt_tu_khoa);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.m_lbl_tieu_de);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(692, 98);
            this.panel1.TabIndex = 24;
            //
            // m_cmd_search
            //
            this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_search.ImageIndex = 18;
            this.m_cmd_search.ImageList = this.ImageList;
            this.m_cmd_search.Location = new System.Drawing.Point(461, 40);
            this.m_cmd_search.Name = "m_cmd_search";
            this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_search.TabIndex = 22;
            this.m_cmd_search.Text = "Tìm kiếm";
            //
            // m_txt_tu_khoa
            //
            this.m_txt_tu_khoa.Location = new System.Drawing.Point(245, 46);
            this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
            this.m_txt_tu_khoa.Size = new System.Drawing.Size(191, 20);
            this.m_txt_tu_khoa.TabIndex = 2;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(168, 46);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(55, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "Từ khóa";
            //
            // m_lbl_tieu_de
            //
            this.m_lbl_tieu_de.Dock = System.Windows.Forms.DockStyle.Top;
            this.m_lbl_tieu_de.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_tieu_de.Location = new System.Drawing.Point(0, 0);
            this.m_lbl_tieu_de.Name = "m_lbl_tieu_de";
            this.m_lbl_tieu_de.Size = new System.Drawing.Size(692, 26);
            this.m_lbl_tieu_de.TabIndex = 0;
            this.m_lbl_tieu_de.Text = "DANH SÁCH  NHÀ CUNG CẤP";
            this.m_lbl_tieu_de.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // f528_DM_NHA_CC
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(692, 478);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.m_grv_nha_cc);
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f400_bao_cao_danh_muc_o_to));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_export_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_txt_search = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.m_cbo_trang_thai_tai_san = new System.Windows.Forms.ComboBox();
     this.m_txt_loai_hinh_don_vi = new System.Windows.Forms.TextBox();
     this.m_txt_ma_don_vi = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.m_lbl_ten_bao_cao = new System.Windows.Forms.Label();
     this.m_cbo_don_vi_su_dung = new System.Windows.Forms.ComboBox();
     this.m_cbo_don_vi_chu_quan = new System.Windows.Forms.ComboBox();
     this.m_cbo_bo_tinh = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_export_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 448);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(977, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_export_excel
     //
     this.m_cmd_export_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_export_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_export_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_export_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_export_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_export_excel.ImageIndex = 19;
     this.m_cmd_export_excel.ImageList = this.ImageList;
     this.m_cmd_export_excel.Location = new System.Drawing.Point(92, 4);
     this.m_cmd_export_excel.Name = "m_cmd_export_excel";
     this.m_cmd_export_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_export_excel.TabIndex = 22;
     this.m_cmd_export_excel.Text = "Xuất Excel";
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(621, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(709, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(797, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(885, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 150);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(977, 298);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txt_search);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.m_cbo_trang_thai_tai_san);
     this.groupBox1.Controls.Add(this.m_txt_loai_hinh_don_vi);
     this.groupBox1.Controls.Add(this.m_txt_ma_don_vi);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.m_lbl_ten_bao_cao);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_su_dung);
     this.groupBox1.Controls.Add(this.m_cbo_don_vi_chu_quan);
     this.groupBox1.Controls.Add(this.m_cbo_bo_tinh);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(977, 150);
     this.groupBox1.TabIndex = 21;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Thong tin tìm kiếm";
     //
     // m_txt_search
     //
     this.m_txt_search.Location = new System.Drawing.Point(477, 116);
     this.m_txt_search.Name = "m_txt_search";
     this.m_txt_search.Size = new System.Drawing.Size(402, 20);
     this.m_txt_search.TabIndex = 14;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(386, 123);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(88, 13);
     this.label7.TabIndex = 13;
     this.label7.Text = "Từ khóa tìm kiếm";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(22, 128);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(89, 13);
     this.label6.TabIndex = 12;
     this.label6.Text = "Trạng thái tài sản";
     //
     // m_cbo_trang_thai_tai_san
     //
     this.m_cbo_trang_thai_tai_san.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trang_thai_tai_san.FormattingEnabled = true;
     this.m_cbo_trang_thai_tai_san.Location = new System.Drawing.Point(117, 123);
     this.m_cbo_trang_thai_tai_san.Name = "m_cbo_trang_thai_tai_san";
     this.m_cbo_trang_thai_tai_san.Size = new System.Drawing.Size(228, 21);
     this.m_cbo_trang_thai_tai_san.TabIndex = 11;
     //
     // m_txt_loai_hinh_don_vi
     //
     this.m_txt_loai_hinh_don_vi.Location = new System.Drawing.Point(736, 89);
     this.m_txt_loai_hinh_don_vi.Name = "m_txt_loai_hinh_don_vi";
     this.m_txt_loai_hinh_don_vi.Size = new System.Drawing.Size(143, 20);
     this.m_txt_loai_hinh_don_vi.TabIndex = 10;
     //
     // m_txt_ma_don_vi
     //
     this.m_txt_ma_don_vi.Location = new System.Drawing.Point(477, 93);
     this.m_txt_ma_don_vi.Name = "m_txt_ma_don_vi";
     this.m_txt_ma_don_vi.Size = new System.Drawing.Size(143, 20);
     this.m_txt_ma_don_vi.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(646, 95);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(83, 13);
     this.label5.TabIndex = 8;
     this.label5.Text = "Loại hình đơn vị";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(399, 95);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 13);
     this.label4.TabIndex = 7;
     this.label4.Text = "Mã đơn vị";
     //
     // m_lbl_ten_bao_cao
     //
     this.m_lbl_ten_bao_cao.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_ten_bao_cao.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_bao_cao.Location = new System.Drawing.Point(3, 16);
     this.m_lbl_ten_bao_cao.Name = "m_lbl_ten_bao_cao";
     this.m_lbl_ten_bao_cao.Size = new System.Drawing.Size(971, 31);
     this.m_lbl_ten_bao_cao.TabIndex = 6;
     this.m_lbl_ten_bao_cao.Text = "BÁO CÁO KÊ KHAI XE Ô TÔ";
     this.m_lbl_ten_bao_cao.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_cbo_don_vi_su_dung
     //
     this.m_cbo_don_vi_su_dung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_don_vi_su_dung.FormattingEnabled = true;
     this.m_cbo_don_vi_su_dung.Location = new System.Drawing.Point(117, 92);
     this.m_cbo_don_vi_su_dung.Name = "m_cbo_don_vi_su_dung";
     this.m_cbo_don_vi_su_dung.Size = new System.Drawing.Size(228, 21);
     this.m_cbo_don_vi_su_dung.TabIndex = 5;
     //
     // m_cbo_don_vi_chu_quan
     //
     this.m_cbo_don_vi_chu_quan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_don_vi_chu_quan.FormattingEnabled = true;
     this.m_cbo_don_vi_chu_quan.Location = new System.Drawing.Point(477, 50);
     this.m_cbo_don_vi_chu_quan.Name = "m_cbo_don_vi_chu_quan";
     this.m_cbo_don_vi_chu_quan.Size = new System.Drawing.Size(228, 21);
     this.m_cbo_don_vi_chu_quan.TabIndex = 4;
     //
     // m_cbo_bo_tinh
     //
     this.m_cbo_bo_tinh.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_bo_tinh.FormattingEnabled = true;
     this.m_cbo_bo_tinh.Location = new System.Drawing.Point(117, 55);
     this.m_cbo_bo_tinh.Name = "m_cbo_bo_tinh";
     this.m_cbo_bo_tinh.Size = new System.Drawing.Size(228, 21);
     this.m_cbo_bo_tinh.TabIndex = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(32, 96);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(79, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Đơn vị sử dụng";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(392, 53);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(86, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Đơn vị chủ quản";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(65, 58);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Bộ/Tỉnh";
     //
     // f400_bao_cao_danh_muc_o_to
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(977, 484);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f400_bao_cao_danh_muc_o_to";
     this.Text = "f400_bao_cao_danh_muc_o_to_de_nghi_xu_ly";
     this.Load += new System.EventHandler(this.f400_bao_cao_danh_muc_o_to_de_nghi_xu_ly_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f710_V_BC_TINH_HINH_CPN_THEO_PHONG_BAN));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_cmd_tim_kiem = new SIS.Controls.Button.SiSButton();
     this.m_txt_tim_kiem = new System.Windows.Forms.TextBox();
     this.m_lbl_tu_khoa = new System.Windows.Forms.Label();
     this.m_dt_tu_ngay = new System.Windows.Forms.DateTimePicker();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_dt_den_ngay = new System.Windows.Forms.DateTimePicker();
     this.label3 = new System.Windows.Forms.Label();
     this.m_lbl_tong_so_vuot_dm = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.toolTip2 = new System.Windows.Forms.ToolTip(this.components);
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 525);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(993, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(104, 28);
     this.m_cmd_xuat_excel.TabIndex = 21;
     this.m_cmd_xuat_excel.Text = "Xuất ra Excel";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(894, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(95, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 158);
     this.m_fg.Name = "m_fg";
     this.m_fg.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Cell;
     this.m_fg.Size = new System.Drawing.Size(993, 367);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     this.toolTip1.SetToolTip(this.m_fg, "Bạn nhấp đúp chuột để xem chi tiết định mức");
     //
     // m_cmd_tim_kiem
     //
     this.m_cmd_tim_kiem.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem.ForeColor = System.Drawing.Color.Maroon;
     this.m_cmd_tim_kiem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem.ImageIndex = 18;
     this.m_cmd_tim_kiem.ImageList = this.ImageList;
     this.m_cmd_tim_kiem.Location = new System.Drawing.Point(656, 58);
     this.m_cmd_tim_kiem.Name = "m_cmd_tim_kiem";
     this.m_cmd_tim_kiem.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_tim_kiem.TabIndex = 39;
     this.m_cmd_tim_kiem.Text = "Tìm kiếm";
     this.m_cmd_tim_kiem.Click += new System.EventHandler(this.m_cmd_tim_kiem_Click);
     //
     // m_txt_tim_kiem
     //
     this.m_txt_tim_kiem.Location = new System.Drawing.Point(241, 60);
     this.m_txt_tim_kiem.Name = "m_txt_tim_kiem";
     this.m_txt_tim_kiem.Size = new System.Drawing.Size(395, 20);
     this.m_txt_tim_kiem.TabIndex = 38;
     this.toolTip2.SetToolTip(this.m_txt_tim_kiem, "Nhập Mã trung tâm, Tên trung tâm cần tìm!");
     //
     // m_lbl_tu_khoa
     //
     this.m_lbl_tu_khoa.AutoSize = true;
     this.m_lbl_tu_khoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.m_lbl_tu_khoa.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tu_khoa.Location = new System.Drawing.Point(161, 66);
     this.m_lbl_tu_khoa.Name = "m_lbl_tu_khoa";
     this.m_lbl_tu_khoa.Size = new System.Drawing.Size(50, 13);
     this.m_lbl_tu_khoa.TabIndex = 35;
     this.m_lbl_tu_khoa.Text = "Từ khóa:";
     //
     // m_dt_tu_ngay
     //
     this.m_dt_tu_ngay.Checked = false;
     this.m_dt_tu_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dt_tu_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dt_tu_ngay.Location = new System.Drawing.Point(241, 25);
     this.m_dt_tu_ngay.Name = "m_dt_tu_ngay";
     this.m_dt_tu_ngay.Size = new System.Drawing.Size(120, 20);
     this.m_dt_tu_ngay.TabIndex = 34;
     this.m_dt_tu_ngay.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.m_lbl_den_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(435, 25);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(56, 13);
     this.m_lbl_den_ngay.TabIndex = 31;
     this.m_lbl_den_ngay.Text = "Đến ngày:";
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.m_lbl_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(161, 25);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(49, 13);
     this.m_lbl_tu_ngay.TabIndex = 32;
     this.m_lbl_tu_ngay.Text = "Từ ngày:";
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(993, 35);
     this.m_lbl_header.TabIndex = 30;
     this.m_lbl_header.Text = "BÁO CÁO TÌNH HÌNH VPP THEO TRUNG TÂM - BAN";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_dt_den_ngay);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.m_lbl_tong_so_vuot_dm);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.m_lbl_tu_ngay);
     this.panel1.Controls.Add(this.m_cmd_tim_kiem);
     this.panel1.Controls.Add(this.m_lbl_den_ngay);
     this.panel1.Controls.Add(this.m_txt_tim_kiem);
     this.panel1.Controls.Add(this.m_dt_tu_ngay);
     this.panel1.Controls.Add(this.m_lbl_tu_khoa);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 35);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 123);
     this.panel1.TabIndex = 2830;
     //
     // m_dt_den_ngay
     //
     this.m_dt_den_ngay.Checked = false;
     this.m_dt_den_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dt_den_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dt_den_ngay.Location = new System.Drawing.Point(526, 25);
     this.m_dt_den_ngay.Name = "m_dt_den_ngay";
     this.m_dt_den_ngay.Size = new System.Drawing.Size(120, 20);
     this.m_dt_den_ngay.TabIndex = 45;
     this.m_dt_den_ngay.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(557, 88);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(0, 13);
     this.label3.TabIndex = 44;
     //
     // m_lbl_tong_so_vuot_dm
     //
     this.m_lbl_tong_so_vuot_dm.AutoSize = true;
     this.m_lbl_tong_so_vuot_dm.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tong_so_vuot_dm.Location = new System.Drawing.Point(260, 102);
     this.m_lbl_tong_so_vuot_dm.Name = "m_lbl_tong_so_vuot_dm";
     this.m_lbl_tong_so_vuot_dm.Size = new System.Drawing.Size(14, 13);
     this.m_lbl_tong_so_vuot_dm.TabIndex = 43;
     this.m_lbl_tong_so_vuot_dm.Text = "0";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 102);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(232, 13);
     this.label1.TabIndex = 42;
     this.label1.Text = "Tổng số trung tâm- ban vượt định mức: ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(456, 102);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(251, 13);
     this.label2.TabIndex = 41;
     this.label2.Text = "Các trung tâm vượt định mức sẽ được đánh dấu đỏ";
     //
     // toolTip1
     //
     this.toolTip1.AutoPopDelay = 4500;
     this.toolTip1.InitialDelay = 450;
     this.toolTip1.ReshowDelay = 50;
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // toolTip2
     //
     this.toolTip2.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     //
     // f710_V_BC_TINH_HINH_CPN_THEO_PHONG_BAN
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(993, 561);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f710_V_BC_TINH_HINH_CPN_THEO_PHONG_BAN";
     this.Text = "f710 - Báo cáo tình hình VPP theo Trung tâm - Ban";
     this.Load += new System.EventHandler(this.f710_V_BC_TINH_HINH_CPN_THEO_PHONG_BAN_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_fg_KeyDown);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f446_DM_V_GD_PHONG_BAN_DINH_MUC));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_lbl_loai_dm = new System.Windows.Forms.Label();
     this.m_cbo_loai_dm = new System.Windows.Forms.ComboBox();
     this.m_lbl_trung_tam = new System.Windows.Forms.Label();
     this.m_cbo_trung_tam = new System.Windows.Forms.ComboBox();
     this.m_lbl_tim_kiem = new System.Windows.Forms.Label();
     this.m_txt_tim_kiem = new System.Windows.Forms.TextBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 471);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(903, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(547, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(635, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     this.m_cmd_view.Visible = false;
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(723, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(811, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 141);
     this.m_fg.Name = "m_fg";
     this.m_fg.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_fg.Size = new System.Drawing.Size(903, 330);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     this.m_fg.DoubleClick += new System.EventHandler(this.m_fg_DoubleClick);
     //
     // m_lbl_header
     //
     this.m_lbl_header.AutoSize = true;
     this.m_lbl_header.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(273, 9);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(454, 22);
     this.m_lbl_header.TabIndex = 21;
     this.m_lbl_header.Text = "CÁCH TÍNH ĐỊNH MỨC TỪNG TRUNG TÂM/BAN";
     //
     // m_lbl_loai_dm
     //
     this.m_lbl_loai_dm.AutoSize = true;
     this.m_lbl_loai_dm.Location = new System.Drawing.Point(239, 47);
     this.m_lbl_loai_dm.Name = "m_lbl_loai_dm";
     this.m_lbl_loai_dm.Size = new System.Drawing.Size(115, 13);
     this.m_lbl_loai_dm.TabIndex = 22;
     this.m_lbl_loai_dm.Text = "Lọc theo loại định mức";
     //
     // m_cbo_loai_dm
     //
     this.m_cbo_loai_dm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_cbo_loai_dm.FormattingEnabled = true;
     this.m_cbo_loai_dm.Location = new System.Drawing.Point(365, 44);
     this.m_cbo_loai_dm.Name = "m_cbo_loai_dm";
     this.m_cbo_loai_dm.Size = new System.Drawing.Size(305, 21);
     this.m_cbo_loai_dm.TabIndex = 23;
     //
     // m_lbl_trung_tam
     //
     this.m_lbl_trung_tam.AutoSize = true;
     this.m_lbl_trung_tam.Location = new System.Drawing.Point(239, 75);
     this.m_lbl_trung_tam.Name = "m_lbl_trung_tam";
     this.m_lbl_trung_tam.Size = new System.Drawing.Size(124, 13);
     this.m_lbl_trung_tam.TabIndex = 22;
     this.m_lbl_trung_tam.Text = "Lọc theo Trung tâm/Ban";
     //
     // m_cbo_trung_tam
     //
     this.m_cbo_trung_tam.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.m_cbo_trung_tam.FormattingEnabled = true;
     this.m_cbo_trung_tam.Location = new System.Drawing.Point(365, 72);
     this.m_cbo_trung_tam.Name = "m_cbo_trung_tam";
     this.m_cbo_trung_tam.Size = new System.Drawing.Size(305, 21);
     this.m_cbo_trung_tam.TabIndex = 23;
     //
     // m_lbl_tim_kiem
     //
     this.m_lbl_tim_kiem.AutoSize = true;
     this.m_lbl_tim_kiem.Location = new System.Drawing.Point(239, 102);
     this.m_lbl_tim_kiem.Name = "m_lbl_tim_kiem";
     this.m_lbl_tim_kiem.Size = new System.Drawing.Size(88, 13);
     this.m_lbl_tim_kiem.TabIndex = 24;
     this.m_lbl_tim_kiem.Text = "Từ khóa tìm kiếm";
     //
     // m_txt_tim_kiem
     //
     this.m_txt_tim_kiem.Location = new System.Drawing.Point(365, 99);
     this.m_txt_tim_kiem.Name = "m_txt_tim_kiem";
     this.m_txt_tim_kiem.Size = new System.Drawing.Size(305, 20);
     this.m_txt_tim_kiem.TabIndex = 25;
     //
     // f446_DM_V_GD_PHONG_BAN_DINH_MUC
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(903, 507);
     this.Controls.Add(this.m_txt_tim_kiem);
     this.Controls.Add(this.m_lbl_tim_kiem);
     this.Controls.Add(this.m_cbo_trung_tam);
     this.Controls.Add(this.m_lbl_trung_tam);
     this.Controls.Add(this.m_cbo_loai_dm);
     this.Controls.Add(this.m_lbl_loai_dm);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f446_DM_V_GD_PHONG_BAN_DINH_MUC";
     this.Text = "F446 - Cách tính định mức cho trung tâm";
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(f210_RPT_TONG_HOP_HIEN_TRANG_OTO));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageSize = new System.Drawing.Size(16, 16);
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.DockPadding.All = 4;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 373);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(686, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(506, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(418, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(330, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(594, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = @"10,1,0,0,0,85,Columns:0{Width:13;}	 4{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}9{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}6{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}5{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}3{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}2{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}1{Caption:"""";Visible:True;DataType:System.String;TextAlign:LeftCenter;TextAlignFixed:CenterCenter;}7{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}8{Caption:"""";Visible:True;DataType:System.Decimal;TextAlign:RightCenter;TextAlignFixed:CenterCenter;}	";
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 0);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(686, 373);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(@"Normal{Font:Microsoft Sans Serif, 8.25pt;}	Alternate{BackColor:Info;}	Fixed{BackColor:Control;ForeColor:ControlText;Border:Flat,1,ControlDark,Both;}	Highlight{BackColor:Highlight;ForeColor:HighlightText;}	Search{BackColor:Highlight;ForeColor:HighlightText;}	Frozen{BackColor:Beige;}	EmptyArea{BackColor:AppWorkspace;Border:Flat,1,ControlDarkDark,Both;}	GrandTotal{BackColor:Black;ForeColor:White;}	Subtotal0{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal1{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal2{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal3{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal4{BackColor:ControlDarkDark;ForeColor:White;}	Subtotal5{BackColor:ControlDarkDark;ForeColor:White;}	");
     this.m_fg.TabIndex = 20;
     //
     // f210_RPT_TONG_HOP_HIEN_TRANG_OTO
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(686, 409);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f210_RPT_TONG_HOP_HIEN_TRANG_OTO";
     this.Text = "f210_RPT_TONG_HOP_HIEN_TRANG_OTO";
     this.Load += new System.EventHandler(this.f210_RPT_TONG_HOP_HIEN_TRANG_OTO_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f870_RPT_CHI_PHI_THEO_PHAP_NHAN));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_tieu_de = new System.Windows.Forms.Label();
     this.m_pnl = new System.Windows.Forms.Panel();
     this.m_cmd_tim_kiem = new SIS.Controls.Button.SiSButton();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_dat_tu_ngay = new BCTKApp.TCDatetime();
     this.m_dat_den_ngay = new BCTKApp.TCDatetime();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.m_pnl.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 343);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(580, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(224, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(312, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(400, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(488, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 101);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(580, 242);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_tieu_de
     //
     this.m_lbl_tieu_de.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_tieu_de.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tieu_de.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tieu_de.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_tieu_de.Name = "m_lbl_tieu_de";
     this.m_lbl_tieu_de.Size = new System.Drawing.Size(580, 31);
     this.m_lbl_tieu_de.TabIndex = 22;
     this.m_lbl_tieu_de.Text = "CHI PHÍ THEO PHÁP NHÂN";
     this.m_lbl_tieu_de.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_pnl
     //
     this.m_pnl.Controls.Add(this.m_dat_den_ngay);
     this.m_pnl.Controls.Add(this.m_dat_tu_ngay);
     this.m_pnl.Controls.Add(this.m_cmd_tim_kiem);
     this.m_pnl.Controls.Add(this.label2);
     this.m_pnl.Controls.Add(this.label1);
     this.m_pnl.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl.Location = new System.Drawing.Point(0, 31);
     this.m_pnl.Name = "m_pnl";
     this.m_pnl.Size = new System.Drawing.Size(580, 70);
     this.m_pnl.TabIndex = 23;
     //
     // m_cmd_tim_kiem
     //
     this.m_cmd_tim_kiem.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem.ForeColor = System.Drawing.Color.Maroon;
     this.m_cmd_tim_kiem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem.ImageIndex = 18;
     this.m_cmd_tim_kiem.ImageList = this.ImageList;
     this.m_cmd_tim_kiem.Location = new System.Drawing.Point(471, 6);
     this.m_cmd_tim_kiem.Name = "m_cmd_tim_kiem";
     this.m_cmd_tim_kiem.Size = new System.Drawing.Size(110, 48);
     this.m_cmd_tim_kiem.TabIndex = 40;
     this.m_cmd_tim_kiem.Text = "Tìm kiếm";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(165, 35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Đến ngày";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(165, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Từ ngày";
     //
     // m_dat_tu_ngay
     //
     this.m_dat_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dat_tu_ngay.Location = new System.Drawing.Point(229, 6);
     this.m_dat_tu_ngay.Mask = "00/00/0000";
     this.m_dat_tu_ngay.Name = "m_dat_tu_ngay";
     this.m_dat_tu_ngay.Size = new System.Drawing.Size(200, 20);
     this.m_dat_tu_ngay.TabIndex = 70;
     this.m_dat_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_dat_den_ngay
     //
     this.m_dat_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dat_den_ngay.Location = new System.Drawing.Point(229, 32);
     this.m_dat_den_ngay.Mask = "00/00/0000";
     this.m_dat_den_ngay.Name = "m_dat_den_ngay";
     this.m_dat_den_ngay.Size = new System.Drawing.Size(200, 20);
     this.m_dat_den_ngay.TabIndex = 71;
     this.m_dat_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // f870_RPT_CHI_PHI_THEO_PHAP_NHAN
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(580, 379);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl);
     this.Controls.Add(this.m_lbl_tieu_de);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f870_RPT_CHI_PHI_THEO_PHAP_NHAN";
     this.Text = "F870 - Chi phí theo pháp nhân";
     this.Load += new System.EventHandler(this.f870_RPT_CHI_PHI_THEO_PHAP_NHAN_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.m_pnl.ResumeLayout(false);
     this.m_pnl.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #52
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f565_V_GD_DE_XUAT_VPP));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_grv_de_xuat = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_dtp_thang = new BCTKApp.TCDatetime();
     this.m_cbo_phap_nhan = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.m_cbo_loai_de_xuat = new System.Windows.Forms.ComboBox();
     this.m_cbo_trung_tam = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.label4 = new System.Windows.Forms.Label();
     this.m_lbl_tieu_de = new System.Windows.Forms.Label();
     this.m_lbl_thang = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_de_xuat)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 498);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(901, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(545, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(633, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(721, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(809, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_grv_de_xuat
     //
     this.m_grv_de_xuat.ColumnInfo = resources.GetString("m_grv_de_xuat.ColumnInfo");
     this.m_grv_de_xuat.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_grv_de_xuat.Location = new System.Drawing.Point(0, 158);
     this.m_grv_de_xuat.Name = "m_grv_de_xuat";
     this.m_grv_de_xuat.Size = new System.Drawing.Size(901, 340);
     this.m_grv_de_xuat.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_de_xuat.Styles"));
     this.m_grv_de_xuat.TabIndex = 20;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_dtp_thang);
     this.panel1.Controls.Add(this.m_cbo_phap_nhan);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.m_cbo_loai_de_xuat);
     this.panel1.Controls.Add(this.m_cbo_trung_tam);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_lbl_tieu_de);
     this.panel1.Controls.Add(this.m_lbl_thang);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(901, 152);
     this.panel1.TabIndex = 23;
     //
     // m_dtp_thang
     //
     this.m_dtp_thang.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_dtp_thang.Format = BCTKApp.TCDatetime.DinhDang.MM_yyyy;
     this.m_dtp_thang.Location = new System.Drawing.Point(323, 48);
     this.m_dtp_thang.Mask = "00/0000";
     this.m_dtp_thang.Name = "m_dtp_thang";
     this.m_dtp_thang.Size = new System.Drawing.Size(81, 20);
     this.m_dtp_thang.TabIndex = 53;
     this.m_dtp_thang.ValidatingType = typeof(System.DateTime);
     //
     // m_cbo_phap_nhan
     //
     this.m_cbo_phap_nhan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_phap_nhan.FormattingEnabled = true;
     this.m_cbo_phap_nhan.Location = new System.Drawing.Point(503, 47);
     this.m_cbo_phap_nhan.Name = "m_cbo_phap_nhan";
     this.m_cbo_phap_nhan.Size = new System.Drawing.Size(122, 21);
     this.m_cbo_phap_nhan.TabIndex = 52;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(419, 52);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 16);
     this.label2.TabIndex = 51;
     this.label2.Text = "Pháp nhân";
     //
     // m_cbo_loai_de_xuat
     //
     this.m_cbo_loai_de_xuat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_loai_de_xuat.FormattingEnabled = true;
     this.m_cbo_loai_de_xuat.Location = new System.Drawing.Point(323, 78);
     this.m_cbo_loai_de_xuat.Name = "m_cbo_loai_de_xuat";
     this.m_cbo_loai_de_xuat.Size = new System.Drawing.Size(302, 21);
     this.m_cbo_loai_de_xuat.TabIndex = 32;
     //
     // m_cbo_trung_tam
     //
     this.m_cbo_trung_tam.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trung_tam.FormattingEnabled = true;
     this.m_cbo_trung_tam.Location = new System.Drawing.Point(323, 109);
     this.m_cbo_trung_tam.Name = "m_cbo_trung_tam";
     this.m_cbo_trung_tam.Size = new System.Drawing.Size(302, 21);
     this.m_cbo_trung_tam.TabIndex = 32;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(253, 86);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(66, 13);
     this.label1.TabIndex = 31;
     this.label1.Text = "Loại đề xuất";
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(645, 104);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 22;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(253, 117);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(55, 13);
     this.label4.TabIndex = 31;
     this.label4.Text = "Trung tâm";
     //
     // m_lbl_tieu_de
     //
     this.m_lbl_tieu_de.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_tieu_de.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tieu_de.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_tieu_de.Name = "m_lbl_tieu_de";
     this.m_lbl_tieu_de.Size = new System.Drawing.Size(901, 36);
     this.m_lbl_tieu_de.TabIndex = 28;
     this.m_lbl_tieu_de.Text = "NHẬP ĐỀ XUẤT THEO TRUNG TÂM";
     this.m_lbl_tieu_de.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_lbl_thang
     //
     this.m_lbl_thang.AutoSize = true;
     this.m_lbl_thang.Location = new System.Drawing.Point(253, 54);
     this.m_lbl_thang.Name = "m_lbl_thang";
     this.m_lbl_thang.Size = new System.Drawing.Size(38, 13);
     this.m_lbl_thang.TabIndex = 2;
     this.m_lbl_thang.Text = "Tháng";
     //
     // f565_V_GD_DE_XUAT_VPP
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(901, 534);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_grv_de_xuat);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f565_V_GD_DE_XUAT_VPP";
     this.Text = "F565- Nhập đề xuất theo trung tâm";
     this.Load += new System.EventHandler(this.f565_V_GD_DE_XUAT_VPP_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_grv_de_xuat)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f230_danh_muc_hs_theo_lop));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_txt_search = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_cbo_lop_mon = new System.Windows.Forms.ComboBox();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.label2 = new System.Windows.Forms.Label();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.m_cbo_trang_thai_hv = new System.Windows.Forms.ComboBox();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 505);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(894, 36);
     this.m_pnl_out_place_dm.TabIndex = 3;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(538, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 1;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(626, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 2;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xuat_excel.TabIndex = 0;
     this.m_cmd_xuat_excel.Text = "Xuất Excel";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(714, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 3;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(802, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 4;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 148);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(894, 357);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_cbo_trang_thai_hv);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.m_txt_search);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_cbo_lop_mon);
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 45);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(894, 103);
     this.panel1.TabIndex = 1;
     //
     // m_txt_search
     //
     this.m_txt_search.Location = new System.Drawing.Point(129, 59);
     this.m_txt_search.Name = "m_txt_search";
     this.m_txt_search.Size = new System.Drawing.Size(260, 20);
     this.m_txt_search.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 62);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(108, 13);
     this.label1.TabIndex = 2;
     this.label1.Text = "Tìm kiếm (mã-tên HS)";
     //
     // m_cbo_lop_mon
     //
     this.m_cbo_lop_mon.FormattingEnabled = true;
     this.m_cbo_lop_mon.Location = new System.Drawing.Point(129, 9);
     this.m_cbo_lop_mon.Name = "m_cbo_lop_mon";
     this.m_cbo_lop_mon.Size = new System.Drawing.Size(121, 21);
     this.m_cbo_lop_mon.TabIndex = 1;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 5;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(414, 54);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 4;
     this.m_cmd_search.Text = "Lọc dữ liệu";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 12);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Lớp môn";
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(894, 45);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "DANH SÁCH HỌC SINH THEO LỚP MÔN";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 37);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(58, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "Trạng thái ";
     //
     // m_cbo_trang_thai_hv
     //
     this.m_cbo_trang_thai_hv.FormattingEnabled = true;
     this.m_cbo_trang_thai_hv.Location = new System.Drawing.Point(129, 34);
     this.m_cbo_trang_thai_hv.Name = "m_cbo_trang_thai_hv";
     this.m_cbo_trang_thai_hv.Size = new System.Drawing.Size(176, 21);
     this.m_cbo_trang_thai_hv.TabIndex = 6;
     //
     // f230_danh_muc_hs_theo_lop
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(894, 541);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f230_danh_muc_hs_theo_lop";
     this.Text = "F230 - Danh mục học sinh theo lớp";
     this.Load += new System.EventHandler(this.f230_danh_muc_hs_theo_lop_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
            return v_obj_trans;
        }

        private void grid2us_object(US_V_GD_DON_DAT_HANG_DETAIL i_us
            , int i_grid_row)
        {
            DataRow v_dr;
            v_dr = (DataRow) m_grv_don_hang_de.Rows[i_grid_row].UserData;
            m_obj_trans.GridRow2DataRow(i_grid_row,v_dr);
            i_us.DataRow2Me(v_dr);
        }

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f534_TRA_CUU_DON_HANG_DE));
            this.ImageList = new System.Windows.Forms.ImageList(this.components);
            this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
            this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
            this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
            this.m_cmd_update = new SIS.Controls.Button.SiSButton();
            this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
            this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
            this.m_grv_don_hang_de = new C1.Win.C1FlexGrid.C1FlexGrid();
            this.panel1 = new System.Windows.Forms.Panel();
            this.m_lbl_ma_hd = new System.Windows.Forms.Label();
            this.m_lbl_ma_hoa_don = new System.Windows.Forms.Label();
            this.m_lbl_tong_tien = new System.Windows.Forms.Label();
            this.m_lbl_tong = new System.Windows.Forms.Label();
            this.m_lbl_ten_trung_tam = new System.Windows.Forms.Label();
            this.m_lbl_trung_tam = new System.Windows.Forms.Label();
            this.m_lbl_tieu_de = new System.Windows.Forms.Label();
            this.m_pnl_out_place_dm.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.m_grv_don_hang_de)).BeginInit();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // ImageList
            //
            this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
            this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
            this.ImageList.Images.SetKeyName(0, "");
            this.ImageList.Images.SetKeyName(1, "");
            this.ImageList.Images.SetKeyName(2, "");
            this.ImageList.Images.SetKeyName(3, "");
            this.ImageList.Images.SetKeyName(4, "");
            this.ImageList.Images.SetKeyName(5, "");
            this.ImageList.Images.SetKeyName(6, "");
            this.ImageList.Images.SetKeyName(7, "");
            this.ImageList.Images.SetKeyName(8, "");
            this.ImageList.Images.SetKeyName(9, "");
            this.ImageList.Images.SetKeyName(10, "");
            this.ImageList.Images.SetKeyName(11, "");
            this.ImageList.Images.SetKeyName(12, "");
            this.ImageList.Images.SetKeyName(13, "");
            this.ImageList.Images.SetKeyName(14, "");
            this.ImageList.Images.SetKeyName(15, "");
            this.ImageList.Images.SetKeyName(16, "");
            this.ImageList.Images.SetKeyName(17, "");
            this.ImageList.Images.SetKeyName(18, "");
            this.ImageList.Images.SetKeyName(19, "");
            this.ImageList.Images.SetKeyName(20, "");
            this.ImageList.Images.SetKeyName(21, "");
            //
            // m_pnl_out_place_dm
            //
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
            this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
            this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 418);
            this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
            this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
            this.m_pnl_out_place_dm.Size = new System.Drawing.Size(752, 36);
            this.m_pnl_out_place_dm.TabIndex = 19;
            //
            // m_cmd_xuat_excel
            //
            this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
            this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_xuat_excel.ImageIndex = 19;
            this.m_cmd_xuat_excel.ImageList = this.ImageList;
            this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
            this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
            this.m_cmd_xuat_excel.Size = new System.Drawing.Size(102, 28);
            this.m_cmd_xuat_excel.TabIndex = 15;
            this.m_cmd_xuat_excel.Text = "Xuất &Excel";
            //
            // m_cmd_insert
            //
            this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_insert.ImageIndex = 2;
            this.m_cmd_insert.ImageList = this.ImageList;
            this.m_cmd_insert.Location = new System.Drawing.Point(396, 4);
            this.m_cmd_insert.Name = "m_cmd_insert";
            this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_insert.TabIndex = 12;
            this.m_cmd_insert.Text = "&Thêm";
            //
            // m_cmd_update
            //
            this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_update.ImageIndex = 3;
            this.m_cmd_update.ImageList = this.ImageList;
            this.m_cmd_update.Location = new System.Drawing.Point(484, 4);
            this.m_cmd_update.Name = "m_cmd_update";
            this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_update.TabIndex = 13;
            this.m_cmd_update.Text = "&Sửa";
            //
            // m_cmd_delete
            //
            this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_delete.ImageIndex = 4;
            this.m_cmd_delete.ImageList = this.ImageList;
            this.m_cmd_delete.Location = new System.Drawing.Point(572, 4);
            this.m_cmd_delete.Name = "m_cmd_delete";
            this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_delete.TabIndex = 14;
            this.m_cmd_delete.Text = "&Xoá";
            //
            // m_cmd_exit
            //
            this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
            this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
            this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
            this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
            this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.m_cmd_exit.ImageIndex = 12;
            this.m_cmd_exit.ImageList = this.ImageList;
            this.m_cmd_exit.Location = new System.Drawing.Point(660, 4);
            this.m_cmd_exit.Name = "m_cmd_exit";
            this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
            this.m_cmd_exit.TabIndex = 11;
            this.m_cmd_exit.Text = "Thoát (Esc)";
            //
            // m_grv_don_hang_de
            //
            this.m_grv_don_hang_de.ColumnInfo = resources.GetString("m_grv_don_hang_de.ColumnInfo");
            this.m_grv_don_hang_de.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.m_grv_don_hang_de.Location = new System.Drawing.Point(0, 150);
            this.m_grv_don_hang_de.Name = "m_grv_don_hang_de";
            this.m_grv_don_hang_de.Size = new System.Drawing.Size(752, 268);
            this.m_grv_don_hang_de.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_grv_don_hang_de.Styles"));
            this.m_grv_don_hang_de.TabIndex = 20;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.m_lbl_ma_hd);
            this.panel1.Controls.Add(this.m_lbl_ma_hoa_don);
            this.panel1.Controls.Add(this.m_lbl_tong_tien);
            this.panel1.Controls.Add(this.m_lbl_tong);
            this.panel1.Controls.Add(this.m_lbl_ten_trung_tam);
            this.panel1.Controls.Add(this.m_lbl_trung_tam);
            this.panel1.Controls.Add(this.m_lbl_tieu_de);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(752, 144);
            this.panel1.TabIndex = 22;
            //
            // m_lbl_ma_hd
            //
            this.m_lbl_ma_hd.AutoSize = true;
            this.m_lbl_ma_hd.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_ma_hd.Location = new System.Drawing.Point(366, 77);
            this.m_lbl_ma_hd.Name = "m_lbl_ma_hd";
            this.m_lbl_ma_hd.Size = new System.Drawing.Size(68, 16);
            this.m_lbl_ma_hd.TabIndex = 34;
            this.m_lbl_ma_hd.Text = "...............";
            //
            // m_lbl_ma_hoa_don
            //
            this.m_lbl_ma_hoa_don.AutoSize = true;
            this.m_lbl_ma_hoa_don.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_ma_hoa_don.Location = new System.Drawing.Point(263, 77);
            this.m_lbl_ma_hoa_don.Name = "m_lbl_ma_hoa_don";
            this.m_lbl_ma_hoa_don.Size = new System.Drawing.Size(88, 16);
            this.m_lbl_ma_hoa_don.TabIndex = 33;
            this.m_lbl_ma_hoa_don.Text = "Mã hóa đơn : ";
            //
            // m_lbl_tong_tien
            //
            this.m_lbl_tong_tien.AutoSize = true;
            this.m_lbl_tong_tien.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_tong_tien.Location = new System.Drawing.Point(159, 112);
            this.m_lbl_tong_tien.Name = "m_lbl_tong_tien";
            this.m_lbl_tong_tien.Size = new System.Drawing.Size(68, 16);
            this.m_lbl_tong_tien.TabIndex = 32;
            this.m_lbl_tong_tien.Text = "...............";
            //
            // m_lbl_tong
            //
            this.m_lbl_tong.AutoSize = true;
            this.m_lbl_tong.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_tong.Location = new System.Drawing.Point(23, 112);
            this.m_lbl_tong.Name = "m_lbl_tong";
            this.m_lbl_tong.Size = new System.Drawing.Size(130, 16);
            this.m_lbl_tong.TabIndex = 31;
            this.m_lbl_tong.Text = "Tổng tiền (có VAT ) :";
            //
            // m_lbl_ten_trung_tam
            //
            this.m_lbl_ten_trung_tam.AutoSize = true;
            this.m_lbl_ten_trung_tam.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_ten_trung_tam.Location = new System.Drawing.Point(366, 47);
            this.m_lbl_ten_trung_tam.Name = "m_lbl_ten_trung_tam";
            this.m_lbl_ten_trung_tam.Size = new System.Drawing.Size(68, 16);
            this.m_lbl_ten_trung_tam.TabIndex = 30;
            this.m_lbl_ten_trung_tam.Text = "...............";
            //
            // m_lbl_trung_tam
            //
            this.m_lbl_trung_tam.AutoSize = true;
            this.m_lbl_trung_tam.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_trung_tam.Location = new System.Drawing.Point(262, 47);
            this.m_lbl_trung_tam.Name = "m_lbl_trung_tam";
            this.m_lbl_trung_tam.Size = new System.Drawing.Size(91, 16);
            this.m_lbl_trung_tam.TabIndex = 29;
            this.m_lbl_trung_tam.Text = "TRUNG TÂM : ";
            //
            // m_lbl_tieu_de
            //
            this.m_lbl_tieu_de.Dock = System.Windows.Forms.DockStyle.Top;
            this.m_lbl_tieu_de.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.m_lbl_tieu_de.Location = new System.Drawing.Point(0, 0);
            this.m_lbl_tieu_de.Name = "m_lbl_tieu_de";
            this.m_lbl_tieu_de.Size = new System.Drawing.Size(752, 32);
            this.m_lbl_tieu_de.TabIndex = 28;
            this.m_lbl_tieu_de.Text = "CHI TIẾT ĐƠN ĐẶT HÀNG";
            this.m_lbl_tieu_de.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // f534_TRA_CUU_DON_HANG_DE
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(752, 454);
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f405_V_TONG_HOP_CPN_THEO_PHONG_BAN));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_xuat_excel_pn_pb = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_lbl_ten_pb = new System.Windows.Forms.Label();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_cbo_ten_pb = new System.Windows.Forms.ComboBox();
     this.m_lbl_trang_thai = new System.Windows.Forms.Label();
     this.m_cbo_trang_thai = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.m_lbl_ghi_chu = new System.Windows.Forms.Label();
     this.m_cmd_tim_kiem = new SIS.Controls.Button.SiSButton();
     this.m_cmd_tim_kiem_bill_co_so_tien = new SIS.Controls.Button.SiSButton();
     this.m_fg_excel = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_dt_den_ngay = new BCTKApp.TCDatetime();
     this.m_dt_tu_ngay = new BCTKApp.TCDatetime();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_excel)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel_pn_pb);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 601);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(1034, 39);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_xuat_excel_pn_pb
     //
     this.m_cmd_xuat_excel_pn_pb.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel_pn_pb.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel_pn_pb.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel_pn_pb.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel_pn_pb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel_pn_pb.ImageIndex = 19;
     this.m_cmd_xuat_excel_pn_pb.ImageList = this.ImageList;
     this.m_cmd_xuat_excel_pn_pb.Location = new System.Drawing.Point(147, 4);
     this.m_cmd_xuat_excel_pn_pb.Name = "m_cmd_xuat_excel_pn_pb";
     this.m_cmd_xuat_excel_pn_pb.Size = new System.Drawing.Size(303, 31);
     this.m_cmd_xuat_excel_pn_pb.TabIndex = 23;
     this.m_cmd_xuat_excel_pn_pb.Text = "Xuất Excel DS Bill theo Pháp nhân - phòng ban";
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(143, 31);
     this.m_cmd_xuat_excel.TabIndex = 22;
     this.m_cmd_xuat_excel.Text = "Xuất Excel DS Bill";
     this.m_cmd_xuat_excel.Click += new System.EventHandler(this.m_cmd_xuat_excel_Click);
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(678, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 31);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     this.m_cmd_insert.Visible = false;
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(766, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 31);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     this.m_cmd_update.Visible = false;
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(854, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 31);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     this.m_cmd_delete.Visible = false;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(942, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 31);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.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.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Location = new System.Drawing.Point(0, 173);
     this.m_fg.Name = "m_fg";
     this.m_fg.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_fg.Size = new System.Drawing.Size(1022, 422);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 13;
     this.toolTip1.SetToolTip(this.m_fg, "Nhấp đúp chuột vào dòng để xem chi tiết.");
     this.m_fg.DoubleClick += new System.EventHandler(this.m_fg_DoubleClick);
     //
     // m_lbl_header
     //
     this.m_lbl_header.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.m_lbl_header.AutoSize = true;
     this.m_lbl_header.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(373, 9);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(260, 22);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "TRA CỨU THÔNG TIN BILL";
     //
     // m_lbl_ten_pb
     //
     this.m_lbl_ten_pb.AutoSize = true;
     this.m_lbl_ten_pb.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ten_pb.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_ten_pb.Location = new System.Drawing.Point(181, 50);
     this.m_lbl_ten_pb.Name = "m_lbl_ten_pb";
     this.m_lbl_ten_pb.Size = new System.Drawing.Size(96, 15);
     this.m_lbl_ten_pb.TabIndex = 1;
     this.m_lbl_ten_pb.Text = "Chọn Pháp nhân";
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_den_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(510, 80);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(62, 15);
     this.m_lbl_den_ngay.TabIndex = 5;
     this.m_lbl_den_ngay.Text = "Đến ngày:";
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(222, 80);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(55, 15);
     this.m_lbl_tu_ngay.TabIndex = 3;
     this.m_lbl_tu_ngay.Text = "Từ ngày:";
     //
     // m_cbo_ten_pb
     //
     this.m_cbo_ten_pb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_ten_pb.FormattingEnabled = true;
     this.m_cbo_ten_pb.Location = new System.Drawing.Point(294, 48);
     this.m_cbo_ten_pb.Name = "m_cbo_ten_pb";
     this.m_cbo_ten_pb.Size = new System.Drawing.Size(396, 21);
     this.m_cbo_ten_pb.TabIndex = 2;
     //
     // m_lbl_trang_thai
     //
     this.m_lbl_trang_thai.AutoSize = true;
     this.m_lbl_trang_thai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_trang_thai.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_trang_thai.Location = new System.Drawing.Point(215, 108);
     this.m_lbl_trang_thai.Name = "m_lbl_trang_thai";
     this.m_lbl_trang_thai.Size = new System.Drawing.Size(65, 15);
     this.m_lbl_trang_thai.TabIndex = 7;
     this.m_lbl_trang_thai.Text = "Trạng thái:";
     //
     // m_cbo_trang_thai
     //
     this.m_cbo_trang_thai.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_trang_thai.FormattingEnabled = true;
     this.m_cbo_trang_thai.Location = new System.Drawing.Point(294, 102);
     this.m_cbo_trang_thai.Name = "m_cbo_trang_thai";
     this.m_cbo_trang_thai.Size = new System.Drawing.Size(176, 21);
     this.m_cbo_trang_thai.TabIndex = 8;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(222, 134);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(57, 15);
     this.label3.TabIndex = 9;
     this.label3.Text = "Từ khóa :";
     //
     // m_txt_tu_khoa
     //
     this.m_txt_tu_khoa.Location = new System.Drawing.Point(294, 129);
     this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
     this.m_txt_tu_khoa.Size = new System.Drawing.Size(339, 20);
     this.m_txt_tu_khoa.TabIndex = 10;
     this.m_txt_tu_khoa.KeyUp += new System.Windows.Forms.KeyEventHandler(this.m_cmd_tim_kiem_KeyDown);
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 100;
     //
     // m_lbl_ghi_chu
     //
     this.m_lbl_ghi_chu.AutoSize = true;
     this.m_lbl_ghi_chu.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_ghi_chu.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_ghi_chu.Location = new System.Drawing.Point(1, 154);
     this.m_lbl_ghi_chu.Name = "m_lbl_ghi_chu";
     this.m_lbl_ghi_chu.Size = new System.Drawing.Size(201, 14);
     this.m_lbl_ghi_chu.TabIndex = 15;
     this.m_lbl_ghi_chu.Text = "Nhấp đúp chuột mỗi dòng để xem chi tiết.";
     //
     // m_cmd_tim_kiem
     //
     this.m_cmd_tim_kiem.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem.ForeColor = System.Drawing.Color.Maroon;
     this.m_cmd_tim_kiem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem.ImageIndex = 18;
     this.m_cmd_tim_kiem.ImageList = this.ImageList;
     this.m_cmd_tim_kiem.Location = new System.Drawing.Point(649, 121);
     this.m_cmd_tim_kiem.Name = "m_cmd_tim_kiem";
     this.m_cmd_tim_kiem.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_tim_kiem.TabIndex = 11;
     this.m_cmd_tim_kiem.Text = "Tìm kiếm";
     //
     // m_cmd_tim_kiem_bill_co_so_tien
     //
     this.m_cmd_tim_kiem_bill_co_so_tien.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_tim_kiem_bill_co_so_tien.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_tim_kiem_bill_co_so_tien.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_tim_kiem_bill_co_so_tien.ForeColor = System.Drawing.Color.Maroon;
     this.m_cmd_tim_kiem_bill_co_so_tien.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_tim_kiem_bill_co_so_tien.ImageIndex = 18;
     this.m_cmd_tim_kiem_bill_co_so_tien.ImageList = this.ImageList;
     this.m_cmd_tim_kiem_bill_co_so_tien.Location = new System.Drawing.Point(775, 121);
     this.m_cmd_tim_kiem_bill_co_so_tien.Name = "m_cmd_tim_kiem_bill_co_so_tien";
     this.m_cmd_tim_kiem_bill_co_so_tien.Size = new System.Drawing.Size(114, 28);
     this.m_cmd_tim_kiem_bill_co_so_tien.TabIndex = 12;
     this.m_cmd_tim_kiem_bill_co_so_tien.Text = "Bill có số tiền";
     //
     // m_fg_excel
     //
     this.m_fg_excel.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.m_fg_excel.ColumnInfo = "0,0,0,0,0,85,Columns:";
     this.m_fg_excel.Location = new System.Drawing.Point(26, 232);
     this.m_fg_excel.Name = "m_fg_excel";
     this.m_fg_excel.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.m_fg_excel.Size = new System.Drawing.Size(1022, 422);
     this.m_fg_excel.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_excel.Styles"));
     this.m_fg_excel.TabIndex = 14;
     this.m_fg_excel.Visible = false;
     this.m_fg_excel.DoubleClick += new System.EventHandler(this.m_fg_DoubleClick);
     //
     // m_dt_den_ngay
     //
     this.m_dt_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dt_den_ngay.Location = new System.Drawing.Point(590, 78);
     this.m_dt_den_ngay.Mask = "00/00/0000";
     this.m_dt_den_ngay.Name = "m_dt_den_ngay";
     this.m_dt_den_ngay.Size = new System.Drawing.Size(100, 20);
     this.m_dt_den_ngay.TabIndex = 6;
     this.m_dt_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_dt_tu_ngay
     //
     this.m_dt_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_dt_tu_ngay.Location = new System.Drawing.Point(294, 75);
     this.m_dt_tu_ngay.Mask = "00/00/0000";
     this.m_dt_tu_ngay.Name = "m_dt_tu_ngay";
     this.m_dt_tu_ngay.Size = new System.Drawing.Size(100, 20);
     this.m_dt_tu_ngay.TabIndex = 4;
     this.m_dt_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // f405_V_TONG_HOP_CPN_THEO_PHONG_BAN
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1034, 640);
     this.Controls.Add(this.m_dt_den_ngay);
     this.Controls.Add(this.m_dt_tu_ngay);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_cmd_tim_kiem_bill_co_so_tien);
     this.Controls.Add(this.m_cmd_tim_kiem);
     this.Controls.Add(this.m_txt_tu_khoa);
     this.Controls.Add(this.m_cbo_ten_pb);
     this.Controls.Add(this.m_cbo_trang_thai);
     this.Controls.Add(this.m_lbl_ghi_chu);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_lbl_trang_thai);
     this.Controls.Add(this.m_lbl_tu_ngay);
     this.Controls.Add(this.m_lbl_den_ngay);
     this.Controls.Add(this.m_lbl_ten_pb);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_fg_excel);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f405_V_TONG_HOP_CPN_THEO_PHONG_BAN";
     this.Text = "F405- Tra cứu thông tin Bill";
     this.Load += new System.EventHandler(this.f405_V_TONG_HOP_CPN_THEO_PHONG_BAN_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.f405_V_TONG_HOP_CPN_THEO_PHONG_BAN_KeyDown);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_excel)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_RPT_TONG_HOP_HIEN_TRANG_TSK));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 373);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(686, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(330, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(418, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(506, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(594, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 0);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(686, 373);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // frm_RPT_TONG_HOP_HIEN_TRANG_TSK
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(686, 409);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "frm_RPT_TONG_HOP_HIEN_TRANG_TSK";
     this.Text = "frm_RPT_TONG_HOP_HIEN_TRANG_TSK";
     this.Load += new System.EventHandler(this.frm_RPT_TONG_HOP_HIEN_TRANG_TSK_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f462_Nhap_ma_hoa_don_NCC));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg_don_dat_hang = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_pnl_header = new System.Windows.Forms.Panel();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_pnl_don_dat_hang = new System.Windows.Forms.Panel();
     this.m_cmd_save = new SIS.Controls.Button.SiSButton();
     this.m_cbo_loc = new System.Windows.Forms.ComboBox();
     this.m_dt_chon_thang = new System.Windows.Forms.DateTimePicker();
     this.m_lbl_ds_don_dat_hang = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_chon_trang_thai = new System.Windows.Forms.Label();
     this.m_lbl_loading = new System.Windows.Forms.Label();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_pnl_don_dat_hang_de = new System.Windows.Forms.Panel();
     this.m_lbl_ds_don_dat_hang_de = new System.Windows.Forms.Label();
     this.m_fg_don_dat_hang_de = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.m_cbo_phong_ban = new System.Windows.Forms.ComboBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_don_dat_hang)).BeginInit();
     this.m_pnl_header.SuspendLayout();
     this.m_pnl_don_dat_hang.SuspendLayout();
     this.m_pnl_don_dat_hang_de.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_don_dat_hang_de)).BeginInit();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 598);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(938, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(582, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(670, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(758, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(846, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg_don_dat_hang
     //
     this.m_fg_don_dat_hang.ColumnInfo = resources.GetString("m_fg_don_dat_hang.ColumnInfo");
     this.m_fg_don_dat_hang.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg_don_dat_hang.Location = new System.Drawing.Point(0, 74);
     this.m_fg_don_dat_hang.Name = "m_fg_don_dat_hang";
     this.m_fg_don_dat_hang.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
     this.m_fg_don_dat_hang.Size = new System.Drawing.Size(938, 195);
     this.m_fg_don_dat_hang.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_don_dat_hang.Styles"));
     this.m_fg_don_dat_hang.TabIndex = 20;
     this.toolTip1.SetToolTip(this.m_fg_don_dat_hang, "Click chuột vào ô trên cột \"Mã HD của NCC\" để nhập ");
     //
     // m_pnl_header
     //
     this.m_pnl_header.Controls.Add(this.m_lbl_header);
     this.m_pnl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_header.Location = new System.Drawing.Point(0, 0);
     this.m_pnl_header.Name = "m_pnl_header";
     this.m_pnl_header.Size = new System.Drawing.Size(938, 47);
     this.m_pnl_header.TabIndex = 21;
     //
     // m_lbl_header
     //
     this.m_lbl_header.AutoSize = true;
     this.m_lbl_header.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(284, 9);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(282, 23);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "NHẬP MÃ HÓA ĐƠN TỪ NCC";
     //
     // m_pnl_don_dat_hang
     //
     this.m_pnl_don_dat_hang.Controls.Add(this.textBox2);
     this.m_pnl_don_dat_hang.Controls.Add(this.textBox1);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_cbo_phong_ban);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_cmd_save);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_cbo_loc);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_dt_chon_thang);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_lbl_ds_don_dat_hang);
     this.m_pnl_don_dat_hang.Controls.Add(this.label1);
     this.m_pnl_don_dat_hang.Controls.Add(this.label3);
     this.m_pnl_don_dat_hang.Controls.Add(this.label2);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_lbl_chon_trang_thai);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_lbl_loading);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_lbl_tu_ngay);
     this.m_pnl_don_dat_hang.Controls.Add(this.m_fg_don_dat_hang);
     this.m_pnl_don_dat_hang.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_pnl_don_dat_hang.Location = new System.Drawing.Point(0, 47);
     this.m_pnl_don_dat_hang.Name = "m_pnl_don_dat_hang";
     this.m_pnl_don_dat_hang.Size = new System.Drawing.Size(938, 269);
     this.m_pnl_don_dat_hang.TabIndex = 22;
     //
     // m_cmd_save
     //
     this.m_cmd_save.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_save.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_save.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_save.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_save.ImageIndex = 10;
     this.m_cmd_save.ImageList = this.ImageList;
     this.m_cmd_save.Location = new System.Drawing.Point(739, 7);
     this.m_cmd_save.Name = "m_cmd_save";
     this.m_cmd_save.Size = new System.Drawing.Size(187, 35);
     this.m_cmd_save.TabIndex = 27;
     this.m_cmd_save.Text = "Kiểm tra và lưu mã HD NCC";
     //
     // m_cbo_loc
     //
     this.m_cbo_loc.DisplayMember = "Chưa có mã HD từ NCC";
     this.m_cbo_loc.Items.AddRange(new object[] {
     "----------Tất cả---------",
     "Chưa có mã HD từ NCC",
     "Đã có mã HD từ NCC"});
     this.m_cbo_loc.Location = new System.Drawing.Point(572, 20);
     this.m_cbo_loc.Name = "m_cbo_loc";
     this.m_cbo_loc.Size = new System.Drawing.Size(151, 21);
     this.m_cbo_loc.TabIndex = 26;
     this.m_cbo_loc.Text = "Chưa có mã HD từ NCC";
     this.m_cbo_loc.SelectedIndexChanged += new System.EventHandler(this.m_cbo_loc_SelectedIndexChanged);
     //
     // m_dt_chon_thang
     //
     this.m_dt_chon_thang.Checked = false;
     this.m_dt_chon_thang.CustomFormat = "MM/yyyy";
     this.m_dt_chon_thang.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dt_chon_thang.Location = new System.Drawing.Point(86, 18);
     this.m_dt_chon_thang.Name = "m_dt_chon_thang";
     this.m_dt_chon_thang.Size = new System.Drawing.Size(84, 20);
     this.m_dt_chon_thang.TabIndex = 25;
     this.m_dt_chon_thang.Value = new System.DateTime(2001, 1, 1, 0, 0, 0, 0);
     //
     // m_lbl_ds_don_dat_hang
     //
     this.m_lbl_ds_don_dat_hang.AutoSize = true;
     this.m_lbl_ds_don_dat_hang.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_ds_don_dat_hang.Location = new System.Drawing.Point(4, 53);
     this.m_lbl_ds_don_dat_hang.Name = "m_lbl_ds_don_dat_hang";
     this.m_lbl_ds_don_dat_hang.Size = new System.Drawing.Size(127, 13);
     this.m_lbl_ds_don_dat_hang.TabIndex = 21;
     this.m_lbl_ds_don_dat_hang.Text = "Danh sách đơn đặt hàng";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location = new System.Drawing.Point(190, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(65, 15);
     this.label1.TabIndex = 24;
     this.label1.Text = "Phòng ban";
     //
     // m_lbl_chon_trang_thai
     //
     this.m_lbl_chon_trang_thai.AutoSize = true;
     this.m_lbl_chon_trang_thai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_chon_trang_thai.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_chon_trang_thai.Location = new System.Drawing.Point(481, 26);
     this.m_lbl_chon_trang_thai.Name = "m_lbl_chon_trang_thai";
     this.m_lbl_chon_trang_thai.Size = new System.Drawing.Size(85, 15);
     this.m_lbl_chon_trang_thai.TabIndex = 24;
     this.m_lbl_chon_trang_thai.Text = "Lọc danh sách";
     //
     // m_lbl_loading
     //
     this.m_lbl_loading.AutoSize = true;
     this.m_lbl_loading.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_loading.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_loading.Location = new System.Drawing.Point(334, 53);
     this.m_lbl_loading.Name = "m_lbl_loading";
     this.m_lbl_loading.Size = new System.Drawing.Size(139, 15);
     this.m_lbl_loading.TabIndex = 24;
     this.m_lbl_loading.Text = "Đang thực hiện, xin đợi...";
     this.m_lbl_loading.Visible = false;
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_tu_ngay.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(12, 22);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(70, 15);
     this.m_lbl_tu_ngay.TabIndex = 24;
     this.m_lbl_tu_ngay.Text = "Chọn tháng";
     //
     // m_pnl_don_dat_hang_de
     //
     this.m_pnl_don_dat_hang_de.Controls.Add(this.m_lbl_ds_don_dat_hang_de);
     this.m_pnl_don_dat_hang_de.Controls.Add(this.m_fg_don_dat_hang_de);
     this.m_pnl_don_dat_hang_de.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_don_dat_hang_de.Location = new System.Drawing.Point(0, 336);
     this.m_pnl_don_dat_hang_de.Name = "m_pnl_don_dat_hang_de";
     this.m_pnl_don_dat_hang_de.Size = new System.Drawing.Size(938, 262);
     this.m_pnl_don_dat_hang_de.TabIndex = 23;
     //
     // m_lbl_ds_don_dat_hang_de
     //
     this.m_lbl_ds_don_dat_hang_de.AutoSize = true;
     this.m_lbl_ds_don_dat_hang_de.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_ds_don_dat_hang_de.Location = new System.Drawing.Point(12, 14);
     this.m_lbl_ds_don_dat_hang_de.Name = "m_lbl_ds_don_dat_hang_de";
     this.m_lbl_ds_don_dat_hang_de.Size = new System.Drawing.Size(88, 13);
     this.m_lbl_ds_don_dat_hang_de.TabIndex = 21;
     this.m_lbl_ds_don_dat_hang_de.Text = "Chi tiết đơn hàng";
     //
     // m_fg_don_dat_hang_de
     //
     this.m_fg_don_dat_hang_de.ColumnInfo = resources.GetString("m_fg_don_dat_hang_de.ColumnInfo");
     this.m_fg_don_dat_hang_de.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg_don_dat_hang_de.Location = new System.Drawing.Point(0, 28);
     this.m_fg_don_dat_hang_de.Name = "m_fg_don_dat_hang_de";
     this.m_fg_don_dat_hang_de.Size = new System.Drawing.Size(938, 234);
     this.m_fg_don_dat_hang_de.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg_don_dat_hang_de.Styles"));
     this.m_fg_don_dat_hang_de.TabIndex = 21;
     //
     // m_cbo_phong_ban
     //
     this.m_cbo_phong_ban.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_phong_ban.FormattingEnabled = true;
     this.m_cbo_phong_ban.Location = new System.Drawing.Point(261, 20);
     this.m_cbo_phong_ban.Name = "m_cbo_phong_ban";
     this.m_cbo_phong_ban.Size = new System.Drawing.Size(201, 21);
     this.m_cbo_phong_ban.TabIndex = 28;
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.Yellow;
     this.textBox1.Enabled = false;
     this.textBox1.Location = new System.Drawing.Point(534, 48);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(32, 20);
     this.textBox1.TabIndex = 29;
     //
     // textBox2
     //
     this.textBox2.BackColor = System.Drawing.Color.AliceBlue;
     this.textBox2.Enabled = false;
     this.textBox2.Location = new System.Drawing.Point(750, 48);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(32, 20);
     this.textBox2.TabIndex = 29;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location = new System.Drawing.Point(572, 53);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(151, 15);
     this.label2.TabIndex = 24;
     this.label2.Text = "Đơn hàng chưa có mã NCC";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(788, 50);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(138, 15);
     this.label3.TabIndex = 24;
     this.label3.Text = "Đơn hàng đã có mà NCC";
     //
     // f462_Nhap_ma_hoa_don_NCC
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(938, 634);
     this.Controls.Add(this.m_pnl_don_dat_hang_de);
     this.Controls.Add(this.m_pnl_don_dat_hang);
     this.Controls.Add(this.m_pnl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f462_Nhap_ma_hoa_don_NCC";
     this.Text = "f462 -Nhập mã hóa đơn từ NCC";
     this.Load += new System.EventHandler(this.f461_Nhap_ma_hoa_don_NCC_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.f462_Nhap_ma_hoa_don_NCC_KeyDown);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_don_dat_hang)).EndInit();
     this.m_pnl_header.ResumeLayout(false);
     this.m_pnl_header.PerformLayout();
     this.m_pnl_don_dat_hang.ResumeLayout(false);
     this.m_pnl_don_dat_hang.PerformLayout();
     this.m_pnl_don_dat_hang_de.ResumeLayout(false);
     this.m_pnl_don_dat_hang_de.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg_don_dat_hang_de)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f540_V_DM_CO_SO_DINH_MUC));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 448);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(778, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(422, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(510, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.ImageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(598, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(686, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 135);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(778, 313);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(778, 53);
     this.m_lbl_header.TabIndex = 21;
     this.m_lbl_header.Text = "DANH SÁCH CƠ SỞ TÍNH ĐỊNH MỨC";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     this.imageList1.Images.SetKeyName(16, "");
     this.imageList1.Images.SetKeyName(17, "");
     this.imageList1.Images.SetKeyName(18, "");
     this.imageList1.Images.SetKeyName(19, "");
     this.imageList1.Images.SetKeyName(20, "");
     this.imageList1.Images.SetKeyName(21, "");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.m_cmd_search);
     this.panel1.Controls.Add(this.m_txt_tu_khoa);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 53);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(778, 82);
     this.panel1.TabIndex = 26;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(495, 20);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 22;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // m_txt_tu_khoa
     //
     this.m_txt_tu_khoa.Location = new System.Drawing.Point(279, 26);
     this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
     this.m_txt_tu_khoa.Size = new System.Drawing.Size(191, 20);
     this.m_txt_tu_khoa.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(202, 26);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 16);
     this.label2.TabIndex = 1;
     this.label2.Text = "Từ khóa";
     //
     // f540_V_DM_CO_SO_DINH_MUC
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(778, 484);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.m_lbl_header);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Name = "f540_V_DM_CO_SO_DINH_MUC";
     this.Text = "F540 - Danh sách cơ sở tính định mức";
     this.Load += new System.EventHandler(this.f540_V_DM_CO_SO_DINH_MUC_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F660_lich_su_van_thu));
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_view = new SIS.Controls.Button.SiSButton();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.m_lbl_title = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.m_txt_tu_khoa = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.m_txt_den_ngay = new BCTKApp.TCDatetime();
     this.m_txt_tu_ngay = new BCTKApp.TCDatetime();
     this.m_pnl_out_place_dm.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.SuspendLayout();
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_view);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 420);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(696, 36);
     this.m_pnl_out_place_dm.TabIndex = 19;
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.imageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(340, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 12;
     this.m_cmd_insert.Text = "&Thêm";
     this.m_cmd_insert.Visible = false;
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "");
     this.imageList.Images.SetKeyName(16, "");
     this.imageList.Images.SetKeyName(17, "");
     this.imageList.Images.SetKeyName(18, "");
     this.imageList.Images.SetKeyName(19, "");
     this.imageList.Images.SetKeyName(20, "");
     this.imageList.Images.SetKeyName(21, "");
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.imageList;
     this.m_cmd_update.Location = new System.Drawing.Point(428, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 13;
     this.m_cmd_update.Text = "&Sửa";
     this.m_cmd_update.Visible = false;
     //
     // m_cmd_view
     //
     this.m_cmd_view.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_view.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_view.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_view.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_view.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_view.ImageIndex = 18;
     this.m_cmd_view.ImageList = this.imageList;
     this.m_cmd_view.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_view.Name = "m_cmd_view";
     this.m_cmd_view.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_view.TabIndex = 21;
     this.m_cmd_view.Text = "Xem";
     this.m_cmd_view.Visible = false;
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.imageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(516, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 14;
     this.m_cmd_delete.Text = "&Xoá";
     this.m_cmd_delete.Visible = false;
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.imageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(604, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 11;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_fg.Location = new System.Drawing.Point(0, 177);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(696, 243);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 20;
     //
     // m_lbl_title
     //
     this.m_lbl_title.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_title.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_lbl_title.ForeColor = System.Drawing.Color.Blue;
     this.m_lbl_title.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_title.Name = "m_lbl_title";
     this.m_lbl_title.Size = new System.Drawing.Size(696, 55);
     this.m_lbl_title.TabIndex = 23;
     this.m_lbl_title.Text = "F660 - Lịch sử hoạt động";
     this.m_lbl_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location = new System.Drawing.Point(204, 145);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(140, 13);
     this.label3.TabIndex = 36;
     this.label3.Text = "* Nhập hành động hoặc tên";
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 18;
     this.m_cmd_search.ImageList = this.imageList;
     this.m_cmd_search.Location = new System.Drawing.Point(455, 112);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 30);
     this.m_cmd_search.TabIndex = 35;
     this.m_cmd_search.Text = "Tìm kiếm";
     //
     // m_txt_tu_khoa
     //
     this.m_txt_tu_khoa.Location = new System.Drawing.Point(207, 118);
     this.m_txt_tu_khoa.Name = "m_txt_tu_khoa";
     this.m_txt_tu_khoa.Size = new System.Drawing.Size(242, 20);
     this.m_txt_tu_khoa.TabIndex = 34;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(396, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 13);
     this.label2.TabIndex = 32;
     this.label2.Text = "Đến ngày";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(158, 81);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(46, 13);
     this.label1.TabIndex = 33;
     this.label1.Text = "Từ ngày";
     //
     // m_txt_den_ngay
     //
     this.m_txt_den_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_den_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_den_ngay.Location = new System.Drawing.Point(449, 79);
     this.m_txt_den_ngay.Mask = "00/00/0000";
     this.m_txt_den_ngay.Name = "m_txt_den_ngay";
     this.m_txt_den_ngay.Size = new System.Drawing.Size(100, 20);
     this.m_txt_den_ngay.TabIndex = 30;
     this.m_txt_den_ngay.ValidatingType = typeof(System.DateTime);
     //
     // m_txt_tu_ngay
     //
     this.m_txt_tu_ngay.AllowNull = BCTKApp.TCDatetime.AL.Y;
     this.m_txt_tu_ngay.Format = BCTKApp.TCDatetime.DinhDang.dd_MM_yyyy;
     this.m_txt_tu_ngay.Location = new System.Drawing.Point(207, 79);
     this.m_txt_tu_ngay.Mask = "00/00/0000";
     this.m_txt_tu_ngay.Name = "m_txt_tu_ngay";
     this.m_txt_tu_ngay.Size = new System.Drawing.Size(100, 20);
     this.m_txt_tu_ngay.TabIndex = 31;
     this.m_txt_tu_ngay.ValidatingType = typeof(System.DateTime);
     //
     // F660_lich_su_van_thu
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(696, 456);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_cmd_search);
     this.Controls.Add(this.m_txt_tu_khoa);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_txt_den_ngay);
     this.Controls.Add(this.m_txt_tu_ngay);
     this.Controls.Add(this.m_lbl_title);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "F660_lich_su_van_thu";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "F660 - Lịch sử hoạt động";
     this.Load += new System.EventHandler(this.F660_lich_su_van_thu_Load);
     this.m_pnl_out_place_dm.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(f430_bao_cao_danh_sach_phai_thu_thuc_thu));
     this.ImageList = new System.Windows.Forms.ImageList(this.components);
     this.m_fg = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.panel2 = new System.Windows.Forms.Panel();
     this.m_cbo_loai_phieu = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.m_lbl_goi_y = new System.Windows.Forms.Label();
     this.m_cmd_search = new SIS.Controls.Button.SiSButton();
     this.m_lbl_search = new System.Windows.Forms.Label();
     this.m_txt_tim_kien = new System.Windows.Forms.TextBox();
     this.m_cbo_nhan_vien_thu = new System.Windows.Forms.ComboBox();
     this.m_lbl_nhan_vien_thu = new System.Windows.Forms.Label();
     this.m_lbl_header = new System.Windows.Forms.Label();
     this.m_dat_tu_ngay = new System.Windows.Forms.DateTimePicker();
     this.m_lbl_tu_ngay = new System.Windows.Forms.Label();
     this.m_lbl_den_ngay = new System.Windows.Forms.Label();
     this.m_dat_den_ngay = new System.Windows.Forms.DateTimePicker();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.m_pnl_out_place_dm = new System.Windows.Forms.Panel();
     this.m_cmd_delete = new SIS.Controls.Button.SiSButton();
     this.m_cmd_update = new SIS.Controls.Button.SiSButton();
     this.m_cmd_insert = new SIS.Controls.Button.SiSButton();
     this.m_cmd_xuat_excel = new SIS.Controls.Button.SiSButton();
     this.m_cmd_exit = new SIS.Controls.Button.SiSButton();
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).BeginInit();
     this.panel2.SuspendLayout();
     this.m_pnl_out_place_dm.SuspendLayout();
     this.SuspendLayout();
     //
     // ImageList
     //
     this.ImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList.ImageStream")));
     this.ImageList.TransparentColor = System.Drawing.Color.Transparent;
     this.ImageList.Images.SetKeyName(0, "");
     this.ImageList.Images.SetKeyName(1, "");
     this.ImageList.Images.SetKeyName(2, "");
     this.ImageList.Images.SetKeyName(3, "");
     this.ImageList.Images.SetKeyName(4, "");
     this.ImageList.Images.SetKeyName(5, "");
     this.ImageList.Images.SetKeyName(6, "");
     this.ImageList.Images.SetKeyName(7, "");
     this.ImageList.Images.SetKeyName(8, "");
     this.ImageList.Images.SetKeyName(9, "");
     this.ImageList.Images.SetKeyName(10, "");
     this.ImageList.Images.SetKeyName(11, "");
     this.ImageList.Images.SetKeyName(12, "");
     this.ImageList.Images.SetKeyName(13, "");
     this.ImageList.Images.SetKeyName(14, "");
     this.ImageList.Images.SetKeyName(15, "");
     this.ImageList.Images.SetKeyName(16, "");
     this.ImageList.Images.SetKeyName(17, "");
     this.ImageList.Images.SetKeyName(18, "");
     this.ImageList.Images.SetKeyName(19, "");
     this.ImageList.Images.SetKeyName(20, "");
     this.ImageList.Images.SetKeyName(21, "");
     //
     // m_fg
     //
     this.m_fg.ColumnInfo = resources.GetString("m_fg.ColumnInfo");
     this.m_fg.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_fg.Location = new System.Drawing.Point(0, 193);
     this.m_fg.Name = "m_fg";
     this.m_fg.Size = new System.Drawing.Size(842, 265);
     this.m_fg.Styles = new C1.Win.C1FlexGrid.CellStyleCollection(resources.GetString("m_fg.Styles"));
     this.m_fg.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_cbo_loai_phieu);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_lbl_goi_y);
     this.panel2.Controls.Add(this.m_cmd_search);
     this.panel2.Controls.Add(this.m_lbl_search);
     this.panel2.Controls.Add(this.m_txt_tim_kien);
     this.panel2.Controls.Add(this.m_cbo_nhan_vien_thu);
     this.panel2.Controls.Add(this.m_lbl_nhan_vien_thu);
     this.panel2.Controls.Add(this.m_lbl_header);
     this.panel2.Controls.Add(this.m_dat_tu_ngay);
     this.panel2.Controls.Add(this.m_lbl_tu_ngay);
     this.panel2.Controls.Add(this.m_lbl_den_ngay);
     this.panel2.Controls.Add(this.m_dat_den_ngay);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(842, 193);
     this.panel2.TabIndex = 0;
     //
     // m_cbo_loai_phieu
     //
     this.m_cbo_loai_phieu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_loai_phieu.FormattingEnabled = true;
     this.m_cbo_loai_phieu.Location = new System.Drawing.Point(94, 102);
     this.m_cbo_loai_phieu.Name = "m_cbo_loai_phieu";
     this.m_cbo_loai_phieu.Size = new System.Drawing.Size(222, 21);
     this.m_cbo_loai_phieu.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 104);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(74, 13);
     this.label1.TabIndex = 7;
     this.label1.Text = "Loại phiếu thu";
     //
     // m_lbl_goi_y
     //
     this.m_lbl_goi_y.AutoSize = true;
     this.m_lbl_goi_y.Location = new System.Drawing.Point(641, 171);
     this.m_lbl_goi_y.Name = "m_lbl_goi_y";
     this.m_lbl_goi_y.Size = new System.Drawing.Size(198, 13);
     this.m_lbl_goi_y.TabIndex = 12;
     this.m_lbl_goi_y.Text = "Nhấp đúp chuột vào hàng để sửa phiếu";
     this.m_lbl_goi_y.Visible = false;
     //
     // m_cmd_search
     //
     this.m_cmd_search.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_search.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_search.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_search.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_search.ImageIndex = 5;
     this.m_cmd_search.ImageList = this.ImageList;
     this.m_cmd_search.Location = new System.Drawing.Point(328, 127);
     this.m_cmd_search.Name = "m_cmd_search";
     this.m_cmd_search.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_search.TabIndex = 11;
     this.m_cmd_search.Text = "Lọc dữ liệu";
     //
     // m_lbl_search
     //
     this.m_lbl_search.AutoSize = true;
     this.m_lbl_search.Location = new System.Drawing.Point(14, 135);
     this.m_lbl_search.Name = "m_lbl_search";
     this.m_lbl_search.Size = new System.Drawing.Size(67, 13);
     this.m_lbl_search.TabIndex = 9;
     this.m_lbl_search.Text = "Lọc theo HS";
     //
     // m_txt_tim_kien
     //
     this.m_txt_tim_kien.Location = new System.Drawing.Point(94, 132);
     this.m_txt_tim_kien.Name = "m_txt_tim_kien";
     this.m_txt_tim_kien.Size = new System.Drawing.Size(222, 20);
     this.m_txt_tim_kien.TabIndex = 10;
     //
     // m_cbo_nhan_vien_thu
     //
     this.m_cbo_nhan_vien_thu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cbo_nhan_vien_thu.FormattingEnabled = true;
     this.m_cbo_nhan_vien_thu.Location = new System.Drawing.Point(94, 75);
     this.m_cbo_nhan_vien_thu.Name = "m_cbo_nhan_vien_thu";
     this.m_cbo_nhan_vien_thu.Size = new System.Drawing.Size(222, 21);
     this.m_cbo_nhan_vien_thu.TabIndex = 6;
     //
     // m_lbl_nhan_vien_thu
     //
     this.m_lbl_nhan_vien_thu.AutoSize = true;
     this.m_lbl_nhan_vien_thu.Location = new System.Drawing.Point(14, 78);
     this.m_lbl_nhan_vien_thu.Name = "m_lbl_nhan_vien_thu";
     this.m_lbl_nhan_vien_thu.Size = new System.Drawing.Size(74, 13);
     this.m_lbl_nhan_vien_thu.TabIndex = 5;
     this.m_lbl_nhan_vien_thu.Text = "Nhân viên thu";
     //
     // m_lbl_header
     //
     this.m_lbl_header.Dock = System.Windows.Forms.DockStyle.Top;
     this.m_lbl_header.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.m_lbl_header.ForeColor = System.Drawing.Color.Maroon;
     this.m_lbl_header.Location = new System.Drawing.Point(0, 0);
     this.m_lbl_header.Name = "m_lbl_header";
     this.m_lbl_header.Size = new System.Drawing.Size(842, 44);
     this.m_lbl_header.TabIndex = 0;
     this.m_lbl_header.Text = "BÁO CÁO DANH SÁCH PHIẾU THU";
     this.m_lbl_header.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_dat_tu_ngay
     //
     this.m_dat_tu_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dat_tu_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dat_tu_ngay.Location = new System.Drawing.Point(69, 46);
     this.m_dat_tu_ngay.Name = "m_dat_tu_ngay";
     this.m_dat_tu_ngay.Size = new System.Drawing.Size(82, 20);
     this.m_dat_tu_ngay.TabIndex = 2;
     //
     // m_lbl_tu_ngay
     //
     this.m_lbl_tu_ngay.AutoSize = true;
     this.m_lbl_tu_ngay.Location = new System.Drawing.Point(14, 50);
     this.m_lbl_tu_ngay.Name = "m_lbl_tu_ngay";
     this.m_lbl_tu_ngay.Size = new System.Drawing.Size(46, 13);
     this.m_lbl_tu_ngay.TabIndex = 1;
     this.m_lbl_tu_ngay.Text = "Từ ngày";
     //
     // m_lbl_den_ngay
     //
     this.m_lbl_den_ngay.AutoSize = true;
     this.m_lbl_den_ngay.Location = new System.Drawing.Point(170, 50);
     this.m_lbl_den_ngay.Name = "m_lbl_den_ngay";
     this.m_lbl_den_ngay.Size = new System.Drawing.Size(53, 13);
     this.m_lbl_den_ngay.TabIndex = 3;
     this.m_lbl_den_ngay.Text = "Đến ngày";
     //
     // m_dat_den_ngay
     //
     this.m_dat_den_ngay.CustomFormat = "dd/MM/yyyy";
     this.m_dat_den_ngay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dat_den_ngay.Location = new System.Drawing.Point(232, 46);
     this.m_dat_den_ngay.Name = "m_dat_den_ngay";
     this.m_dat_den_ngay.Size = new System.Drawing.Size(84, 20);
     this.m_dat_den_ngay.TabIndex = 4;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     this.imageList1.Images.SetKeyName(16, "");
     this.imageList1.Images.SetKeyName(17, "");
     this.imageList1.Images.SetKeyName(18, "");
     this.imageList1.Images.SetKeyName(19, "");
     this.imageList1.Images.SetKeyName(20, "");
     this.imageList1.Images.SetKeyName(21, "");
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     this.imageList2.Images.SetKeyName(7, "");
     this.imageList2.Images.SetKeyName(8, "");
     this.imageList2.Images.SetKeyName(9, "");
     this.imageList2.Images.SetKeyName(10, "");
     this.imageList2.Images.SetKeyName(11, "");
     this.imageList2.Images.SetKeyName(12, "");
     this.imageList2.Images.SetKeyName(13, "");
     this.imageList2.Images.SetKeyName(14, "");
     this.imageList2.Images.SetKeyName(15, "");
     this.imageList2.Images.SetKeyName(16, "");
     this.imageList2.Images.SetKeyName(17, "");
     this.imageList2.Images.SetKeyName(18, "");
     this.imageList2.Images.SetKeyName(19, "");
     this.imageList2.Images.SetKeyName(20, "");
     this.imageList2.Images.SetKeyName(21, "");
     //
     // m_pnl_out_place_dm
     //
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_delete);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_update);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_insert);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_xuat_excel);
     this.m_pnl_out_place_dm.Controls.Add(this.m_cmd_exit);
     this.m_pnl_out_place_dm.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.m_pnl_out_place_dm.Location = new System.Drawing.Point(0, 458);
     this.m_pnl_out_place_dm.Name = "m_pnl_out_place_dm";
     this.m_pnl_out_place_dm.Padding = new System.Windows.Forms.Padding(4);
     this.m_pnl_out_place_dm.Size = new System.Drawing.Size(842, 36);
     this.m_pnl_out_place_dm.TabIndex = 2;
     //
     // m_cmd_delete
     //
     this.m_cmd_delete.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_delete.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_delete.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_delete.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_delete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_delete.ImageIndex = 4;
     this.m_cmd_delete.ImageList = this.ImageList;
     this.m_cmd_delete.Location = new System.Drawing.Point(180, 4);
     this.m_cmd_delete.Name = "m_cmd_delete";
     this.m_cmd_delete.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_delete.TabIndex = 2;
     this.m_cmd_delete.Text = "&Xoá";
     //
     // m_cmd_update
     //
     this.m_cmd_update.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_update.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_update.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_update.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_update.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_update.ImageIndex = 3;
     this.m_cmd_update.ImageList = this.ImageList;
     this.m_cmd_update.Location = new System.Drawing.Point(92, 4);
     this.m_cmd_update.Name = "m_cmd_update";
     this.m_cmd_update.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_update.TabIndex = 1;
     this.m_cmd_update.Text = "&Sửa";
     this.m_cmd_update.Click += new System.EventHandler(this.m_cmd_update_Click_1);
     //
     // m_cmd_insert
     //
     this.m_cmd_insert.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_insert.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_insert.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_insert.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_insert.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_insert.ImageIndex = 2;
     this.m_cmd_insert.ImageList = this.ImageList;
     this.m_cmd_insert.Location = new System.Drawing.Point(662, 4);
     this.m_cmd_insert.Name = "m_cmd_insert";
     this.m_cmd_insert.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_insert.TabIndex = 3;
     this.m_cmd_insert.Text = "&Thêm";
     //
     // m_cmd_xuat_excel
     //
     this.m_cmd_xuat_excel.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_xuat_excel.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_xuat_excel.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_xuat_excel.Dock = System.Windows.Forms.DockStyle.Left;
     this.m_cmd_xuat_excel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_xuat_excel.ImageIndex = 19;
     this.m_cmd_xuat_excel.ImageList = this.ImageList;
     this.m_cmd_xuat_excel.Location = new System.Drawing.Point(4, 4);
     this.m_cmd_xuat_excel.Name = "m_cmd_xuat_excel";
     this.m_cmd_xuat_excel.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_xuat_excel.TabIndex = 0;
     this.m_cmd_xuat_excel.Text = "Xuất Excel";
     //
     // m_cmd_exit
     //
     this.m_cmd_exit.AdjustImageLocation = new System.Drawing.Point(0, 0);
     this.m_cmd_exit.BtnShape = SIS.Controls.Button.emunType.BtnShape.Rectangle;
     this.m_cmd_exit.BtnStyle = SIS.Controls.Button.emunType.XPStyle.Default;
     this.m_cmd_exit.Dock = System.Windows.Forms.DockStyle.Right;
     this.m_cmd_exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.m_cmd_exit.ImageIndex = 12;
     this.m_cmd_exit.ImageList = this.ImageList;
     this.m_cmd_exit.Location = new System.Drawing.Point(750, 4);
     this.m_cmd_exit.Name = "m_cmd_exit";
     this.m_cmd_exit.Size = new System.Drawing.Size(88, 28);
     this.m_cmd_exit.TabIndex = 4;
     this.m_cmd_exit.Text = "Thoát (Esc)";
     //
     // f430_bao_cao_danh_sach_phai_thu_thuc_thu
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(842, 494);
     this.Controls.Add(this.m_fg);
     this.Controls.Add(this.m_pnl_out_place_dm);
     this.Controls.Add(this.panel2);
     this.Name = "f430_bao_cao_danh_sach_phai_thu_thuc_thu";
     this.Text = "F430 - Báo cáo danh sách phải thu, thực thu";
     this.Load += new System.EventHandler(this.f430_bao_cao_danh_sach_phai_thu_thuc_thu_Load);
     ((System.ComponentModel.ISupportInitialize)(this.m_fg)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.m_pnl_out_place_dm.ResumeLayout(false);
     this.ResumeLayout(false);
 }