You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lj_plc/Main/Mesnac.Gui.Edit/Pad/ToolBoxWindow.Designer.cs

62 lines
2.1 KiB
C#

namespace Mesnac.Gui.Edit.Pad
{
partial class ToolBoxWindow
{
/// <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()
{
this.toolBox1 = new Mesnac.UI.ToolBox.ToolBox();
this.SuspendLayout();
//
// toolBox1
//
this.toolBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.toolBox1.BorderColor = System.Drawing.Color.LightGray;
this.toolBox1.CategoryBackColor = System.Drawing.SystemColors.ButtonFace;
this.toolBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.toolBox1.Location = new System.Drawing.Point(0, 0);
this.toolBox1.Name = "toolBox1";
this.toolBox1.Size = new System.Drawing.Size(183, 349);
this.toolBox1.TabIndex = 1;
this.toolBox1.Text = "toolBox1";
//
// ToolBoxWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(183, 349);
this.Controls.Add(this.toolBox1);
this.Name = "ToolBoxWindow";
this.Text = "工具箱";
this.ResumeLayout(false);
}
#endregion
private UI.ToolBox.ToolBox toolBox1;
}
}