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

📄 form1.designer.cs

📁 1.中间纸牌的最左面由一张Flip牌
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.lbl_Computer_time.TabIndex = 26;
            this.lbl_Computer_time.Text = "32";
            // 
            // lbl_player_time
            // 
            this.lbl_player_time.AutoSize = true;
            this.lbl_player_time.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_player_time.Location = new System.Drawing.Point(40, 669);
            this.lbl_player_time.Name = "lbl_player_time";
            this.lbl_player_time.Size = new System.Drawing.Size(53, 35);
            this.lbl_player_time.TabIndex = 27;
            this.lbl_player_time.Text = "32";
            // 
            // Moved1
            // 
            this.Moved1.AutoSize = true;
            this.Moved1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Moved1.Location = new System.Drawing.Point(185, 190);
            this.Moved1.Name = "Moved1";
            this.Moved1.Size = new System.Drawing.Size(93, 29);
            this.Moved1.TabIndex = 28;
            this.Moved1.Text = "Moved";
            // 
            // Moved2
            // 
            this.Moved2.AutoSize = true;
            this.Moved2.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Moved2.Location = new System.Drawing.Point(355, 189);
            this.Moved2.Name = "Moved2";
            this.Moved2.Size = new System.Drawing.Size(93, 29);
            this.Moved2.TabIndex = 29;
            this.Moved2.Text = "Moved";
            // 
            // Moved3
            // 
            this.Moved3.AutoSize = true;
            this.Moved3.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Moved3.Location = new System.Drawing.Point(518, 189);
            this.Moved3.Name = "Moved3";
            this.Moved3.Size = new System.Drawing.Size(93, 29);
            this.Moved3.TabIndex = 30;
            this.Moved3.Text = "Moved";
            // 
            // Moved4
            // 
            this.Moved4.AutoSize = true;
            this.Moved4.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Moved4.Location = new System.Drawing.Point(684, 190);
            this.Moved4.Name = "Moved4";
            this.Moved4.Size = new System.Drawing.Size(93, 29);
            this.Moved4.TabIndex = 31;
            this.Moved4.Text = "Moved";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.White;
            this.label1.Font = new System.Drawing.Font("宋体", 42F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(825, 130);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(140, 56);
            this.label1.TabIndex = 46;
            this.label1.Text = "Time";
            // 
            // FLIP
            // 
            this.FLIP.Image = global::QuickSpark.Properties.Resources.FLIP;
            this.FLIP.Location = new System.Drawing.Point(12, 253);
            this.FLIP.Name = "FLIP";
            this.FLIP.Size = new System.Drawing.Size(100, 140);
            this.FLIP.TabIndex = 47;
            this.FLIP.TabStop = false;
            this.FLIP.Click += new System.EventHandler(this.FLIP_Click);
            // 
            // ComputerCard4
            // 
            this.ComputerCard4.Image = global::QuickSpark.Properties.Resources.背景;
            this.ComputerCard4.Location = new System.Drawing.Point(677, 37);
            this.ComputerCard4.Name = "ComputerCard4";
            this.ComputerCard4.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard4.TabIndex = 44;
            this.ComputerCard4.TabStop = false;
            // 
            // ComputerCard3
            // 
            this.ComputerCard3.Image = ((System.Drawing.Image)(resources.GetObject("ComputerCard3.Image")));
            this.ComputerCard3.Location = new System.Drawing.Point(511, 37);
            this.ComputerCard3.Name = "ComputerCard3";
            this.ComputerCard3.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard3.TabIndex = 43;
            this.ComputerCard3.TabStop = false;
            // 
            // ComputerCard2
            // 
            this.ComputerCard2.Image = ((System.Drawing.Image)(resources.GetObject("ComputerCard2.Image")));
            this.ComputerCard2.Location = new System.Drawing.Point(348, 37);
            this.ComputerCard2.Name = "ComputerCard2";
            this.ComputerCard2.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard2.TabIndex = 42;
            this.ComputerCard2.TabStop = false;
            // 
            // ComputerCard1
            // 
            this.ComputerCard1.Image = ((System.Drawing.Image)(resources.GetObject("ComputerCard1.Image")));
            this.ComputerCard1.Location = new System.Drawing.Point(178, 37);
            this.ComputerCard1.Name = "ComputerCard1";
            this.ComputerCard1.Size = new System.Drawing.Size(100, 140);
            this.ComputerCard1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ComputerCard1.TabIndex = 41;
            this.ComputerCard1.TabStop = false;
            // 
            // pb7
            // 
            this.pb7.Image = global::QuickSpark.Properties.Resources.向上;
            this.pb7.Location = new System.Drawing.Point(703, 399);
            this.pb7.Name = "pb7";
            this.pb7.Size = new System.Drawing.Size(47, 110);
            this.pb7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb7.TabIndex = 21;
            this.pb7.TabStop = false;
            // 
            // pb5
            // 
            this.pb5.Image = global::QuickSpark.Properties.Resources.向下;
            this.pb5.Location = new System.Drawing.Point(539, 399);
            this.pb5.Name = "pb5";
            this.pb5.Size = new System.Drawing.Size(47, 110);
            this.pb5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb5.TabIndex = 20;
            this.pb5.TabStop = false;
            // 
            // pb3
            // 
            this.pb3.Image = global::QuickSpark.Properties.Resources.向上;
            this.pb3.Location = new System.Drawing.Point(371, 399);
            this.pb3.Name = "pb3";
            this.pb3.Size = new System.Drawing.Size(47, 110);
            this.pb3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb3.TabIndex = 19;
            this.pb3.TabStop = false;
            // 
            // pb1
            // 
            this.pb1.Image = global::QuickSpark.Properties.Resources.向下;
            this.pb1.Location = new System.Drawing.Point(210, 399);
            this.pb1.Name = "pb1";
            this.pb1.Size = new System.Drawing.Size(47, 110);
            this.pb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb1.TabIndex = 18;
            this.pb1.TabStop = false;
            // 
            // pictureBox7
            // 
            this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
            this.pictureBox7.Location = new System.Drawing.Point(12, 515);
            this.pictureBox7.Name = "pictureBox7";
            this.pictureBox7.Size = new System.Drawing.Size(100, 140);
            this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox7.TabIndex = 6;
            this.pictureBox7.TabStop = false;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(12, 37);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(100, 140);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // button1
            // 
            this.button1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.Location = new System.Drawing.Point(858, 573);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 31);
            this.button1.TabIndex = 48;
            this.button1.Text = "Deal";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("楷体_GB2312", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(829, 284);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(129, 35);
            this.label2.TabIndex = 49;
            this.label2.Text = "Score:";
            // 
            // lbl_Score
            // 
            this.lbl_Score.AutoSize = true;
            this.lbl_Score.BackColor = System.Drawing.Color.Silver;
            this.lbl_Score.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbl_Score.Location = new System.Drawing.Point(946, 319);
            this.lbl_Score.Name = "lbl_Score";
            this.lbl_Score.Size = new System.Drawing.Size(98, 108);
            this.lbl_Score.TabIndex = 50;
            this.lbl_Score.Text = "0";
            // 
            // pb2
            // 
            this.pb2.Image = global::QuickSpark.Properties.Resources.向上;
            this.pb2.Location = new System.Drawing.Point(210, 399);
            this.pb2.Name = "pb2";
            this.pb2.Size = new System.Drawing.Size(47, 110);
            this.pb2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb2.TabIndex = 51;
            this.pb2.TabStop = false;
            // 
            // pb4
            // 
            this.pb4.Image = global::QuickSpark.Properties.Resources.向下;
            this.pb4.Location = new System.Drawing.Point(371, 399);
            this.pb4.Name = "pb4";
            this.pb4.Size = new System.Drawing.Size(47, 110);
            this.pb4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb4.TabIndex = 52;
            this.pb4.TabStop = false;
            // 
            // pb8
            // 
            this.pb8.Image = global::QuickSpark.Properties.Resources.向下;
            this.pb8.Location = new System.Drawing.Point(703, 399);
            this.pb8.Name = "pb8";
            this.pb8.Size = new System.Drawing.Size(47, 110);
            this.pb8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb8.TabIndex = 53;
            this.pb8.TabStop = false;
            // 
            // pb6
            // 
            this.pb6.Image = global::QuickSpark.Properties.Resources.向上;
            this.pb6.Location = new System.Drawing.Point(539, 399);
            this.pb6.Name = "pb6";
            this.pb6.Size = new System.Drawing.Size(47, 110);
            this.pb6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pb6.TabIndex = 54;
            this.pb6.TabStop = false;
            // 
            // ComputerCard5
            // 
            this.ComputerCard5.Image = global::QuickSpark.Properties.Resources.背景;
            this.ComputerCard5.Location = new System.Drawing.Point(178, 37);
            this.ComputerCard5.Name = "ComputerCard5";

⌨️ 快捷键说明

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