BKI_DichVuMatDat.BaoCao.f405_bao_cao_thong_tin_tinh_luong.format_controls C# (CSharp) Метод

format_controls() приватный Метод

private format_controls ( ) : void
Результат void
        private void format_controls()
        {
            FormatControl.SetVisibleSimpleButton(this);
            this.m_grv_f405.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(WinFormControls.m_grv_PopupMenuShowing);
            this.m_grv_f405.OptionsPrint.AutoWidth = false;
            set_define_events();
            this.KeyPreview = true;
        }