⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 highscore.cs

📁 这个程序是基于c#平台的俄罗斯方框游戏。拿来共享。要求加分哦!
💻 CS
📖 第 1 页 / 共 5 页
字号:
					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()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HighScore));
			this.lblTextName = new System.Windows.Forms.Label();
			this.lblTextScore = new System.Windows.Forms.Label();
			this.lblScore1 = new System.Windows.Forms.Label();
			this.lblName1 = new System.Windows.Forms.Label();
			this.lblPosition1 = new System.Windows.Forms.Label();
			this.lblScore2 = new System.Windows.Forms.Label();
			this.lblName2 = new System.Windows.Forms.Label();
			this.lblPosition2 = new System.Windows.Forms.Label();
			this.lblScore3 = new System.Windows.Forms.Label();
			this.lblName3 = new System.Windows.Forms.Label();
			this.lblPosition3 = new System.Windows.Forms.Label();
			this.lblScore4 = new System.Windows.Forms.Label();
			this.lblName4 = new System.Windows.Forms.Label();
			this.lblPosition4 = new System.Windows.Forms.Label();
			this.lblScore5 = new System.Windows.Forms.Label();
			this.lblName5 = new System.Windows.Forms.Label();
			this.lblPosition5 = new System.Windows.Forms.Label();
			this.lblScore6 = new System.Windows.Forms.Label();
			this.lblName6 = new System.Windows.Forms.Label();
			this.lblPosition6 = new System.Windows.Forms.Label();
			this.lblScore7 = new System.Windows.Forms.Label();
			this.lblName7 = new System.Windows.Forms.Label();
			this.lblPosition7 = new System.Windows.Forms.Label();
			this.lblScore8 = new System.Windows.Forms.Label();
			this.lblName8 = new System.Windows.Forms.Label();
			this.lblPosition8 = new System.Windows.Forms.Label();
			this.lblScore9 = new System.Windows.Forms.Label();
			this.lblName9 = new System.Windows.Forms.Label();
			this.lblPosition9 = new System.Windows.Forms.Label();
			this.lblScore10 = new System.Windows.Forms.Label();
			this.lblName10 = new System.Windows.Forms.Label();
			this.lblPosition10 = new System.Windows.Forms.Label();
			this.butOk = new System.Windows.Forms.Button();
			this.butReset = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// lblTextName
			// 
			this.lblTextName.AccessibleDescription = resources.GetString("lblTextName.AccessibleDescription");
			this.lblTextName.AccessibleName = resources.GetString("lblTextName.AccessibleName");
			this.lblTextName.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblTextName.Anchor")));
			this.lblTextName.AutoSize = ((bool)(resources.GetObject("lblTextName.AutoSize")));
			this.lblTextName.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblTextName.Dock")));
			this.lblTextName.Enabled = ((bool)(resources.GetObject("lblTextName.Enabled")));
			this.lblTextName.Font = ((System.Drawing.Font)(resources.GetObject("lblTextName.Font")));
			this.lblTextName.Image = ((System.Drawing.Image)(resources.GetObject("lblTextName.Image")));
			this.lblTextName.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTextName.ImageAlign")));
			this.lblTextName.ImageIndex = ((int)(resources.GetObject("lblTextName.ImageIndex")));
			this.lblTextName.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblTextName.ImeMode")));
			this.lblTextName.Location = ((System.Drawing.Point)(resources.GetObject("lblTextName.Location")));
			this.lblTextName.Name = "lblTextName";
			this.lblTextName.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblTextName.RightToLeft")));
			this.lblTextName.Size = ((System.Drawing.Size)(resources.GetObject("lblTextName.Size")));
			this.lblTextName.TabIndex = ((int)(resources.GetObject("lblTextName.TabIndex")));
			this.lblTextName.Text = resources.GetString("lblTextName.Text");
			this.lblTextName.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTextName.TextAlign")));
			this.lblTextName.Visible = ((bool)(resources.GetObject("lblTextName.Visible")));
			// 
			// lblTextScore
			// 
			this.lblTextScore.AccessibleDescription = resources.GetString("lblTextScore.AccessibleDescription");
			this.lblTextScore.AccessibleName = resources.GetString("lblTextScore.AccessibleName");
			this.lblTextScore.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblTextScore.Anchor")));
			this.lblTextScore.AutoSize = ((bool)(resources.GetObject("lblTextScore.AutoSize")));
			this.lblTextScore.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblTextScore.Dock")));
			this.lblTextScore.Enabled = ((bool)(resources.GetObject("lblTextScore.Enabled")));
			this.lblTextScore.Font = ((System.Drawing.Font)(resources.GetObject("lblTextScore.Font")));
			this.lblTextScore.Image = ((System.Drawing.Image)(resources.GetObject("lblTextScore.Image")));
			this.lblTextScore.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTextScore.ImageAlign")));
			this.lblTextScore.ImageIndex = ((int)(resources.GetObject("lblTextScore.ImageIndex")));
			this.lblTextScore.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblTextScore.ImeMode")));
			this.lblTextScore.Location = ((System.Drawing.Point)(resources.GetObject("lblTextScore.Location")));
			this.lblTextScore.Name = "lblTextScore";
			this.lblTextScore.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblTextScore.RightToLeft")));
			this.lblTextScore.Size = ((System.Drawing.Size)(resources.GetObject("lblTextScore.Size")));
			this.lblTextScore.TabIndex = ((int)(resources.GetObject("lblTextScore.TabIndex")));
			this.lblTextScore.Text = resources.GetString("lblTextScore.Text");
			this.lblTextScore.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTextScore.TextAlign")));
			this.lblTextScore.Visible = ((bool)(resources.GetObject("lblTextScore.Visible")));
			// 
			// lblScore1
			// 
			this.lblScore1.AccessibleDescription = resources.GetString("lblScore1.AccessibleDescription");
			this.lblScore1.AccessibleName = resources.GetString("lblScore1.AccessibleName");
			this.lblScore1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblScore1.Anchor")));
			this.lblScore1.AutoSize = ((bool)(resources.GetObject("lblScore1.AutoSize")));
			this.lblScore1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblScore1.Dock")));
			this.lblScore1.Enabled = ((bool)(resources.GetObject("lblScore1.Enabled")));
			this.lblScore1.Font = ((System.Drawing.Font)(resources.GetObject("lblScore1.Font")));
			this.lblScore1.Image = ((System.Drawing.Image)(resources.GetObject("lblScore1.Image")));
			this.lblScore1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblScore1.ImageAlign")));
			this.lblScore1.ImageIndex = ((int)(resources.GetObject("lblScore1.ImageIndex")));
			this.lblScore1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblScore1.ImeMode")));
			this.lblScore1.Location = ((System.Drawing.Point)(resources.GetObject("lblScore1.Location")));
			this.lblScore1.Name = "lblScore1";
			this.lblScore1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblScore1.RightToLeft")));
			this.lblScore1.Size = ((System.Drawing.Size)(resources.GetObject("lblScore1.Size")));
			this.lblScore1.TabIndex = ((int)(resources.GetObject("lblScore1.TabIndex")));
			this.lblScore1.Text = resources.GetString("lblScore1.Text");
			this.lblScore1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblScore1.TextAlign")));
			this.lblScore1.Visible = ((bool)(resources.GetObject("lblScore1.Visible")));
			// 
			// lblName1
			// 
			this.lblName1.AccessibleDescription = resources.GetString("lblName1.AccessibleDescription");
			this.lblName1.AccessibleName = resources.GetString("lblName1.AccessibleName");
			this.lblName1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblName1.Anchor")));
			this.lblName1.AutoSize = ((bool)(resources.GetObject("lblName1.AutoSize")));
			this.lblName1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblName1.Dock")));
			this.lblName1.Enabled = ((bool)(resources.GetObject("lblName1.Enabled")));
			this.lblName1.Font = ((System.Drawing.Font)(resources.GetObject("lblName1.Font")));
			this.lblName1.Image = ((System.Drawing.Image)(resources.GetObject("lblName1.Image")));
			this.lblName1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblName1.ImageAlign")));
			this.lblName1.ImageIndex = ((int)(resources.GetObject("lblName1.ImageIndex")));
			this.lblName1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblName1.ImeMode")));
			this.lblName1.Location = ((System.Drawing.Point)(resources.GetObject("lblName1.Location")));
			this.lblName1.Name = "lblName1";
			this.lblName1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblName1.RightToLeft")));
			this.lblName1.Size = ((System.Drawing.Size)(resources.GetObject("lblName1.Size")));
			this.lblName1.TabIndex = ((int)(resources.GetObject("lblName1.TabIndex")));
			this.lblName1.Text = resources.GetString("lblName1.Text");
			this.lblName1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblName1.TextAlign")));
			this.lblName1.Visible = ((bool)(resources.GetObject("lblName1.Visible")));
			// 
			// lblPosition1
			// 
			this.lblPosition1.AccessibleDescription = resources.GetString("lblPosition1.AccessibleDescription");
			this.lblPosition1.AccessibleName = resources.GetString("lblPosition1.AccessibleName");
			this.lblPosition1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblPosition1.Anchor")));
			this.lblPosition1.AutoSize = ((bool)(resources.GetObject("lblPosition1.AutoSize")));
			this.lblPosition1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblPosition1.Dock")));
			this.lblPosition1.Enabled = ((bool)(resources.GetObject("lblPosition1.Enabled")));
			this.lblPosition1.Font = ((System.Drawing.Font)(resources.GetObject("lblPosition1.Font")));
			this.lblPosition1.Image = ((System.Drawing.Image)(resources.GetObject("lblPosition1.Image")));
			this.lblPosition1.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblPosition1.ImageAlign")));
			this.lblPosition1.ImageIndex = ((int)(resources.GetObject("lblPosition1.ImageIndex")));
			this.lblPosition1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblPosition1.ImeMode")));
			this.lblPosition1.Location = ((System.Drawing.Point)(resources.GetObject("lblPosition1.Location")));
			this.lblPosition1.Name = "lblPosition1";
			this.lblPosition1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblPosition1.RightToLeft")));
			this.lblPosition1.Size = ((System.Drawing.Size)(resources.GetObject("lblPosition1.Size")));
			this.lblPosition1.TabIndex = ((int)(resources.GetObject("lblPosition1.TabIndex")));
			this.lblPosition1.Text = resources.GetString("lblPosition1.Text");
			this.lblPosition1.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblPosition1.TextAlign")));
			this.lblPosition1.Visible = ((bool)(resources.GetObject("lblPosition1.Visible")));
			// 
			// lblScore2
			// 
			this.lblScore2.AccessibleDescription = resources.GetString("lblScore2.AccessibleDescription");
			this.lblScore2.AccessibleName = resources.GetString("lblScore2.AccessibleName");
			this.lblScore2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblScore2.Anchor")));
			this.lblScore2.AutoSize = ((bool)(resources.GetObject("lblScore2.AutoSize")));
			this.lblScore2.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblScore2.Dock")));
			this.lblScore2.Enabled = ((bool)(resources.GetObject("lblScore2.Enabled")));
			this.lblScore2.Font = ((System.Drawing.Font)(resources.GetObject("lblScore2.Font")));
			this.lblScore2.Image = ((System.Drawing.Image)(resources.GetObject("lblScore2.Image")));
			this.lblScore2.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblScore2.ImageAlign")));
			this.lblScore2.ImageIndex = ((int)(resources.GetObject("lblScore2.ImageIndex")));
			this.lblScore2.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblScore2.ImeMode")));
			this.lblScore2.Location = ((System.Drawing.Point)(resources.GetObject("lblScore2.Location")));
			this.lblScore2.Name = "lblScore2";
			this.lblScore2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblScore2.RightToLeft")));
			this.lblScore2.Size = ((System.Drawing.Size)(resources.GetObject("lblScore2.Size")));
			this.lblScore2.TabIndex = ((int)(resources.GetObject("lblScore2.TabIndex")));
			this.lblScore2.Text = resources.GetString("lblScore2.Text");
			this.lblScore2.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblScore2.TextAlign")));
			this.lblScore2.Visible = ((bool)(resources.GetObject("lblScore2.Visible")));
			// 
			// lblName2
			// 
			this.lblName2.AccessibleDescription = resources.GetString("lblName2.AccessibleDescription");
			this.lblName2.AccessibleName = resources.GetString("lblName2.AccessibleName");
			this.lblName2.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblName2.Anchor")));
			this.lblName2.AutoSize = ((bool)(resources.GetObject("lblName2.AutoSize")));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -