代码搜索:UserControl
找到约 3,988 项符合「UserControl」的源代码
代码结果 3,988
www.eeworm.com/read/159227/10677080
ctl add_name.ctl
VERSION 5.00
Begin VB.UserControl Add_Name
BackColor = &H00C0C0FF&
ClientHeight = 5040
ClientLeft = 0
ClientTop = 0
ClientWidth = 5745
Scale
www.eeworm.com/read/463822/7174960
cs squarecontrol.cs
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Drawing2D;
using System;
class SquareControl : UserControl
{
//TODO: Implement as property
public int iContents;