| 控件类型 |       对象名 | 属性   | 取值(说明) | 
| Form | fmParent | Caption | 数据库文护父类窗体 | 
| DataSouce | DataSource1 | FormSytle AutoEdit DataSet | fsMDIChild false Table1 | 
| Table | Table1 | DatabaseName | db | 
| ImageList | ImageList1 | ImageList | 按ToolBar1的顺序 | 
| Toolbar | Toolbar1 | Flat ImageList ShowCaptions ButtonHeight | True ImageList1 True 36 | 
| ToolbarButton | btFirst | Caption | 首记录 | 
| ToolbarButton | btPrior | Caption | 上记录 | 
| ToolbarButton | btNext | Caption | 下记录 | 
| ToolbarButton | btLast | Caption | 尾记录 | 
| ToolbarButton | btNew | Caption | 新增 | 
| ToolbarButton | btEdit | Caption | 修改 | 
| ToolbarButton | btDelete | Caption | 删除 | 
| ToolbarButton | btSave | Caption | 保存 | 
| ToolbarButton | btCancel | Caption | 取消 | 
| ToolbarButton | btExit | Caption | 退出 | 
| CoolBar | CoolBar1 | AutoSize | true | 
| Panel | Panel1 | Parentl | CoolBar1 | 
| BitBtn | BitBtn1 | Caption | 搜索 | 
| Label | 1blCount | Caption | 记录数: | 
| Label | 共三个 | Caption | Edit1、Edit2、Edit3 | 
| Edit | 共三个 | Name |  | 
| DBGrid | DBGrid1 | ReadOnly DataSource | true DataSource1 | 
l        完成总分类帐的查询功能
(1)    选择File|New|Other菜单命令,弹出New Items窗体,在财务选项卡中选择fmParent选项,单击OK按钮。将其Name属性设置“fmTotalZB”,Caption属性设置为“总分类帐查询”。选择Project|Options…菜单命令,将fmTotalZB窗体从自动创建的窗体列表中删除,并为窗体添加如图控件若图片无法显示请联系QQ752018766
  (2)将Panel2d的Align属性设置为“alTop”,并在上面添加一个CheckBox控件和Table控件。各控件的属性设置如图。
| 控件类型 | 对象名 | 属性 | 取值说明 | 
| Table | Table1 | TableName Active | dbo.本期汇总帐簿 true | 
| CheckBox | CheckBox | Caption | 无发生金额不显示 | 
| Query | Query1 | DatabaseName | db | 
| Table | Table2 | DatabaseName TableName Active | db dbo.科目表 true | 
| ToolButton | 灰色的五个 | Enabled | false | 
l        完成明细帐查询功能
(1) 选择File|New|Other菜单命令,弹出New Items窗体,在财务选项卡中选择fmParent选项,单击OK按钮。将其Name属性设置“fmDetailZB”,Caption属性设置为“明细帐查询”。选择Project|Options…菜单命令,将fmDetailZB窗体从自动创建的窗体列表中删除,并为fmDetailZB窗体添加如图控件
上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] 下一页