예제 #1
0
 public frmChonkhoaTHTTB(AccessData acc, int nhom, string kho, string makp, string mmyy)
 {
     InitializeComponent();
     ttb        = acc; i_nhom = nhom; s_makho = kho; s_makp = makp;
     mm.Value   = decimal.Parse(mmyy.Substring(0, 2));
     yyyy.Value = decimal.Parse("20" + mmyy.Substring(2, 2));
 }
예제 #2
0
 public frmRight_BV(AccessData d_d, TreeNode tn, int s_nhomkho)
 {
     InitializeComponent();
     ttb       = d_d;
     i_nhomkho = s_nhomkho;
     treeView1.Nodes.Add(tn);
 }
예제 #3
0
 public frmReport(AccessData acc, System.Data.DataSet ta, string report, string s1, string s2, string s3, string s4, string s5, string s6, string s7, string s8, string s9, string s10, string s11, string s12)
 {
     InitializeComponent();
     ttb        = acc; ds = ta;
     c1         = s1; c2 = s2; c3 = s3; c4 = s4; c5 = s5; c6 = s6;
     c7         = s7; c8 = s8; c9 = s9; c10 = s10; c11 = s11; c12 = s12;
     ReportFile = report; this.Text = report;
 }
예제 #4
0
 public frmReport(AccessData acc, System.Data.DataTable ta, string mMsg, string report)
 {
     InitializeComponent();
     dt         = ta; ttb = acc;
     msg        = mMsg;
     ReportFile = report;
     this.Text  = report;
 }
예제 #5
0
 public frmReport(AccessData acc, System.Data.DataTable ta, string s1, string s2, string report)
 {
     InitializeComponent();
     ttb        = acc;
     dt         = ta;
     c1         = s1; c2 = s2;
     b_bienlai  = true;
     ReportFile = report;
     this.Text  = report;
 }
예제 #6
0
 public frmChonmabd(AccessData acc, int nhom, string _manhom, string _nhomin)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom; s_manhom = _manhom; s_nhomin = _nhomin;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #7
0
 public frmDenghict(AccessData acc, int nhom, string _madv, string _tendv, string _ngayhd)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom; s_madv = _madv; s_tendv = _tendv; s_ngayhd = _ngayhd;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #8
0
 public frmDmbhyt(AccessData acc)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #9
0
 public frmDmnhomkt(AccessData acc, int nhom, string tab, string title, int userid, string mmyy)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; this.Text = title; i_nhom = nhom; table = tab; i_userid = userid; d_mmyy = mmyy;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #10
0
 public frmDSdutru_duyet(AccessData acc, string _makp, int nhom, string mmyy)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; s_makp = _makp; i_nhom = nhom; s_mmyy = mmyy;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #11
0
 public frmNhapct(AccessData acc, int nhom, decimal id, string _manhom, string mmyy, int userid)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom; i_id = id; s_manhom = _manhom; s_mmyy = mmyy; i_userid = userid;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #12
0
 public frmBiendong(AccessData acc, int nhom)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #13
0
 public frmLoaiphieu(AccessData acc, int nhom, int userid, string mmyy)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom; i_userid = userid; d_mmyy = mmyy;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #14
0
 public frmDmlydo(AccessData acc, int nhom, int userid)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; i_nhom = nhom; i_userid = userid;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #15
0
 public frmCongno(AccessData acc, string mmyy, int nhom, int userid, string ngay)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb = acc; s_mmyy = mmyy; i_nhom = nhom; i_userd = userid; s_ngay = ngay;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #16
0
 public rptThekho(AccessData acc, int nhom, string kho, string mmyy, string rpt, string title, bool giaban)
 {
     InitializeComponent();
     ttb        = acc;
     i_nhom     = nhom;
     s_kho      = kho;
     this.Text  = title;
     s_rpt      = rpt;
     tu.Value   = decimal.Parse(mmyy.Substring(0, 2));
     den.Value  = tu.Value; bGiaban = giaban;
     yyyy.Value = decimal.Parse("20" + mmyy.Substring(2, 2));
 }
예제 #17
0
 public frmKinhphi(AccessData acc, int nhom, string yy)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb        = acc; i_nhom = nhom; s_yy = yy;
     this.Text += " 20" + s_yy;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #18
0
 public frmDuyetcap(AccessData acc, DataTable ll, DataTable ct, DataTable kx, DataTable kn, string mmyy, string loai, int nhom, string f_soluong, string makho)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb     = acc; dtll = ll.Copy(); dtct = ct.Copy(); dtkhox = kx; dtkhon = kn; s_mmyy = mmyy; s_loai = loai; i_nhom = nhom; format_soluong = f_soluong;
     s_makho = makho;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #19
0
 public frmThkhoa(AccessData acc, int nhom, string kho, string kp)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb     = acc; i_nhom = nhom;
     s_makho = kho; s_makp = kp;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #20
0
 public frmNxt_ngay(AccessData acc, int nhom, string s_mmyy, string makho)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb    = acc;
     i_nhom = nhom; mmyy = s_mmyy; s_makho = makho;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #21
0
 public frmChonngay(AccessData acc, string ngay)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb    = acc;
     s_ngay = ngay;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #22
0
 public frmChonindmbd(AccessData acc, DataTable nhom, DataTable loai, string mmyy, int nhomkho)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     dtnhom      = nhom; dtloai = loai; ttb = acc; s_mmyy = mmyy; i_nhomkho = nhomkho;
     tonkho.Text = "Còn tồn kho tháng " + mmyy.Substring(0, 2) + "/20" + mmyy.Substring(2, 2);
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #23
0
 public frmHaophi(AccessData acc, int nhom, string ngay, int loai, int userid, string users, string makp, string mmyy, string kho, bool giaban, int thuoc)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb    = acc; i_thuoc = thuoc; i_nhom = nhom; i_loai = loai; i_userid = userid; s_ngay = ngay;
     s_makp = makp; s_mmyy = mmyy; s_kho = kho; bGiaban = giaban; this.Text = users;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #24
0
 public frmDoingay(AccessData acc, string mmyy, int nhom, int userid)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb        = acc;
     i_nhom     = nhom;
     i_userid   = userid;
     mm.Value   = decimal.Parse(mmyy.Substring(0, 2));
     yyyy.Value = decimal.Parse("20" + mmyy.Substring(2, 2));
 }
예제 #25
0
 public frmDmbdtd(AccessData acc, int nhom, decimal id, string title)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb        = acc;
     i_nhom     = nhom; i_id = id;
     this.Text += "(" + title + ")";
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #26
0
 public frmChonkhoa(AccessData acc, int nhom, string kho, string makp, string mmyy)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb        = acc;                        i_nhom = nhom;                    s_makho = kho;                    s_makp = makp;
     mm.Value   = decimal.Parse(mmyy.Substring(0, 2));
     yyyy.Value = decimal.Parse("20" + mmyy.Substring(2, 2));
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #27
0
 public frmDmbdkem(AccessData acc, int nhom, decimal id, string title, string mmyy, string _ngay, int mabd, int makp)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb       = acc; s_mmyy = mmyy; ngay = _ngay;
     i_nhom    = nhom; i_id = id; i_mabd = mabd; i_makp = makp;
     this.Text = title;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #28
0
 public frmNxt_khoa(AccessData acc, int nhom, string s_mmyy, string makho)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb        = acc;
     i_nhom     = nhom; mmyy = s_mmyy; s_makho = makho;
     this.Text += " tháng " + s_mmyy.Substring(0, 2) + " năm 20" + s_mmyy.Substring(2);
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #29
0
 public rptThpnhap(AccessData acc, int nhom, string kho)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb    = acc;
     i_nhom = nhom;
     s_kho  = kho;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }
예제 #30
0
 public frmTscdlc(AccessData acc, decimal id, string tents, int makp, int nhom, int stt)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     ttb       = acc; l_id = id; i_makp = makp; i_nhom = nhom; i_stt = stt;
     ten.Text  = tents;
     this.Text = "Luân chuyển tài sản " + tents;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
 }