📄 usersaveforms.designer.cs
字号:
namespace Mine.UIL
{
partial class UserSaveForms
{
/// <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.labTitle = new System.Windows.Forms.Label();
this.labName = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.butOK = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// labTitle
//
this.labTitle.AutoSize = true;
this.labTitle.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labTitle.ForeColor = System.Drawing.Color.Red;
this.labTitle.Location = new System.Drawing.Point(82, 42);
this.labTitle.Name = "labTitle";
this.labTitle.Size = new System.Drawing.Size(149, 19);
this.labTitle.TabIndex = 0;
this.labTitle.Text = "恭喜你完成了!";
//
// labName
//
this.labName.AutoSize = true;
this.labName.Location = new System.Drawing.Point(56, 139);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(53, 12);
this.labName.TabIndex = 1;
this.labName.Text = "您的大名";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(136, 136);
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(100, 21);
this.txtName.TabIndex = 2;
//
// butOK
//
this.butOK.ForeColor = System.Drawing.Color.Blue;
this.butOK.Location = new System.Drawing.Point(86, 196);
this.butOK.Name = "butOK";
this.butOK.Size = new System.Drawing.Size(125, 23);
this.butOK.TabIndex = 3;
this.butOK.Text = "保存我的扫雷成绩";
this.butOK.UseVisualStyleBackColor = true;
this.butOK.Click += new System.EventHandler(this.butOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(18, 236);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(257, 12);
this.label1.TabIndex = 4;
this.label1.Text = "提示:您也可以不保存成绩而进行入下一次游戏";
//
// UserSaveForms
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.Add(this.label1);
this.Controls.Add(this.butOK);
this.Controls.Add(this.txtName);
this.Controls.Add(this.labName);
this.Controls.Add(this.labTitle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "UserSaveForms";
this.Text = "UserSaveForms";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labTitle;
private System.Windows.Forms.Label labName;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Button butOK;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -