Курсовая работа: Калькулятор для матриць

// button1

//

this->button1->BackColor = System::Drawing::Color::LightSkyBlue;

this->button1->Location = System::Drawing::Point(272, 8);

this->button1->Name = S"button1";

this->button1->Size = System::Drawing::Size(32, 23);

this->button1->TabIndex = 6;

this->button1->Text = S"*";

this->button1->Click += new System::EventHandler(this, button1_Click);

//

// button2

//

this->button2->BackColor = System::Drawing::Color::LightSkyBlue;

this->button2->Location = System::Drawing::Point(344, 8);

this->button2->Name = S"button2";

this->button2->Size = System::Drawing::Size(32, 23);

this->button2->TabIndex = 7;

this->button2->Text = S"+";

this->button2->Click += new System::EventHandler(this, button2_Click);

//

// button3

//

this->button3->BackColor = System::Drawing::Color::LightSkyBlue;

this->button3->Location = System::Drawing::Point(432, 8);

this->button3->Name = S"button3";

this->button3->Size = System::Drawing::Size(32, 23);

this->button3->TabIndex = 8;

this->button3->Text = S"--";

this->button3->Click += new System::EventHandler(this, button3_Click);

К-во Просмотров: 805
Бесплатно скачать Курсовая работа: Калькулятор для матриць