ObjectProperties.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  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 ObjectProperties
  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.label1 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.directionLabel = new System.Windows.Forms.Label();
  45. this.missionLabel = new System.Windows.Forms.Label();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.houseComboBox = new MobiusEditor.Controls.PropertiesComboBox();
  48. this.strengthNud = new System.Windows.Forms.NumericUpDown();
  49. this.directionComboBox = new MobiusEditor.Controls.PropertiesComboBox();
  50. this.missionComboBox = new MobiusEditor.Controls.PropertiesComboBox();
  51. this.triggerComboBox = new MobiusEditor.Controls.PropertiesComboBox();
  52. this.basePriorityNud = new System.Windows.Forms.NumericUpDown();
  53. this.prebuiltCheckBox = new System.Windows.Forms.CheckBox();
  54. this.basePriorityLabel = new System.Windows.Forms.Label();
  55. this.sellableCheckBox = new System.Windows.Forms.CheckBox();
  56. this.rebuildCheckBox = new System.Windows.Forms.CheckBox();
  57. this.tableLayoutPanel1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.strengthNud)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.basePriorityNud)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tableLayoutPanel1
  63. //
  64. this.tableLayoutPanel1.ColumnCount = 2;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.25F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 68.75F));
  67. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
  69. this.tableLayoutPanel1.Controls.Add(this.directionLabel, 0, 2);
  70. this.tableLayoutPanel1.Controls.Add(this.missionLabel, 0, 3);
  71. this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
  72. this.tableLayoutPanel1.Controls.Add(this.houseComboBox, 1, 0);
  73. this.tableLayoutPanel1.Controls.Add(this.strengthNud, 1, 1);
  74. this.tableLayoutPanel1.Controls.Add(this.directionComboBox, 1, 2);
  75. this.tableLayoutPanel1.Controls.Add(this.missionComboBox, 1, 3);
  76. this.tableLayoutPanel1.Controls.Add(this.triggerComboBox, 1, 4);
  77. this.tableLayoutPanel1.Controls.Add(this.basePriorityNud, 1, 5);
  78. this.tableLayoutPanel1.Controls.Add(this.prebuiltCheckBox, 1, 7);
  79. this.tableLayoutPanel1.Controls.Add(this.basePriorityLabel, 0, 5);
  80. this.tableLayoutPanel1.Controls.Add(this.sellableCheckBox, 1, 8);
  81. this.tableLayoutPanel1.Controls.Add(this.rebuildCheckBox, 1, 9);
  82. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  84. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
  85. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  86. this.tableLayoutPanel1.RowCount = 11;
  87. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  88. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  89. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  91. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  92. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  93. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  94. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  95. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  96. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  97. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  98. this.tableLayoutPanel1.Size = new System.Drawing.Size(299, 262);
  99. this.tableLayoutPanel1.TabIndex = 0;
  100. //
  101. // label1
  102. //
  103. this.label1.AutoSize = true;
  104. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.label1.Location = new System.Drawing.Point(4, 0);
  106. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  107. this.label1.Name = "label1";
  108. this.label1.Size = new System.Drawing.Size(85, 32);
  109. this.label1.TabIndex = 0;
  110. this.label1.Text = "House";
  111. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.label2.Location = new System.Drawing.Point(4, 32);
  118. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.label2.Name = "label2";
  120. this.label2.Size = new System.Drawing.Size(85, 30);
  121. this.label2.TabIndex = 1;
  122. this.label2.Text = "Strength";
  123. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  124. //
  125. // directionLabel
  126. //
  127. this.directionLabel.AutoSize = true;
  128. this.directionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.directionLabel.Location = new System.Drawing.Point(4, 62);
  130. this.directionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  131. this.directionLabel.Name = "directionLabel";
  132. this.directionLabel.Size = new System.Drawing.Size(85, 32);
  133. this.directionLabel.TabIndex = 2;
  134. this.directionLabel.Text = "Direction";
  135. this.directionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  136. //
  137. // missionLabel
  138. //
  139. this.missionLabel.AutoSize = true;
  140. this.missionLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.missionLabel.Location = new System.Drawing.Point(4, 94);
  142. this.missionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.missionLabel.Name = "missionLabel";
  144. this.missionLabel.Size = new System.Drawing.Size(85, 32);
  145. this.missionLabel.TabIndex = 3;
  146. this.missionLabel.Text = "Mission";
  147. this.missionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  148. //
  149. // label5
  150. //
  151. this.label5.AutoSize = true;
  152. this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.label5.Location = new System.Drawing.Point(4, 126);
  154. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.label5.Name = "label5";
  156. this.label5.Size = new System.Drawing.Size(85, 32);
  157. this.label5.TabIndex = 4;
  158. this.label5.Text = "Trigger";
  159. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  160. //
  161. // houseComboBox
  162. //
  163. this.houseComboBox.DisplayMember = "Name";
  164. this.houseComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.houseComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  166. this.houseComboBox.FormattingEnabled = true;
  167. this.houseComboBox.Location = new System.Drawing.Point(97, 4);
  168. this.houseComboBox.Margin = new System.Windows.Forms.Padding(4);
  169. this.houseComboBox.Name = "houseComboBox";
  170. this.houseComboBox.Size = new System.Drawing.Size(198, 24);
  171. this.houseComboBox.TabIndex = 5;
  172. this.houseComboBox.ValueMember = "Type";
  173. this.houseComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
  174. //
  175. // strengthNud
  176. //
  177. this.strengthNud.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.strengthNud.Location = new System.Drawing.Point(97, 36);
  179. this.strengthNud.Margin = new System.Windows.Forms.Padding(4);
  180. this.strengthNud.Maximum = new decimal(new int[] {
  181. 256,
  182. 0,
  183. 0,
  184. 0});
  185. this.strengthNud.Minimum = new decimal(new int[] {
  186. 1,
  187. 0,
  188. 0,
  189. 0});
  190. this.strengthNud.Name = "strengthNud";
  191. this.strengthNud.Size = new System.Drawing.Size(198, 22);
  192. this.strengthNud.TabIndex = 6;
  193. this.strengthNud.Value = new decimal(new int[] {
  194. 256,
  195. 0,
  196. 0,
  197. 0});
  198. this.strengthNud.ValueChanged += new System.EventHandler(this.nud_ValueChanged);
  199. //
  200. // directionComboBox
  201. //
  202. this.directionComboBox.DisplayMember = "Name";
  203. this.directionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.directionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  205. this.directionComboBox.FormattingEnabled = true;
  206. this.directionComboBox.Location = new System.Drawing.Point(97, 66);
  207. this.directionComboBox.Margin = new System.Windows.Forms.Padding(4);
  208. this.directionComboBox.Name = "directionComboBox";
  209. this.directionComboBox.Size = new System.Drawing.Size(198, 24);
  210. this.directionComboBox.TabIndex = 7;
  211. this.directionComboBox.ValueMember = "Type";
  212. this.directionComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
  213. //
  214. // missionComboBox
  215. //
  216. this.missionComboBox.DisplayMember = "Name";
  217. this.missionComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.missionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  219. this.missionComboBox.FormattingEnabled = true;
  220. this.missionComboBox.Location = new System.Drawing.Point(97, 98);
  221. this.missionComboBox.Margin = new System.Windows.Forms.Padding(4);
  222. this.missionComboBox.Name = "missionComboBox";
  223. this.missionComboBox.Size = new System.Drawing.Size(198, 24);
  224. this.missionComboBox.TabIndex = 8;
  225. this.missionComboBox.ValueMember = "Type";
  226. this.missionComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
  227. //
  228. // triggerComboBox
  229. //
  230. this.triggerComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.triggerComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  232. this.triggerComboBox.FormattingEnabled = true;
  233. this.triggerComboBox.Location = new System.Drawing.Point(97, 130);
  234. this.triggerComboBox.Margin = new System.Windows.Forms.Padding(4);
  235. this.triggerComboBox.Name = "triggerComboBox";
  236. this.triggerComboBox.Size = new System.Drawing.Size(198, 24);
  237. this.triggerComboBox.TabIndex = 9;
  238. this.triggerComboBox.SelectedIndexChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
  239. //
  240. // basePriorityNud
  241. //
  242. this.basePriorityNud.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.basePriorityNud.Location = new System.Drawing.Point(96, 160);
  244. this.basePriorityNud.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  245. this.basePriorityNud.Maximum = new decimal(new int[] {
  246. 2147483647,
  247. 0,
  248. 0,
  249. 0});
  250. this.basePriorityNud.Minimum = new decimal(new int[] {
  251. 1,
  252. 0,
  253. 0,
  254. -2147483648});
  255. this.basePriorityNud.Name = "basePriorityNud";
  256. this.basePriorityNud.Size = new System.Drawing.Size(200, 22);
  257. this.basePriorityNud.TabIndex = 11;
  258. this.basePriorityNud.ValueChanged += new System.EventHandler(this.nud_ValueChanged);
  259. //
  260. // prebuiltCheckBox
  261. //
  262. this.prebuiltCheckBox.AutoSize = true;
  263. this.prebuiltCheckBox.Location = new System.Drawing.Point(96, 186);
  264. this.prebuiltCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  265. this.prebuiltCheckBox.Name = "prebuiltCheckBox";
  266. this.prebuiltCheckBox.Size = new System.Drawing.Size(78, 21);
  267. this.prebuiltCheckBox.TabIndex = 12;
  268. this.prebuiltCheckBox.Text = "Prebuilt";
  269. this.prebuiltCheckBox.UseVisualStyleBackColor = true;
  270. this.prebuiltCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
  271. //
  272. // basePriorityLabel
  273. //
  274. this.basePriorityLabel.Dock = System.Windows.Forms.DockStyle.Fill;
  275. this.basePriorityLabel.Location = new System.Drawing.Point(3, 158);
  276. this.basePriorityLabel.Name = "basePriorityLabel";
  277. this.basePriorityLabel.Size = new System.Drawing.Size(87, 26);
  278. this.basePriorityLabel.TabIndex = 13;
  279. this.basePriorityLabel.Text = "Base Priority";
  280. this.basePriorityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  281. //
  282. // sellableCheckBox
  283. //
  284. this.sellableCheckBox.AutoSize = true;
  285. this.sellableCheckBox.Location = new System.Drawing.Point(96, 211);
  286. this.sellableCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  287. this.sellableCheckBox.Name = "sellableCheckBox";
  288. this.sellableCheckBox.Size = new System.Drawing.Size(80, 21);
  289. this.sellableCheckBox.TabIndex = 14;
  290. this.sellableCheckBox.Text = "Sellable";
  291. this.sellableCheckBox.UseVisualStyleBackColor = true;
  292. this.sellableCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
  293. //
  294. // rebuildCheckBox
  295. //
  296. this.rebuildCheckBox.AutoSize = true;
  297. this.rebuildCheckBox.Location = new System.Drawing.Point(96, 236);
  298. this.rebuildCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  299. this.rebuildCheckBox.Name = "rebuildCheckBox";
  300. this.rebuildCheckBox.Size = new System.Drawing.Size(78, 21);
  301. this.rebuildCheckBox.TabIndex = 15;
  302. this.rebuildCheckBox.Text = "Rebuild";
  303. this.rebuildCheckBox.UseVisualStyleBackColor = true;
  304. this.rebuildCheckBox.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
  305. //
  306. // ObjectProperties
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.Controls.Add(this.tableLayoutPanel1);
  311. this.Margin = new System.Windows.Forms.Padding(4);
  312. this.Name = "ObjectProperties";
  313. this.Size = new System.Drawing.Size(299, 262);
  314. this.tableLayoutPanel1.ResumeLayout(false);
  315. this.tableLayoutPanel1.PerformLayout();
  316. ((System.ComponentModel.ISupportInitialize)(this.strengthNud)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.basePriorityNud)).EndInit();
  318. this.ResumeLayout(false);
  319. }
  320. #endregion
  321. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  322. private System.Windows.Forms.Label label1;
  323. private System.Windows.Forms.Label label2;
  324. private System.Windows.Forms.Label directionLabel;
  325. private System.Windows.Forms.Label missionLabel;
  326. private System.Windows.Forms.Label label5;
  327. private MobiusEditor.Controls.PropertiesComboBox houseComboBox;
  328. private System.Windows.Forms.NumericUpDown strengthNud;
  329. private MobiusEditor.Controls.PropertiesComboBox directionComboBox;
  330. private MobiusEditor.Controls.PropertiesComboBox missionComboBox;
  331. private MobiusEditor.Controls.PropertiesComboBox triggerComboBox;
  332. private System.Windows.Forms.NumericUpDown basePriorityNud;
  333. private System.Windows.Forms.CheckBox prebuiltCheckBox;
  334. private System.Windows.Forms.Label basePriorityLabel;
  335. private System.Windows.Forms.CheckBox sellableCheckBox;
  336. private System.Windows.Forms.CheckBox rebuildCheckBox;
  337. }
  338. }