• 大小: 0.03M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: C#  c  界面  代码  

资源简介

使用编程语言实现界面控件的生成,排序已经事件的处理

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace control
{
    public partial class Form1 : Form
    {
        int add9to0 = 0;
        int add9to01 = 0;
        int add9to02 = 0;
        int pathy = 50;
        int pathx= 100;
        public Form1()
        {
            InitializeComponent();
            for (int i = 0; i < 7; i++)
            {
                Label labpath = new Label();
                labpath.Size = new Size(80 30);      //尺寸  
                labpath.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; //居中显示
                labpath.Location = new Point(20 80 

评论

共有 条评论