100 lines
4.2 KiB
C#
100 lines
4.2 KiB
C#
namespace FirstPlugin.Forms
|
|
{
|
|
partial class LayoutEditor
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LayoutEditor));
|
|
this.stMenuStrip1 = new Toolbox.Library.Forms.STMenuStrip();
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.stToolStrip1 = new Toolbox.Library.Forms.STToolStrip();
|
|
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.stMenuStrip1.SuspendLayout();
|
|
this.stToolStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// stMenuStrip1
|
|
//
|
|
this.stMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.editToolStripMenuItem});
|
|
this.stMenuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.stMenuStrip1.Name = "stMenuStrip1";
|
|
this.stMenuStrip1.Size = new System.Drawing.Size(836, 24);
|
|
this.stMenuStrip1.TabIndex = 0;
|
|
this.stMenuStrip1.Text = "stMenuStrip1";
|
|
//
|
|
// editToolStripMenuItem
|
|
//
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
|
this.editToolStripMenuItem.Text = "Edit";
|
|
//
|
|
// stToolStrip1
|
|
//
|
|
this.stToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripButton1});
|
|
this.stToolStrip1.Location = new System.Drawing.Point(0, 24);
|
|
this.stToolStrip1.Name = "stToolStrip1";
|
|
this.stToolStrip1.Size = new System.Drawing.Size(836, 25);
|
|
this.stToolStrip1.TabIndex = 3;
|
|
this.stToolStrip1.Text = "stToolStrip1";
|
|
//
|
|
// toolStripButton1
|
|
//
|
|
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton1.Name = "toolStripButton1";
|
|
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
|
|
this.toolStripButton1.Text = "toolStripButton1";
|
|
//
|
|
// LayoutEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.stToolStrip1);
|
|
this.Controls.Add(this.stMenuStrip1);
|
|
this.Name = "LayoutEditor";
|
|
this.Size = new System.Drawing.Size(836, 518);
|
|
this.stMenuStrip1.ResumeLayout(false);
|
|
this.stMenuStrip1.PerformLayout();
|
|
this.stToolStrip1.ResumeLayout(false);
|
|
this.stToolStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Toolbox.Library.Forms.STMenuStrip stMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
private Toolbox.Library.Forms.STToolStrip stToolStrip1;
|
|
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
}
|
|
}
|