接下来我们需要在新建的View中添加控件
步骤1:在新创建的Welcome页面中,选中【ViewConfig】节点下的第四个节点即【View】节点,如下图所示:
我们可以发现在左侧的【Dorado7 ToolBox】中,显示出可以使用的控件集合。
步骤2:由于控件比较多,可以通过过滤栏快速定位需要使用的控件,在过滤栏中,输入label进行关键字查询,如下图所示:
步骤3:双击【General】控件分类中的Label控件图标,将Label控件加入View节点下,如下图所示:
在右侧工作区中的Property设置区中,设置添加的Label属性如下:
属性 | 值 | 说明 |
---|---|---|
id | labelWelcome | 标签控件的Id |
text | 欢迎使用Dorado7实战必修课“企业通讯录”初级教程 | 标签控件显示的内容 |
步骤4:接下来需要新增Button控件,同样将鼠标选中【ViewConfig】节点下的第四个节点即【View】节点,在控件快速过滤栏中输入button关键字,快速定位Button控件,如下图所示:
步骤5:双击【General】控件分类中的Button控件图标,将Button控件加入View节点下,如下图所示:
设置Button的属性如下:
属性 | 值 | 说明 |
---|---|---|
id | buttonWelcome | 控件的Id |
caption | HelloWorld | 按钮显示的名称 |
接下来我们需要给控件绑定事件。
Attachments:
2.3.2-1.png (image/png)
2.3.2-1.png (image/png)
2.3.2-2.png (image/png)
2.3.2-1.png (image/png)
2.3.2-4.png (image/png)
2.3.2-2.png (image/png)
2.3.2-2.png (image/png)
2.3.2-5.png (image/png)
2.3.2-5.png (image/png)
2.3.2-6.png (image/png)
2.3.2-1.png (image/png)
2.3.2-2.png (image/png)
2.3.2-1.png (image/png)
2.3.2-4.png (image/png)
2.3.2-2.png (image/png)
2.3.2-2.png (image/png)
2.3.2-5.png (image/png)
2.3.2-5.png (image/png)
2.3.2-6.png (image/png)