0 Star 0 Fork 19

blake2002 / SuperDebuger

forked from 比智科技 / SuperDebuger 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
frmPoly.Designer.cs 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
比智科技 提交于 2014-06-19 22:38 . 提交代码
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;
}
}
1
https://gitee.com/blake2002/SuperDebuger.git
git@gitee.com:blake2002/SuperDebuger.git
blake2002
SuperDebuger
SuperDebuger
master

搜索帮助