| Line 146... |
Line 146... |
| 146 |
this->panel3 = (gcnew System::Windows::Forms::Panel());
|
146 |
this->panel3 = (gcnew System::Windows::Forms::Panel());
|
| 147 |
this->ComboRace = (gcnew System::Windows::Forms::ComboBox());
|
147 |
this->ComboRace = (gcnew System::Windows::Forms::ComboBox());
|
| 148 |
this->label2 = (gcnew System::Windows::Forms::Label());
|
148 |
this->label2 = (gcnew System::Windows::Forms::Label());
|
| 149 |
this->groupBox3->SuspendLayout();
|
149 |
this->groupBox3->SuspendLayout();
|
| 150 |
this->panel9->SuspendLayout();
|
150 |
this->panel9->SuspendLayout();
|
| 151 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumNoto))->BeginInit();
|
151 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumNoto))->BeginInit();
|
| 152 |
this->panel8->SuspendLayout();
|
152 |
this->panel8->SuspendLayout();
|
| 153 |
this->groupBox2->SuspendLayout();
|
153 |
this->groupBox2->SuspendLayout();
|
| 154 |
this->tableLayoutPanel2->SuspendLayout();
|
154 |
this->tableLayoutPanel2->SuspendLayout();
|
| 155 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->TextPriceNPC))->BeginInit();
|
155 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->TextPriceNPC))->BeginInit();
|
| 156 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->TextPricePlayer))->BeginInit();
|
156 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->TextPricePlayer))->BeginInit();
|
| 157 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumPriceNPC))->BeginInit();
|
157 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumPriceNPC))->BeginInit();
|
| 158 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumPricePlayer))->BeginInit();
|
158 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumPricePlayer))->BeginInit();
|
| 159 |
this->groupBox1->SuspendLayout();
|
159 |
this->groupBox1->SuspendLayout();
|
| 160 |
this->panel7->SuspendLayout();
|
160 |
this->panel7->SuspendLayout();
|
| 161 |
this->tableLayoutPanel1->SuspendLayout();
|
161 |
this->tableLayoutPanel1->SuspendLayout();
|
| 162 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumCargoMin))->BeginInit();
|
162 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumCargoMin))->BeginInit();
|
| 163 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumCargoMax))->BeginInit();
|
163 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumCargoMax))->BeginInit();
|
| 164 |
this->panel6->SuspendLayout();
|
164 |
this->panel6->SuspendLayout();
|
| 165 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumDock))->BeginInit();
|
165 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumDock))->BeginInit();
|
| 166 |
this->panel4->SuspendLayout();
|
166 |
this->panel4->SuspendLayout();
|
| 167 |
this->panel10->SuspendLayout();
|
167 |
this->panel10->SuspendLayout();
|
| 168 |
this->panel5->SuspendLayout();
|
168 |
this->panel5->SuspendLayout();
|
| 169 |
this->panel3->SuspendLayout();
|
169 |
this->panel3->SuspendLayout();
|
| 170 |
this->SuspendLayout();
|
170 |
this->SuspendLayout();
|
| Line 194... |
Line 194... |
| 194 |
//
|
194 |
//
|
| 195 |
// NumNoto
|
195 |
// NumNoto
|
| 196 |
//
|
196 |
//
|
| 197 |
this->NumNoto->Dock = System::Windows::Forms::DockStyle::Left;
|
197 |
this->NumNoto->Dock = System::Windows::Forms::DockStyle::Left;
|
| 198 |
this->NumNoto->Location = System::Drawing::Point(155, 5);
|
198 |
this->NumNoto->Location = System::Drawing::Point(155, 5);
|
| 199 |
this->NumNoto->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {1000000, 0, 0, 0});
|
199 |
this->NumNoto->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1000000, 0, 0, 0 });
|
| 200 |
this->NumNoto->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) {1000000, 0, 0, System::Int32::MinValue});
|
200 |
this->NumNoto->Minimum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1000000, 0, 0, System::Int32::MinValue });
|
| 201 |
this->NumNoto->Name = L"NumNoto";
|
201 |
this->NumNoto->Name = L"NumNoto";
|
| 202 |
this->NumNoto->Size = System::Drawing::Size(120, 20);
|
202 |
this->NumNoto->Size = System::Drawing::Size(120, 20);
|
| 203 |
this->NumNoto->TabIndex = 1;
|
203 |
this->NumNoto->TabIndex = 1;
|
| 204 |
this->NumNoto->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumNoto_ValueChanged);
|
204 |
this->NumNoto->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumNoto_ValueChanged);
|
| 205 |
//
|
205 |
//
|
| 206 |
// label14
|
206 |
// label14
|
| 207 |
//
|
207 |
//
|
| 208 |
this->label14->Dock = System::Windows::Forms::DockStyle::Left;
|
208 |
this->label14->Dock = System::Windows::Forms::DockStyle::Left;
|
| 209 |
this->label14->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
209 |
this->label14->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 210 |
static_cast<System::Byte>(0)));
|
210 |
static_cast<System::Byte>(0)));
|
| 211 |
this->label14->Location = System::Drawing::Point(5, 5);
|
211 |
this->label14->Location = System::Drawing::Point(5, 5);
|
| 212 |
this->label14->Name = L"label14";
|
212 |
this->label14->Name = L"label14";
|
| 213 |
this->label14->Size = System::Drawing::Size(150, 22);
|
213 |
this->label14->Size = System::Drawing::Size(150, 22);
|
| 214 |
this->label14->TabIndex = 0;
|
214 |
this->label14->TabIndex = 0;
|
| Line 238... |
Line 238... |
| 238 |
this->ComboNoto->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboNoto_SelectedIndexChanged);
|
238 |
this->ComboNoto->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboNoto_SelectedIndexChanged);
|
| 239 |
//
|
239 |
//
|
| 240 |
// label13
|
240 |
// label13
|
| 241 |
//
|
241 |
//
|
| 242 |
this->label13->Dock = System::Windows::Forms::DockStyle::Left;
|
242 |
this->label13->Dock = System::Windows::Forms::DockStyle::Left;
|
| 243 |
this->label13->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
243 |
this->label13->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 244 |
static_cast<System::Byte>(0)));
|
244 |
static_cast<System::Byte>(0)));
|
| 245 |
this->label13->Location = System::Drawing::Point(5, 5);
|
245 |
this->label13->Location = System::Drawing::Point(5, 5);
|
| 246 |
this->label13->Name = L"label13";
|
246 |
this->label13->Name = L"label13";
|
| 247 |
this->label13->Size = System::Drawing::Size(150, 22);
|
247 |
this->label13->Size = System::Drawing::Size(150, 22);
|
| 248 |
this->label13->TabIndex = 0;
|
248 |
this->label13->TabIndex = 0;
|
| Line 261... |
Line 261... |
| 261 |
this->groupBox2->Text = L"Price";
|
261 |
this->groupBox2->Text = L"Price";
|
| 262 |
//
|
262 |
//
|
| 263 |
// tableLayoutPanel2
|
263 |
// tableLayoutPanel2
|
| 264 |
//
|
264 |
//
|
| 265 |
this->tableLayoutPanel2->ColumnCount = 3;
|
265 |
this->tableLayoutPanel2->ColumnCount = 3;
|
| 266 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
266 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
| 267 |
33.50785F)));
|
267 |
33.50785F)));
|
| 268 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
268 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
| 269 |
66.49215F)));
|
269 |
66.49215F)));
|
| 270 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Absolute,
|
270 |
this->tableLayoutPanel2->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Absolute,
|
| 271 |
376)));
|
271 |
377)));
|
| 272 |
this->tableLayoutPanel2->Controls->Add(this->TextPriceNPC, 2, 2);
|
272 |
this->tableLayoutPanel2->Controls->Add(this->TextPriceNPC, 2, 2);
|
| 273 |
this->tableLayoutPanel2->Controls->Add(this->TextPricePlayer, 2, 1);
|
273 |
this->tableLayoutPanel2->Controls->Add(this->TextPricePlayer, 2, 1);
|
| 274 |
this->tableLayoutPanel2->Controls->Add(this->label12, 2, 0);
|
274 |
this->tableLayoutPanel2->Controls->Add(this->label12, 2, 0);
|
| 275 |
this->tableLayoutPanel2->Controls->Add(this->label10, 1, 0);
|
275 |
this->tableLayoutPanel2->Controls->Add(this->label10, 1, 0);
|
| 276 |
this->tableLayoutPanel2->Controls->Add(this->NumPriceNPC, 1, 2);
|
276 |
this->tableLayoutPanel2->Controls->Add(this->NumPriceNPC, 1, 2);
|
| Line 291... |
Line 291... |
| 291 |
// TextPriceNPC
|
291 |
// TextPriceNPC
|
| 292 |
//
|
292 |
//
|
| 293 |
this->TextPriceNPC->Dock = System::Windows::Forms::DockStyle::Fill;
|
293 |
this->TextPriceNPC->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 294 |
this->TextPriceNPC->Enabled = false;
|
294 |
this->TextPriceNPC->Enabled = false;
|
| 295 |
this->TextPriceNPC->InterceptArrowKeys = false;
|
295 |
this->TextPriceNPC->InterceptArrowKeys = false;
|
| 296 |
this->TextPriceNPC->Location = System::Drawing::Point(307, 47);
|
296 |
this->TextPriceNPC->Location = System::Drawing::Point(306, 47);
|
| 297 |
this->TextPriceNPC->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {-1894967296, 0, 0, 0});
|
297 |
this->TextPriceNPC->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { -1894967296, 0, 0, 0 });
|
| 298 |
this->TextPriceNPC->Name = L"TextPriceNPC";
|
298 |
this->TextPriceNPC->Name = L"TextPriceNPC";
|
| 299 |
this->TextPriceNPC->ReadOnly = true;
|
299 |
this->TextPriceNPC->ReadOnly = true;
|
| 300 |
this->TextPriceNPC->Size = System::Drawing::Size(371, 20);
|
300 |
this->TextPriceNPC->Size = System::Drawing::Size(372, 20);
|
| 301 |
this->TextPriceNPC->TabIndex = 10;
|
301 |
this->TextPriceNPC->TabIndex = 10;
|
| 302 |
this->TextPriceNPC->TabStop = false;
|
302 |
this->TextPriceNPC->TabStop = false;
|
| 303 |
this->TextPriceNPC->ThousandsSeparator = true;
|
303 |
this->TextPriceNPC->ThousandsSeparator = true;
|
| 304 |
this->TextPriceNPC->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
304 |
this->TextPriceNPC->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 305 |
//
|
305 |
//
|
| 306 |
// TextPricePlayer
|
306 |
// TextPricePlayer
|
| 307 |
//
|
307 |
//
|
| 308 |
this->TextPricePlayer->Dock = System::Windows::Forms::DockStyle::Fill;
|
308 |
this->TextPricePlayer->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 309 |
this->TextPricePlayer->Enabled = false;
|
309 |
this->TextPricePlayer->Enabled = false;
|
| 310 |
this->TextPricePlayer->InterceptArrowKeys = false;
|
310 |
this->TextPricePlayer->InterceptArrowKeys = false;
|
| 311 |
this->TextPricePlayer->Location = System::Drawing::Point(307, 23);
|
311 |
this->TextPricePlayer->Location = System::Drawing::Point(306, 23);
|
| 312 |
this->TextPricePlayer->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {-1894967296, 0, 0, 0});
|
312 |
this->TextPricePlayer->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { -1894967296, 0, 0, 0 });
|
| 313 |
this->TextPricePlayer->Name = L"TextPricePlayer";
|
313 |
this->TextPricePlayer->Name = L"TextPricePlayer";
|
| 314 |
this->TextPricePlayer->ReadOnly = true;
|
314 |
this->TextPricePlayer->ReadOnly = true;
|
| 315 |
this->TextPricePlayer->Size = System::Drawing::Size(371, 20);
|
315 |
this->TextPricePlayer->Size = System::Drawing::Size(372, 20);
|
| 316 |
this->TextPricePlayer->TabIndex = 9;
|
316 |
this->TextPricePlayer->TabIndex = 9;
|
| 317 |
this->TextPricePlayer->TabStop = false;
|
317 |
this->TextPricePlayer->TabStop = false;
|
| 318 |
this->TextPricePlayer->ThousandsSeparator = true;
|
318 |
this->TextPricePlayer->ThousandsSeparator = true;
|
| 319 |
this->TextPricePlayer->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
319 |
this->TextPricePlayer->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 320 |
//
|
320 |
//
|
| 321 |
// label12
|
321 |
// label12
|
| 322 |
//
|
322 |
//
|
| 323 |
this->label12->Dock = System::Windows::Forms::DockStyle::Fill;
|
323 |
this->label12->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 324 |
this->label12->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
324 |
this->label12->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 325 |
static_cast<System::Byte>(0)));
|
325 |
static_cast<System::Byte>(0)));
|
| 326 |
this->label12->Location = System::Drawing::Point(307, 0);
|
326 |
this->label12->Location = System::Drawing::Point(306, 0);
|
| 327 |
this->label12->Name = L"label12";
|
327 |
this->label12->Name = L"label12";
|
| 328 |
this->label12->Size = System::Drawing::Size(371, 20);
|
328 |
this->label12->Size = System::Drawing::Size(372, 20);
|
| 329 |
this->label12->TabIndex = 6;
|
329 |
this->label12->TabIndex = 6;
|
| 330 |
this->label12->Text = L"Rough Price";
|
330 |
this->label12->Text = L"Rough Price";
|
| 331 |
this->label12->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
331 |
this->label12->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
| 332 |
//
|
332 |
//
|
| 333 |
// label10
|
333 |
// label10
|
| 334 |
//
|
334 |
//
|
| 335 |
this->label10->Dock = System::Windows::Forms::DockStyle::Fill;
|
335 |
this->label10->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 336 |
this->label10->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
336 |
this->label10->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 337 |
static_cast<System::Byte>(0)));
|
337 |
static_cast<System::Byte>(0)));
|
| 338 |
this->label10->Location = System::Drawing::Point(105, 0);
|
338 |
this->label10->Location = System::Drawing::Point(104, 0);
|
| 339 |
this->label10->Name = L"label10";
|
339 |
this->label10->Name = L"label10";
|
| 340 |
this->label10->Size = System::Drawing::Size(196, 20);
|
340 |
this->label10->Size = System::Drawing::Size(196, 20);
|
| 341 |
this->label10->TabIndex = 5;
|
341 |
this->label10->TabIndex = 5;
|
| 342 |
this->label10->Text = L"Relval";
|
342 |
this->label10->Text = L"Relval";
|
| 343 |
this->label10->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
343 |
this->label10->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
| 344 |
//
|
344 |
//
|
| 345 |
// NumPriceNPC
|
345 |
// NumPriceNPC
|
| 346 |
//
|
346 |
//
|
| 347 |
this->NumPriceNPC->Dock = System::Windows::Forms::DockStyle::Fill;
|
347 |
this->NumPriceNPC->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 348 |
this->NumPriceNPC->Location = System::Drawing::Point(105, 47);
|
348 |
this->NumPriceNPC->Location = System::Drawing::Point(104, 47);
|
| 349 |
this->NumPriceNPC->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {25000000, 0, 0, 0});
|
349 |
this->NumPriceNPC->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 25000000, 0, 0, 0 });
|
| 350 |
this->NumPriceNPC->Name = L"NumPriceNPC";
|
350 |
this->NumPriceNPC->Name = L"NumPriceNPC";
|
| 351 |
this->NumPriceNPC->Size = System::Drawing::Size(196, 20);
|
351 |
this->NumPriceNPC->Size = System::Drawing::Size(196, 20);
|
| 352 |
this->NumPriceNPC->TabIndex = 4;
|
352 |
this->NumPriceNPC->TabIndex = 4;
|
| 353 |
this->NumPriceNPC->ThousandsSeparator = true;
|
353 |
this->NumPriceNPC->ThousandsSeparator = true;
|
| 354 |
this->NumPriceNPC->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
354 |
this->NumPriceNPC->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
| 355 |
this->NumPriceNPC->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
355 |
this->NumPriceNPC->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 356 |
this->NumPriceNPC->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumPriceNPC_ValueChanged);
|
356 |
this->NumPriceNPC->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumPriceNPC_ValueChanged);
|
| 357 |
//
|
357 |
//
|
| 358 |
// NumPricePlayer
|
358 |
// NumPricePlayer
|
| 359 |
//
|
359 |
//
|
| 360 |
this->NumPricePlayer->Dock = System::Windows::Forms::DockStyle::Fill;
|
360 |
this->NumPricePlayer->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 361 |
this->NumPricePlayer->Location = System::Drawing::Point(105, 23);
|
361 |
this->NumPricePlayer->Location = System::Drawing::Point(104, 23);
|
| 362 |
this->NumPricePlayer->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {25000000, 0, 0, 0});
|
362 |
this->NumPricePlayer->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 25000000, 0, 0, 0 });
|
| 363 |
this->NumPricePlayer->Name = L"NumPricePlayer";
|
363 |
this->NumPricePlayer->Name = L"NumPricePlayer";
|
| 364 |
this->NumPricePlayer->Size = System::Drawing::Size(196, 20);
|
364 |
this->NumPricePlayer->Size = System::Drawing::Size(196, 20);
|
| 365 |
this->NumPricePlayer->TabIndex = 3;
|
365 |
this->NumPricePlayer->TabIndex = 3;
|
| 366 |
this->NumPricePlayer->ThousandsSeparator = true;
|
366 |
this->NumPricePlayer->ThousandsSeparator = true;
|
| 367 |
this->NumPricePlayer->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
367 |
this->NumPricePlayer->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
| 368 |
this->NumPricePlayer->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
368 |
this->NumPricePlayer->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 369 |
this->NumPricePlayer->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumPricePlayer_ValueChanged);
|
369 |
this->NumPricePlayer->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumPricePlayer_ValueChanged);
|
| 370 |
//
|
370 |
//
|
| 371 |
// label11
|
371 |
// label11
|
| 372 |
//
|
372 |
//
|
| 373 |
this->label11->Dock = System::Windows::Forms::DockStyle::Fill;
|
373 |
this->label11->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 374 |
this->label11->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
374 |
this->label11->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 375 |
static_cast<System::Byte>(0)));
|
375 |
static_cast<System::Byte>(0)));
|
| 376 |
this->label11->Location = System::Drawing::Point(3, 44);
|
376 |
this->label11->Location = System::Drawing::Point(3, 44);
|
| 377 |
this->label11->Name = L"label11";
|
377 |
this->label11->Name = L"label11";
|
| 378 |
this->label11->Size = System::Drawing::Size(96, 25);
|
378 |
this->label11->Size = System::Drawing::Size(95, 25);
|
| 379 |
this->label11->TabIndex = 2;
|
379 |
this->label11->TabIndex = 2;
|
| 380 |
this->label11->Text = L"NPC";
|
380 |
this->label11->Text = L"NPC";
|
| 381 |
this->label11->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
381 |
this->label11->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
| 382 |
//
|
382 |
//
|
| 383 |
// label9
|
383 |
// label9
|
| 384 |
//
|
384 |
//
|
| 385 |
this->label9->Dock = System::Windows::Forms::DockStyle::Fill;
|
385 |
this->label9->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 386 |
this->label9->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
386 |
this->label9->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 387 |
static_cast<System::Byte>(0)));
|
387 |
static_cast<System::Byte>(0)));
|
| 388 |
this->label9->Location = System::Drawing::Point(3, 20);
|
388 |
this->label9->Location = System::Drawing::Point(3, 20);
|
| 389 |
this->label9->Name = L"label9";
|
389 |
this->label9->Name = L"label9";
|
| 390 |
this->label9->Size = System::Drawing::Size(96, 24);
|
390 |
this->label9->Size = System::Drawing::Size(95, 24);
|
| 391 |
this->label9->TabIndex = 1;
|
391 |
this->label9->TabIndex = 1;
|
| 392 |
this->label9->Text = L"Player";
|
392 |
this->label9->Text = L"Player";
|
| 393 |
this->label9->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
393 |
this->label9->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
| 394 |
//
|
394 |
//
|
| 395 |
// groupBox1
|
395 |
// groupBox1
|
| Line 428... |
Line 428... |
| 428 |
this->ComboCargo->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboCargo_SelectedIndexChanged);
|
428 |
this->ComboCargo->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboCargo_SelectedIndexChanged);
|
| 429 |
//
|
429 |
//
|
| 430 |
// label8
|
430 |
// label8
|
| 431 |
//
|
431 |
//
|
| 432 |
this->label8->Dock = System::Windows::Forms::DockStyle::Left;
|
432 |
this->label8->Dock = System::Windows::Forms::DockStyle::Left;
|
| 433 |
this->label8->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
433 |
this->label8->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 434 |
static_cast<System::Byte>(0)));
|
434 |
static_cast<System::Byte>(0)));
|
| 435 |
this->label8->Location = System::Drawing::Point(5, 5);
|
435 |
this->label8->Location = System::Drawing::Point(5, 5);
|
| 436 |
this->label8->Name = L"label8";
|
436 |
this->label8->Name = L"label8";
|
| 437 |
this->label8->Size = System::Drawing::Size(150, 19);
|
437 |
this->label8->Size = System::Drawing::Size(150, 19);
|
| 438 |
this->label8->TabIndex = 0;
|
438 |
this->label8->TabIndex = 0;
|
| Line 440... |
Line 440... |
| 440 |
this->label8->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
440 |
this->label8->TextAlign = System::Drawing::ContentAlignment::MiddleLeft;
|
| 441 |
//
|
441 |
//
|
| 442 |
// tableLayoutPanel1
|
442 |
// tableLayoutPanel1
|
| 443 |
//
|
443 |
//
|
| 444 |
this->tableLayoutPanel1->ColumnCount = 2;
|
444 |
this->tableLayoutPanel1->ColumnCount = 2;
|
| 445 |
this->tableLayoutPanel1->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
445 |
this->tableLayoutPanel1->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
| 446 |
50)));
|
446 |
50)));
|
| 447 |
this->tableLayoutPanel1->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
447 |
this->tableLayoutPanel1->ColumnStyles->Add((gcnew System::Windows::Forms::ColumnStyle(System::Windows::Forms::SizeType::Percent,
|
| 448 |
50)));
|
448 |
50)));
|
| 449 |
this->tableLayoutPanel1->Controls->Add(this->label7, 1, 0);
|
449 |
this->tableLayoutPanel1->Controls->Add(this->label7, 1, 0);
|
| 450 |
this->tableLayoutPanel1->Controls->Add(this->label6, 0, 0);
|
450 |
this->tableLayoutPanel1->Controls->Add(this->label6, 0, 0);
|
| 451 |
this->tableLayoutPanel1->Controls->Add(this->NumCargoMin, 0, 1);
|
451 |
this->tableLayoutPanel1->Controls->Add(this->NumCargoMin, 0, 1);
|
| 452 |
this->tableLayoutPanel1->Controls->Add(this->NumCargoMax, 1, 1);
|
452 |
this->tableLayoutPanel1->Controls->Add(this->NumCargoMax, 1, 1);
|
| Line 460... |
Line 460... |
| 460 |
this->tableLayoutPanel1->TabIndex = 0;
|
460 |
this->tableLayoutPanel1->TabIndex = 0;
|
| 461 |
//
|
461 |
//
|
| 462 |
// label7
|
462 |
// label7
|
| 463 |
//
|
463 |
//
|
| 464 |
this->label7->Dock = System::Windows::Forms::DockStyle::Fill;
|
464 |
this->label7->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 465 |
this->label7->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
465 |
this->label7->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 466 |
static_cast<System::Byte>(0)));
|
466 |
static_cast<System::Byte>(0)));
|
| 467 |
this->label7->Location = System::Drawing::Point(336, 0);
|
467 |
this->label7->Location = System::Drawing::Point(336, 0);
|
| 468 |
this->label7->Name = L"label7";
|
468 |
this->label7->Name = L"label7";
|
| 469 |
this->label7->Size = System::Drawing::Size(328, 24);
|
469 |
this->label7->Size = System::Drawing::Size(328, 24);
|
| 470 |
this->label7->TabIndex = 1;
|
470 |
this->label7->TabIndex = 1;
|
| Line 472... |
Line 472... |
| 472 |
this->label7->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
472 |
this->label7->TextAlign = System::Drawing::ContentAlignment::MiddleCenter;
|
| 473 |
//
|
473 |
//
|
| 474 |
// label6
|
474 |
// label6
|
| 475 |
//
|
475 |
//
|
| 476 |
this->label6->Dock = System::Windows::Forms::DockStyle::Fill;
|
476 |
this->label6->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 477 |
this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
477 |
this->label6->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 478 |
static_cast<System::Byte>(0)));
|
478 |
static_cast<System::Byte>(0)));
|
| 479 |
this->label6->Location = System::Drawing::Point(3, 0);
|
479 |
this->label6->Location = System::Drawing::Point(3, 0);
|
| 480 |
this->label6->Name = L"label6";
|
480 |
this->label6->Name = L"label6";
|
| 481 |
this->label6->Size = System::Drawing::Size(327, 24);
|
481 |
this->label6->Size = System::Drawing::Size(327, 24);
|
| 482 |
this->label6->TabIndex = 0;
|
482 |
this->label6->TabIndex = 0;
|
| Line 485... |
Line 485... |
| 485 |
//
|
485 |
//
|
| 486 |
// NumCargoMin
|
486 |
// NumCargoMin
|
| 487 |
//
|
487 |
//
|
| 488 |
this->NumCargoMin->Dock = System::Windows::Forms::DockStyle::Fill;
|
488 |
this->NumCargoMin->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 489 |
this->NumCargoMin->Location = System::Drawing::Point(3, 27);
|
489 |
this->NumCargoMin->Location = System::Drawing::Point(3, 27);
|
| 490 |
this->NumCargoMin->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {10000000, 0, 0, 0});
|
490 |
this->NumCargoMin->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 10000000, 0, 0, 0 });
|
| 491 |
this->NumCargoMin->Name = L"NumCargoMin";
|
491 |
this->NumCargoMin->Name = L"NumCargoMin";
|
| 492 |
this->NumCargoMin->Size = System::Drawing::Size(327, 20);
|
492 |
this->NumCargoMin->Size = System::Drawing::Size(327, 20);
|
| 493 |
this->NumCargoMin->TabIndex = 2;
|
493 |
this->NumCargoMin->TabIndex = 2;
|
| 494 |
this->NumCargoMin->ThousandsSeparator = true;
|
494 |
this->NumCargoMin->ThousandsSeparator = true;
|
| 495 |
this->NumCargoMin->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
495 |
this->NumCargoMin->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 496 |
this->NumCargoMin->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumCargoMin_ValueChanged);
|
496 |
this->NumCargoMin->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumCargoMin_ValueChanged);
|
| 497 |
//
|
497 |
//
|
| 498 |
// NumCargoMax
|
498 |
// NumCargoMax
|
| 499 |
//
|
499 |
//
|
| 500 |
this->NumCargoMax->Dock = System::Windows::Forms::DockStyle::Fill;
|
500 |
this->NumCargoMax->Dock = System::Windows::Forms::DockStyle::Fill;
|
| 501 |
this->NumCargoMax->Location = System::Drawing::Point(336, 27);
|
501 |
this->NumCargoMax->Location = System::Drawing::Point(336, 27);
|
| 502 |
this->NumCargoMax->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {10000000, 0, 0, 0});
|
502 |
this->NumCargoMax->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 10000000, 0, 0, 0 });
|
| 503 |
this->NumCargoMax->Name = L"NumCargoMax";
|
503 |
this->NumCargoMax->Name = L"NumCargoMax";
|
| 504 |
this->NumCargoMax->Size = System::Drawing::Size(328, 20);
|
504 |
this->NumCargoMax->Size = System::Drawing::Size(328, 20);
|
| 505 |
this->NumCargoMax->TabIndex = 3;
|
505 |
this->NumCargoMax->TabIndex = 3;
|
| 506 |
this->NumCargoMax->ThousandsSeparator = true;
|
506 |
this->NumCargoMax->ThousandsSeparator = true;
|
| 507 |
this->NumCargoMax->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) {1, 0, 0, 0});
|
507 |
this->NumCargoMax->Value = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1, 0, 0, 0 });
|
| 508 |
this->NumCargoMax->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumCargoMax_ValueChanged);
|
508 |
this->NumCargoMax->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumCargoMax_ValueChanged);
|
| 509 |
//
|
509 |
//
|
| 510 |
// panel6
|
510 |
// panel6
|
| 511 |
//
|
511 |
//
|
| 512 |
this->panel6->Controls->Add(this->NumDock);
|
512 |
this->panel6->Controls->Add(this->NumDock);
|
| Line 520... |
Line 520... |
| 520 |
//
|
520 |
//
|
| 521 |
// NumDock
|
521 |
// NumDock
|
| 522 |
//
|
522 |
//
|
| 523 |
this->NumDock->Dock = System::Windows::Forms::DockStyle::Left;
|
523 |
this->NumDock->Dock = System::Windows::Forms::DockStyle::Left;
|
| 524 |
this->NumDock->Location = System::Drawing::Point(155, 5);
|
524 |
this->NumDock->Location = System::Drawing::Point(155, 5);
|
| 525 |
this->NumDock->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) {1000, 0, 0, 0});
|
525 |
this->NumDock->Maximum = System::Decimal(gcnew cli::array< System::Int32 >(4) { 1000, 0, 0, 0 });
|
| 526 |
this->NumDock->Name = L"NumDock";
|
526 |
this->NumDock->Name = L"NumDock";
|
| 527 |
this->NumDock->Size = System::Drawing::Size(90, 20);
|
527 |
this->NumDock->Size = System::Drawing::Size(90, 20);
|
| 528 |
this->NumDock->TabIndex = 1;
|
528 |
this->NumDock->TabIndex = 1;
|
| 529 |
this->NumDock->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
529 |
this->NumDock->UpDownAlign = System::Windows::Forms::LeftRightAlignment::Left;
|
| 530 |
this->NumDock->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumDock_ValueChanged);
|
530 |
this->NumDock->ValueChanged += gcnew System::EventHandler(this, &CustomiseInfo::NumDock_ValueChanged);
|
| 531 |
//
|
531 |
//
|
| 532 |
// label5
|
532 |
// label5
|
| 533 |
//
|
533 |
//
|
| 534 |
this->label5->Dock = System::Windows::Forms::DockStyle::Left;
|
534 |
this->label5->Dock = System::Windows::Forms::DockStyle::Left;
|
| 535 |
this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
535 |
this->label5->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 536 |
static_cast<System::Byte>(0)));
|
536 |
static_cast<System::Byte>(0)));
|
| 537 |
this->label5->Location = System::Drawing::Point(5, 5);
|
537 |
this->label5->Location = System::Drawing::Point(5, 5);
|
| 538 |
this->label5->Name = L"label5";
|
538 |
this->label5->Name = L"label5";
|
| 539 |
this->label5->Size = System::Drawing::Size(150, 22);
|
539 |
this->label5->Size = System::Drawing::Size(150, 22);
|
| 540 |
this->label5->TabIndex = 0;
|
540 |
this->label5->TabIndex = 0;
|
| Line 564... |
Line 564... |
| 564 |
this->ComboVariation->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboVariation_SelectedIndexChanged);
|
564 |
this->ComboVariation->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboVariation_SelectedIndexChanged);
|
| 565 |
//
|
565 |
//
|
| 566 |
// label3
|
566 |
// label3
|
| 567 |
//
|
567 |
//
|
| 568 |
this->label3->Dock = System::Windows::Forms::DockStyle::Left;
|
568 |
this->label3->Dock = System::Windows::Forms::DockStyle::Left;
|
| 569 |
this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
569 |
this->label3->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 570 |
static_cast<System::Byte>(0)));
|
570 |
static_cast<System::Byte>(0)));
|
| 571 |
this->label3->Location = System::Drawing::Point(5, 5);
|
571 |
this->label3->Location = System::Drawing::Point(5, 5);
|
| 572 |
this->label3->Name = L"label3";
|
572 |
this->label3->Name = L"label3";
|
| 573 |
this->label3->Size = System::Drawing::Size(150, 22);
|
573 |
this->label3->Size = System::Drawing::Size(150, 22);
|
| 574 |
this->label3->TabIndex = 0;
|
574 |
this->label3->TabIndex = 0;
|
| Line 598... |
Line 598... |
| 598 |
this->ComboSubType->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboSubType_SelectedIndexChanged);
|
598 |
this->ComboSubType->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboSubType_SelectedIndexChanged);
|
| 599 |
//
|
599 |
//
|
| 600 |
// label15
|
600 |
// label15
|
| 601 |
//
|
601 |
//
|
| 602 |
this->label15->Dock = System::Windows::Forms::DockStyle::Left;
|
602 |
this->label15->Dock = System::Windows::Forms::DockStyle::Left;
|
| 603 |
this->label15->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
603 |
this->label15->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 604 |
static_cast<System::Byte>(0)));
|
604 |
static_cast<System::Byte>(0)));
|
| 605 |
this->label15->Location = System::Drawing::Point(5, 5);
|
605 |
this->label15->Location = System::Drawing::Point(5, 5);
|
| 606 |
this->label15->Name = L"label15";
|
606 |
this->label15->Name = L"label15";
|
| 607 |
this->label15->Size = System::Drawing::Size(150, 22);
|
607 |
this->label15->Size = System::Drawing::Size(150, 22);
|
| 608 |
this->label15->TabIndex = 0;
|
608 |
this->label15->TabIndex = 0;
|
| Line 632... |
Line 632... |
| 632 |
this->ComboClass->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboClass_SelectedIndexChanged);
|
632 |
this->ComboClass->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboClass_SelectedIndexChanged);
|
| 633 |
//
|
633 |
//
|
| 634 |
// label4
|
634 |
// label4
|
| 635 |
//
|
635 |
//
|
| 636 |
this->label4->Dock = System::Windows::Forms::DockStyle::Left;
|
636 |
this->label4->Dock = System::Windows::Forms::DockStyle::Left;
|
| 637 |
this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
637 |
this->label4->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 638 |
static_cast<System::Byte>(0)));
|
638 |
static_cast<System::Byte>(0)));
|
| 639 |
this->label4->Location = System::Drawing::Point(5, 5);
|
639 |
this->label4->Location = System::Drawing::Point(5, 5);
|
| 640 |
this->label4->Name = L"label4";
|
640 |
this->label4->Name = L"label4";
|
| 641 |
this->label4->Size = System::Drawing::Size(150, 22);
|
641 |
this->label4->Size = System::Drawing::Size(150, 22);
|
| 642 |
this->label4->TabIndex = 0;
|
642 |
this->label4->TabIndex = 0;
|
| Line 666... |
Line 666... |
| 666 |
this->ComboRace->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboRace_SelectedIndexChanged);
|
666 |
this->ComboRace->SelectedIndexChanged += gcnew System::EventHandler(this, &CustomiseInfo::ComboRace_SelectedIndexChanged);
|
| 667 |
//
|
667 |
//
|
| 668 |
// label2
|
668 |
// label2
|
| 669 |
//
|
669 |
//
|
| 670 |
this->label2->Dock = System::Windows::Forms::DockStyle::Left;
|
670 |
this->label2->Dock = System::Windows::Forms::DockStyle::Left;
|
| 671 |
this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
671 |
this->label2->Font = (gcnew System::Drawing::Font(L"Microsoft Sans Serif", 9.75F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
|
| 672 |
static_cast<System::Byte>(0)));
|
672 |
static_cast<System::Byte>(0)));
|
| 673 |
this->label2->Location = System::Drawing::Point(5, 5);
|
673 |
this->label2->Location = System::Drawing::Point(5, 5);
|
| 674 |
this->label2->Name = L"label2";
|
674 |
this->label2->Name = L"label2";
|
| 675 |
this->label2->Size = System::Drawing::Size(150, 22);
|
675 |
this->label2->Size = System::Drawing::Size(150, 22);
|
| 676 |
this->label2->TabIndex = 0;
|
676 |
this->label2->TabIndex = 0;
|
| Line 691... |
Line 691... |
| 691 |
this->Controls->Add(this->panel3);
|
691 |
this->Controls->Add(this->panel3);
|
| 692 |
this->Name = L"CustomiseInfo";
|
692 |
this->Name = L"CustomiseInfo";
|
| 693 |
this->Size = System::Drawing::Size(687, 644);
|
693 |
this->Size = System::Drawing::Size(687, 644);
|
| 694 |
this->groupBox3->ResumeLayout(false);
|
694 |
this->groupBox3->ResumeLayout(false);
|
| 695 |
this->panel9->ResumeLayout(false);
|
695 |
this->panel9->ResumeLayout(false);
|
| 696 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumNoto))->EndInit();
|
696 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumNoto))->EndInit();
|
| 697 |
this->panel8->ResumeLayout(false);
|
697 |
this->panel8->ResumeLayout(false);
|
| 698 |
this->groupBox2->ResumeLayout(false);
|
698 |
this->groupBox2->ResumeLayout(false);
|
| 699 |
this->tableLayoutPanel2->ResumeLayout(false);
|
699 |
this->tableLayoutPanel2->ResumeLayout(false);
|
| 700 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->TextPriceNPC))->EndInit();
|
700 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->TextPriceNPC))->EndInit();
|
| 701 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->TextPricePlayer))->EndInit();
|
701 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->TextPricePlayer))->EndInit();
|
| 702 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumPriceNPC))->EndInit();
|
702 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumPriceNPC))->EndInit();
|
| 703 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumPricePlayer))->EndInit();
|
703 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumPricePlayer))->EndInit();
|
| 704 |
this->groupBox1->ResumeLayout(false);
|
704 |
this->groupBox1->ResumeLayout(false);
|
| 705 |
this->panel7->ResumeLayout(false);
|
705 |
this->panel7->ResumeLayout(false);
|
| 706 |
this->tableLayoutPanel1->ResumeLayout(false);
|
706 |
this->tableLayoutPanel1->ResumeLayout(false);
|
| 707 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumCargoMin))->EndInit();
|
707 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumCargoMin))->EndInit();
|
| 708 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumCargoMax))->EndInit();
|
708 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumCargoMax))->EndInit();
|
| 709 |
this->panel6->ResumeLayout(false);
|
709 |
this->panel6->ResumeLayout(false);
|
| 710 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^ >(this->NumDock))->EndInit();
|
710 |
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->NumDock))->EndInit();
|
| 711 |
this->panel4->ResumeLayout(false);
|
711 |
this->panel4->ResumeLayout(false);
|
| 712 |
this->panel10->ResumeLayout(false);
|
712 |
this->panel10->ResumeLayout(false);
|
| 713 |
this->panel5->ResumeLayout(false);
|
713 |
this->panel5->ResumeLayout(false);
|
| 714 |
this->panel3->ResumeLayout(false);
|
714 |
this->panel3->ResumeLayout(false);
|
| 715 |
this->ResumeLayout(false);
|
715 |
this->ResumeLayout(false);
|