1 Star 0 Fork 1

nik/FormDesigner.Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ToolboxWindow.Designer.cs 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
sants 提交于 2018-11-20 17:17 . No commit message
namespace Smart.FormDesigner.Demo
{
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.Toolbox = new Smart.FormDesigner.ToolboxControl();
this.SuspendLayout();
//
// Toolbox
//
this.Toolbox.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
this.Toolbox.Designer = null;
this.Toolbox.Dock = System.Windows.Forms.DockStyle.Fill;
this.Toolbox.Location = new System.Drawing.Point(0, 0);
this.Toolbox.Name = "Toolbox";
this.Toolbox.Size = new System.Drawing.Size(184, 461);
this.Toolbox.TabIndex = 0;
//
// ToolboxWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(184, 461);
this.Controls.Add(this.Toolbox);
this.Name = "ToolboxWindow";
this.Text = "工具箱";
this.ResumeLayout(false);
}
#endregion
internal ToolboxControl Toolbox;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhu596861877/FormDesigner.Demo.git
git@gitee.com:zhu596861877/FormDesigner.Demo.git
zhu596861877
FormDesigner.Demo
FormDesigner.Demo
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385