private void gridAdisyonHareket_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
        {
            switch (e.RelationIndex)
            {
            case 0:
                e.RelationName = "Ürün Hareketleri";
                break;

            case 1:
                e.RelationName = "Ödeme Hareketleri";
                break;
            }
        }
 private void grvThongTinChuyenKho_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChiTietChuyenKho";
 }
Beispiel #3
0
 private void mainEquityView_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "";
 }
 private void grvKhachHang_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ThongTinPhieuBan";
 }
 private void grvCabecera_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     //Nombre de la relacion
     e.RelationName = "DetailView";
 }
Beispiel #6
0
 private void grvCongNo_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChiTietCongNoMua";
 }
Beispiel #7
0
 private void Padre_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     //if (e.RowHandle == 0 && e.RelationIndex == 0)
 }
Beispiel #8
0
 private void grvChungTu_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChiTietHoaDon";
 }
Beispiel #9
0
 private void gvRelations_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = GetRelationName((GridView)sender, e.RowHandle);
 }
Beispiel #10
0
 private void gridView_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Probe_Screening";
 }
Beispiel #11
0
 private void gvMaster_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Relations";
 }
Beispiel #12
0
 private void gvResults_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "MasterDetail";
 }
Beispiel #13
0
 private void gvResults_MasterRowGetRelationDisplayCaption(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     //e.RelationName = "修改历史";
     e.RelationName = StringParser.Parse("${res:FanHai.Hemera.Addins.PrintLabelCtrl.msg.0006}");
 }
Beispiel #14
0
 private void gvTieuChiDanhGia_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "NoiDungChiTiet";
 }
Beispiel #15
0
 private void gvResult_MasterRowGetRelationDisplayCaption(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Detail data";
 }
 private void MasterGridView_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChildView";
 }
Beispiel #17
0
 private void grvNCC_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ListInforBuy";
 }
Beispiel #18
0
 private void gridView1_MasterRowGetRelationDisplayCaption(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "入库详细";
 }
Beispiel #19
0
 private void grvNhanVien_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChiTietMuaBan";
 }
Beispiel #20
0
 private void gridView1_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Chi Tiết Phiếu";
 }
Beispiel #21
0
 private void gridViewMaster_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ShipsMD5Detail";
 }
 void grvBangGia_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "ChinhSach";
 }
 private void bandedGridViewTaiSan_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Tài sản kèm theo";
 }
Beispiel #24
0
 private void grvroottct_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Detail";
 }
Beispiel #25
0
 private void bandedGridView2_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "SachMuonView";
 }
Beispiel #26
0
 private void gvlHistory_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "MTHistoryMS";
 }
Beispiel #27
0
 private void gvResult_MasterRowGetRelationDisplayCaption(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     //e.RelationName = "明细数据";
     e.RelationName = StringParser.Parse("${res:FanHai.Hemera.Addins.OnlineMaterialQueryCtrl.lbl.0004}");
 }
Beispiel #28
0
 private void gridViewGroupUser_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "gridViewDetailUser";
 }
Beispiel #29
0
 private void gridAdisyonHareket_MasterRowGetRelationName(object sender, DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventArgs e)
 {
     e.RelationName = "Ürün Hareketleri";
 }