代码搜索:UserControl
找到约 3,988 项符合「UserControl」的源代码
代码结果 3,988
www.eeworm.com/read/159907/10590512
ascx usercontrol2.ascx
public string Show
{
get
{
return Msg.Text;
}
set
{
Msg.Text = value;
}
}
public string Color
{
www.eeworm.com/read/159907/10590548
aspx usercontrol5.aspx
public void Page_Load(Object src , EventArgs e)
{
//调用UserControl2用户控件
UserCont
www.eeworm.com/read/159907/10590571
aspx usercontrol3.aspx
public void Page_Load(Object src , EventArgs e)
{
MyM
www.eeworm.com/read/159231/10676791
ctl usercontrol1.ctl
VERSION 5.00
Begin VB.UserControl Xp_ProgressBar
Appearance = 0 'Flat
AutoRedraw = -1 'True
ClientHeight = 2565
ClientLeft = 0
ClientTop = 0
www.eeworm.com/read/159231/10676832
ctx usercontrol1.ctx
www.eeworm.com/read/421808/10697063
cs usercontrol1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using Microsoft.WindowsMobil