Курсовая работа: Калькулятор для матриць
// button7
//
this->button7->BackColor = System::Drawing::Color::LightSkyBlue;
this->button7->Location = System::Drawing::Point(344, 96);
this->button7->Name = S"button7";
this->button7->Size = System::Drawing::Size(40, 23);
this->button7->TabIndex = 12;
this->button7->Text = S"^-1";
this->button7->Click += new System::EventHandler(this, button7_Click);
//
// button8
//
this->button8->BackColor = System::Drawing::Color::LightSkyBlue;
this->button8->Location = System::Drawing::Point(416, 48);
this->button8->Name = S"button8";
this->button8->Size = System::Drawing::Size(48, 23);
this->button8->TabIndex = 13;
this->button8->Text = S"transp";
this->button8->Click += new System::EventHandler(this, button8_Click);
//
// button9
//
this->button9->BackColor = System::Drawing::Color::LightSkyBlue;
this->button9->Location = System::Drawing::Point(416, 96);
this->button9->Name = S"button9";
this->button9->Size = System::Drawing::Size(48, 23);
this->button9->TabIndex = 14;
this->button9->Text = S"norma";
this->button9->Click += new System::EventHandler(this, button9_Click);