Example #1
0
        public new void Load(frmVoucher_Edit frmEditCtNM)
        {
            this.frmEditCtNM = frmEditCtNM;

            this.BindingLanguage();

            this.ShowDialog();
        }
Example #2
0
        public new void Load(frmVoucher_Edit frmEditCtNM)
        {
            this.frmEditCtNM      = frmEditCtNM;
            this.dteNgay_Ct1.Text = Library.DateToStr((DateTime)frmEditCtNM.drEditPh["Ngay_Ct"]);
            this.dteNgay_Ct2.Text = this.dteNgay_Ct1.Text;

            this.BindingLanguage();

            this.ShowDialog();
        }
Example #3
0
        public void Load(frmVoucher_Edit frmEditCtHD, string strMa_Ct, string strKey)
        {
            this.frmEditCtHD = frmEditCtHD;
            this.strMa_Ct    = strMa_Ct;
            this.strKey      = strKey;

            Build();
            FillData();
            BindingLanguage();

            ShowDialog();
        }
Example #4
0
        public new void Load(frmVoucher_Edit frmEditCtHD)
        {
            this.frmEditCtHD = frmEditCtHD;

            this.dteNgay_Ct1.Text = Library.DateToStr(Epoint.Systems.Elements.Element.sysNgay_Ct1);
            this.dteNgay_Ct2.Text = Library.DateToStr(Epoint.Systems.Elements.Element.sysNgay_Ct2);
            this.txtMa_Dt.Text    = (string)frmEditCtHD.drEditPh["Ma_Dt"];

            this.BindingLanguage();

            ShowDialog();
        }
Example #5
0
        public void Load(frmVoucher_Edit frmEditCtNM, string strMa_Ct, string strKey, double dbTien_Pb_Nt, string strLoai_Pb)
        {
            this.frmEditCtNM  = frmEditCtNM;
            this.strMa_Ct     = strMa_Ct;
            this.strKey       = strKey;
            this.dbTien_Pb_Nt = dbTien_Pb_Nt;
            this.strLoai_Pb   = strLoai_Pb;

            Build();
            FillData();
            BindingLanguage();

            //if (Element.sysLanguage == enuLanguageType.Vietnamese)
            //    this.Text = this.Text + ", F10 Phân bổ chi phí";
            //else
            //    this.Text = this.Text + ", F10 Allocate";

            ShowDialog();
        }