Line 340... |
Line 340... |
340 |
// LabGames
|
340 |
// LabGames
|
341 |
//
|
341 |
//
|
342 |
this->LabGames->Dock = System::Windows::Forms::DockStyle::Fill;
|
342 |
this->LabGames->Dock = System::Windows::Forms::DockStyle::Fill;
|
343 |
this->LabGames->Font = (gcnew System::Drawing::Font(L"Arial", 9.75F, System::Drawing::FontStyle::Italic, System::Drawing::GraphicsUnit::Point,
|
343 |
this->LabGames->Font = (gcnew System::Drawing::Font(L"Arial", 9.75F, System::Drawing::FontStyle::Italic, System::Drawing::GraphicsUnit::Point,
|
344 |
static_cast<System::Byte>(0)));
|
344 |
static_cast<System::Byte>(0)));
|
345 |
this->LabGames->Location = System::Drawing::Point(87, 0);
|
345 |
this->LabGames->Location = System::Drawing::Point(124, 0);
|
346 |
this->LabGames->Name = L"LabGames";
|
346 |
this->LabGames->Name = L"LabGames";
|
347 |
this->LabGames->Size = System::Drawing::Size(511, 21);
|
347 |
this->LabGames->Size = System::Drawing::Size(474, 21);
|
348 |
this->LabGames->TabIndex = 11;
|
348 |
this->LabGames->TabIndex = 11;
|
349 |
this->LabGames->Text = L"label6";
|
349 |
this->LabGames->Text = L"label6";
|
350 |
this->LabGames->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
350 |
this->LabGames->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
351 |
//
|
351 |
//
|
352 |
// label8
|
352 |
// label8
|
Line 354... |
Line 354... |
354 |
this->label8->Dock = System::Windows::Forms::DockStyle::Left;
|
354 |
this->label8->Dock = System::Windows::Forms::DockStyle::Left;
|
355 |
this->label8->Font = (gcnew System::Drawing::Font(L"Arial", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
355 |
this->label8->Font = (gcnew System::Drawing::Font(L"Arial", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
356 |
static_cast<System::Byte>(0)));
|
356 |
static_cast<System::Byte>(0)));
|
357 |
this->label8->Location = System::Drawing::Point(0, 0);
|
357 |
this->label8->Location = System::Drawing::Point(0, 0);
|
358 |
this->label8->Name = L"label8";
|
358 |
this->label8->Name = L"label8";
|
359 |
this->label8->Size = System::Drawing::Size(87, 21);
|
359 |
this->label8->Size = System::Drawing::Size(124, 21);
|
360 |
this->label8->TabIndex = 10;
|
360 |
this->label8->TabIndex = 10;
|
361 |
this->label8->Text = L"Games:";
|
361 |
this->label8->Text = L" Games:";
|
362 |
this->label8->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
362 |
this->label8->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
- |
|
363 |
this->label8->Click += gcnew System::EventHandler(this, &InstallPackageDialog::label8_Click);
|
363 |
//
|
364 |
//
|
364 |
// panel3
|
365 |
// panel3
|
365 |
//
|
366 |
//
|
366 |
this->panel3->Controls->Add(this->label9);
|
367 |
this->panel3->Controls->Add(this->label9);
|
367 |
this->panel3->Controls->Add(this->LabPluginType);
|
368 |
this->panel3->Controls->Add(this->LabPluginType);
|
Line 776... |
Line 777... |
776 |
}
|
777 |
}
|
777 |
}
|
778 |
}
|
778 |
}
|
779 |
}
|
779 |
private: System::Void ButInstall_Click(System::Object^ sender, System::EventArgs^ e) {
|
780 |
private: System::Void ButInstall_Click(System::Object^ sender, System::EventArgs^ e) {
|
780 |
this->DoClose();
|
781 |
this->DoClose();
|
- |
|
782 |
}
|
- |
|
783 |
private: System::Void label8_Click(System::Object^ sender, System::EventArgs^ e) {
|
781 |
}
|
784 |
}
|
782 |
};
|
785 |
};
|
783 |
}
|
786 |
}
|