| | |
| | | sb.CheckState = CheckState.Unchecked; |
| | | pz.CheckState = CheckState.Unchecked; |
| | | sup.CheckState = CheckState.Unchecked; |
| | | pay.CheckState = CheckState.Unchecked; |
| | | } |
| | | |
| | | private void SetTool(ToolStripButton oBr) |
| | |
| | | |
| | | private void SetPic() |
| | | { |
| | | Image img = System.Drawing.Image.FromFile(ClsPub.AppPath + @"/MainToolPic.jpg"); ; |
| | | panel3.BackgroundImage = img; |
| | | //Image img = System.Drawing.Image.FromFile(ClsPub.AppPath + @"/MainToolPic.jpg"); ; |
| | | //panel3.BackgroundImage = img; |
| | | } |
| | | |
| | | private void Frm_Show_Load(object sender, EventArgs e) |
| | |
| | | SetTool(sup); |
| | | } |
| | | |
| | | |
| | | private void pBarCodeEdit_Click(object sender, EventArgs e) |
| | | { |
| | | WarM.Sc_ICMOToBarCode oSc_ICMOToBarCode = new WarM.Sc_ICMOToBarCode(); |
| | | oSc_ICMOToBarCode.ModCaption = "条码快速生成"; |
| | | oSc_ICMOToBarCode.ShowDialog(); |
| | | } |
| | | |
| | | |
| | | |
| | | private void pay_Click(object sender, EventArgs e) |
| | | { |
| | | ClearTool(); |
| | | SetTool(pay); |
| | | } |
| | | } |
| | | } |