ResourcesToolDialog.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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.Tools.Dialogs
  15. {
  16. partial class ResourcesToolDialog
  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 Windows Form 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.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.totalResourcesLbl = new System.Windows.Forms.Label();
  44. this.gemsCheckBox = new System.Windows.Forms.CheckBox();
  45. this.resourceBrushSizeNud = new System.Windows.Forms.NumericUpDown();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.tableLayoutPanel6.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.resourceBrushSizeNud)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // tableLayoutPanel6
  52. //
  53. this.tableLayoutPanel6.ColumnCount = 2;
  54. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  55. this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
  56. this.tableLayoutPanel6.Controls.Add(this.label10, 0, 0);
  57. this.tableLayoutPanel6.Controls.Add(this.totalResourcesLbl, 1, 0);
  58. this.tableLayoutPanel6.Controls.Add(this.gemsCheckBox, 0, 3);
  59. this.tableLayoutPanel6.Controls.Add(this.resourceBrushSizeNud, 1, 2);
  60. this.tableLayoutPanel6.Controls.Add(this.label1, 0, 2);
  61. this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
  62. this.tableLayoutPanel6.Location = new System.Drawing.Point(0, 0);
  63. this.tableLayoutPanel6.Name = "tableLayoutPanel6";
  64. this.tableLayoutPanel6.RowCount = 4;
  65. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
  66. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
  67. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
  68. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle());
  69. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  70. this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  71. this.tableLayoutPanel6.Size = new System.Drawing.Size(196, 67);
  72. this.tableLayoutPanel6.TabIndex = 1;
  73. //
  74. // label10
  75. //
  76. this.label10.AutoSize = true;
  77. this.label10.Location = new System.Drawing.Point(3, 0);
  78. this.label10.Name = "label10";
  79. this.label10.Size = new System.Drawing.Size(88, 13);
  80. this.label10.TabIndex = 0;
  81. this.label10.Text = "Total Resources:";
  82. //
  83. // totalResourcesLbl
  84. //
  85. this.totalResourcesLbl.AutoSize = true;
  86. this.totalResourcesLbl.Location = new System.Drawing.Point(97, 0);
  87. this.totalResourcesLbl.Name = "totalResourcesLbl";
  88. this.totalResourcesLbl.Size = new System.Drawing.Size(13, 13);
  89. this.totalResourcesLbl.TabIndex = 1;
  90. this.totalResourcesLbl.Text = "0";
  91. //
  92. // gemsCheckBox
  93. //
  94. this.gemsCheckBox.AutoSize = true;
  95. this.tableLayoutPanel6.SetColumnSpan(this.gemsCheckBox, 2);
  96. this.gemsCheckBox.Location = new System.Drawing.Point(3, 42);
  97. this.gemsCheckBox.Name = "gemsCheckBox";
  98. this.gemsCheckBox.Size = new System.Drawing.Size(53, 17);
  99. this.gemsCheckBox.TabIndex = 2;
  100. this.gemsCheckBox.Text = "Gems";
  101. this.gemsCheckBox.UseVisualStyleBackColor = true;
  102. //
  103. // resourceBrushSizeNud
  104. //
  105. this.resourceBrushSizeNud.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.resourceBrushSizeNud.Increment = new decimal(new int[] {
  108. 2,
  109. 0,
  110. 0,
  111. 0});
  112. this.resourceBrushSizeNud.Location = new System.Drawing.Point(97, 16);
  113. this.resourceBrushSizeNud.Maximum = new decimal(new int[] {
  114. 9,
  115. 0,
  116. 0,
  117. 0});
  118. this.resourceBrushSizeNud.Minimum = new decimal(new int[] {
  119. 1,
  120. 0,
  121. 0,
  122. 0});
  123. this.resourceBrushSizeNud.Name = "resourceBrushSizeNud";
  124. this.resourceBrushSizeNud.Size = new System.Drawing.Size(99, 20);
  125. this.resourceBrushSizeNud.TabIndex = 3;
  126. this.resourceBrushSizeNud.Value = new decimal(new int[] {
  127. 1,
  128. 0,
  129. 0,
  130. 0});
  131. //
  132. // label1
  133. //
  134. this.label1.AutoSize = true;
  135. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.label1.Location = new System.Drawing.Point(3, 13);
  137. this.label1.Name = "label1";
  138. this.label1.Size = new System.Drawing.Size(88, 26);
  139. this.label1.TabIndex = 4;
  140. this.label1.Text = "Brush Size";
  141. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  142. //
  143. // ResourcesToolDialog
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.ClientSize = new System.Drawing.Size(196, 67);
  148. this.ControlBox = false;
  149. this.Controls.Add(this.tableLayoutPanel6);
  150. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  151. this.MaximizeBox = false;
  152. this.MinimizeBox = false;
  153. this.MinimumSize = new System.Drawing.Size(212, 106);
  154. this.Name = "ResourcesToolDialog";
  155. this.ShowIcon = false;
  156. this.ShowInTaskbar = false;
  157. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  158. this.Text = "Resources";
  159. this.tableLayoutPanel6.ResumeLayout(false);
  160. this.tableLayoutPanel6.PerformLayout();
  161. ((System.ComponentModel.ISupportInitialize)(this.resourceBrushSizeNud)).EndInit();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
  166. private System.Windows.Forms.Label label10;
  167. private System.Windows.Forms.Label totalResourcesLbl;
  168. private System.Windows.Forms.CheckBox gemsCheckBox;
  169. private System.Windows.Forms.NumericUpDown resourceBrushSizeNud;
  170. private System.Windows.Forms.Label label1;
  171. }
  172. }