Foxtable(狐表)用户栏目专家坐堂 → 0923新版本有个错误


  共有2190人关注过本帖树形打印复制链接

主题:0923新版本有个错误

帅哥哟,离线,有人找我吗?
rjh4078
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:狐精 帖子:3355 积分:24732 威望:0 精华:0 注册:2012/3/26 21:47:00
0923新版本有个错误  发帖心情 Post By:2014/9/22 16:18:00 [只看该作者]

.NET Framework 版本:2.0.50727.6421
Foxtable 版本:2014.9.23.1
错误所在事件:窗口,logopad,SizeChanged
详细错误信息:
找不到方法:“Int32 Foxtable.WinForm.Label.o o  OO ()”。

 

这个在项目里没问题 发布后就报错

 

SizeChanged代码

 

Dim txt1 As WinForm.TextBox=e.Form.Controls("username")
Dim txt2 As WinForm.TextBox=e.Form.Controls("password")

txt1.Left = (txt1.Parent.Width - txt1.Width) / 2
txt2.Left = (txt2.Parent.Width - txt2.Width) / 2

Dim btn1 As WinForm.Button=e.Form.controls("logo")
Dim btn2 As WinForm.Button=e.Form.controls("exit")
btn1.Left = (btn1.Parent.Width - btn1.Width) / 2
btn2.Left = (btn2.Parent.Width - btn2.Width) / 2
Dim LB1 As WinForm.Label=e.Form.controls("LBS")
Dim LB2 As WinForm.Label=e.Form.controls("LBZ")
Dim LB3 As WinForm.Label=e.Form.controls("LBD")
LB1.Left = (LB1.Parent.Width - LB1.Width) / 2
LB2.Left = (LB2.Parent.Width - LB2.Width) / 2
LB3.Left = (LB3.Parent.Width - LB3.Width) / 2
Dim P1 As WinForm.Panel=e.Form.controls("Panel3")
P1.Left = (P1.Parent.Width - P1.Width) / 2

 

 


 回到顶部
帅哥哟,离线,有人找我吗?
Bin
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:贵宾 帖子:35433 积分:178524 威望:0 精华:3 注册:2013/3/30 16:36:00
  发帖心情 Post By:2014/9/22 16:18:00 [只看该作者]

例子发上来看看

 回到顶部