Collection Contents 上一页 下一页 PDF

UltraLite for MobileVB 用户指南

教程:AppForge Crossfire 的示例应用程序

第 2 课:创建应用程序界面


下面的过程使用该窗体创建用户界面。本示例使用标签作为输出,使用文本框和按钮作为输入,这与实际应用程序类似。

向项目中添加控件

  1. 从 AppForge 控件中将下列控件添加到窗体中:

    类型 名称 标题或文本
    TextBox txtFName
    TextBox txtLName
    TextBox txtcity
    TextBox txtphone
    Label lblID
    Button btnInsert Insert
    Button btnUpdate Update
    Button btnDelete Delete
    Button btnNext Next
    Button btnPrevious Previous
    Button btnSync Synchronize
    Button btnDone End
  2. 检查应用程序。

窗体看起来应如下所示:

The application form, showing the buttons, text boxes, and label.

Collection Contents 上一页 下一页 PDF