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

📄 form1.designer.cs

📁 1.中间纸牌的最左面由一张Flip牌
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.ComputerCard5.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard5.TabIndex = 55;
            this.ComputerCard5.TabStop = false;
            this.ComputerCard5.Click += new System.EventHandler(this.pictureBox2_Click);
            // 
            // ComputerCard6
            // 
            this.ComputerCard6.Image = global::QuickSpark.Properties.Resources.背景;
            this.ComputerCard6.Location = new System.Drawing.Point(348, 37);
            this.ComputerCard6.Name = "ComputerCard6";
            this.ComputerCard6.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard6.TabIndex = 56;
            this.ComputerCard6.TabStop = false;
            // 
            // ComputerCard7
            // 
            this.ComputerCard7.Image = global::QuickSpark.Properties.Resources.背景;
            this.ComputerCard7.Location = new System.Drawing.Point(511, 37);
            this.ComputerCard7.Name = "ComputerCard7";
            this.ComputerCard7.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard7.TabIndex = 57;
            this.ComputerCard7.TabStop = false;
            // 
            // ComputerCard8
            // 
            this.ComputerCard8.Image = global::QuickSpark.Properties.Resources.背景;
            this.ComputerCard8.Location = new System.Drawing.Point(677, 37);
            this.ComputerCard8.Name = "ComputerCard8";
            this.ComputerCard8.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard8.TabIndex = 58;
            this.ComputerCard8.TabStop = false;
            // 
            // UpturnedCard1
            // 
            this.UpturnedCard1.Location = new System.Drawing.Point(178, 253);
            this.UpturnedCard1.Name = "UpturnedCard1";
            this.UpturnedCard1.Size = new System.Drawing.Size(100, 140);
            this.UpturnedCard1.TabIndex = 59;
            this.UpturnedCard1.TabStop = false;
            this.UpturnedCard1.Click += new System.EventHandler(this.UpturnedCard1_Click_1);
            // 
            // UpturnedCard2
            // 
            this.UpturnedCard2.Location = new System.Drawing.Point(348, 253);
            this.UpturnedCard2.Name = "UpturnedCard2";
            this.UpturnedCard2.Size = new System.Drawing.Size(100, 140);
            this.UpturnedCard2.TabIndex = 60;
            this.UpturnedCard2.TabStop = false;
            this.UpturnedCard2.Click += new System.EventHandler(this.UpturnedCard2_Click_1);
            // 
            // UpturnedCard3
            // 
            this.UpturnedCard3.Location = new System.Drawing.Point(511, 253);
            this.UpturnedCard3.Name = "UpturnedCard3";
            this.UpturnedCard3.Size = new System.Drawing.Size(100, 140);
            this.UpturnedCard3.TabIndex = 61;
            this.UpturnedCard3.TabStop = false;
            this.UpturnedCard3.Click += new System.EventHandler(this.UpturnedCard3_Click_1);
            // 
            // UpturnedCard4
            // 
            this.UpturnedCard4.Location = new System.Drawing.Point(677, 253);
            this.UpturnedCard4.Name = "UpturnedCard4";
            this.UpturnedCard4.Size = new System.Drawing.Size(100, 140);
            this.UpturnedCard4.TabIndex = 62;
            this.UpturnedCard4.TabStop = false;
            this.UpturnedCard4.Click += new System.EventHandler(this.UpturnedCard4_Click_1);
            // 
            // MyCard1
            // 
            this.MyCard1.Location = new System.Drawing.Point(178, 515);
            this.MyCard1.Name = "MyCard1";
            this.MyCard1.Size = new System.Drawing.Size(100, 140);
            this.MyCard1.TabIndex = 63;
            this.MyCard1.TabStop = false;
            this.MyCard1.Click += new System.EventHandler(this.Card1_Click);
            // 
            // MyCard2
            // 
            this.MyCard2.Location = new System.Drawing.Point(348, 515);
            this.MyCard2.Name = "MyCard2";
            this.MyCard2.Size = new System.Drawing.Size(100, 140);
            this.MyCard2.TabIndex = 64;
            this.MyCard2.TabStop = false;
            this.MyCard2.Click += new System.EventHandler(this.Card2_Click_1);
            // 
            // MyCard3
            // 
            this.MyCard3.Location = new System.Drawing.Point(511, 515);
            this.MyCard3.Name = "MyCard3";
            this.MyCard3.Size = new System.Drawing.Size(100, 140);
            this.MyCard3.TabIndex = 65;
            this.MyCard3.TabStop = false;
            this.MyCard3.Click += new System.EventHandler(this.Card3_Click_1);
            // 
            // MyCard4
            // 
            this.MyCard4.Location = new System.Drawing.Point(677, 515);
            this.MyCard4.Name = "MyCard4";
            this.MyCard4.Size = new System.Drawing.Size(100, 140);
            this.MyCard4.TabIndex = 66;
            this.MyCard4.TabStop = false;
            this.MyCard4.Click += new System.EventHandler(this.Card4_Click_1);
            // 
            // frmQuickSpark
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.ClientSize = new System.Drawing.Size(1134, 732);
            this.Controls.Add(this.UpturnedCard2);
            this.Controls.Add(this.UpturnedCard3);
            this.Controls.Add(this.pb4);
            this.Controls.Add(this.pb2);
            this.Controls.Add(this.UpturnedCard4);
            this.Controls.Add(this.UpturnedCard1);
            this.Controls.Add(this.ComputerCard8);
            this.Controls.Add(this.ComputerCard7);
            this.Controls.Add(this.ComputerCard6);
            this.Controls.Add(this.ComputerCard5);
            this.Controls.Add(this.MyCard4);
            this.Controls.Add(this.MyCard3);
            this.Controls.Add(this.MyCard2);
            this.Controls.Add(this.MyCard1);
            this.Controls.Add(this.pb6);
            this.Controls.Add(this.pb8);
            this.Controls.Add(this.lbl_Score);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.FLIP);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.ComputerCard4);
            this.Controls.Add(this.ComputerCard3);
            this.Controls.Add(this.ComputerCard2);
            this.Controls.Add(this.ComputerCard1);
            this.Controls.Add(this.Moved4);
            this.Controls.Add(this.Moved3);
            this.Controls.Add(this.Moved2);
            this.Controls.Add(this.Moved1);
            this.Controls.Add(this.lbl_player_time);
            this.Controls.Add(this.lbl_Computer_time);
            this.Controls.Add(this.lbl_time);
            this.Controls.Add(this.pb7);
            this.Controls.Add(this.pb5);
            this.Controls.Add(this.pb3);
            this.Controls.Add(this.pb1);
            this.Controls.Add(this.pictureBox7);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.menuStrip1);
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "frmQuickSpark";
            this.Text = "QuickSpark";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.FLIP)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pb6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ComputerCard8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpturnedCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpturnedCard2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpturnedCard3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpturnedCard4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MyCard1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MyCard2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MyCard3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MyCard4)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.PictureBox pictureBox7;
        private System.Windows.Forms.PictureBox pb1;
        private System.Windows.Forms.PictureBox pb3;
        private System.Windows.Forms.PictureBox pb5;
        private System.Windows.Forms.PictureBox pb7;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem beginToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label lbl_time;
        private System.Windows.Forms.Label lbl_Computer_time;
        private System.Windows.Forms.Label lbl_player_time;
        private System.Windows.Forms.Label Moved1;
        private System.Windows.Forms.Label Moved2;
        private System.Windows.Forms.Label Moved3;
        private System.Windows.Forms.Label Moved4;
        private System.Windows.Forms.PictureBox ComputerCard1;
        private System.Windows.Forms.PictureBox ComputerCard2;
        private System.Windows.Forms.PictureBox ComputerCard3;
        private System.Windows.Forms.PictureBox ComputerCard4;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox FLIP;
        private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem restartToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem levelToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem oneToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem twoToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem threeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fourToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fiveToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sixToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem sevenToolStripMenuItem;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lbl_Score;
        private System.Windows.Forms.PictureBox pb2;
        private System.Windows.Forms.PictureBox pb4;
        private System.Windows.Forms.PictureBox pb8;
        private System.Windows.Forms.PictureBox pb6;
        private System.Windows.Forms.PictureBox ComputerCard5;
        private System.Windows.Forms.PictureBox ComputerCard6;
        private System.Windows.Forms.PictureBox ComputerCard7;
        private System.Windows.Forms.PictureBox ComputerCard8;
        private System.Windows.Forms.PictureBox UpturnedCard1;
        private System.Windows.Forms.PictureBox UpturnedCard2;
        private System.Windows.Forms.PictureBox UpturnedCard3;
        private System.Windows.Forms.PictureBox UpturnedCard4;
        private System.Windows.Forms.PictureBox MyCard1;
        private System.Windows.Forms.PictureBox MyCard2;
        private System.Windows.Forms.PictureBox MyCard3;
        private System.Windows.Forms.PictureBox MyCard4;
    }
}

⌨️ 快捷键说明

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