Worms4Editor/W4Gui/Components/AwardPanel.Designer.cs

143 lines
6.5 KiB
C#

namespace W4Gui.Components
{
partial class AwardPanel
{
/// <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.variableTabControl = new System.Windows.Forms.TabControl();
this.generalTab = new System.Windows.Forms.TabPage();
this.tblGeneral = new System.Windows.Forms.TableLayoutPanel();
this.lblAwardList = new System.Windows.Forms.Label();
this.selAwardList = new W4Gui.Components.IntList();
this.lblAwardListExplaination = new System.Windows.Forms.Label();
this.variableTabControl.SuspendLayout();
this.generalTab.SuspendLayout();
this.tblGeneral.SuspendLayout();
this.SuspendLayout();
//
// variableTabControl
//
this.variableTabControl.Controls.Add(this.generalTab);
this.variableTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.variableTabControl.HotTrack = true;
this.variableTabControl.Location = new System.Drawing.Point(0, 0);
this.variableTabControl.Name = "variableTabControl";
this.variableTabControl.SelectedIndex = 0;
this.variableTabControl.Size = new System.Drawing.Size(707, 419);
this.variableTabControl.TabIndex = 1;
//
// generalTab
//
this.generalTab.BackColor = System.Drawing.Color.Transparent;
this.generalTab.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.generalTab.Controls.Add(this.tblGeneral);
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(699, 391);
this.generalTab.TabIndex = 0;
this.generalTab.Text = "General";
//
// tblGeneral
//
this.tblGeneral.AutoSize = true;
this.tblGeneral.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
this.tblGeneral.ColumnCount = 2;
this.tblGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.tblGeneral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tblGeneral.Controls.Add(this.lblAwardList, 0, 0);
this.tblGeneral.Controls.Add(this.selAwardList, 1, 0);
this.tblGeneral.Controls.Add(this.lblAwardListExplaination, 1, 1);
this.tblGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.tblGeneral.Location = new System.Drawing.Point(3, 3);
this.tblGeneral.Name = "tblGeneral";
this.tblGeneral.RowCount = 2;
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.Size = new System.Drawing.Size(689, 161);
this.tblGeneral.TabIndex = 0;
//
// lblAwardList
//
this.lblAwardList.AutoSize = true;
this.lblAwardList.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblAwardList.Location = new System.Drawing.Point(5, 2);
this.lblAwardList.Name = "lblAwardList";
this.lblAwardList.Size = new System.Drawing.Size(65, 95);
this.lblAwardList.TabIndex = 19;
this.lblAwardList.Text = "Award List:";
this.lblAwardList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selAwardList
//
this.selAwardList.AutoSize = true;
this.selAwardList.Dock = System.Windows.Forms.DockStyle.Fill;
this.selAwardList.Label = "%n";
this.selAwardList.Location = new System.Drawing.Point(78, 5);
this.selAwardList.Name = "selAwardList";
this.selAwardList.Size = new System.Drawing.Size(606, 89);
this.selAwardList.TabIndex = 20;
//
// lblAwardListExplaination
//
this.lblAwardListExplaination.AutoSize = true;
this.lblAwardListExplaination.Dock = System.Windows.Forms.DockStyle.Top;
this.lblAwardListExplaination.Location = new System.Drawing.Point(78, 99);
this.lblAwardListExplaination.Name = "lblAwardListExplaination";
this.lblAwardListExplaination.Size = new System.Drawing.Size(606, 60);
this.lblAwardListExplaination.TabIndex = 21;
this.lblAwardListExplaination.Text = "This is a list of all unlocked awards\r\na value of 0 or 1 determines if it is lock" +
"ed or not\r\n\r\nwhere 0 is locked and 1 means unlocked";
//
// AwardPanel
//
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.variableTabControl);
this.Name = "AwardPanel";
this.Size = new System.Drawing.Size(707, 419);
this.variableTabControl.ResumeLayout(false);
this.generalTab.ResumeLayout(false);
this.generalTab.PerformLayout();
this.tblGeneral.ResumeLayout(false);
this.tblGeneral.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl variableTabControl;
private TabPage generalTab;
private TableLayoutPanel tblGeneral;
private Label lblAwardList;
private IntList selAwardList;
private Label lblAwardListExplaination;
}
}