namespace Mesnac.Gui.Edit.Pad
{
partial class ToolBoxWindow
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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;
}
}