namespace CDSAE3_Lian_Lian_Kan.Forms { partial class MenuForm { /// /// 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() { to_table_of_scores = new Button(); to_settings = new Button(); start_Game = new Button(); to_Challenge_mode = new Button(); mainLabel = new Label(); SuspendLayout(); // // to_table_of_scores // to_table_of_scores.BackColor = Color.White; to_table_of_scores.Font = new Font("Microsoft YaHei UI", 18F); to_table_of_scores.Location = new Point(934, 695); to_table_of_scores.Name = "to_table_of_scores"; to_table_of_scores.Size = new Size(172, 65); to_table_of_scores.TabIndex = 0; to_table_of_scores.Text = "分数榜"; to_table_of_scores.UseVisualStyleBackColor = false; to_table_of_scores.Click += to_table_of_scores_Click; // // to_settings // to_settings.BackColor = Color.White; to_settings.Font = new Font("Microsoft YaHei UI", 18F); to_settings.Location = new Point(934, 549); to_settings.Name = "to_settings"; to_settings.Size = new Size(172, 65); to_settings.TabIndex = 1; to_settings.Text = "设置"; to_settings.UseVisualStyleBackColor = false; to_settings.Click += to_settings_Click; // // start_Game // start_Game.BackColor = Color.White; start_Game.Font = new Font("Microsoft YaHei UI", 18F); start_Game.Location = new Point(934, 268); start_Game.Name = "start_Game"; start_Game.Size = new Size(172, 65); start_Game.TabIndex = 2; start_Game.Text = "开始游戏"; start_Game.UseVisualStyleBackColor = false; start_Game.Click += start_Game_Click; // // to_Challenge_mode // to_Challenge_mode.BackColor = Color.White; to_Challenge_mode.Font = new Font("Microsoft YaHei UI", 18F); to_Challenge_mode.Location = new Point(934, 404); to_Challenge_mode.Name = "to_Challenge_mode"; to_Challenge_mode.Size = new Size(172, 65); to_Challenge_mode.TabIndex = 3; to_Challenge_mode.Text = "挑战模式"; to_Challenge_mode.UseVisualStyleBackColor = false; to_Challenge_mode.Click += to_Challenge_mode_Click; // // mainLabel // mainLabel.BackColor = Color.FromArgb(0, 0, 0, 0); mainLabel.Font = new Font("Microsoft YaHei UI", 50F); mainLabel.ForeColor = Color.FromArgb(255, 192, 128); mainLabel.Location = new Point(850, 80); mainLabel.Name = "mainLabel"; mainLabel.Size = new Size(373, 151); mainLabel.TabIndex = 4; mainLabel.Text = "连连看"; // // MenuForm // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; BackgroundImage = Properties.Resources.Fern; BackgroundImageLayout = ImageLayout.Stretch; ClientSize = new Size(1440, 960); Controls.Add(mainLabel); Controls.Add(to_Challenge_mode); Controls.Add(start_Game); Controls.Add(to_settings); Controls.Add(to_table_of_scores); DoubleBuffered = true; FormBorderStyle = FormBorderStyle.None; Name = "MenuForm"; Text = "MenuForm"; ResumeLayout(false); } #endregion private Button to_table_of_scores; private Button to_settings; private Button start_Game; private Button to_Challenge_mode; private Label mainLabel; } }