代码搜索:Remote Control

找到约 10,000 项符合「Remote Control」的源代码

代码结果 10,000
www.eeworm.com/read/417303/10996465

pas control_operatoru.pas

unit Control_OperatorU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加操作员信息 function AddOperator(Operator:TOperator):boolean; //修改操作员信息 function EditOperator(Operator:TOperator):boolean
www.eeworm.com/read/417291/10996722

~pas control_yzu.~pas

unit Control_yzU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //得到楼宇 function GetBuildingArray:TADOQuery; //得到单元,根据楼宇id function GetBUnitByBID(BuildingID:integer):TADOQuery; //添加楼宇 func
www.eeworm.com/read/417291/10996768

dcu control_yzu.dcu

www.eeworm.com/read/417291/10996783

pas control_yzu.pas

unit Control_yzU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //得到楼宇记录 function GetBuildingArray:TADOQuery; //根据楼宇id得到单元记录 function GetBUnitByBID(BuildingID:integer):TADOQuery; //添加楼宇 f
www.eeworm.com/read/417291/10996799

pas control_carfeeu.pas

unit Control_CarFeeU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加车位信息 function AddCarFee(carfee:Tcarfee):boolean; //得到车位集 function GetCarFeeSetArray:TADOQuery; //修改车位信息 function Ed
www.eeworm.com/read/417291/10996800

dcu control_carfeeu.dcu

www.eeworm.com/read/417291/10996803

~pas control_carfeeu.~pas

unit Control_CarFeeU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加车位信息 function AddCarFee(carfee:Tcarfee):boolean; //得到车位集 function GetCarFeeSetArray:TADOQuery; //修改车位信息 function Ed
www.eeworm.com/read/417291/10996842

pas control_feeu.pas

unit Control_feeU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //得到费用集 function GetFeeSetArray:TADOQuery; //删除费用 function DelFeeSet(feeID:integer):boolean; //查找是否存在给定的项目名称,如果存在返回true fu
www.eeworm.com/read/417291/10996853

dcu control_feeu.dcu