BKI_DichVuMatDat.NghiepVu.f365_quan_ly_nhan_vien_co_luong_cung_v2.format_controls C# (CSharp) Method

format_controls() private method

private format_controls ( ) : void
return void
        private void format_controls()
        {
            //FormatControl.SetVisibleSimpleButton(this);
            this.m_grv_luong_cung_cua_nhan_vien.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(WinFormControls.m_grv_PopupMenuShowing);
            this.m_grv_luong_cung_cua_nhan_vien.OptionsPrint.AutoWidth = false;
            set_define_events();
            this.KeyPreview = true;
        }