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