This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
CDSAE3/CDSAE3_Lian_Lian_Kan/Forms/FinishedMessageBox.Designer.cs

101 lines
3.4 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace CDSAE3_Lian_Lian_Kan.Forms
{
partial class FinishedMessageBox
{
/// <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()
{
info = new Label();
nameTextBox = new TextBox();
scoreLabel = new Label();
= new Button();
SuspendLayout();
//
// info
//
info.AutoSize = true;
info.Font = new Font("Microsoft YaHei UI", 20F);
info.Location = new Point(124, 36);
info.Name = "info";
info.Size = new Size(394, 52);
info.TabIndex = 0;
info.Text = "恭喜 请留下你的名字";
//
// nameTextBox
//
nameTextBox.Font = new Font("Microsoft YaHei UI", 18F, FontStyle.Italic, GraphicsUnit.Point, 134);
nameTextBox.ForeColor = SystemColors.ScrollBar;
nameTextBox.Location = new Point(112, 192);
nameTextBox.Name = "nameTextBox";
nameTextBox.Size = new Size(424, 53);
nameTextBox.TabIndex = 1;
nameTextBox.Text = "Anonymous";
nameTextBox.Enter += nameTextBox_Enter;
//
// scoreLabel
//
scoreLabel.AutoSize = true;
scoreLabel.Font = new Font("Microsoft YaHei UI", 15F);
scoreLabel.Location = new Point(210, 114);
scoreLabel.Name = "scoreLabel";
scoreLabel.Size = new Size(197, 39);
scoreLabel.TabIndex = 2;
scoreLabel.Text = "分数66666";
//
// 确定
//
.Location = new Point(257, 273);
.Name = "确定";
.Size = new Size(112, 34);
.TabIndex = 3;
.Text = "确定";
.UseVisualStyleBackColor = true;
.Click += _Click;
//
// FinishedMessageBox
//
AutoScaleDimensions = new SizeF(11F, 24F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(627, 343);
Controls.Add();
Controls.Add(scoreLabel);
Controls.Add(nameTextBox);
Controls.Add(info);
FormBorderStyle = FormBorderStyle.SizableToolWindow;
Name = "FinishedMessageBox";
Text = "游戏结束";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label info;
private TextBox nameTextBox;
private Label scoreLabel;
private Button ;
}
}