Beispiel #1
0
        protected void InitChargeUpForm()
        {
            bllBXD         = new MRS.BLL.BXD();
            bllAccountBook = new MRS.BLL.AccountBook();

            ShowCashier += new ShowAccountDelegate(Show_Cashier);
        }
Beispiel #2
0
        public BxMain()
        {
            InitializeComponent();

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

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


            this.FormClosing += new FormClosingEventHandler(Check_Can_Close);

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