BKI_DichVuMatDat.NghiepVu.f321_chi_tiet_hop_dong_da_ky_theo_thoi_gian.format_controls C# (CSharp) 메소드

format_controls() 개인적인 메소드

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