代码拉取完成,页面将自动刷新
namespace Wlh.TextBoxLabel
{
partial class FormTbAndLbl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tbInput = new System.Windows.Forms.TextBox();
this.lblInfo = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// tbInput
//
this.tbInput.Location = new System.Drawing.Point(40, 44);
this.tbInput.Name = "tbInput";
this.tbInput.Size = new System.Drawing.Size(357, 31);
this.tbInput.TabIndex = 0;
this.tbInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbInput_KeyDown);
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.Location = new System.Drawing.Point(40, 105);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(477, 21);
this.lblInfo.TabIndex = 1;
this.lblInfo.Text = "文本框文本的内容是否能被3整除(True、False)";
//
// FormTbAndLbl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(566, 254);
this.Controls.Add(this.lblInfo);
this.Controls.Add(this.tbInput);
this.Name = "FormTbAndLbl";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FormTextBoxAndLabel";
this.Load += new System.EventHandler(this.Form1_Load);
this.Click += new System.EventHandler(this.Form1_Click);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbInput;
private System.Windows.Forms.Label lblInfo;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。