Курсовая работа: Калькулятор для матриць
this->textBox4->AutoSize = false;
this->textBox4->BackColor = System::Drawing::Color::LavenderBlush;
this->textBox4->Location = System::Drawing::Point(64, 16);
this->textBox4->Name = S"textBox4";
this->textBox4->Size = System::Drawing::Size(64, 20);
this->textBox4->TabIndex = 0;
this->textBox4->Text = S"";
this->textBox4->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;
// textBox5
//
this->textBox5->AutoSize = false;
this->textBox5->BackColor = System::Drawing::Color::LavenderBlush;
this->textBox5->Location = System::Drawing::Point(208, 16);
this->textBox5->Name = S"textBox5";
this->textBox5->Size = System::Drawing::Size(40, 20);
this->textBox5->TabIndex = 3;
this->textBox5->Text = S"";
this->textBox5->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;
//
// textBox6
//
this->textBox6->AutoSize = false;
this->textBox6->BackColor = System::Drawing::Color::AliceBlue;
this->textBox6->Location = System::Drawing::Point(240, 208);
this->textBox6->Name = S"textBox6";
this->textBox6->Size = System::Drawing::Size(48, 32);
this->textBox6->TabIndex = 5;
this->textBox6->Text = S"";
this->textBox6->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;