代码搜索:onClick
找到约 10,000 项符合「onClick」的源代码
代码结果 10,000
www.eeworm.com/read/186807/8909054
dfm frmdemo.dfm
object Form1: TForm1
Left = 206
Top = 124
Width = 327
Height = 169
Caption = #20351#29992'DLL'#23553#35013#23545#35937
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Colo
www.eeworm.com/read/383934/8910249
dfm systemunit.dfm
object SystemSetForm: TSystemSetForm
Left = 203
Top = 58
Width = 415
Height = 294
BorderIcons = [biSystemMenu]
Caption = #31995#32479#35774#32622
Color = clBtnFace
Font.Charset
www.eeworm.com/read/383831/8914827
dfm unit1.dfm
object Form1: TForm1
Left = 207
Top = 115
Width = 462
Height = 330
Caption = #35760#24405#20301#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/427775/8921976
aspx imagebutton1_vb.aspx
Sub ImageButton1_OnClick(sender As Object, e As ImageClickEventArgs)
Label1.Text = "You clicked the image button"
www.eeworm.com/read/427775/8921983
aspx imagebutton1_cs.aspx
void ImageButton1_OnClick(object Source, ImageClickEventArgs e) {
Label1.Text="You clicked the image button";
www.eeworm.com/read/427775/8921989
aspx imagebutton2_vb.aspx
Sub ImageButton1_OnClick(sender As Object, e As ImageClickEventArgs)
Dim x As Integer =e.X
Dim y As I
www.eeworm.com/read/427775/8921991
aspx imagebutton2_cs.aspx
void ImageButton1_OnClick(object Source, ImageClickEventArgs e) {
int x=e.X;
int y=e.Y;