Курсовая работа: Калькулятор для матриць
this->textBox1->Name = S"textBox1";
this->textBox1->Size = System::Drawing::Size(100, 80);
this->textBox1->TabIndex = 1;
this->textBox1->Text = S"";
this->textBox1->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;
//
// textBox2
//
this->textBox2->AutoSize = false;
this->textBox2->BackColor = System::Drawing::Color::Lavender;
this->textBox2->Location = System::Drawing::Point(48, 160);
this->textBox2->Name = S"textBox2";
this->textBox2->Size = System::Drawing::Size(100, 80);
this->textBox2->TabIndex = 2;
this->textBox2->Text = S"";
this->textBox2->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;
//
// textBox3
//
this->textBox3->AutoSize = false;
this->textBox3->BackColor = System::Drawing::Color::AliceBlue;
this->textBox3->Location = System::Drawing::Point(392, 160);
this->textBox3->Name = S"textBox3";
this->textBox3->Size = System::Drawing::Size(100, 80);
this->textBox3->TabIndex = 4;
this->textBox3->Text = S"";
this->textBox3->TextAlign = System::Windows::Forms::HorizontalAlignment::Center;
//
// textBox4