Курсовая работа: Калькулятор для матриць
this->menuItem2->Click += new System::EventHandler(this, button1_Click);
//
// menuItem3
//
this->menuItem3->Index = 1;
this->menuItem3->Shortcut = System::Windows::Forms::Shortcut::AltF2;
this->menuItem3->Text = S"A+B";
this->menuItem3->Click += new System::EventHandler(this, button2_Click);
//
// menuItem4
//
this->menuItem4->Index = 2;
this->menuItem4->Shortcut = System::Windows::Forms::Shortcut::AltF3;
this->menuItem4->Text = S"A-B";
this->menuItem4->Click += new System::EventHandler(this, button3_Click);
//
// menuItem5
//
this->menuItem5->Index = 3;
this->menuItem5->Shortcut = System::Windows::Forms::Shortcut::AltF4;
this->menuItem5->Text = S"A*const";
this->menuItem5->Click += new System::EventHandler(this, button4_Click);
//
// menuItem6
//
this->menuItem6->Index = 4;
this->menuItem6->Shortcut = System::Windows::Forms::Shortcut::AltF5;
this->menuItem6->Text = S"A/const";
this->menuItem6->Click += new System::EventHandler(this, button5_Click);