代码搜索:Control
找到约 10,000 项符合「Control」的源代码
代码结果 10,000
www.eeworm.com/read/417552/10985918
pbl app-control.pbl
www.eeworm.com/read/417552/10986076
pbt app-control.pbt
Save Format v3.0(19990112)
appname "app-control";
applib "app-control.pbl";
liblist "app-control.pbl";
type "pb";
www.eeworm.com/read/417552/10986088
pbw app-control.pbw
Save Format v3.0(19990112)
@begin Unchecked
@end;
@begin Targets
0 "app-control.pbt";
@end;
DefaultTarget "app-control.pbt";
DefaultRemoteTarget "app-control.pbt";
www.eeworm.com/read/417303/10996252
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/417303/10996258
~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/417303/10996262
~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/417303/10996271
dcu control_evaluationu.dcu
www.eeworm.com/read/417303/10996282
~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/417303/10996284