Exemplo n.º 1
0
            m_obj_trans = get_trans_object(m_grv_bill);
            m_dtp_tu_ngay.Text = CIPConvert.ToStr(DateTime.Now.Date.AddDays(-DateTime.Now.Date.Day + 1), "dd/MM/yyyy");
            m_dtp_den_ngay.Text = CIPConvert.ToStr(DateTime.Now.Date, "dd/MM/yyyy");
            load_data_2_grid();
        }

        private void set_search_format_after()
        {
            if (m_txt_tu_khoa.Text == m_str_goi_y_tim_kiem)
Exemplo n.º 2
0
this.m_dtp_den_ngay.Location = new System.Drawing.Point(519, 45);
this.m_dtp_den_ngay.Mask = "00/00/0000";
this.m_dtp_den_ngay.Name = "m_dtp_den_ngay";
this.m_dtp_den_ngay.Size = new System.Drawing.Size(100, 20);
this.m_dtp_den_ngay.TabIndex = 37;
this.m_dtp_den_ngay.ValidatingType = typeof(System.DateTime);