1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/chejiangyi-NScript

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
FrInfo.Designer.cs 3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
chejiangyi Отправлено 24.06.2016 05:21 22781d2
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;
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/chejiangyi-NScript.git
git@api.gitlife.ru:oschina-mirror/chejiangyi-NScript.git
oschina-mirror
chejiangyi-NScript
chejiangyi-NScript
master