MapSettingsDialog.Designer.cs (8497B)
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.Dialogs 16 { 17 partial class MapSettingsDialog 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 46 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); 47 this.btnCancel = new System.Windows.Forms.Button(); 48 this.btnOK = new System.Windows.Forms.Button(); 49 this.settingsTreeView = new System.Windows.Forms.TreeView(); 50 this.settingsPanel = new System.Windows.Forms.Panel(); 51 this.tableLayoutPanel1.SuspendLayout(); 52 this.flowLayoutPanel1.SuspendLayout(); 53 this.SuspendLayout(); 54 // 55 // tableLayoutPanel1 56 // 57 this.tableLayoutPanel1.ColumnCount = 2; 58 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); 59 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); 60 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1); 61 this.tableLayoutPanel1.Controls.Add(this.settingsTreeView, 0, 0); 62 this.tableLayoutPanel1.Controls.Add(this.settingsPanel, 1, 0); 63 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 64 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 65 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 66 this.tableLayoutPanel1.RowCount = 2; 67 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 68 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); 69 this.tableLayoutPanel1.Size = new System.Drawing.Size(784, 561); 70 this.tableLayoutPanel1.TabIndex = 0; 71 // 72 // flowLayoutPanel1 73 // 74 this.flowLayoutPanel1.AutoSize = true; 75 this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 76 this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2); 77 this.flowLayoutPanel1.Controls.Add(this.btnCancel); 78 this.flowLayoutPanel1.Controls.Add(this.btnOK); 79 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 80 this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; 81 this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 524); 82 this.flowLayoutPanel1.Name = "flowLayoutPanel1"; 83 this.flowLayoutPanel1.Size = new System.Drawing.Size(778, 34); 84 this.flowLayoutPanel1.TabIndex = 1; 85 // 86 // btnCancel 87 // 88 this.btnCancel.AutoSize = true; 89 this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 90 this.btnCancel.Location = new System.Drawing.Point(708, 2); 91 this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); 92 this.btnCancel.Name = "btnCancel"; 93 this.btnCancel.Size = new System.Drawing.Size(68, 30); 94 this.btnCancel.TabIndex = 2; 95 this.btnCancel.Text = "&Cancel"; 96 this.btnCancel.UseVisualStyleBackColor = true; 97 // 98 // btnOK 99 // 100 this.btnOK.AutoSize = true; 101 this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; 102 this.btnOK.Location = new System.Drawing.Point(654, 2); 103 this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); 104 this.btnOK.Name = "btnOK"; 105 this.btnOK.Size = new System.Drawing.Size(50, 30); 106 this.btnOK.TabIndex = 3; 107 this.btnOK.Text = "&OK"; 108 this.btnOK.UseVisualStyleBackColor = true; 109 // 110 // settingsTreeView 111 // 112 this.settingsTreeView.CheckBoxes = true; 113 this.settingsTreeView.Dock = System.Windows.Forms.DockStyle.Fill; 114 this.settingsTreeView.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawText; 115 this.settingsTreeView.HideSelection = false; 116 this.settingsTreeView.Location = new System.Drawing.Point(3, 3); 117 this.settingsTreeView.Name = "settingsTreeView"; 118 this.settingsTreeView.Size = new System.Drawing.Size(150, 515); 119 this.settingsTreeView.TabIndex = 2; 120 this.settingsTreeView.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.settingsTreeView_AfterCheck); 121 this.settingsTreeView.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.settingsTreeView_DrawNode); 122 this.settingsTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.settingsTreeView_AfterSelect); 123 // 124 // settingsPanel 125 // 126 this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Fill; 127 this.settingsPanel.Location = new System.Drawing.Point(166, 10); 128 this.settingsPanel.Margin = new System.Windows.Forms.Padding(10, 10, 10, 10); 129 this.settingsPanel.Name = "settingsPanel"; 130 this.settingsPanel.Size = new System.Drawing.Size(608, 501); 131 this.settingsPanel.TabIndex = 3; 132 // 133 // MapSettingsDialog 134 // 135 this.AcceptButton = this.btnOK; 136 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 137 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 138 this.CancelButton = this.btnCancel; 139 this.ClientSize = new System.Drawing.Size(784, 561); 140 this.ControlBox = false; 141 this.Controls.Add(this.tableLayoutPanel1); 142 this.MaximizeBox = false; 143 this.MinimizeBox = false; 144 this.Name = "MapSettingsDialog"; 145 this.ShowIcon = false; 146 this.ShowInTaskbar = false; 147 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 148 this.Text = "Map Settings"; 149 this.tableLayoutPanel1.ResumeLayout(false); 150 this.tableLayoutPanel1.PerformLayout(); 151 this.flowLayoutPanel1.ResumeLayout(false); 152 this.flowLayoutPanel1.PerformLayout(); 153 this.ResumeLayout(false); 154 155 } 156 157 #endregion 158 159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 160 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; 161 private System.Windows.Forms.Button btnCancel; 162 private System.Windows.Forms.Button btnOK; 163 private System.Windows.Forms.TreeView settingsTreeView; 164 private System.Windows.Forms.Panel settingsPanel; 165 } 166 }