Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0
| | |
| | | barBtnMatchingList.Id = 10; |
| | | barBtnMatchingList.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnMatchingList.ImageOptions.SvgImage"); |
| | | barBtnMatchingList.Name = "barBtnMatchingList"; |
| | | barBtnMatchingList.ItemClick += barBtnMatching_ItemClick; |
| | | barBtnMatchingList.ItemClick += barBtnMatchingList_ItemClick; |
| | | // |
| | | // barBtnUnMatchingList |
| | | // |
| | |
| | | #region 自动匹配 |
| | | |
| | | //自动匹配 |
| | | private void barBtnMatching_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | private void barBtnMatchingList_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) |
| | | { |
| | | if (_hydroInfo == null) |
| | | { |