| | |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Linq; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | |
| | |
| | | public Frm_SalesOrder() |
| | | { |
| | | InitializeComponent(); |
| | | _drapHelp = new DragResizeHelp(this, splitContainerControl1.Panel1); |
| | | _drapHelp = new DragResizeHelp(this,panel1); |
| | | this.xtraTabControl1.CustomHeaderButtonClick += (s, e) => { _drapHelp.Show(); }; |
| | | this.toolBarMenu1.btnLoadClick += ToolBarMenu1_btnLoadClick; |
| | | this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick; |
| | |
| | | ToolBox.MsgHelper.Warning("提示:" + ex.Message); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |