资源简介
c#小游戏合集,包含数字游戏,斗地主等。c#小游戏合集,包含数字游戏,斗地主等。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace DouDiZhu
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
Label label = null;
PictureBox pic = null;
private void Form1_Load(object sender EventArgs e)
{
this.BackColor = Color.LightSkyBlue;
InitPuke();
}
void InitPuke()
{
//for (int j = 0; j < 14;j++ )
//{
// label = new Label();
// label.BackColor = Color.Transparent;
// label.AutoSize = false;
// label.Font = new System.Drawing.Font(“宋体“ 14.25F System.Drawing.Fontstyle.Regular
// System.Drawing.GraphicsUnit.Point ((byte)(134)));
// //label.Location = new Point(60 60);
// label.Name = “lbl“ + (j + 1).ToString() ;
// label.Size = new Size(40 100);
// //初始张数
// label.Text = “4“;
// label.TextAlign = ContentAlignment.BottomCenter;
// //确定位置
// label.Location = new Point(10 + (j * 45) 30 );
// //绑定到一个单击事件
// label.MouseDown += new MouseEventHandler(label_MouseDown);
// //在放映厅TabLontrol控件上添加Label
// this.Controls.Add(label);
//}
for (int i = 0; i < 14; i++)
{
label = new Label();
pic = new PictureBox();
pic.Location = new Point(10 + (i * 45) 10);
pic.Name = “pic“ + (i + 1).ToString();
pic.Tag = i + 1;
pic.Size = new Size(40 60);
pic.Image = Image.FromFile(@“puke\“ + (i + 1) + “.jpg“);
this.Controls.Add(pic);
//pic.Click += new EventHandler(pic_Click);
label.BackColor = Color.Transparent;
label.Parent = pic;
label.AutoSize = false;
label.ForeColor = Color.White;
label.Font = new System.Drawing.Font(“宋体“ 14.25F System.Drawing.Fontstyle.Regular
System.Drawing.GraphicsUnit.Point ((byte)(134)));
//label.Location = new Point(60 60);
label.Name = “lbl“ + (i + 1).ToString();
label.Size = new Size(40 90);
//初始张数
label.Text = “4“;
if (i == 13) label.Text = “2“;
label.TextAlign = ContentAlignment.MiddleCenter;
//确定位置
label.Location = new Point(10 + (i * 45) 50);
//绑定到一个单击事件
label.MouseDown
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-05-14 11:13 DouDiZhu\
目录 0 2018-05-14 11:13 DouDiZhu\Backup\
目录 0 2018-05-14 11:13 DouDiZhu\Backup\DouDiZhu\
文件 913 2008-09-21 23:57 DouDiZhu\Backup\DouDiZhu.sln
文件 11776 2008-09-22 02:22 DouDiZhu\Backup\DouDiZhu.v12.suo
文件 3338 2008-09-22 02:06 DouDiZhu\Backup\DouDiZhu\DouDiZhu.csproj
文件 4547 2008-09-22 02:22 DouDiZhu\Backup\DouDiZhu\Form1.cs
文件 2694 2008-09-22 02:22 DouDiZhu\Backup\DouDiZhu\Form1.Designer.cs
文件 5814 2008-09-22 02:22 DouDiZhu\Backup\DouDiZhu\Form1.resx
文件 467 2008-09-21 23:57 DouDiZhu\Backup\DouDiZhu\Program.cs
目录 0 2018-05-14 11:13 DouDiZhu\Backup\DouDiZhu\Properties\
文件 1186 2008-09-21 23:57 DouDiZhu\Backup\DouDiZhu\Properties\AssemblyInfo.cs
文件 3094 2008-09-22 02:04 DouDiZhu\Backup\DouDiZhu\Properties\Resources.Designer.cs
文件 6203 2008-09-22 02:04 DouDiZhu\Backup\DouDiZhu\Properties\Resources.resx
文件 1091 2008-09-21 23:57 DouDiZhu\Backup\DouDiZhu\Properties\Settings.Designer.cs
文件 249 2008-09-21 23:57 DouDiZhu\Backup\DouDiZhu\Properties\Settings.settings
目录 0 2018-05-14 11:13 DouDiZhu\Backup\DouDiZhu\Resources\
文件 60469 2008-09-22 02:04 DouDiZhu\Backup\DouDiZhu\Resources\100_1010.JPG
目录 0 2008-09-26 22:09 DouDiZhu\DouDiZhu\
文件 993 2018-05-14 11:13 DouDiZhu\DouDiZhu.sln
文件 11776 2008-09-22 02:22 DouDiZhu\DouDiZhu.suo
文件 20992 2018-05-14 11:18 DouDiZhu\DouDiZhu.v12.suo
目录 0 2008-09-26 22:09 DouDiZhu\DouDiZhu\bin\
目录 0 2018-05-14 11:13 DouDiZhu\DouDiZhu\bin\Debug\
文件 43520 2018-05-14 11:16 DouDiZhu\DouDiZhu\bin\Debug\DouDiZhu.exe
文件 26112 2018-05-14 11:16 DouDiZhu\DouDiZhu\bin\Debug\DouDiZhu.pdb
文件 22704 2018-05-14 11:13 DouDiZhu\DouDiZhu\bin\Debug\DouDiZhu.vshost.exe
文件 490 2017-09-29 21:43 DouDiZhu\DouDiZhu\bin\Debug\DouDiZhu.vshost.exe.manifest
目录 0 2008-09-26 22:09 DouDiZhu\DouDiZhu\bin\Debug\puke\
文件 22883 2008-09-22 00:48 DouDiZhu\DouDiZhu\bin\Debug\puke\1.jpg
文件 22949 2008-09-22 00:46 DouDiZhu\DouDiZhu\bin\Debug\puke\10.jpg
............此处省略313个文件信息
- 上一篇:基于C#开发的迷你GIS系统
- 下一篇:编译好的GDAL_C#_dll库
相关资源
- 编译好的GDAL_C#_dll库
- 基于C#开发的迷你GIS系统
- 图书管理系统 C# Visul studio.NET( 含源
- alglib,c#版本数学库
- C#入门必看实力程序100个
- C#本质论(中文版)[超清晰]
- C#医疗系统C#源代码
- 酒店管理系统C#源代码编写SQL Server数
- C#文档中文版(微软)
- C# 电梯人机界面设计
- C# 学生成绩管理系统源代码
- C#项目 校园一卡通
- 2018年最新版c# mvc5 源代码
- 毕业设计音乐网站代码与论文
- C#版单位转换器
- c#多媒体播放器255001
-
多年积累c#类库。xm
l操作类序列化, - 图书租借管理系统(C#源码 MySQL)
- C#联合halcon二维码读取.zip
- 狂人代码生成器V3.0 C#代码生成器 实体
- C#.net经典400个
- C#银行管理系统——数据库课设
- C#版GDAL无异常
- c#个人财务管理系统(源码+开发文档
- C#小游戏集合源代码
- C#网络抓包MySniffer+WinPcap_中文技术文档
- C# 控制台 学生选课管理系统
- wpf皮肤主题
- 大华摄像头sdk开始 c#
- 考勤系统全部文档
评论
共有 条评论