1 Star 0 Fork 122

vebin/DevelopAssistant

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
TextBoxBase.Designer.cs 1.36 KB
Copy Edit Raw Blame History
wxd_tony1984 authored 2018-01-31 12:34 +08:00 . 添加 KindEditor 编辑器
namespace ICSharpCode.WinFormsUI.Controls
{
partial class TextBoxBase
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// TextBoxBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Name = "TextBoxBase";
this.Size = new System.Drawing.Size(216, 115);
this.ResumeLayout(false);
}
#endregion
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/vebin/DevelopAssistant.git
git@gitee.com:vebin/DevelopAssistant.git
vebin
DevelopAssistant
DevelopAssistant
master

Search