| | |
| | | |
| | | namespace Gs.DevApp.TestForm |
| | | { |
| | | public partial class TEST : DevExpress.XtraEditors.XtraForm |
| | | public partial class test : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | public TEST() |
| | | public test() |
| | | { |
| | | InitializeComponent(); |
| | | toolBarMenu1.btnAddClick += ToolBarMenu1_btnAddClick; |
| | | toolBarMenu1.btnKGClick += ToolBarMenu1_btnKGClick; |
| | | } |
| | | |
| | | private void ToolBarMenu1_btnKGClick(object sender, EventArgs e) |
| | | private void button1_Click(object sender, EventArgs e) |
| | | { |
| | | MessageBox.Show("开工"); |
| | | t1 dd = new t1(); |
| | | dd.Show(); |
| | | } |
| | | |
| | | private void ToolBarMenu1_btnAddClick(object sender, EventArgs e) |
| | | private void button2_Click(object sender, EventArgs e) |
| | | { |
| | | MessageBox.Show("111"); |
| | | print dd = new print(); |
| | | dd.Show(); |
| | | } |
| | | } |
| | | } |