BKI_DichVuMatDat.DanhMuc.F107_dm_phu_cap.format_controls C# (CSharp) Méthode

format_controls() private méthode

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