Курсовая работа: Калькулятор для матриць
// button4
//
this->button4->BackColor = System::Drawing::Color::LightSkyBlue;
this->button4->Location = System::Drawing::Point(264, 48);
this->button4->Name = S"button4";
this->button4->Size = System::Drawing::Size(48, 23);
this->button4->TabIndex = 9;
this->button4->Text = S"*const";
this->button4->Click += new System::EventHandler(this, button4_Click);
//
// button5
//
this->button5->BackColor = System::Drawing::Color::LightSkyBlue;
this->button5->Location = System::Drawing::Point(264, 96);
this->button5->Name = S"button5";
this->button5->Size = System::Drawing::Size(48, 23);
this->button5->TabIndex = 10;
this->button5->Text = S"/const";
this->button5->Click += new System::EventHandler(this, button5_Click);
//
// button6
//
this->button6->BackColor = System::Drawing::Color::LightSkyBlue;
this->button6->Location = System::Drawing::Point(344, 48);
this->button6->Name = S"button6";
this->button6->Size = System::Drawing::Size(40, 23);
this->button6->TabIndex = 11;
this->button6->Text = S"det";
this->button6->Click += new System::EventHandler(this, button6_Click);