namespace CDSAE3_Lian_Lian_Kan.Forms { partial class FinishedMessageBox { /// /// 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() { 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 确定; } }