Line 176... |
Line 176... |
176 |
this->ComboGame->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseShip::ComboGame_SelectedIndexChanged);
|
176 |
this->ComboGame->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseShip::ComboGame_SelectedIndexChanged);
|
177 |
//
|
177 |
//
|
178 |
// label1
|
178 |
// label1
|
179 |
//
|
179 |
//
|
180 |
this->label1->Dock = System::Windows::Forms::DockStyle::Left;
|
180 |
this->label1->Dock = System::Windows::Forms::DockStyle::Left;
|
181 |
this->label1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
181 |
this->label1->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
182 |
static_cast<System::Byte>(0)));
|
182 |
static_cast<System::Byte>(0)));
|
183 |
this->label1->Location = System::Drawing::Point(5, 5);
|
183 |
this->label1->Location = System::Drawing::Point(5, 5);
|
184 |
this->label1->Name = L"label1";
|
184 |
this->label1->Name = L"label1";
|
185 |
this->label1->Size = System::Drawing::Size(150, 22);
|
185 |
this->label1->Size = System::Drawing::Size(150, 22);
|
186 |
this->label1->TabIndex = 0;
|
186 |
this->label1->TabIndex = 0;
|