namespace 开发辅助工具.Tools
{
partial class FrmKeyBroad
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmKeyBroad));
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
this.TxtKeys = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// menuRight1
//
this.menuRight1.Name = "menuRight1";
this.menuRight1.Size = new System.Drawing.Size(185, 92);
this.menuRight1.SourceContent = this;
//
// TxtKeys
//
this.TxtKeys.BackColor = System.Drawing.Color.White;
this.TxtKeys.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TxtKeys.Location = new System.Drawing.Point(299, 218);
this.TxtKeys.Name = "TxtKeys";
this.TxtKeys.ReadOnly = true;
this.TxtKeys.Size = new System.Drawing.Size(198, 26);
this.TxtKeys.TabIndex = 1;
this.TxtKeys.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TxtKeys_KeyDown);
//
// FrmKeyBroad
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(836, 495);
this.Controls.Add(this.TxtKeys);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmKeyBroad";
this.TabPageContextMenuStrip = this.menuRight1;
this.Text = "按键获取";
this.Load += new System.EventHandler(this.FrmStrCount_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ryPaiban.Model.MenuRight menuRight1;
private System.Windows.Forms.TextBox TxtKeys;
}
}