• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 源码  工具  

资源简介


资源截图

代码片段和文件信息

using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;

namespace Cyotek.Windows.Forms
{
  // Cyotek GroupBox Component
  // www.cyotek.com

  /// 
  /// Represents a Windows control that displays a frame at the top of a group of controls with an optional caption and icon.
  /// 

  [ToolboxItem(true)]
  [DefaultEvent(“Click“)]
  [DefaultProperty(“Text“)]
  [Designer(“System.Windows.Forms.Design.GroupBoxDesigner System.Design Version=2.0.0.0 Culture=neutral PublicKeyToken=b03f5f7f11d50a3a“)]
  [Designer(“System.Windows.Forms.Design.DocumentDesigner System.Design Version=2.0.0.0 Culture=neutral PublicKeyToken=b03f5f7f11d50a3a“ typeof(IRootDe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        9999  2014-06-28 16:40  GroupBox.cs
     文件        7406  2014-06-28 14:25  icon.ico
     文件        3336  2014-06-28 15:10  IeBrowserEmulation.csproj
     文件        1004  2014-06-28 14:18  IeBrowserEmulation.sln
     文件        7495  2014-06-28 16:40  InternetExplorerBrowserEmulation.cs
     文件        4981  2014-06-28 16:40  MainForm.cs
     文件        6475  2014-06-28 16:04  MainForm.Designer.cs
     文件       17229  2014-06-28 16:04  MainForm.resx
     文件         663  2014-06-28 16:40  Program.cs
     目录           0  2014-06-28 14:47  Properties\
     文件         869  2014-06-28 16:40  Properties\AssemblyInfo.cs

评论

共有 条评论