Курсовая работа: Калькулятор для матриць
// menuItem7
//
this->menuItem7->Index = 5;
this->menuItem7->Shortcut = System::Windows::Forms::Shortcut::AltF6;
this->menuItem7->Text = S"detA";
this->menuItem7->Click += new System::EventHandler(this, button6_Click);
//
// menuItem8
//
this->menuItem8->Index = 6;
this->menuItem8->Shortcut = System::Windows::Forms::Shortcut::AltF7;
this->menuItem8->Text = S"A^-1";
this->menuItem8->Click += new System::EventHandler(this, button7_Click);
//
// menuItem9
//
this->menuItem9->Index = 7;
this->menuItem9->Shortcut = System::Windows::Forms::Shortcut::AltF8;
this->menuItem9->Text = S"transpA";
this->menuItem9->Click += new System::EventHandler(this, button8_Click);
//
// menuItem10
//
this->menuItem10->Index = 8;
this->menuItem10->Shortcut = System::Windows::Forms::Shortcut::AltF9;
this->menuItem10->Text = S"|| A ||";
this->menuItem10->Click += new System::EventHandler(this, button9_Click);
//
// menuItem11