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

OSCHINA-MIRROR/haichuan-SuperDebuger

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
frmPoly.Designer.cs 3.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
benny Отправлено 19.06.2014 18:38 d46fda8
namespace LeafSoft
{
partial class frmPoly
{
/// <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.components = new System.ComponentModel.Container();
this.btnOK = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.txtPoly = new LeafSoft.LeafControl.BytesBox();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(44, 0);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(53, 23);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// txtPoly
//
this.txtPoly.EncodeType = LeafSoft.Lib.EnumType.DataEncode.Hex;
this.txtPoly.Location = new System.Drawing.Point(1, 0);
this.txtPoly.MaxLength = 5;
this.txtPoly.Name = "txtPoly";
this.txtPoly.Size = new System.Drawing.Size(42, 21);
this.txtPoly.TabIndex = 0;
//
// frmPoly
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(96, 22);
this.Controls.Add(this.txtPoly);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "frmPoly";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "请输入多项式";
this.TopMost = true;
this.Activated += new System.EventHandler(this.frmPoly_Activated);
this.Leave += new System.EventHandler(this.frmPoly_Leave);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private LeafControl.BytesBox txtPoly;
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/haichuan-SuperDebuger.git
git@api.gitlife.ru:oschina-mirror/haichuan-SuperDebuger.git
oschina-mirror
haichuan-SuperDebuger
haichuan-SuperDebuger
master