| | |
| | | btnCaiGouChk.ItemClick += BtnCaiGouChk_ItemClick; |
| | | btnCaiGouFchk.ItemClick += BtnCaiGouFchk_ItemClick; |
| | | btnBoHui.ItemClick += BtnBoHui_ItemClick; |
| | | btnPrint.ItemClick += BtnPrint_ItemClick; |
| | | var lst = new List<string>(); |
| | | foreach (BarItem item in barManager1.Items) |
| | | if (item is BarLargeButtonItem largeButtonItem) |
| | |
| | | lst.Add(item.Caption); |
| | | actions = lst; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | |
| | | base.OnCreateControl(); |
| | | if (Parent != null) getNamespace(); |
| | | } |
| | | |
| | | private void BtnPrint_ItemClick(object sender, ItemClickEventArgs e) |
| | | { |
| | | if (btnPrintClick != null) |
| | | btnPrintClick(this, e); |
| | | } |
| | | |
| | | |
| | | private void BtnBoHui_ItemClick(object sender, ItemClickEventArgs e) |
| | | { |
| | | if (btnBoHuiClick != null) |
| | |
| | | /// </summary> |
| | | public event EventHandler btnBoHuiClick; |
| | | |
| | | |
| | | public event EventHandler btnPrintClick; |
| | | #endregion |
| | | |
| | | #region 公共属性 |