• 大小: 0.37M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: 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 DemoApp
{
    public partial class FormembededDemo : Form
    {
        public FormembededDemo()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            MessageBox.Show(“Form border style: “ + this.FormBorderstyle);
        }

        private void FormembededDemo_Load(object sender EventArgs e)
        {
            this.label1.Text = “Form border style: “ + this.FormBorderstyle;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      31744  2010-08-22 23:44  WindowDetective(窗口侦探)0.20\VirtualDeviceLib.dll

     文件     209408  2010-08-22 23:44  WindowDetective(窗口侦探)0.20\WindowDetective.exe

     文件        117  2010-08-13 23:47  WindowDetective(窗口侦探)0.20\WindowDetective.exe.config

     文件        324  2010-08-22 23:55  WindowDetective(窗口侦探)0.20\WindowDetective0.20版 - 说明.txt

     目录          0  2010-08-22 23:49  WindowDetective(窗口侦探)0.20

----------- ---------  ---------- -----  ----

               241593                    5


评论

共有 条评论