摘要: this.c1FlexGrid1.DataSource = BLL_Pos_InOutMoney.PosInOutMoneyQuery(computer, payKind, inoutType, oprtid, dptid, start, end).Tables[0]; c1FlexGrid1.Cols["收入"].Format = string.Format("C"); c1FlexGrid1.Cols["支出"].Format = string.Format("C"); C1AfterFilter... 阅读全文
posted @ 2012-06-11 10:40 念余温 阅读(929) 评论(0) 推荐(0) 编辑