BitmapButton1->Bind(wxEVT_BUTTON, [=](wxCommandEvent& e)
{
if(TextCtrl1)
OptionsSizer->Detach(TextCtrl1);
if(Choice1)
OptionsSizer->Detach(Choice1);
if(BitmapButton1)
OptionsSizer->Detach(BitmapButton1);
if(TextCtrl1)
TextCtrl1->Destroy();
if(Choice1)
Choice1->Destroy();
if(BitmapButton1)
BitmapButton1->Destroy();
OptionsSizer->Layout();
OptionsWindow->SetSizer(OptionsSizer);
SendSizeEvent();
}, bId);
乘法过程
mov eax, [input]
mov ebx, [input2]
imul ebx, eax
分工流程