1 Star 0 Fork 33

cylong2016 / NScript

forked from 车江毅 / NScript 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FrInfo.Designer.cs 3.00 KB
一键复制 编辑 原始数据 按行查看 历史
车江毅 提交于 2016-06-24 10:21 . add project
namespace BSF.BaseService.NScript
{
partial class FrInfo
{
/// <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.btnCopy = new System.Windows.Forms.Button();
this.txtContent = new ICSharpCode.TextEditor.TextEditorControl();
this.SuspendLayout();
//
// btnCopy
//
this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.btnCopy.Location = new System.Drawing.Point(149, 425);
this.btnCopy.Name = "btnCopy";
this.btnCopy.Size = new System.Drawing.Size(295, 23);
this.btnCopy.TabIndex = 1;
this.btnCopy.Text = "复制";
this.btnCopy.UseVisualStyleBackColor = true;
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// txtContent
//
this.txtContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtContent.IsReadOnly = false;
this.txtContent.Location = new System.Drawing.Point(12, 12);
this.txtContent.Name = "txtContent";
this.txtContent.Size = new System.Drawing.Size(600, 407);
this.txtContent.TabIndex = 2;
this.txtContent.Text = "/*Hello World*/";
//
// FrInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(624, 460);
this.Controls.Add(this.txtContent);
this.Controls.Add(this.btnCopy);
this.Name = "FrInfo";
this.Text = "模板代码";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnCopy;
private ICSharpCode.TextEditor.TextEditorControl txtContent;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/cylong2016/NScript.git
git@gitee.com:cylong2016/NScript.git
cylong2016
NScript
NScript
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891