ObjectToolDialog.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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 ObjectToolDialog
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjectToolDialog));
  42. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  43. this.objectTypeMapPanel = new MobiusEditor.Controls.MapPanel();
  44. this.objectTypeComboBox = new MobiusEditor.Controls.TypeComboBox();
  45. this.objectProperties = new MobiusEditor.Controls.ObjectProperties();
  46. this.tableLayoutPanel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // tableLayoutPanel1
  50. //
  51. this.tableLayoutPanel1.ColumnCount = 1;
  52. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  53. this.tableLayoutPanel1.Controls.Add(this.objectTypeMapPanel, 0, 1);
  54. this.tableLayoutPanel1.Controls.Add(this.objectTypeComboBox, 0, 0);
  55. this.tableLayoutPanel1.Controls.Add(this.objectProperties, 0, 2);
  56. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  58. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  59. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  60. this.tableLayoutPanel1.RowCount = 3;
  61. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  62. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  63. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  64. this.tableLayoutPanel1.Size = new System.Drawing.Size(365, 582);
  65. this.tableLayoutPanel1.TabIndex = 0;
  66. //
  67. // objectTypeMapPanel
  68. //
  69. this.objectTypeMapPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  70. | System.Windows.Forms.AnchorStyles.Left)
  71. | System.Windows.Forms.AnchorStyles.Right)));
  72. this.objectTypeMapPanel.Location = new System.Drawing.Point(4, 35);
  73. this.objectTypeMapPanel.MapImage = null;
  74. this.objectTypeMapPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  75. this.objectTypeMapPanel.MaxZoom = 8;
  76. this.objectTypeMapPanel.MinZoom = 1;
  77. this.objectTypeMapPanel.Name = "objectTypeMapPanel";
  78. this.objectTypeMapPanel.Quality = 1;
  79. this.objectTypeMapPanel.Size = new System.Drawing.Size(357, 272);
  80. this.objectTypeMapPanel.TabIndex = 3;
  81. this.objectTypeMapPanel.Zoom = 1;
  82. this.objectTypeMapPanel.ZoomStep = 1;
  83. //
  84. // objectTypeComboBox
  85. //
  86. this.objectTypeComboBox.DisplayMember = "Name";
  87. this.objectTypeComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.objectTypeComboBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
  89. this.objectTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  90. this.objectTypeComboBox.FormattingEnabled = true;
  91. this.objectTypeComboBox.Location = new System.Drawing.Point(4, 4);
  92. this.objectTypeComboBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  93. this.objectTypeComboBox.MissingThumbnail = ((System.Drawing.Image)(resources.GetObject("objectTypeComboBox.MissingThumbnail")));
  94. this.objectTypeComboBox.Name = "objectTypeComboBox";
  95. this.objectTypeComboBox.Size = new System.Drawing.Size(357, 23);
  96. this.objectTypeComboBox.TabIndex = 2;
  97. this.objectTypeComboBox.ValueMember = "Type";
  98. //
  99. // objectProperties
  100. //
  101. this.objectProperties.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  102. | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.objectProperties.Location = new System.Drawing.Point(5, 316);
  105. this.objectProperties.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  106. this.objectProperties.Name = "objectProperties";
  107. this.objectProperties.Object = null;
  108. this.objectProperties.Size = new System.Drawing.Size(355, 261);
  109. this.objectProperties.TabIndex = 4;
  110. //
  111. // ObjectToolDialog
  112. //
  113. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.ClientSize = new System.Drawing.Size(365, 582);
  116. this.ControlBox = false;
  117. this.Controls.Add(this.tableLayoutPanel1);
  118. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  119. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.MinimumSize = new System.Drawing.Size(381, 528);
  123. this.Name = "ObjectToolDialog";
  124. this.ShowIcon = false;
  125. this.ShowInTaskbar = false;
  126. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  127. this.Text = "Map";
  128. this.tableLayoutPanel1.ResumeLayout(false);
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  133. private Controls.TypeComboBox objectTypeComboBox;
  134. private Controls.MapPanel objectTypeMapPanel;
  135. private Controls.ObjectProperties objectProperties;
  136. }
  137. }