SuperDesign/Source/开发辅助工具/Tools/FrmKeyBroad.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

74 lines
3.0 KiB
C#

namespace .Tools
{
partial class FrmKeyBroad
{
/// <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();
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;
}
}