通过修改VCL源码实现自定义输入对话框,在BCB中有两个函数可以实现输入对话框:InputBox和InputQuery,其实InputBox也是调用了InputQuery,这个函数有几个缺点:-amend VCL source implementation-defined input dialog, the BCB has two functions can be achieved input dialog : InputBox and InputQuery, also called the InputBox InputQuery, this function has several drawbacks :
1).可以输入各个项目的前三名或前五名的成绩;
2).能统计各学校总分,
3).可以按学校编号、学校总分、男女团体总分排序输出;
4).可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。
-1). Can enter the various items of the top three or top five results 2). Statistics of schools can score, 3). According to school code, school scores, scores of men and women groups to sort out 4). Can query school school code of an item can query made by item number three or five schools.
这个代码是对鼠标的点的位置进行控制使鼠标的点的位置可以自己随意控制,是你省去很多的点鼠标事件-the code of the mouse for the location of the mouse to control the location of their own arbitrary control, you saved a lot of points mouse events