System::Drawing::Color::FromArgb(static_cast(static_cast(0)), static_cast(static_cast(0)),
static_cast(static_cast(192)));
this->panel2->Controls->Add(this->label2);
this->panel2->Location = System::Drawing::Point(0, 298);
this->panel2->Name = L"panel2";
this->panel2->Size = System::Drawing::Size(756, 60);
this->panel2->TabIndex = 2;
//
// label2
//
this->label2->Anchor = static_cast((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom)
| System::Windows::Forms::AnchorStyles::Left)
| System::Windows::Forms::AnchorStyles::Right));
this->label2->AutoSize = true;
this->label2->Font = (gcnew System::Drawing::Font(L"Merriweather Black", 12, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast(0)));
this->label2->Location = System::Drawing::Point(302, 17);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(166, 26);
this->label2->TabIndex = 0;
this->label2->Text = L"Jaylash Hello!!!";
this->label2->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|