BasicSettings.Designer.cs (28082B)
1 // 2 // Copyright 2020 Electronic Arts Inc. 3 // 4 // The Command & Conquer Map Editor and corresponding source code is free 5 // software: you can redistribute it and/or modify it under the terms of 6 // the GNU General Public License as published by the Free Software Foundation, 7 // either version 3 of the License, or (at your option) any later version. 8 9 // The Command & Conquer Map Editor and corresponding source code is distributed 10 // in the hope that it will be useful, but with permitted additional restrictions 11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 12 // distributed with this program. You should have received a copy of the 13 // GNU General Public License along with permitted additional restrictions 14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection 15 namespace MobiusEditor.Controls 16 { 17 partial class BasicSettings 18 { 19 /// <summary> 20 /// Required designer variable. 21 /// </summary> 22 private System.ComponentModel.IContainer components = null; 23 24 /// <summary> 25 /// Clean up any resources being used. 26 /// </summary> 27 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 28 protected override void Dispose(bool disposing) 29 { 30 if (disposing && (components != null)) 31 { 32 components.Dispose(); 33 } 34 base.Dispose(disposing); 35 } 36 37 #region Component Designer generated code 38 39 /// <summary> 40 /// Required method for Designer support - do not modify 41 /// the contents of this method with the code editor. 42 /// </summary> 43 private void InitializeComponent() 44 { 45 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 46 this.label10 = new System.Windows.Forms.Label(); 47 this.loseComboBox = new System.Windows.Forms.ComboBox(); 48 this.isSinglePlayerCheckBox = new System.Windows.Forms.CheckBox(); 49 this.win4ComboBox = new System.Windows.Forms.ComboBox(); 50 this.win3ComboBox = new System.Windows.Forms.ComboBox(); 51 this.win2ComboBox = new System.Windows.Forms.ComboBox(); 52 this.winComboBox = new System.Windows.Forms.ComboBox(); 53 this.actionComboBox = new System.Windows.Forms.ComboBox(); 54 this.briefComboBox = new System.Windows.Forms.ComboBox(); 55 this.introComboBox = new System.Windows.Forms.ComboBox(); 56 this.win4Label = new System.Windows.Forms.Label(); 57 this.win3Label = new System.Windows.Forms.Label(); 58 this.win2Label = new System.Windows.Forms.Label(); 59 this.label9 = new System.Windows.Forms.Label(); 60 this.label8 = new System.Windows.Forms.Label(); 61 this.label7 = new System.Windows.Forms.Label(); 62 this.label1 = new System.Windows.Forms.Label(); 63 this.buildLevelLabel = new System.Windows.Forms.Label(); 64 this.label2 = new System.Windows.Forms.Label(); 65 this.label3 = new System.Windows.Forms.Label(); 66 this.label4 = new System.Windows.Forms.Label(); 67 this.label5 = new System.Windows.Forms.Label(); 68 this.nameTxt = new System.Windows.Forms.TextBox(); 69 this.playerComboBox = new System.Windows.Forms.ComboBox(); 70 this.buidLevelNud = new System.Windows.Forms.NumericUpDown(); 71 this.percentNud = new System.Windows.Forms.NumericUpDown(); 72 this.carryOverMoneyNud = new System.Windows.Forms.NumericUpDown(); 73 this.label6 = new System.Windows.Forms.Label(); 74 this.authorTxt = new System.Windows.Forms.TextBox(); 75 this.baseLabel = new System.Windows.Forms.Label(); 76 this.baseComboBox = new System.Windows.Forms.ComboBox(); 77 this.tableLayoutPanel1.SuspendLayout(); 78 ((System.ComponentModel.ISupportInitialize)(this.buidLevelNud)).BeginInit(); 79 ((System.ComponentModel.ISupportInitialize)(this.percentNud)).BeginInit(); 80 ((System.ComponentModel.ISupportInitialize)(this.carryOverMoneyNud)).BeginInit(); 81 this.SuspendLayout(); 82 // 83 // tableLayoutPanel1 84 // 85 this.tableLayoutPanel1.AutoSize = true; 86 this.tableLayoutPanel1.ColumnCount = 2; 87 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 88 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 89 this.tableLayoutPanel1.Controls.Add(this.label10, 0, 15); 90 this.tableLayoutPanel1.Controls.Add(this.loseComboBox, 1, 15); 91 this.tableLayoutPanel1.Controls.Add(this.isSinglePlayerCheckBox, 1, 16); 92 this.tableLayoutPanel1.Controls.Add(this.win4ComboBox, 1, 14); 93 this.tableLayoutPanel1.Controls.Add(this.win3ComboBox, 1, 13); 94 this.tableLayoutPanel1.Controls.Add(this.win2ComboBox, 1, 12); 95 this.tableLayoutPanel1.Controls.Add(this.winComboBox, 1, 11); 96 this.tableLayoutPanel1.Controls.Add(this.actionComboBox, 1, 10); 97 this.tableLayoutPanel1.Controls.Add(this.briefComboBox, 1, 9); 98 this.tableLayoutPanel1.Controls.Add(this.introComboBox, 1, 8); 99 this.tableLayoutPanel1.Controls.Add(this.win4Label, 0, 14); 100 this.tableLayoutPanel1.Controls.Add(this.win3Label, 0, 13); 101 this.tableLayoutPanel1.Controls.Add(this.win2Label, 0, 12); 102 this.tableLayoutPanel1.Controls.Add(this.label9, 0, 11); 103 this.tableLayoutPanel1.Controls.Add(this.label8, 0, 10); 104 this.tableLayoutPanel1.Controls.Add(this.label7, 0, 9); 105 this.tableLayoutPanel1.Controls.Add(this.label1, 0, 8); 106 this.tableLayoutPanel1.Controls.Add(this.buildLevelLabel, 0, 0); 107 this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); 108 this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); 109 this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3); 110 this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4); 111 this.tableLayoutPanel1.Controls.Add(this.nameTxt, 1, 2); 112 this.tableLayoutPanel1.Controls.Add(this.playerComboBox, 1, 4); 113 this.tableLayoutPanel1.Controls.Add(this.buidLevelNud, 1, 0); 114 this.tableLayoutPanel1.Controls.Add(this.percentNud, 1, 3); 115 this.tableLayoutPanel1.Controls.Add(this.carryOverMoneyNud, 1, 1); 116 this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5); 117 this.tableLayoutPanel1.Controls.Add(this.authorTxt, 1, 5); 118 this.tableLayoutPanel1.Controls.Add(this.baseLabel, 0, 6); 119 this.tableLayoutPanel1.Controls.Add(this.baseComboBox, 1, 6); 120 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 121 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 122 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 123 this.tableLayoutPanel1.RowCount = 17; 124 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 125 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 126 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 127 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 128 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 129 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 130 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 131 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 132 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 133 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 134 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 135 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 136 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 137 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 138 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 139 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 140 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 141 this.tableLayoutPanel1.Size = new System.Drawing.Size(300, 403); 142 this.tableLayoutPanel1.TabIndex = 1; 143 // 144 // label10 145 // 146 this.label10.Dock = System.Windows.Forms.DockStyle.Fill; 147 this.label10.Location = new System.Drawing.Point(2, 355); 148 this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 149 this.label10.Name = "label10"; 150 this.label10.Size = new System.Drawing.Size(87, 25); 151 this.label10.TabIndex = 35; 152 this.label10.Text = "Lose"; 153 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 154 // 155 // loseComboBox 156 // 157 this.loseComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 158 this.loseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 159 this.loseComboBox.FormattingEnabled = true; 160 this.loseComboBox.Location = new System.Drawing.Point(93, 357); 161 this.loseComboBox.Margin = new System.Windows.Forms.Padding(2); 162 this.loseComboBox.Name = "loseComboBox"; 163 this.loseComboBox.Size = new System.Drawing.Size(205, 21); 164 this.loseComboBox.TabIndex = 34; 165 // 166 // isSinglePlayerCheckBox 167 // 168 this.isSinglePlayerCheckBox.AutoSize = true; 169 this.isSinglePlayerCheckBox.Location = new System.Drawing.Point(93, 382); 170 this.isSinglePlayerCheckBox.Margin = new System.Windows.Forms.Padding(2); 171 this.isSinglePlayerCheckBox.Name = "isSinglePlayerCheckBox"; 172 this.isSinglePlayerCheckBox.Size = new System.Drawing.Size(87, 17); 173 this.isSinglePlayerCheckBox.TabIndex = 32; 174 this.isSinglePlayerCheckBox.Text = "Single-Player"; 175 this.isSinglePlayerCheckBox.UseVisualStyleBackColor = true; 176 this.isSinglePlayerCheckBox.CheckedChanged += new System.EventHandler(this.isSinglePlayerCheckBox_CheckedChanged); 177 // 178 // win4ComboBox 179 // 180 this.win4ComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 181 this.win4ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 182 this.win4ComboBox.FormattingEnabled = true; 183 this.win4ComboBox.Location = new System.Drawing.Point(93, 332); 184 this.win4ComboBox.Margin = new System.Windows.Forms.Padding(2); 185 this.win4ComboBox.Name = "win4ComboBox"; 186 this.win4ComboBox.Size = new System.Drawing.Size(205, 21); 187 this.win4ComboBox.TabIndex = 31; 188 // 189 // win3ComboBox 190 // 191 this.win3ComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 192 this.win3ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 193 this.win3ComboBox.FormattingEnabled = true; 194 this.win3ComboBox.Location = new System.Drawing.Point(93, 307); 195 this.win3ComboBox.Margin = new System.Windows.Forms.Padding(2); 196 this.win3ComboBox.Name = "win3ComboBox"; 197 this.win3ComboBox.Size = new System.Drawing.Size(205, 21); 198 this.win3ComboBox.TabIndex = 30; 199 // 200 // win2ComboBox 201 // 202 this.win2ComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 203 this.win2ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 204 this.win2ComboBox.FormattingEnabled = true; 205 this.win2ComboBox.Location = new System.Drawing.Point(93, 282); 206 this.win2ComboBox.Margin = new System.Windows.Forms.Padding(2); 207 this.win2ComboBox.Name = "win2ComboBox"; 208 this.win2ComboBox.Size = new System.Drawing.Size(205, 21); 209 this.win2ComboBox.TabIndex = 29; 210 // 211 // winComboBox 212 // 213 this.winComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 214 this.winComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 215 this.winComboBox.FormattingEnabled = true; 216 this.winComboBox.Location = new System.Drawing.Point(93, 257); 217 this.winComboBox.Margin = new System.Windows.Forms.Padding(2); 218 this.winComboBox.Name = "winComboBox"; 219 this.winComboBox.Size = new System.Drawing.Size(205, 21); 220 this.winComboBox.TabIndex = 28; 221 // 222 // actionComboBox 223 // 224 this.actionComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 225 this.actionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 226 this.actionComboBox.FormattingEnabled = true; 227 this.actionComboBox.Location = new System.Drawing.Point(93, 232); 228 this.actionComboBox.Margin = new System.Windows.Forms.Padding(2); 229 this.actionComboBox.Name = "actionComboBox"; 230 this.actionComboBox.Size = new System.Drawing.Size(205, 21); 231 this.actionComboBox.TabIndex = 27; 232 // 233 // briefComboBox 234 // 235 this.briefComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 236 this.briefComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 237 this.briefComboBox.FormattingEnabled = true; 238 this.briefComboBox.Location = new System.Drawing.Point(93, 207); 239 this.briefComboBox.Margin = new System.Windows.Forms.Padding(2); 240 this.briefComboBox.Name = "briefComboBox"; 241 this.briefComboBox.Size = new System.Drawing.Size(205, 21); 242 this.briefComboBox.TabIndex = 26; 243 // 244 // introComboBox 245 // 246 this.introComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 247 this.introComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 248 this.introComboBox.FormattingEnabled = true; 249 this.introComboBox.Location = new System.Drawing.Point(93, 182); 250 this.introComboBox.Margin = new System.Windows.Forms.Padding(2); 251 this.introComboBox.Name = "introComboBox"; 252 this.introComboBox.Size = new System.Drawing.Size(205, 21); 253 this.introComboBox.TabIndex = 25; 254 // 255 // win4Label 256 // 257 this.win4Label.Dock = System.Windows.Forms.DockStyle.Fill; 258 this.win4Label.Location = new System.Drawing.Point(2, 330); 259 this.win4Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 260 this.win4Label.Name = "win4Label"; 261 this.win4Label.Size = new System.Drawing.Size(87, 25); 262 this.win4Label.TabIndex = 24; 263 this.win4Label.Text = "Win4"; 264 this.win4Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 265 // 266 // win3Label 267 // 268 this.win3Label.Dock = System.Windows.Forms.DockStyle.Fill; 269 this.win3Label.Location = new System.Drawing.Point(2, 305); 270 this.win3Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 271 this.win3Label.Name = "win3Label"; 272 this.win3Label.Size = new System.Drawing.Size(87, 25); 273 this.win3Label.TabIndex = 23; 274 this.win3Label.Text = "Win3"; 275 this.win3Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 276 // 277 // win2Label 278 // 279 this.win2Label.Dock = System.Windows.Forms.DockStyle.Fill; 280 this.win2Label.Location = new System.Drawing.Point(2, 280); 281 this.win2Label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 282 this.win2Label.Name = "win2Label"; 283 this.win2Label.Size = new System.Drawing.Size(87, 25); 284 this.win2Label.TabIndex = 22; 285 this.win2Label.Text = "Win2"; 286 this.win2Label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 287 // 288 // label9 289 // 290 this.label9.Dock = System.Windows.Forms.DockStyle.Fill; 291 this.label9.Location = new System.Drawing.Point(2, 255); 292 this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 293 this.label9.Name = "label9"; 294 this.label9.Size = new System.Drawing.Size(87, 25); 295 this.label9.TabIndex = 21; 296 this.label9.Text = "Win"; 297 this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 298 // 299 // label8 300 // 301 this.label8.Dock = System.Windows.Forms.DockStyle.Fill; 302 this.label8.Location = new System.Drawing.Point(2, 230); 303 this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 304 this.label8.Name = "label8"; 305 this.label8.Size = new System.Drawing.Size(87, 25); 306 this.label8.TabIndex = 20; 307 this.label8.Text = "Action"; 308 this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 309 // 310 // label7 311 // 312 this.label7.Dock = System.Windows.Forms.DockStyle.Fill; 313 this.label7.Location = new System.Drawing.Point(2, 205); 314 this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 315 this.label7.Name = "label7"; 316 this.label7.Size = new System.Drawing.Size(87, 25); 317 this.label7.TabIndex = 19; 318 this.label7.Text = "Brief"; 319 this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 320 // 321 // label1 322 // 323 this.label1.Dock = System.Windows.Forms.DockStyle.Fill; 324 this.label1.Location = new System.Drawing.Point(2, 180); 325 this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 326 this.label1.Name = "label1"; 327 this.label1.Size = new System.Drawing.Size(87, 25); 328 this.label1.TabIndex = 18; 329 this.label1.Text = "Intro"; 330 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 331 // 332 // buildLevelLabel 333 // 334 this.buildLevelLabel.Dock = System.Windows.Forms.DockStyle.Fill; 335 this.buildLevelLabel.Location = new System.Drawing.Point(3, 0); 336 this.buildLevelLabel.Name = "buildLevelLabel"; 337 this.buildLevelLabel.Size = new System.Drawing.Size(85, 26); 338 this.buildLevelLabel.TabIndex = 0; 339 this.buildLevelLabel.Text = "Build Level"; 340 this.buildLevelLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 341 // 342 // label2 343 // 344 this.label2.Dock = System.Windows.Forms.DockStyle.Fill; 345 this.label2.Location = new System.Drawing.Point(3, 26); 346 this.label2.Name = "label2"; 347 this.label2.Size = new System.Drawing.Size(85, 26); 348 this.label2.TabIndex = 2; 349 this.label2.Text = "Carryover Money"; 350 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 351 // 352 // label3 353 // 354 this.label3.Dock = System.Windows.Forms.DockStyle.Fill; 355 this.label3.Location = new System.Drawing.Point(3, 52); 356 this.label3.Name = "label3"; 357 this.label3.Size = new System.Drawing.Size(85, 26); 358 this.label3.TabIndex = 3; 359 this.label3.Text = "Name"; 360 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 361 // 362 // label4 363 // 364 this.label4.Dock = System.Windows.Forms.DockStyle.Fill; 365 this.label4.Location = new System.Drawing.Point(3, 78); 366 this.label4.Name = "label4"; 367 this.label4.Size = new System.Drawing.Size(85, 26); 368 this.label4.TabIndex = 4; 369 this.label4.Text = "Percent"; 370 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 371 // 372 // label5 373 // 374 this.label5.Dock = System.Windows.Forms.DockStyle.Fill; 375 this.label5.Location = new System.Drawing.Point(3, 104); 376 this.label5.Name = "label5"; 377 this.label5.Size = new System.Drawing.Size(85, 27); 378 this.label5.TabIndex = 5; 379 this.label5.Text = "Player"; 380 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 381 // 382 // nameTxt 383 // 384 this.nameTxt.Dock = System.Windows.Forms.DockStyle.Fill; 385 this.nameTxt.Location = new System.Drawing.Point(94, 55); 386 this.nameTxt.Name = "nameTxt"; 387 this.nameTxt.Size = new System.Drawing.Size(203, 20); 388 this.nameTxt.TabIndex = 7; 389 // 390 // playerComboBox 391 // 392 this.playerComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 393 this.playerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 394 this.playerComboBox.FormattingEnabled = true; 395 this.playerComboBox.Location = new System.Drawing.Point(94, 107); 396 this.playerComboBox.Name = "playerComboBox"; 397 this.playerComboBox.Size = new System.Drawing.Size(203, 21); 398 this.playerComboBox.TabIndex = 9; 399 // 400 // buidLevelNud 401 // 402 this.buidLevelNud.Dock = System.Windows.Forms.DockStyle.Fill; 403 this.buidLevelNud.Location = new System.Drawing.Point(94, 3); 404 this.buidLevelNud.Name = "buidLevelNud"; 405 this.buidLevelNud.Size = new System.Drawing.Size(203, 20); 406 this.buidLevelNud.TabIndex = 10; 407 // 408 // percentNud 409 // 410 this.percentNud.Dock = System.Windows.Forms.DockStyle.Fill; 411 this.percentNud.Location = new System.Drawing.Point(94, 81); 412 this.percentNud.Name = "percentNud"; 413 this.percentNud.Size = new System.Drawing.Size(203, 20); 414 this.percentNud.TabIndex = 11; 415 // 416 // carryOverMoneyNud 417 // 418 this.carryOverMoneyNud.Dock = System.Windows.Forms.DockStyle.Fill; 419 this.carryOverMoneyNud.Location = new System.Drawing.Point(94, 29); 420 this.carryOverMoneyNud.Name = "carryOverMoneyNud"; 421 this.carryOverMoneyNud.Size = new System.Drawing.Size(203, 20); 422 this.carryOverMoneyNud.TabIndex = 12; 423 // 424 // label6 425 // 426 this.label6.Dock = System.Windows.Forms.DockStyle.Fill; 427 this.label6.Location = new System.Drawing.Point(2, 131); 428 this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 429 this.label6.Name = "label6"; 430 this.label6.Size = new System.Drawing.Size(87, 24); 431 this.label6.TabIndex = 13; 432 this.label6.Text = "Author"; 433 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 434 // 435 // authorTxt 436 // 437 this.authorTxt.Dock = System.Windows.Forms.DockStyle.Fill; 438 this.authorTxt.Location = new System.Drawing.Point(93, 133); 439 this.authorTxt.Margin = new System.Windows.Forms.Padding(2); 440 this.authorTxt.Name = "authorTxt"; 441 this.authorTxt.Size = new System.Drawing.Size(205, 20); 442 this.authorTxt.TabIndex = 14; 443 // 444 // baseLabel 445 // 446 this.baseLabel.Dock = System.Windows.Forms.DockStyle.Fill; 447 this.baseLabel.Location = new System.Drawing.Point(2, 155); 448 this.baseLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); 449 this.baseLabel.Name = "baseLabel"; 450 this.baseLabel.Size = new System.Drawing.Size(87, 25); 451 this.baseLabel.TabIndex = 15; 452 this.baseLabel.Text = "Base"; 453 this.baseLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 454 // 455 // baseComboBox 456 // 457 this.baseComboBox.Dock = System.Windows.Forms.DockStyle.Fill; 458 this.baseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 459 this.baseComboBox.FormattingEnabled = true; 460 this.baseComboBox.Location = new System.Drawing.Point(93, 157); 461 this.baseComboBox.Margin = new System.Windows.Forms.Padding(2); 462 this.baseComboBox.Name = "baseComboBox"; 463 this.baseComboBox.Size = new System.Drawing.Size(205, 21); 464 this.baseComboBox.TabIndex = 16; 465 // 466 // BasicSettings 467 // 468 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 469 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 470 this.Controls.Add(this.tableLayoutPanel1); 471 this.Name = "BasicSettings"; 472 this.Size = new System.Drawing.Size(300, 403); 473 this.tableLayoutPanel1.ResumeLayout(false); 474 this.tableLayoutPanel1.PerformLayout(); 475 ((System.ComponentModel.ISupportInitialize)(this.buidLevelNud)).EndInit(); 476 ((System.ComponentModel.ISupportInitialize)(this.percentNud)).EndInit(); 477 ((System.ComponentModel.ISupportInitialize)(this.carryOverMoneyNud)).EndInit(); 478 this.ResumeLayout(false); 479 this.PerformLayout(); 480 481 } 482 483 #endregion 484 485 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 486 private System.Windows.Forms.Label buildLevelLabel; 487 private System.Windows.Forms.Label label2; 488 private System.Windows.Forms.Label label3; 489 private System.Windows.Forms.Label label4; 490 private System.Windows.Forms.Label label5; 491 private System.Windows.Forms.TextBox nameTxt; 492 private System.Windows.Forms.ComboBox playerComboBox; 493 private System.Windows.Forms.NumericUpDown buidLevelNud; 494 private System.Windows.Forms.NumericUpDown percentNud; 495 private System.Windows.Forms.NumericUpDown carryOverMoneyNud; 496 private System.Windows.Forms.Label label6; 497 private System.Windows.Forms.TextBox authorTxt; 498 private System.Windows.Forms.Label baseLabel; 499 private System.Windows.Forms.ComboBox baseComboBox; 500 private System.Windows.Forms.Label win4Label; 501 private System.Windows.Forms.Label win3Label; 502 private System.Windows.Forms.Label win2Label; 503 private System.Windows.Forms.Label label9; 504 private System.Windows.Forms.Label label8; 505 private System.Windows.Forms.Label label7; 506 private System.Windows.Forms.Label label1; 507 private System.Windows.Forms.CheckBox isSinglePlayerCheckBox; 508 private System.Windows.Forms.ComboBox win4ComboBox; 509 private System.Windows.Forms.ComboBox win3ComboBox; 510 private System.Windows.Forms.ComboBox win2ComboBox; 511 private System.Windows.Forms.ComboBox winComboBox; 512 private System.Windows.Forms.ComboBox actionComboBox; 513 private System.Windows.Forms.ComboBox briefComboBox; 514 private System.Windows.Forms.ComboBox introComboBox; 515 private System.Windows.Forms.ComboBox loseComboBox; 516 private System.Windows.Forms.Label label10; 517 } 518 }