2022-11-25 17:14:35 +00:00
|
|
|
|
namespace CodeImp.DoomBuilder.BuilderModes
|
|
|
|
|
{
|
|
|
|
|
partial class DrawLineOptionsPanel
|
|
|
|
|
{
|
|
|
|
|
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
|
|
|
this.continuousdrawing = new System.Windows.Forms.ToolStripButton();
|
2016-03-14 10:25:27 +00:00
|
|
|
|
this.autoclosedrawing = new System.Windows.Forms.ToolStripButton();
|
2016-04-21 21:00:58 +00:00
|
|
|
|
this.showguidelines = new System.Windows.Forms.ToolStripButton();
|
2022-11-25 17:14:35 +00:00
|
|
|
|
this.toolStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// toolStrip1
|
|
|
|
|
//
|
|
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2016-03-14 10:25:27 +00:00
|
|
|
|
this.continuousdrawing,
|
2016-04-21 21:00:58 +00:00
|
|
|
|
this.autoclosedrawing,
|
|
|
|
|
this.showguidelines});
|
2022-11-25 17:14:35 +00:00
|
|
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.toolStrip1.Name = "toolStrip1";
|
2016-04-21 21:00:58 +00:00
|
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(619, 25);
|
2022-11-25 17:14:35 +00:00
|
|
|
|
this.toolStrip1.TabIndex = 8;
|
|
|
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
|
|
|
//
|
|
|
|
|
// continuousdrawing
|
|
|
|
|
//
|
|
|
|
|
this.continuousdrawing.CheckOnClick = true;
|
|
|
|
|
this.continuousdrawing.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Repeat;
|
|
|
|
|
this.continuousdrawing.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.continuousdrawing.Name = "continuousdrawing";
|
|
|
|
|
this.continuousdrawing.Size = new System.Drawing.Size(135, 22);
|
|
|
|
|
this.continuousdrawing.Text = "Continuous drawing";
|
|
|
|
|
this.continuousdrawing.CheckedChanged += new System.EventHandler(this.continuousdrawing_CheckedChanged);
|
|
|
|
|
//
|
2016-03-14 10:25:27 +00:00
|
|
|
|
// autoclosedrawing
|
|
|
|
|
//
|
|
|
|
|
this.autoclosedrawing.CheckOnClick = true;
|
|
|
|
|
this.autoclosedrawing.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.NewSector2;
|
|
|
|
|
this.autoclosedrawing.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.autoclosedrawing.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
|
|
|
|
|
this.autoclosedrawing.Name = "autoclosedrawing";
|
|
|
|
|
this.autoclosedrawing.Size = new System.Drawing.Size(133, 22);
|
|
|
|
|
this.autoclosedrawing.Text = "Auto-finish drawing";
|
|
|
|
|
this.autoclosedrawing.CheckedChanged += new System.EventHandler(this.autoclosedrawing_CheckedChanged);
|
|
|
|
|
//
|
2016-04-21 21:00:58 +00:00
|
|
|
|
// showguidelines
|
|
|
|
|
//
|
|
|
|
|
this.showguidelines.CheckOnClick = true;
|
|
|
|
|
this.showguidelines.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Guidelines;
|
|
|
|
|
this.showguidelines.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.showguidelines.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
|
|
|
|
|
this.showguidelines.Name = "showguidelines";
|
2016-09-26 12:53:50 +00:00
|
|
|
|
this.showguidelines.Size = new System.Drawing.Size(82, 22);
|
|
|
|
|
this.showguidelines.Text = "Guidelines";
|
2016-04-21 21:00:58 +00:00
|
|
|
|
this.showguidelines.CheckedChanged += new System.EventHandler(this.showguidelines_CheckedChanged);
|
|
|
|
|
//
|
2022-11-25 17:14:35 +00:00
|
|
|
|
// DrawLineOptionsPanel
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.toolStrip1);
|
|
|
|
|
this.Name = "DrawLineOptionsPanel";
|
2016-04-21 21:00:58 +00:00
|
|
|
|
this.Size = new System.Drawing.Size(619, 60);
|
2022-11-25 17:14:35 +00:00
|
|
|
|
this.toolStrip1.ResumeLayout(false);
|
|
|
|
|
this.toolStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton continuousdrawing;
|
2016-03-14 10:25:27 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton autoclosedrawing;
|
2016-04-21 21:00:58 +00:00
|
|
|
|
private System.Windows.Forms.ToolStripButton showguidelines;
|
2022-11-25 17:14:35 +00:00
|
|
|
|
}
|
|
|
|
|
}
|