Worms4Editor/W4Gui/Components/UnlockableItemsPanel.Design...

273 lines
14 KiB
C#

namespace W4Gui.Components
{
partial class UnlockableItemsPanel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.schemeTabControl = new System.Windows.Forms.TabControl();
this.generalTab = new System.Windows.Forms.TabPage();
this.tblUnlockableItemDetails = new System.Windows.Forms.TableLayoutPanel();
this.lblType = new System.Windows.Forms.Label();
this.lblState = new System.Windows.Forms.Label();
this.lblDescriptionName = new System.Windows.Forms.Label();
this.lblUnlockRequirements = new System.Windows.Forms.Label();
this.selType = new W4Gui.Components.IntUpDown();
this.selState = new W4Gui.Components.IntUpDown();
this.selDescriptionName = new System.Windows.Forms.TextBox();
this.selUnlockRequirements = new W4Gui.Components.StringList();
this.lblDescription = new System.Windows.Forms.Label();
this.selValue = new W4Gui.Components.IntUpDown();
this.tblUnlockRequirementsMet = new System.Windows.Forms.TableLayoutPanel();
this.selUnlockRequirementsMet = new System.Windows.Forms.CheckBox();
this.schemeTabControl.SuspendLayout();
this.generalTab.SuspendLayout();
this.tblUnlockableItemDetails.SuspendLayout();
this.tblUnlockRequirementsMet.SuspendLayout();
this.SuspendLayout();
//
// schemeTabControl
//
this.schemeTabControl.Controls.Add(this.generalTab);
this.schemeTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.schemeTabControl.HotTrack = true;
this.schemeTabControl.Location = new System.Drawing.Point(0, 0);
this.schemeTabControl.Name = "schemeTabControl";
this.schemeTabControl.SelectedIndex = 0;
this.schemeTabControl.Size = new System.Drawing.Size(817, 469);
this.schemeTabControl.TabIndex = 1;
//
// generalTab
//
this.generalTab.AutoScroll = true;
this.generalTab.BackColor = System.Drawing.Color.Transparent;
this.generalTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.generalTab.Controls.Add(this.tblUnlockRequirementsMet);
this.generalTab.Controls.Add(this.tblUnlockableItemDetails);
this.generalTab.Location = new System.Drawing.Point(4, 24);
this.generalTab.Name = "generalTab";
this.generalTab.Padding = new System.Windows.Forms.Padding(3);
this.generalTab.Size = new System.Drawing.Size(809, 441);
this.generalTab.TabIndex = 0;
this.generalTab.Text = "General";
//
// tblUnlockableItemDetails
//
this.tblUnlockableItemDetails.AutoSize = true;
this.tblUnlockableItemDetails.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tblUnlockableItemDetails.ColumnCount = 2;
this.tblUnlockableItemDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tblUnlockableItemDetails.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblUnlockableItemDetails.Controls.Add(this.lblDescription, 0, 2);
this.tblUnlockableItemDetails.Controls.Add(this.lblUnlockRequirements, 0, 4);
this.tblUnlockableItemDetails.Controls.Add(this.lblDescriptionName, 0, 3);
this.tblUnlockableItemDetails.Controls.Add(this.lblState, 0, 1);
this.tblUnlockableItemDetails.Controls.Add(this.lblType, 0, 0);
this.tblUnlockableItemDetails.Controls.Add(this.selType, 1, 0);
this.tblUnlockableItemDetails.Controls.Add(this.selState, 1, 1);
this.tblUnlockableItemDetails.Controls.Add(this.selDescriptionName, 1, 2);
this.tblUnlockableItemDetails.Controls.Add(this.selUnlockRequirements, 1, 4);
this.tblUnlockableItemDetails.Controls.Add(this.selValue, 1, 3);
this.tblUnlockableItemDetails.Dock = System.Windows.Forms.DockStyle.Top;
this.tblUnlockableItemDetails.Location = new System.Drawing.Point(3, 3);
this.tblUnlockableItemDetails.Name = "tblUnlockableItemDetails";
this.tblUnlockableItemDetails.RowCount = 5;
this.tblUnlockableItemDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblUnlockableItemDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblUnlockableItemDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblUnlockableItemDetails.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblUnlockableItemDetails.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblUnlockableItemDetails.Size = new System.Drawing.Size(782, 435);
this.tblUnlockableItemDetails.TabIndex = 0;
//
// lblType
//
this.lblType.AutoSize = true;
this.lblType.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblType.Location = new System.Drawing.Point(5, 2);
this.lblType.Name = "lblType";
this.lblType.Size = new System.Drawing.Size(123, 29);
this.lblType.TabIndex = 0;
this.lblType.Text = "Type:";
this.lblType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblState
//
this.lblState.AutoSize = true;
this.lblState.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblState.Location = new System.Drawing.Point(5, 33);
this.lblState.Name = "lblState";
this.lblState.Size = new System.Drawing.Size(123, 29);
this.lblState.TabIndex = 1;
this.lblState.Text = "State:";
this.lblState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDescriptionName
//
this.lblDescriptionName.AutoSize = true;
this.lblDescriptionName.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDescriptionName.Location = new System.Drawing.Point(5, 95);
this.lblDescriptionName.Name = "lblDescriptionName";
this.lblDescriptionName.Size = new System.Drawing.Size(123, 29);
this.lblDescriptionName.TabIndex = 2;
this.lblDescriptionName.Text = "Value:";
this.lblDescriptionName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblUnlockRequirements
//
this.lblUnlockRequirements.AutoSize = true;
this.lblUnlockRequirements.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblUnlockRequirements.Location = new System.Drawing.Point(5, 126);
this.lblUnlockRequirements.Name = "lblUnlockRequirements";
this.lblUnlockRequirements.Size = new System.Drawing.Size(123, 307);
this.lblUnlockRequirements.TabIndex = 3;
this.lblUnlockRequirements.Text = "Unlock Requirements:";
this.lblUnlockRequirements.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selType
//
this.selType.Dock = System.Windows.Forms.DockStyle.Top;
this.selType.Location = new System.Drawing.Point(136, 5);
this.selType.Name = "selType";
this.selType.Size = new System.Drawing.Size(641, 23);
this.selType.TabIndex = 4;
this.selType.Text = "0";
this.selType.Value = 0;
//
// selState
//
this.selState.Dock = System.Windows.Forms.DockStyle.Top;
this.selState.Location = new System.Drawing.Point(136, 36);
this.selState.Name = "selState";
this.selState.Size = new System.Drawing.Size(641, 23);
this.selState.TabIndex = 5;
this.selState.Text = "0";
this.selState.Value = 0;
//
// selDescriptionName
//
this.selDescriptionName.Dock = System.Windows.Forms.DockStyle.Top;
this.selDescriptionName.Location = new System.Drawing.Point(136, 67);
this.selDescriptionName.Name = "selDescriptionName";
this.selDescriptionName.PlaceholderText = "Unlock Item Description/Name";
this.selDescriptionName.Size = new System.Drawing.Size(641, 23);
this.selDescriptionName.TabIndex = 6;
//
// selUnlockRequirements
//
this.selUnlockRequirements.Dock = System.Windows.Forms.DockStyle.Fill;
this.selUnlockRequirements.Location = new System.Drawing.Point(136, 129);
this.selUnlockRequirements.Name = "selUnlockRequirements";
this.selUnlockRequirements.Size = new System.Drawing.Size(641, 301);
this.selUnlockRequirements.TabIndex = 7;
//
// lblDescription
//
this.lblDescription.AutoSize = true;
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDescription.Location = new System.Drawing.Point(5, 64);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(123, 29);
this.lblDescription.TabIndex = 8;
this.lblDescription.Text = "Description/Name:";
this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selValue
//
this.selValue.Dock = System.Windows.Forms.DockStyle.Top;
this.selValue.Location = new System.Drawing.Point(136, 98);
this.selValue.Name = "selValue";
this.selValue.Size = new System.Drawing.Size(641, 23);
this.selValue.TabIndex = 9;
this.selValue.Text = "0";
this.selValue.Value = 0;
//
// tblUnlockRequirementsMet
//
this.tblUnlockRequirementsMet.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tblUnlockRequirementsMet.ColumnCount = 1;
this.tblUnlockRequirementsMet.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblUnlockRequirementsMet.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblUnlockRequirementsMet.Controls.Add(this.selUnlockRequirementsMet, 0, 0);
this.tblUnlockRequirementsMet.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tblUnlockRequirementsMet.Location = new System.Drawing.Point(3, 435);
this.tblUnlockRequirementsMet.Name = "tblUnlockRequirementsMet";
this.tblUnlockRequirementsMet.RowCount = 1;
this.tblUnlockRequirementsMet.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblUnlockRequirementsMet.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblUnlockRequirementsMet.Size = new System.Drawing.Size(782, 26);
this.tblUnlockRequirementsMet.TabIndex = 1;
//
// selUnlockRequirementsMet
//
this.selUnlockRequirementsMet.AutoSize = true;
this.selUnlockRequirementsMet.Dock = System.Windows.Forms.DockStyle.Fill;
this.selUnlockRequirementsMet.Location = new System.Drawing.Point(5, 5);
this.selUnlockRequirementsMet.Name = "selUnlockRequirementsMet";
this.selUnlockRequirementsMet.Size = new System.Drawing.Size(772, 16);
this.selUnlockRequirementsMet.TabIndex = 0;
this.selUnlockRequirementsMet.Text = "Unlock Requirements Met";
this.selUnlockRequirementsMet.UseVisualStyleBackColor = true;
//
// UnlockableItemsPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.Controls.Add(this.schemeTabControl);
this.Name = "UnlockableItemsPanel";
this.Size = new System.Drawing.Size(817, 469);
this.schemeTabControl.ResumeLayout(false);
this.generalTab.ResumeLayout(false);
this.generalTab.PerformLayout();
this.tblUnlockableItemDetails.ResumeLayout(false);
this.tblUnlockableItemDetails.PerformLayout();
this.tblUnlockRequirementsMet.ResumeLayout(false);
this.tblUnlockRequirementsMet.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl schemeTabControl;
private TabPage generalTab;
private TableLayoutPanel tblUnlockableItemDetails;
private Label lblType;
private TableLayoutPanel tblUnlockRequirementsMet;
private CheckBox selUnlockRequirementsMet;
private Label lblDescription;
private Label lblUnlockRequirements;
private Label lblDescriptionName;
private Label lblState;
private IntUpDown selType;
private IntUpDown selState;
private TextBox selDescriptionName;
private StringList selUnlockRequirements;
private IntUpDown selValue;
}
}