代码搜索:Control

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

代码结果 10,000
www.eeworm.com/read/317834/13495747

~pas control_feeu.~pas

unit Control_feeU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加交费记录信息 function Addfee(fee:Tfee):boolean; //修改交费记录信息 function Editfee(fee:Tfee):boolean; //删除交费记录信息 function Delfee(
www.eeworm.com/read/317834/13495753

~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/317834/13495754

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/317832/13495962

pas control_studentu.pas

unit Control_StudentU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加学生信息 function AddStudent(Student:TStudent):boolean; //修改学生信息 function EditStudent(Student:TStudent;stdNo:string):boo
www.eeworm.com/read/317832/13495965

~pas control_evaluationu.~pas

unit Control_evaluationU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加奖惩信息 function AddEvaluation(Evaluation:TEvaluation):boolean; //修改奖惩信息 function EditEvaluation(Evaluation:TEvaluat
www.eeworm.com/read/317832/13495967

~pas control_experienceu.~pas

unit Control_experienceU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加教育经历 function AddExperience(Experience:TExperience):boolean; //修改教育经历 function EditExperience(Experience:TExperie
www.eeworm.com/read/317832/13495976

~pas control_studentu.~pas

unit Control_StudentU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加学生信息 function AddStudent(Student:TStudent):boolean; //修改学生信息 function EditStudent(Student:TStudent;stdNo:string):boo