Worms4Editor/W4Gui/Components/InputMappingPanel.Designer.cs

185 lines
8.5 KiB
C#

namespace W4Gui.Components
{
partial class InputMappingPanel
{
/// <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.inputSettingTabControl = new System.Windows.Forms.TabControl();
this.generalTab = new System.Windows.Forms.TabPage();
this.tblGeneral = new System.Windows.Forms.TableLayoutPanel();
this.lblAllowedDuplicates = new System.Windows.Forms.Label();
this.lblResourceId = new System.Windows.Forms.Label();
this.lblMessage = new System.Windows.Forms.Label();
this.selType = new W4Gui.Components.IntUpDown();
this.selKey = new W4Gui.Components.IntUpDown();
this.selJoystickAxis = new W4Gui.Components.IntUpDown();
this.inputSettingTabControl.SuspendLayout();
this.generalTab.SuspendLayout();
this.tblGeneral.SuspendLayout();
this.SuspendLayout();
//
// inputSettingTabControl
//
this.inputSettingTabControl.Controls.Add(this.generalTab);
this.inputSettingTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.inputSettingTabControl.HotTrack = true;
this.inputSettingTabControl.Location = new System.Drawing.Point(0, 0);
this.inputSettingTabControl.Name = "inputSettingTabControl";
this.inputSettingTabControl.SelectedIndex = 0;
this.inputSettingTabControl.Size = new System.Drawing.Size(707, 419);
this.inputSettingTabControl.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.lblAllowedDuplicates, 0, 2);
this.tblGeneral.Controls.Add(this.lblResourceId, 0, 1);
this.tblGeneral.Controls.Add(this.lblMessage, 0, 0);
this.tblGeneral.Controls.Add(this.selType, 1, 0);
this.tblGeneral.Controls.Add(this.selKey, 1, 1);
this.tblGeneral.Controls.Add(this.selJoystickAxis, 1, 2);
this.tblGeneral.Dock = System.Windows.Forms.DockStyle.Top;
this.tblGeneral.Location = new System.Drawing.Point(3, 3);
this.tblGeneral.Name = "tblGeneral";
this.tblGeneral.RowCount = 3;
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tblGeneral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tblGeneral.Size = new System.Drawing.Size(689, 95);
this.tblGeneral.TabIndex = 0;
//
// lblAllowedDuplicates
//
this.lblAllowedDuplicates.AutoSize = true;
this.lblAllowedDuplicates.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblAllowedDuplicates.Location = new System.Drawing.Point(5, 64);
this.lblAllowedDuplicates.Name = "lblAllowedDuplicates";
this.lblAllowedDuplicates.Size = new System.Drawing.Size(75, 29);
this.lblAllowedDuplicates.TabIndex = 19;
this.lblAllowedDuplicates.Text = "Joystick Axis:";
this.lblAllowedDuplicates.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblResourceId
//
this.lblResourceId.AutoSize = true;
this.lblResourceId.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblResourceId.Location = new System.Drawing.Point(5, 33);
this.lblResourceId.Name = "lblResourceId";
this.lblResourceId.Size = new System.Drawing.Size(75, 29);
this.lblResourceId.TabIndex = 17;
this.lblResourceId.Text = "Key:";
this.lblResourceId.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblMessage
//
this.lblMessage.AutoSize = true;
this.lblMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblMessage.Location = new System.Drawing.Point(5, 2);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(75, 29);
this.lblMessage.TabIndex = 0;
this.lblMessage.Text = "Type:";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// selType
//
this.selType.Dock = System.Windows.Forms.DockStyle.Top;
this.selType.Location = new System.Drawing.Point(88, 5);
this.selType.Name = "selType";
this.selType.Size = new System.Drawing.Size(596, 23);
this.selType.TabIndex = 20;
this.selType.Text = "0";
this.selType.Value = 0;
//
// selKey
//
this.selKey.Dock = System.Windows.Forms.DockStyle.Top;
this.selKey.Location = new System.Drawing.Point(88, 36);
this.selKey.Name = "selKey";
this.selKey.Size = new System.Drawing.Size(596, 23);
this.selKey.TabIndex = 21;
this.selKey.Text = "0";
this.selKey.Value = 0;
//
// selJoystickAxis
//
this.selJoystickAxis.Dock = System.Windows.Forms.DockStyle.Top;
this.selJoystickAxis.Location = new System.Drawing.Point(88, 67);
this.selJoystickAxis.Name = "selJoystickAxis";
this.selJoystickAxis.Size = new System.Drawing.Size(596, 23);
this.selJoystickAxis.TabIndex = 22;
this.selJoystickAxis.Text = "0";
this.selJoystickAxis.Value = 0;
//
// InputMappingPanel
//
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.inputSettingTabControl);
this.Name = "InputMappingPanel";
this.Size = new System.Drawing.Size(707, 419);
this.inputSettingTabControl.ResumeLayout(false);
this.generalTab.ResumeLayout(false);
this.generalTab.PerformLayout();
this.tblGeneral.ResumeLayout(false);
this.tblGeneral.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private TabControl inputSettingTabControl;
private TabPage generalTab;
private TableLayoutPanel tblGeneral;
private Label lblMessage;
private Label lblResourceId;
private Label lblAllowedDuplicates;
private IntUpDown selType;
private IntUpDown selKey;
private IntUpDown selJoystickAxis;
}
}