下面的过程使用该窗体创建用户界面。本示例使用标签作为输出,使用文本框和按钮作为输入,这与实际应用程序类似。
向项目中添加控件
从 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 |
检查应用程序。
选择 [Build] > [Build Solution]。
窗体看起来应如下所示:
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。