对象名 | 属性名 | 属性名 | 说明 |
| Cursor1 | Exclusive | .T. | 设置数据表打开方式为独占 |
| Gridl1 | ReeordSource | 学生 | 表格数据源 |
| Command1 | Caption | 按学号显示 | 按钮标题 |
| Command2 | Caption | 按入校总分显示 | 按钮标题 |
| Command3 | Caption | 关闭 | 按钮标题 |
| Gridl. Colunm 1 | Contro1. Source | 学生.学号 | 列的数据源 |
| Gridl. Columnl.Header1 | Caption | 学号 | 列标题 |
| Gridl. Columnl.text1 | ControlSource | 学生.学号 | 列数据 |
| Gridl. Column2 | Control. Source | 学生.姓名 | 列的数据源 |
| Gridl. Column2.Header1 | Caption | 姓名 | 列标题 |
| Gridl. Column2.text 1 | ControlSource | 学生.姓名 | 列数据 |
| Gridl. Column3 | Control. Source | 学生.性别 | 列的数据源 |
| Gridl. Colunm3.Header1 | Caption | 性别 | 列标题 |
| Gridl. Column3.text1 | ControlSource | 学生.性别 | 列数据 |
| Gridl. Column4 | Control. Source | 学生.入校总分 | 列的数据源 |
| Gridl. Column4.Header1 | Caption | 入校总分 | 列标题 |
| Gridl. Colunm4.text 1 | ControlSource | 学生.入校总分 | 列数据 |