BasicSettings.Designer.cs 27 KB

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