mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 21:31:14 +00:00
377 lines
16 KiB
C#
377 lines
16 KiB
C#
namespace CodeImp.DoomBuilder.Controls
|
|
{
|
|
partial class ArgumentsControlSRB2
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.splitcontainer = new System.Windows.Forms.SplitContainer();
|
|
this.stringarg0label = new System.Windows.Forms.Label();
|
|
this.stringarg0 = new System.Windows.Forms.TextBox();
|
|
this.arg0label = new System.Windows.Forms.Label();
|
|
this.arg1label = new System.Windows.Forms.Label();
|
|
this.arg3label = new System.Windows.Forms.Label();
|
|
this.arg2label = new System.Windows.Forms.Label();
|
|
this.arg4label = new System.Windows.Forms.Label();
|
|
this.stringarg1label = new System.Windows.Forms.Label();
|
|
this.arg9label = new System.Windows.Forms.Label();
|
|
this.stringarg1 = new System.Windows.Forms.TextBox();
|
|
this.arg8label = new System.Windows.Forms.Label();
|
|
this.arg7label = new System.Windows.Forms.Label();
|
|
this.arg6label = new System.Windows.Forms.Label();
|
|
this.arg5label = new System.Windows.Forms.Label();
|
|
this.tooltip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.arg0 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg3 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg4 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg1 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg2 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg9 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg8 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg7 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg6 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
this.arg5 = new CodeImp.DoomBuilder.Controls.ArgumentBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitcontainer)).BeginInit();
|
|
this.splitcontainer.Panel1.SuspendLayout();
|
|
this.splitcontainer.Panel2.SuspendLayout();
|
|
this.splitcontainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitcontainer
|
|
//
|
|
this.splitcontainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitcontainer.IsSplitterFixed = true;
|
|
this.splitcontainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitcontainer.Name = "splitcontainer";
|
|
//
|
|
// splitcontainer.Panel1
|
|
//
|
|
this.splitcontainer.Panel1.Controls.Add(this.stringarg0label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.stringarg0);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg0label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg1label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg3label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg2label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg4label);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg0);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg3);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg4);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg1);
|
|
this.splitcontainer.Panel1.Controls.Add(this.arg2);
|
|
//
|
|
// splitcontainer.Panel2
|
|
//
|
|
this.splitcontainer.Panel2.Controls.Add(this.stringarg1label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg9label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.stringarg1);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg9);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg8label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg8);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg7label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg7);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg6label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg6);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg5label);
|
|
this.splitcontainer.Panel2.Controls.Add(this.arg5);
|
|
this.splitcontainer.Size = new System.Drawing.Size(700, 200);
|
|
this.splitcontainer.SplitterDistance = 350;
|
|
this.splitcontainer.SplitterWidth = 1;
|
|
this.splitcontainer.TabIndex = 0;
|
|
this.splitcontainer.TabStop = false;
|
|
//
|
|
// stringarg0label
|
|
//
|
|
this.stringarg0label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stringarg0label.Location = new System.Drawing.Point(55, 147);
|
|
this.stringarg0label.Name = "stringarg0label";
|
|
this.stringarg0label.Size = new System.Drawing.Size(179, 14);
|
|
this.stringarg0label.TabIndex = 48;
|
|
this.stringarg0label.Text = "String argument 1:";
|
|
this.stringarg0label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.stringarg0label.UseMnemonic = false;
|
|
//
|
|
// stringarg0
|
|
//
|
|
this.stringarg0.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stringarg0.Location = new System.Drawing.Point(237, 142);
|
|
this.stringarg0.Name = "stringarg0";
|
|
this.stringarg0.Size = new System.Drawing.Size(110, 20);
|
|
this.stringarg0.TabIndex = 47;
|
|
//
|
|
// arg0label
|
|
//
|
|
this.arg0label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg0label.Location = new System.Drawing.Point(55, 8);
|
|
this.arg0label.Name = "arg0label";
|
|
this.arg0label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg0label.TabIndex = 33;
|
|
this.arg0label.Text = "Argument 1:";
|
|
this.arg0label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg0label.UseMnemonic = false;
|
|
//
|
|
// arg1label
|
|
//
|
|
this.arg1label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg1label.Location = new System.Drawing.Point(55, 33);
|
|
this.arg1label.Name = "arg1label";
|
|
this.arg1label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg1label.TabIndex = 42;
|
|
this.arg1label.Text = "Argument 2:";
|
|
this.arg1label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg1label.UseMnemonic = false;
|
|
//
|
|
// arg3label
|
|
//
|
|
this.arg3label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg3label.Location = new System.Drawing.Point(55, 83);
|
|
this.arg3label.Name = "arg3label";
|
|
this.arg3label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg3label.TabIndex = 44;
|
|
this.arg3label.Text = "Argument 4:";
|
|
this.arg3label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg3label.UseMnemonic = false;
|
|
//
|
|
// arg2label
|
|
//
|
|
this.arg2label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg2label.Location = new System.Drawing.Point(55, 58);
|
|
this.arg2label.Name = "arg2label";
|
|
this.arg2label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg2label.TabIndex = 43;
|
|
this.arg2label.Text = "Argument 3:";
|
|
this.arg2label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg2label.UseMnemonic = false;
|
|
//
|
|
// arg4label
|
|
//
|
|
this.arg4label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg4label.Location = new System.Drawing.Point(55, 108);
|
|
this.arg4label.Name = "arg4label";
|
|
this.arg4label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg4label.TabIndex = 46;
|
|
this.arg4label.Text = "Argument 5:";
|
|
this.arg4label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg4label.UseMnemonic = false;
|
|
//
|
|
// stringarg1label
|
|
//
|
|
this.stringarg1label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stringarg1label.Location = new System.Drawing.Point(50, 147);
|
|
this.stringarg1label.Name = "stringarg1label";
|
|
this.stringarg1label.Size = new System.Drawing.Size(179, 14);
|
|
this.stringarg1label.TabIndex = 50;
|
|
this.stringarg1label.Text = "String argument 2:";
|
|
this.stringarg1label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.stringarg1label.UseMnemonic = false;
|
|
//
|
|
// arg9label
|
|
//
|
|
this.arg9label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg9label.Location = new System.Drawing.Point(58, 108);
|
|
this.arg9label.Name = "arg9label";
|
|
this.arg9label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg9label.TabIndex = 56;
|
|
this.arg9label.Text = "Argument 10:";
|
|
this.arg9label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg9label.UseMnemonic = false;
|
|
//
|
|
// stringarg1
|
|
//
|
|
this.stringarg1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.stringarg1.Location = new System.Drawing.Point(232, 142);
|
|
this.stringarg1.Name = "stringarg1";
|
|
this.stringarg1.Size = new System.Drawing.Size(110, 20);
|
|
this.stringarg1.TabIndex = 49;
|
|
//
|
|
// arg8label
|
|
//
|
|
this.arg8label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg8label.Location = new System.Drawing.Point(58, 83);
|
|
this.arg8label.Name = "arg8label";
|
|
this.arg8label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg8label.TabIndex = 54;
|
|
this.arg8label.Text = "Argument 9:";
|
|
this.arg8label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg8label.UseMnemonic = false;
|
|
//
|
|
// arg7label
|
|
//
|
|
this.arg7label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg7label.Location = new System.Drawing.Point(58, 58);
|
|
this.arg7label.Name = "arg7label";
|
|
this.arg7label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg7label.TabIndex = 52;
|
|
this.arg7label.Text = "Argument 8:";
|
|
this.arg7label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg7label.UseMnemonic = false;
|
|
//
|
|
// arg6label
|
|
//
|
|
this.arg6label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg6label.Location = new System.Drawing.Point(58, 33);
|
|
this.arg6label.Name = "arg6label";
|
|
this.arg6label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg6label.TabIndex = 50;
|
|
this.arg6label.Text = "Argument 7:";
|
|
this.arg6label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg6label.UseMnemonic = false;
|
|
//
|
|
// arg5label
|
|
//
|
|
this.arg5label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg5label.Location = new System.Drawing.Point(58, 8);
|
|
this.arg5label.Name = "arg5label";
|
|
this.arg5label.Size = new System.Drawing.Size(179, 14);
|
|
this.arg5label.TabIndex = 48;
|
|
this.arg5label.Text = "Argument 6:";
|
|
this.arg5label.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
this.arg5label.UseMnemonic = false;
|
|
//
|
|
// arg0
|
|
//
|
|
this.arg0.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg0.Location = new System.Drawing.Point(237, 3);
|
|
this.arg0.Name = "arg0";
|
|
this.arg0.Size = new System.Drawing.Size(110, 24);
|
|
this.arg0.TabIndex = 2;
|
|
//
|
|
// arg3
|
|
//
|
|
this.arg3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg3.Location = new System.Drawing.Point(237, 78);
|
|
this.arg3.Name = "arg3";
|
|
this.arg3.Size = new System.Drawing.Size(110, 24);
|
|
this.arg3.TabIndex = 43;
|
|
//
|
|
// arg4
|
|
//
|
|
this.arg4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg4.Location = new System.Drawing.Point(237, 103);
|
|
this.arg4.Name = "arg4";
|
|
this.arg4.Size = new System.Drawing.Size(110, 24);
|
|
this.arg4.TabIndex = 45;
|
|
//
|
|
// arg1
|
|
//
|
|
this.arg1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg1.Location = new System.Drawing.Point(237, 28);
|
|
this.arg1.Name = "arg1";
|
|
this.arg1.Size = new System.Drawing.Size(110, 24);
|
|
this.arg1.TabIndex = 34;
|
|
//
|
|
// arg2
|
|
//
|
|
this.arg2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg2.Location = new System.Drawing.Point(237, 53);
|
|
this.arg2.Name = "arg2";
|
|
this.arg2.Size = new System.Drawing.Size(110, 24);
|
|
this.arg2.TabIndex = 35;
|
|
//
|
|
// arg9
|
|
//
|
|
this.arg9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg9.Location = new System.Drawing.Point(240, 103);
|
|
this.arg9.Name = "arg9";
|
|
this.arg9.Size = new System.Drawing.Size(110, 24);
|
|
this.arg9.TabIndex = 55;
|
|
//
|
|
// arg8
|
|
//
|
|
this.arg8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg8.Location = new System.Drawing.Point(240, 78);
|
|
this.arg8.Name = "arg8";
|
|
this.arg8.Size = new System.Drawing.Size(110, 24);
|
|
this.arg8.TabIndex = 53;
|
|
//
|
|
// arg7
|
|
//
|
|
this.arg7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg7.Location = new System.Drawing.Point(240, 53);
|
|
this.arg7.Name = "arg7";
|
|
this.arg7.Size = new System.Drawing.Size(110, 24);
|
|
this.arg7.TabIndex = 51;
|
|
//
|
|
// arg6
|
|
//
|
|
this.arg6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg6.Location = new System.Drawing.Point(240, 28);
|
|
this.arg6.Name = "arg6";
|
|
this.arg6.Size = new System.Drawing.Size(110, 24);
|
|
this.arg6.TabIndex = 49;
|
|
//
|
|
// arg5
|
|
//
|
|
this.arg5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.arg5.Location = new System.Drawing.Point(240, 3);
|
|
this.arg5.Name = "arg5";
|
|
this.arg5.Size = new System.Drawing.Size(110, 24);
|
|
this.arg5.TabIndex = 47;
|
|
//
|
|
// ArgumentsControlSRB2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.splitcontainer);
|
|
this.Name = "ArgumentsControlSRB2";
|
|
this.Size = new System.Drawing.Size(700, 200);
|
|
this.splitcontainer.Panel1.ResumeLayout(false);
|
|
this.splitcontainer.Panel1.PerformLayout();
|
|
this.splitcontainer.Panel2.ResumeLayout(false);
|
|
this.splitcontainer.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitcontainer)).EndInit();
|
|
this.splitcontainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.SplitContainer splitcontainer;
|
|
private ArgumentBox arg0;
|
|
private ArgumentBox arg1;
|
|
private System.Windows.Forms.Label arg0label;
|
|
private System.Windows.Forms.Label arg2label;
|
|
private System.Windows.Forms.Label arg1label;
|
|
private System.Windows.Forms.Label arg3label;
|
|
private System.Windows.Forms.Label arg4label;
|
|
private ArgumentBox arg3;
|
|
private ArgumentBox arg4;
|
|
private System.Windows.Forms.ToolTip tooltip;
|
|
private ArgumentBox arg2;
|
|
private System.Windows.Forms.Label arg5label;
|
|
private ArgumentBox arg5;
|
|
private System.Windows.Forms.Label arg9label;
|
|
private ArgumentBox arg9;
|
|
private System.Windows.Forms.Label arg8label;
|
|
private ArgumentBox arg8;
|
|
private System.Windows.Forms.Label arg7label;
|
|
private ArgumentBox arg7;
|
|
private System.Windows.Forms.Label arg6label;
|
|
private ArgumentBox arg6;
|
|
private System.Windows.Forms.Label stringarg0label;
|
|
private System.Windows.Forms.TextBox stringarg0;
|
|
private System.Windows.Forms.Label stringarg1label;
|
|
private System.Windows.Forms.TextBox stringarg1;
|
|
}
|
|
}
|