Exemplo n.º 1
0
        protected void InitChargeUpForm()
        {
            bllBXD         = new MRS.BLL.BXD();
            bllAccountBook = new MRS.BLL.AccountBook();

            ShowCashier += new ShowAccountDelegate(Show_Cashier);
        }
Exemplo n.º 2
0
        public BxMain()
        {
            InitializeComponent();

            ShowAccountant  += new ShowAccountDelegate(Show_Account);
            this.YbhChanged += new EventHandler(BxMain_YbhChanged);
            tabWorkSpace.TabPages.Clear();
            ActiveTabBxdList();
        }
Exemplo n.º 3
0
        public void InitBXForm()
        {
            ShowAccountant += new ShowAccountDelegate(ShowAccountantName);

            //绑定医保年度下拉控件数据
            cbbMPeriod_DataBind();
            this.splitContainer1.Panel2Collapsed = true;


            this.FormClosing += new FormClosingEventHandler(Check_Can_Close);

            tbYBH.Select();
        }
Exemplo n.º 4
0
 public MDIMain()
 {
     InitializeComponent();
     ShowCashier += new ShowAccountDelegate(Show_Cashier);
 }
Exemplo n.º 5
0
 public MRModule()
 {
     InitializeComponent();
     ShowAccountant += new ShowAccountDelegate(Show_Account);
 }