ZoneBuilder/Source/Plugins/BuilderModes/Interface/VertexIntoShapeForm.Designer.cs

1037 lines
No EOL
44 KiB
C#

namespace CodeImp.DoomBuilder.BuilderModes.Interface
{
partial class VertexIntoShapeForm
{
/// <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 Windows Form 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()
{
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label11;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VertexIntoShapeForm));
this.cancel = new System.Windows.Forms.Button();
this.apply = new System.Windows.Forms.Button();
this.previewreference = new System.Windows.Forms.CheckBox();
this.removevertices = new System.Windows.Forms.CheckBox();
this.tooltip = new System.Windows.Forms.ToolTip();
this.ellipse = new System.Windows.Forms.CheckBox();
this.createas = new System.Windows.Forms.ComboBox();
this.spikingmode = new System.Windows.Forms.ComboBox();
this.frontoutside = new System.Windows.Forms.CheckBox();
this.randomsizing = new System.Windows.Forms.ComboBox();
this.randomsides = new System.Windows.Forms.ComboBox();
this.randomspikiness = new System.Windows.Forms.ComboBox();
this.randomstartangle = new System.Windows.Forms.ComboBox();
this.randomsweepangle = new System.Windows.Forms.ComboBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.radiusY = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.radiusX = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.sweepangle = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.startangle = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.startanglewheel = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControlF();
this.sweepanglewheel = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControlF();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.spikiness = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.sides = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.spike50 = new System.Windows.Forms.Button();
this.sides24 = new System.Windows.Forms.Button();
this.sides8 = new System.Windows.Forms.Button();
this.sides3 = new System.Windows.Forms.Button();
this.spike0 = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.Rsweepangle = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.Rstartangle = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.Rstartanglewheel = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControlF();
this.Rsweepanglewheel = new CodeImp.DoomBuilder.GZBuilder.Controls.AngleControlF();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.Rspikiness = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.Rsides = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.Rspike50 = new System.Windows.Forms.Button();
this.Rsides24 = new System.Windows.Forms.Button();
this.Rsides8 = new System.Windows.Forms.Button();
this.Rsides3 = new System.Windows.Forms.Button();
this.Rspike0 = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.RradiusY = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.RradiusX = new CodeImp.DoomBuilder.Controls.ButtonsNumericTextbox();
this.randomize = new System.Windows.Forms.Button();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
label10 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(26, 21);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(43, 13);
label5.TabIndex = 0;
label5.Text = "Radius:";
this.tooltip.SetToolTip(label5, "Sets the radius.");
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(125, 24);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(73, 13);
label4.TabIndex = 3;
label4.Text = "Sweep Angle:";
this.tooltip.SetToolTip(label4, "Controls the sweep angle of the slice.\r\n360º will create a closed shape without s" +
"lices.\r\nUse comma ( , ) for fractional number, e.g.: 12,5");
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(34, 24);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(62, 13);
label3.TabIndex = 0;
label3.Text = "Start Angle:";
this.tooltip.SetToolTip(label3, "Controls the starting angle of the first point.\r\nUse comma ( , ) for fractional n" +
"umber, e.g.: 12,5");
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(20, 20);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(93, 13);
label6.TabIndex = 0;
label6.Text = "Create shape as...";
this.tooltip.SetToolTip(label6, "Select which type of elements to create.\r\nCheck help (F1) for more information.");
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(17, 113);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(55, 13);
label2.TabIndex = 8;
label2.Text = "Spikiness:";
this.tooltip.SetToolTip(label2, "Sets percentage of spikiness.\r\nExcept \"Draw Ellipse behaviour\" spike type, in tha" +
"t case spikiness is in mp.");
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(35, 88);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(36, 13);
label1.TabIndex = 3;
label1.Text = "Sides:";
this.tooltip.SetToolTip(label1, "Sets number of sides that the shape should have.\r\nNote that reducing sweep angle " +
"won\'t reduce the number of sides.\r\nWhole number only, 3 sides minimum.");
//
// label7
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(26, 21);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(43, 13);
label7.TabIndex = 0;
label7.Text = "Radius:";
this.tooltip.SetToolTip(label7, "Sets the radius.");
//
// label9
//
label9.AutoSize = true;
label9.Location = new System.Drawing.Point(19, 81);
label9.Name = "label9";
label9.Size = new System.Drawing.Size(55, 13);
label9.TabIndex = 6;
label9.Text = "Spikiness:";
this.tooltip.SetToolTip(label9, "Sets percentage of spikiness.\r\nExcept \"Draw Ellipse behaviour\" spike type, in tha" +
"t case spikiness is in mp.");
//
// label10
//
label10.AutoSize = true;
label10.Location = new System.Drawing.Point(35, 24);
label10.Name = "label10";
label10.Size = new System.Drawing.Size(36, 13);
label10.TabIndex = 0;
label10.Text = "Sides:";
this.tooltip.SetToolTip(label10, "Sets number of sides that the shape should have.\r\nNote that reducing sweep angle " +
"won\'t reduce the number of sides.\r\nWhole number only, 3 sides minimum.");
//
// label8
//
label8.AutoSize = true;
label8.Location = new System.Drawing.Point(125, 24);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(73, 13);
label8.TabIndex = 4;
label8.Text = "Sweep Angle:";
this.tooltip.SetToolTip(label8, "Controls the sweep angle of the slice.\r\n360º will create a closed shape without s" +
"lices.\r\nUse comma ( , ) for fractional number, e.g.: 12,5");
//
// label11
//
label11.AutoSize = true;
label11.Location = new System.Drawing.Point(34, 24);
label11.Name = "label11";
label11.Size = new System.Drawing.Size(62, 13);
label11.TabIndex = 0;
label11.Text = "Start Angle:";
this.tooltip.SetToolTip(label11, "Controls the starting angle of the first point.\r\nUse comma ( , ) for fractional n" +
"umber, e.g.: 12,5");
//
// cancel
//
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancel.Location = new System.Drawing.Point(89, 527);
this.cancel.Name = "cancel";
this.cancel.Size = new System.Drawing.Size(70, 25);
this.cancel.TabIndex = 4;
this.cancel.Text = "Cancel";
this.cancel.UseVisualStyleBackColor = true;
this.cancel.Click += new System.EventHandler(this.cancel_Click);
//
// apply
//
this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.apply.Location = new System.Drawing.Point(12, 527);
this.apply.Name = "apply";
this.apply.Size = new System.Drawing.Size(70, 25);
this.apply.TabIndex = 3;
this.apply.Text = "OK";
this.apply.UseVisualStyleBackColor = true;
this.apply.Click += new System.EventHandler(this.apply_Click);
//
// previewreference
//
this.previewreference.AutoSize = true;
this.previewreference.Checked = true;
this.previewreference.CheckState = System.Windows.Forms.CheckState.Checked;
this.previewreference.Location = new System.Drawing.Point(15, 12);
this.previewreference.Name = "previewreference";
this.previewreference.Size = new System.Drawing.Size(112, 17);
this.previewreference.TabIndex = 0;
this.previewreference.Text = "Preview reference";
this.tooltip.SetToolTip(this.previewreference, "Visual only. \r\nThe reference circle will be shown on screen when checked.");
this.previewreference.UseVisualStyleBackColor = true;
this.previewreference.CheckedChanged += new System.EventHandler(this.ValueChanged);
//
// removevertices
//
this.removevertices.AutoSize = true;
this.removevertices.Location = new System.Drawing.Point(111, 48);
this.removevertices.Name = "removevertices";
this.removevertices.Size = new System.Drawing.Size(107, 17);
this.removevertices.TabIndex = 1;
this.removevertices.Text = "Remove Vertices";
this.tooltip.SetToolTip(this.removevertices, "When checked it will remove the vertices that were used to place the shapes.");
this.removevertices.UseVisualStyleBackColor = true;
this.removevertices.CheckedChanged += new System.EventHandler(this.ValueChanged);
//
// tooltip
//
this.tooltip.AutoPopDelay = 10000;
this.tooltip.InitialDelay = 500;
this.tooltip.ReshowDelay = 100;
//
// ellipse
//
this.ellipse.AutoSize = true;
this.ellipse.Location = new System.Drawing.Point(20, 48);
this.ellipse.Name = "ellipse";
this.ellipse.Size = new System.Drawing.Size(56, 17);
this.ellipse.TabIndex = 3;
this.ellipse.Text = "Ellipse";
this.tooltip.SetToolTip(this.ellipse, "Shape can only be scaled in one axis when unchecked.");
this.ellipse.UseVisualStyleBackColor = true;
this.ellipse.CheckedChanged += new System.EventHandler(this.ellipse_CheckedChanged);
//
// createas
//
this.createas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.createas.FormattingEnabled = true;
this.createas.Items.AddRange(new object[] {
"Close shape towards origin",
"Close shape, first to last vertex",
"Open or close shape",
"Shape w/o intersects or sectors",
"Vertices",
"Things"});
this.createas.Location = new System.Drawing.Point(18, 36);
this.createas.Name = "createas";
this.createas.Size = new System.Drawing.Size(200, 21);
this.createas.TabIndex = 1;
this.tooltip.SetToolTip(this.createas, "Select which type of elements to create.\r\nCheck help (F1) for more information.");
this.createas.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// spikingmode
//
this.spikingmode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.spikingmode.FormattingEnabled = true;
this.spikingmode.Items.AddRange(new object[] {
"Spike outside, start spiked",
"Spike outside, start normal",
"Spike inside, start spiked",
"Spike inside, start normal",
"Spike zig-zag, start spiked",
"Spike gear, start spiked",
"Spike zig-zag, start normal",
"Spike gear, start normal",
"DrawEllipse behaviour, start spiked",
"DrawEllipse behaviour, start normal"});
this.spikingmode.Location = new System.Drawing.Point(20, 141);
this.spikingmode.Name = "spikingmode";
this.spikingmode.Size = new System.Drawing.Size(200, 21);
this.spikingmode.TabIndex = 12;
this.tooltip.SetToolTip(this.spikingmode, "Controls how spikes behave in relation to the Spikiness level.");
this.spikingmode.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// frontoutside
//
this.frontoutside.AutoSize = true;
this.frontoutside.Location = new System.Drawing.Point(20, 63);
this.frontoutside.Name = "frontoutside";
this.frontoutside.Size = new System.Drawing.Size(159, 17);
this.frontoutside.TabIndex = 2;
this.frontoutside.Text = "Front Outside / Flip Linedefs";
this.tooltip.SetToolTip(this.frontoutside, "Shape linedefs will point outside when checked.\r\nIgnored if \"Create shape as..\" i" +
"s \"Vertices\" or \"Things\".");
this.frontoutside.UseVisualStyleBackColor = true;
this.frontoutside.CheckedChanged += new System.EventHandler(this.ValueChanged);
//
// randomsizing
//
this.randomsizing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomsizing.FormattingEnabled = true;
this.randomsizing.Items.AddRange(new object[] {
"Disabled: Don\'t change.",
"Bool Circle: Set both by random chance.",
"Linear Circle: Set both by random amount.",
"Bool Ellipse: Set each by random chance.",
"Linear Ellipse: Set each by random amount."});
this.randomsizing.Location = new System.Drawing.Point(18, 46);
this.randomsizing.Name = "randomsizing";
this.randomsizing.Size = new System.Drawing.Size(200, 21);
this.randomsizing.TabIndex = 3;
this.tooltip.SetToolTip(this.randomsizing, resources.GetString("randomsizing.ToolTip"));
this.randomsizing.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// randomsides
//
this.randomsides.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomsides.FormattingEnabled = true;
this.randomsides.Items.AddRange(new object[] {
"Disabled: Don\'t change sides.",
"Boolean: Set sides by random chance.",
"Linear: Set sides by random amount."});
this.randomsides.Location = new System.Drawing.Point(18, 49);
this.randomsides.Name = "randomsides";
this.randomsides.Size = new System.Drawing.Size(200, 21);
this.randomsides.TabIndex = 5;
this.tooltip.SetToolTip(this.randomsides, resources.GetString("randomsides.ToolTip"));
this.randomsides.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// randomspikiness
//
this.randomspikiness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomspikiness.FormattingEnabled = true;
this.randomspikiness.Items.AddRange(new object[] {
"Disabled: Don\'t change spikiness.",
"Boolean: Set spikiness by random chance.",
"Linear: Set spikiness by random amount."});
this.randomspikiness.Location = new System.Drawing.Point(18, 106);
this.randomspikiness.Name = "randomspikiness";
this.randomspikiness.Size = new System.Drawing.Size(200, 21);
this.randomspikiness.TabIndex = 10;
this.tooltip.SetToolTip(this.randomspikiness, resources.GetString("randomspikiness.ToolTip"));
this.randomspikiness.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// randomstartangle
//
this.randomstartangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomstartangle.FormattingEnabled = true;
this.randomstartangle.Items.AddRange(new object[] {
"Disabled",
"Boolean",
"Linear"});
this.randomstartangle.Location = new System.Drawing.Point(18, 172);
this.randomstartangle.Name = "randomstartangle";
this.randomstartangle.Size = new System.Drawing.Size(97, 21);
this.randomstartangle.TabIndex = 3;
this.tooltip.SetToolTip(this.randomstartangle, resources.GetString("randomstartangle.ToolTip"));
this.randomstartangle.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// randomsweepangle
//
this.randomsweepangle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.randomsweepangle.FormattingEnabled = true;
this.randomsweepangle.Items.AddRange(new object[] {
"Disabled",
"Boolean",
"Linear"});
this.randomsweepangle.Location = new System.Drawing.Point(122, 172);
this.randomsweepangle.Name = "randomsweepangle";
this.randomsweepangle.Size = new System.Drawing.Size(97, 21);
this.randomsweepangle.TabIndex = 7;
this.tooltip.SetToolTip(this.randomsweepangle, resources.GetString("randomsweepangle.ToolTip"));
this.randomsweepangle.SelectedIndexChanged += new System.EventHandler(this.ValueChanged);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 35);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(254, 487);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox3);
this.tabPage1.Controls.Add(this.groupBox2);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(246, 461);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Settings";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.radiusY);
this.groupBox3.Controls.Add(this.removevertices);
this.groupBox3.Controls.Add(this.radiusX);
this.groupBox3.Controls.Add(label5);
this.groupBox3.Controls.Add(this.ellipse);
this.groupBox3.Location = new System.Drawing.Point(6, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(234, 78);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
this.groupBox3.Text = " Sizing: ";
//
// radiusY
//
this.radiusY.AllowDecimal = true;
this.radiusY.AllowNegative = false;
this.radiusY.AllowRelative = false;
this.radiusY.ButtonStep = 8;
this.radiusY.ButtonStepBig = 32F;
this.radiusY.ButtonStepFloat = 8F;
this.radiusY.ButtonStepSmall = 1F;
this.radiusY.ButtonStepsUseModifierKeys = true;
this.radiusY.ButtonStepsWrapAround = false;
this.radiusY.Location = new System.Drawing.Point(153, 16);
this.radiusY.Name = "radiusY";
this.radiusY.Size = new System.Drawing.Size(72, 24);
this.radiusY.StepValues = null;
this.radiusY.TabIndex = 2;
this.radiusY.WhenTextChanged += new System.EventHandler(this.radiusY_ValueChanged);
//
// radiusX
//
this.radiusX.AllowDecimal = true;
this.radiusX.AllowNegative = false;
this.radiusX.AllowRelative = false;
this.radiusX.ButtonStep = 8;
this.radiusX.ButtonStepBig = 32F;
this.radiusX.ButtonStepFloat = 8F;
this.radiusX.ButtonStepSmall = 1F;
this.radiusX.ButtonStepsUseModifierKeys = true;
this.radiusX.ButtonStepsWrapAround = false;
this.radiusX.Location = new System.Drawing.Point(75, 16);
this.radiusX.Name = "radiusX";
this.radiusX.Size = new System.Drawing.Size(72, 24);
this.radiusX.StepValues = null;
this.radiusX.TabIndex = 1;
this.radiusX.WhenTextChanged += new System.EventHandler(this.radiusX_ValueChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.sweepangle);
this.groupBox2.Controls.Add(this.startangle);
this.groupBox2.Controls.Add(this.startanglewheel);
this.groupBox2.Controls.Add(this.sweepanglewheel);
this.groupBox2.Controls.Add(label4);
this.groupBox2.Controls.Add(label3);
this.groupBox2.Location = new System.Drawing.Point(6, 276);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(234, 180);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Adjustment / Slicing: ";
//
// sweepangle
//
this.sweepangle.AllowDecimal = true;
this.sweepangle.AllowNegative = false;
this.sweepangle.AllowRelative = false;
this.sweepangle.ButtonStep = 1;
this.sweepangle.ButtonStepBig = 45F;
this.sweepangle.ButtonStepFloat = 1F;
this.sweepangle.ButtonStepSmall = 3F;
this.sweepangle.ButtonStepsUseModifierKeys = true;
this.sweepangle.ButtonStepsWrapAround = false;
this.sweepangle.Location = new System.Drawing.Point(122, 40);
this.sweepangle.Name = "sweepangle";
this.sweepangle.Size = new System.Drawing.Size(96, 24);
this.sweepangle.StepValues = null;
this.sweepangle.TabIndex = 4;
this.sweepangle.WhenTextChanged += new System.EventHandler(this.sweepangle_ValueChanged);
//
// startangle
//
this.startangle.AllowDecimal = true;
this.startangle.AllowNegative = false;
this.startangle.AllowRelative = false;
this.startangle.ButtonStep = 1;
this.startangle.ButtonStepBig = 45F;
this.startangle.ButtonStepFloat = 1F;
this.startangle.ButtonStepSmall = 3F;
this.startangle.ButtonStepsUseModifierKeys = true;
this.startangle.ButtonStepsWrapAround = false;
this.startangle.Location = new System.Drawing.Point(20, 40);
this.startangle.Name = "startangle";
this.startangle.Size = new System.Drawing.Size(96, 24);
this.startangle.StepValues = null;
this.startangle.TabIndex = 1;
this.startangle.WhenTextChanged += new System.EventHandler(this.startangle_ValueChanged);
//
// startanglewheel
//
this.startanglewheel.AllowLoops = false;
this.startanglewheel.Angle = 0F;
this.startanglewheel.AngleOffset = 0F;
this.startanglewheel.Location = new System.Drawing.Point(20, 70);
this.startanglewheel.Name = "startanglewheel";
this.startanglewheel.Size = new System.Drawing.Size(96, 96);
this.startanglewheel.SnapAngle = 22.5F;
this.startanglewheel.TabIndex = 2;
this.startanglewheel.AngleChanged += new System.EventHandler(this.startanglewheel_AngleChanged);
//
// sweepanglewheel
//
this.sweepanglewheel.AllowLoops = false;
this.sweepanglewheel.Angle = 0F;
this.sweepanglewheel.AngleOffset = 0F;
this.sweepanglewheel.Location = new System.Drawing.Point(122, 70);
this.sweepanglewheel.Name = "sweepanglewheel";
this.sweepanglewheel.Size = new System.Drawing.Size(96, 96);
this.sweepanglewheel.SnapAngle = 22.5F;
this.sweepanglewheel.TabIndex = 5;
this.sweepanglewheel.AngleChanged += new System.EventHandler(this.sweepanglewheel_AngleChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.spikiness);
this.groupBox1.Controls.Add(this.sides);
this.groupBox1.Controls.Add(label6);
this.groupBox1.Controls.Add(this.createas);
this.groupBox1.Controls.Add(this.spike50);
this.groupBox1.Controls.Add(this.sides24);
this.groupBox1.Controls.Add(this.sides8);
this.groupBox1.Controls.Add(this.sides3);
this.groupBox1.Controls.Add(this.spikingmode);
this.groupBox1.Controls.Add(this.frontoutside);
this.groupBox1.Controls.Add(this.spike0);
this.groupBox1.Controls.Add(label2);
this.groupBox1.Controls.Add(label1);
this.groupBox1.Location = new System.Drawing.Point(6, 90);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(234, 180);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " Shape Control: ";
//
// spikiness
//
this.spikiness.AllowDecimal = false;
this.spikiness.AllowNegative = false;
this.spikiness.AllowRelative = false;
this.spikiness.ButtonStep = 1;
this.spikiness.ButtonStepBig = 4F;
this.spikiness.ButtonStepFloat = 1F;
this.spikiness.ButtonStepSmall = 2F;
this.spikiness.ButtonStepsUseModifierKeys = true;
this.spikiness.ButtonStepsWrapAround = false;
this.spikiness.Location = new System.Drawing.Point(75, 108);
this.spikiness.Name = "spikiness";
this.spikiness.Size = new System.Drawing.Size(60, 24);
this.spikiness.StepValues = null;
this.spikiness.TabIndex = 9;
this.spikiness.WhenTextChanged += new System.EventHandler(this.spikiness_WhenTextChanged);
//
// sides
//
this.sides.AllowDecimal = false;
this.sides.AllowNegative = false;
this.sides.AllowRelative = false;
this.sides.ButtonStep = 1;
this.sides.ButtonStepBig = 4F;
this.sides.ButtonStepFloat = 1F;
this.sides.ButtonStepSmall = 2F;
this.sides.ButtonStepsUseModifierKeys = true;
this.sides.ButtonStepsWrapAround = false;
this.sides.Location = new System.Drawing.Point(75, 83);
this.sides.Name = "sides";
this.sides.Size = new System.Drawing.Size(60, 24);
this.sides.StepValues = null;
this.sides.TabIndex = 4;
this.sides.WhenTextChanged += new System.EventHandler(this.sides_WhenTextChanged);
//
// spike50
//
this.spike50.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShapeSpike50;
this.spike50.Location = new System.Drawing.Point(170, 111);
this.spike50.Name = "spike50";
this.spike50.Size = new System.Drawing.Size(24, 24);
this.spike50.TabIndex = 11;
this.spike50.UseVisualStyleBackColor = true;
this.spike50.Click += new System.EventHandler(this.spike50_Click);
//
// sides24
//
this.sides24.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape24Sides;
this.sides24.Location = new System.Drawing.Point(200, 83);
this.sides24.Name = "sides24";
this.sides24.Size = new System.Drawing.Size(24, 24);
this.sides24.TabIndex = 7;
this.sides24.UseVisualStyleBackColor = true;
this.sides24.Click += new System.EventHandler(this.sides24_Click);
//
// sides8
//
this.sides8.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape8Sides;
this.sides8.Location = new System.Drawing.Point(170, 83);
this.sides8.Name = "sides8";
this.sides8.Size = new System.Drawing.Size(24, 24);
this.sides8.TabIndex = 6;
this.sides8.UseVisualStyleBackColor = true;
this.sides8.Click += new System.EventHandler(this.sides8_Click);
//
// sides3
//
this.sides3.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape3Sides;
this.sides3.Location = new System.Drawing.Point(140, 83);
this.sides3.Name = "sides3";
this.sides3.Size = new System.Drawing.Size(24, 24);
this.sides3.TabIndex = 5;
this.sides3.UseVisualStyleBackColor = true;
this.sides3.Click += new System.EventHandler(this.sides3_Click);
//
// spike0
//
this.spike0.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShapeSpike0;
this.spike0.Location = new System.Drawing.Point(140, 111);
this.spike0.Name = "spike0";
this.spike0.Size = new System.Drawing.Size(24, 24);
this.spike0.TabIndex = 10;
this.spike0.UseVisualStyleBackColor = true;
this.spike0.Click += new System.EventHandler(this.spike0_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.groupBox6);
this.tabPage2.Controls.Add(this.groupBox5);
this.tabPage2.Controls.Add(this.groupBox4);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(246, 461);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Randomizer";
this.tabPage2.UseVisualStyleBackColor = true;
//
// groupBox6
//
this.groupBox6.Controls.Add(this.randomsweepangle);
this.groupBox6.Controls.Add(this.randomstartangle);
this.groupBox6.Controls.Add(this.Rsweepangle);
this.groupBox6.Controls.Add(this.Rstartangle);
this.groupBox6.Controls.Add(this.Rstartanglewheel);
this.groupBox6.Controls.Add(this.Rsweepanglewheel);
this.groupBox6.Controls.Add(label8);
this.groupBox6.Controls.Add(label11);
this.groupBox6.Location = new System.Drawing.Point(6, 242);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(234, 214);
this.groupBox6.TabIndex = 2;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "Adjustment / Slicing: ";
//
// Rsweepangle
//
this.Rsweepangle.AllowDecimal = true;
this.Rsweepangle.AllowNegative = false;
this.Rsweepangle.AllowRelative = false;
this.Rsweepangle.ButtonStep = 1;
this.Rsweepangle.ButtonStepBig = 45F;
this.Rsweepangle.ButtonStepFloat = 1F;
this.Rsweepangle.ButtonStepSmall = 3F;
this.Rsweepangle.ButtonStepsUseModifierKeys = true;
this.Rsweepangle.ButtonStepsWrapAround = false;
this.Rsweepangle.Location = new System.Drawing.Point(122, 40);
this.Rsweepangle.Name = "Rsweepangle";
this.Rsweepangle.Size = new System.Drawing.Size(96, 24);
this.Rsweepangle.StepValues = null;
this.Rsweepangle.TabIndex = 5;
this.Rsweepangle.WhenTextChanged += new System.EventHandler(this.Rsweepangle_WhenTextChanged);
//
// Rstartangle
//
this.Rstartangle.AllowDecimal = true;
this.Rstartangle.AllowNegative = false;
this.Rstartangle.AllowRelative = false;
this.Rstartangle.ButtonStep = 1;
this.Rstartangle.ButtonStepBig = 45F;
this.Rstartangle.ButtonStepFloat = 1F;
this.Rstartangle.ButtonStepSmall = 3F;
this.Rstartangle.ButtonStepsUseModifierKeys = true;
this.Rstartangle.ButtonStepsWrapAround = false;
this.Rstartangle.Location = new System.Drawing.Point(20, 40);
this.Rstartangle.Name = "Rstartangle";
this.Rstartangle.Size = new System.Drawing.Size(96, 24);
this.Rstartangle.StepValues = null;
this.Rstartangle.TabIndex = 1;
this.Rstartangle.WhenTextChanged += new System.EventHandler(this.Rstartangle_WhenTextChanged);
//
// Rstartanglewheel
//
this.Rstartanglewheel.AllowLoops = false;
this.Rstartanglewheel.Angle = 0F;
this.Rstartanglewheel.AngleOffset = 0F;
this.Rstartanglewheel.Location = new System.Drawing.Point(20, 70);
this.Rstartanglewheel.Name = "Rstartanglewheel";
this.Rstartanglewheel.Size = new System.Drawing.Size(96, 96);
this.Rstartanglewheel.SnapAngle = 22.5F;
this.Rstartanglewheel.TabIndex = 2;
this.Rstartanglewheel.AngleChanged += new System.EventHandler(this.Rstartanglewheel_AngleChanged);
//
// Rsweepanglewheel
//
this.Rsweepanglewheel.AllowLoops = false;
this.Rsweepanglewheel.Angle = 0F;
this.Rsweepanglewheel.AngleOffset = 0F;
this.Rsweepanglewheel.Location = new System.Drawing.Point(122, 70);
this.Rsweepanglewheel.Name = "Rsweepanglewheel";
this.Rsweepanglewheel.Size = new System.Drawing.Size(96, 96);
this.Rsweepanglewheel.SnapAngle = 22.5F;
this.Rsweepanglewheel.TabIndex = 6;
this.Rsweepanglewheel.AngleChanged += new System.EventHandler(this.Rsweepanglewheel_AngleChanged);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.randomspikiness);
this.groupBox5.Controls.Add(this.randomsides);
this.groupBox5.Controls.Add(this.Rspikiness);
this.groupBox5.Controls.Add(this.Rsides);
this.groupBox5.Controls.Add(this.Rspike50);
this.groupBox5.Controls.Add(this.Rsides24);
this.groupBox5.Controls.Add(this.Rsides8);
this.groupBox5.Controls.Add(this.Rsides3);
this.groupBox5.Controls.Add(this.Rspike0);
this.groupBox5.Controls.Add(label9);
this.groupBox5.Controls.Add(label10);
this.groupBox5.Location = new System.Drawing.Point(6, 90);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(234, 146);
this.groupBox5.TabIndex = 1;
this.groupBox5.TabStop = false;
this.groupBox5.Text = " Shape Control: ";
//
// Rspikiness
//
this.Rspikiness.AllowDecimal = false;
this.Rspikiness.AllowNegative = false;
this.Rspikiness.AllowRelative = false;
this.Rspikiness.ButtonStep = 1;
this.Rspikiness.ButtonStepBig = 4F;
this.Rspikiness.ButtonStepFloat = 1F;
this.Rspikiness.ButtonStepSmall = 2F;
this.Rspikiness.ButtonStepsUseModifierKeys = true;
this.Rspikiness.ButtonStepsWrapAround = false;
this.Rspikiness.Location = new System.Drawing.Point(77, 76);
this.Rspikiness.Name = "Rspikiness";
this.Rspikiness.Size = new System.Drawing.Size(60, 24);
this.Rspikiness.StepValues = null;
this.Rspikiness.TabIndex = 7;
this.Rspikiness.WhenTextChanged += new System.EventHandler(this.Rspikiness_WhenTextChanged);
//
// Rsides
//
this.Rsides.AllowDecimal = false;
this.Rsides.AllowNegative = false;
this.Rsides.AllowRelative = false;
this.Rsides.ButtonStep = 1;
this.Rsides.ButtonStepBig = 4F;
this.Rsides.ButtonStepFloat = 1F;
this.Rsides.ButtonStepSmall = 2F;
this.Rsides.ButtonStepsUseModifierKeys = true;
this.Rsides.ButtonStepsWrapAround = false;
this.Rsides.Location = new System.Drawing.Point(75, 19);
this.Rsides.Name = "Rsides";
this.Rsides.Size = new System.Drawing.Size(60, 24);
this.Rsides.StepValues = null;
this.Rsides.TabIndex = 1;
this.Rsides.WhenTextChanged += new System.EventHandler(this.Rsides_WhenTextChanged);
//
// Rspike50
//
this.Rspike50.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShapeSpike50;
this.Rspike50.Location = new System.Drawing.Point(173, 75);
this.Rspike50.Name = "Rspike50";
this.Rspike50.Size = new System.Drawing.Size(24, 24);
this.Rspike50.TabIndex = 9;
this.Rspike50.UseVisualStyleBackColor = true;
this.Rspike50.Click += new System.EventHandler(this.Rspike50_Click);
//
// Rsides24
//
this.Rsides24.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape24Sides;
this.Rsides24.Location = new System.Drawing.Point(200, 19);
this.Rsides24.Name = "Rsides24";
this.Rsides24.Size = new System.Drawing.Size(24, 24);
this.Rsides24.TabIndex = 4;
this.Rsides24.UseVisualStyleBackColor = true;
this.Rsides24.Click += new System.EventHandler(this.Rsides24_Click);
//
// Rsides8
//
this.Rsides8.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape8Sides;
this.Rsides8.Location = new System.Drawing.Point(170, 19);
this.Rsides8.Name = "Rsides8";
this.Rsides8.Size = new System.Drawing.Size(24, 24);
this.Rsides8.TabIndex = 3;
this.Rsides8.UseVisualStyleBackColor = true;
this.Rsides8.Click += new System.EventHandler(this.Rsides8_Click);
//
// Rsides3
//
this.Rsides3.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShape3Sides;
this.Rsides3.Location = new System.Drawing.Point(140, 19);
this.Rsides3.Name = "Rsides3";
this.Rsides3.Size = new System.Drawing.Size(24, 24);
this.Rsides3.TabIndex = 2;
this.Rsides3.UseVisualStyleBackColor = true;
this.Rsides3.Click += new System.EventHandler(this.Rsides3_Click);
//
// Rspike0
//
this.Rspike0.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.DrawShapeSpike0;
this.Rspike0.Location = new System.Drawing.Point(143, 75);
this.Rspike0.Name = "Rspike0";
this.Rspike0.Size = new System.Drawing.Size(24, 24);
this.Rspike0.TabIndex = 8;
this.Rspike0.UseVisualStyleBackColor = true;
this.Rspike0.Click += new System.EventHandler(this.Rspike0_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.randomsizing);
this.groupBox4.Controls.Add(this.RradiusY);
this.groupBox4.Controls.Add(this.RradiusX);
this.groupBox4.Controls.Add(label7);
this.groupBox4.Location = new System.Drawing.Point(6, 6);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(234, 78);
this.groupBox4.TabIndex = 0;
this.groupBox4.TabStop = false;
this.groupBox4.Text = " Sizing: ";
//
// RradiusY
//
this.RradiusY.AllowDecimal = true;
this.RradiusY.AllowNegative = false;
this.RradiusY.AllowRelative = false;
this.RradiusY.ButtonStep = 8;
this.RradiusY.ButtonStepBig = 32F;
this.RradiusY.ButtonStepFloat = 8F;
this.RradiusY.ButtonStepSmall = 1F;
this.RradiusY.ButtonStepsUseModifierKeys = true;
this.RradiusY.ButtonStepsWrapAround = false;
this.RradiusY.Location = new System.Drawing.Point(153, 16);
this.RradiusY.Name = "RradiusY";
this.RradiusY.Size = new System.Drawing.Size(72, 24);
this.RradiusY.StepValues = null;
this.RradiusY.TabIndex = 2;
this.RradiusY.WhenTextChanged += new System.EventHandler(this.RradiusY_WhenTextChanged);
//
// RradiusX
//
this.RradiusX.AllowDecimal = true;
this.RradiusX.AllowNegative = false;
this.RradiusX.AllowRelative = false;
this.RradiusX.ButtonStep = 8;
this.RradiusX.ButtonStepBig = 32F;
this.RradiusX.ButtonStepFloat = 8F;
this.RradiusX.ButtonStepSmall = 1F;
this.RradiusX.ButtonStepsUseModifierKeys = true;
this.RradiusX.ButtonStepsWrapAround = false;
this.RradiusX.Location = new System.Drawing.Point(75, 16);
this.RradiusX.Name = "RradiusX";
this.RradiusX.Size = new System.Drawing.Size(72, 24);
this.RradiusX.StepValues = null;
this.RradiusX.TabIndex = 1;
this.RradiusX.WhenTextChanged += new System.EventHandler(this.RradiusX_WhenTextChanged);
//
// randomize
//
this.randomize.Location = new System.Drawing.Point(191, 8);
this.randomize.Name = "randomize";
this.randomize.Size = new System.Drawing.Size(75, 23);
this.randomize.TabIndex = 1;
this.randomize.Text = "Randomize!";
this.randomize.UseVisualStyleBackColor = true;
this.randomize.Click += new System.EventHandler(this.randomize_Click);
//
// VertexIntoShapeForm
//
this.AcceptButton = this.apply;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.cancel;
this.ClientSize = new System.Drawing.Size(276, 564);
this.Controls.Add(this.randomize);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.previewreference);
this.Controls.Add(this.cancel);
this.Controls.Add(this.apply);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "VertexIntoShapeForm";
this.Opacity = 1D;
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Vertex into Shape";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VertexIntoShapeForm_FormClosing);
this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.VertexIntoShape_HelpRequested);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox6.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cancel;
private System.Windows.Forms.Button apply;
private System.Windows.Forms.CheckBox previewreference;
private System.Windows.Forms.CheckBox removevertices;
private System.Windows.Forms.ToolTip tooltip;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox3;
private Controls.ButtonsNumericTextbox radiusY;
private Controls.ButtonsNumericTextbox radiusX;
private System.Windows.Forms.CheckBox ellipse;
private System.Windows.Forms.GroupBox groupBox2;
private Controls.ButtonsNumericTextbox sweepangle;
private Controls.ButtonsNumericTextbox startangle;
private GZBuilder.Controls.AngleControlF startanglewheel;
private GZBuilder.Controls.AngleControlF sweepanglewheel;
private System.Windows.Forms.GroupBox groupBox1;
private Controls.ButtonsNumericTextbox spikiness;
private Controls.ButtonsNumericTextbox sides;
private System.Windows.Forms.ComboBox createas;
private System.Windows.Forms.Button spike50;
private System.Windows.Forms.Button sides24;
private System.Windows.Forms.Button sides8;
private System.Windows.Forms.Button sides3;
private System.Windows.Forms.ComboBox spikingmode;
private System.Windows.Forms.CheckBox frontoutside;
private System.Windows.Forms.Button spike0;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.ComboBox randomsweepangle;
private System.Windows.Forms.ComboBox randomstartangle;
private Controls.ButtonsNumericTextbox Rsweepangle;
private Controls.ButtonsNumericTextbox Rstartangle;
private GZBuilder.Controls.AngleControlF Rstartanglewheel;
private GZBuilder.Controls.AngleControlF Rsweepanglewheel;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.ComboBox randomspikiness;
private System.Windows.Forms.ComboBox randomsides;
private Controls.ButtonsNumericTextbox Rspikiness;
private Controls.ButtonsNumericTextbox Rsides;
private System.Windows.Forms.Button Rspike50;
private System.Windows.Forms.Button Rsides24;
private System.Windows.Forms.Button Rsides8;
private System.Windows.Forms.Button Rsides3;
private System.Windows.Forms.Button Rspike0;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ComboBox randomsizing;
private Controls.ButtonsNumericTextbox RradiusY;
private Controls.ButtonsNumericTextbox RradiusX;
private System.Windows.Forms.Button randomize;
}
}