代码搜索:UserControl
找到约 3,988 项符合「UserControl」的源代码
代码结果 3,988
www.eeworm.com/read/359335/10155774
cs usercontrol1.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
namespace MaskedTextBox
{
///
/// Summa
www.eeworm.com/read/355972/10240395
ctl usercontrol1.ctl
VERSION 5.00
Begin VB.UserControl XP_ProgressBar
ClientHeight = 990
ClientLeft = 0
ClientTop = 0
ClientWidth = 3000
ScaleHeight = 990
ScaleWid
www.eeworm.com/read/425808/10320266
ctl usercontrol1.ctl
VERSION 5.00
Begin VB.UserControl labelshape
ClientHeight = 840
ClientLeft = 0
ClientTop = 0
ClientWidth = 1890
PropertyPages = "UserControl1.ctx":0
www.eeworm.com/read/425808/10320272
ctx usercontrol1.ctx
www.eeworm.com/read/160839/10491283
class usercontrol$classinfo.class
www.eeworm.com/read/423473/10558118
ctl usercontrol1.ctl
www.eeworm.com/read/423473/10558172
ctx usercontrol1.ctx
www.eeworm.com/read/159907/10590485
ascx usercontrol4.ascx
public string Show
{
get
{
return Msg.Text;
}
set
{
Msg.Text = value;
}
}
public string Color
{
www.eeworm.com/read/159907/10590499
ascx usercontrol3.ascx
void Button_Click(Object sender,EventArgs e)
{
show.Text = "提交事件处理完毕";
}