namespace PacManProject { partial class Help { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Help)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.SystemColors.Menu; this.label1.Location = new System.Drawing.Point(40, 57); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 28); this.label1.TabIndex = 0; this.label1.Text = "游戏说明"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.SystemColors.Menu; this.label2.Location = new System.Drawing.Point(90, 101); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(606, 50); this.label2.TabIndex = 1; this.label2.Text = "初始关卡为第一关,初始难度为中,方向键控制行动方向,空格键暂停,\r\n\r\n"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("华文新魏", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.SystemColors.Menu; this.label3.Location = new System.Drawing.Point(40, 267); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(133, 30); this.label3.TabIndex = 2; this.label3.Text = "关于作者"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("华文新魏", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.SystemColors.Menu; this.label4.Location = new System.Drawing.Point(91, 330); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(186, 21); this.label4.TabIndex = 3; this.label4.Text = "开源所有源代码。"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("华文新魏", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.ForeColor = System.Drawing.SystemColors.Menu; this.label5.Location = new System.Drawing.Point(91, 373); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(289, 21); this.label5.TabIndex = 4; this.label5.Text = "邮箱:bard2093@Gmail.com"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("华文新魏", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.SystemColors.Menu; this.label6.Location = new System.Drawing.Point(91, 419); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(164, 21); this.label6.TabIndex = 5; this.label6.Text = "QQ:391932561"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("华文新魏", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.SystemColors.Menu; this.label7.Location = new System.Drawing.Point(91, 464); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(200, 21); this.label7.TabIndex = 6; this.label7.Text = "手机:18852996797"; // // button1 // this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.SystemColors.Menu; this.button1.Location = new System.Drawing.Point(598, 373); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 59); this.button1.TabIndex = 7; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.ForeColor = System.Drawing.SystemColors.Menu; this.label8.Location = new System.Drawing.Point(90, 151); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(164, 50); this.label8.TabIndex = 8; this.label8.Text = "回车键重新开始。\r\n\r\n"; // // Help // this.AcceptButton = this.button1; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlText; this.ClientSize = new System.Drawing.Size(792, 566); this.Controls.Add(this.label8); this.Controls.Add(this.button1); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Help"; this.Text = "Help"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label8; } }