zoukankan      html  css  js  c++  java
  • 改版后的groupbox[原创]

    一个比较美观的控件。代码如下:

      1using System;
      2using System.Collections;
      3using System.ComponentModel;
      4using System.ComponentModel.Design;
      5using System.Drawing;
      6using System.Drawing.Drawing2D;
      7using System.Data;
      8using System.Windows.Forms;
      9
     10namespace CodeVendor.Controls
     11{
     12    /// <summary>较特别的且可变色的GBOX.--Nie</summary>
     13    [ToolboxBitmap(typeof(Grouper), "CodeVendor.Controls.Grouper.bmp")]
     14    [Designer("System.Windows.Forms.Design.ParentControlDesigner, System.Design"typeof(IDesigner))]
     15    public class Grouper : System.Windows.Forms.UserControl
     16    {
     17        Enumerations
     40
     41        Variables
     60
     61        Properties
    174
    175        Constructor
    186
    187        DeConstructor
    198
    199        Initialization
    225
    226        Protected Methods
    237
    238        Private Methods
    444    }

    445}

    446

  • 相关阅读:
    B0BO TFS 安装指南(转载)
    Web前端开发神器--WebStorm(JavaScript 开发工具) 8.0.3 中文汉化破解版
    huhamhire-hosts — Hosts文件自动配置工具
    JFinal tomcat配置根路径(包括windows和linux)
    JSON 之FastJson解析
    JFinal使用笔记1-部署demo项目到本地tomcat
    HDU 4891 The Great Pan
    FragmentActivity+FragmentTabHost+Fragement替代TabActibvity+TabHost+Activity
    HIT 2255 Not Fibonacci(矩阵高速幂)
    STM32学习之路-感觉自己走到了一个天大的坑里了!
  • 原文地址:https://www.cnblogs.com/winnxm/p/931503.html
Copyright © 2011-2022 走看看