回 帖 发 新 帖 刷新版面

主题:vb2008 一个简单作业不会,请大家指点下

原题是这样的:

中文翻译:

1 - 做一个学生记录表
2 - 可以记录256个学生的信息
3 - 学生信息包括4个区域: 姓,名,生日,学生号码
4 - 姓,名,生日是可以让用户输入的
5 - 当学生信息输入的时候会产生一个随机的学生号码(多少个数字没关系)
6 - 在WINDOWS APPLICATION(GUI FORM)上做。
7 - 学生信息的输入和显示要在同一个FORM上,用适当的按键
8 - 用户可以使用学生姓,名,号码来搜索学生信息(输入姓或者名或者学生号码都可以搜索到输入过的那个学生的信息)
9 - 要求有可以输入,搜索,退出的按键


 
原题:
  
Create a program that:

1 - Creates records of student information

2 - Up to 256 records can be handled by the program

3 - Each record consists of 4 fields - last name, first name, birth date, and

    student ID.

5 - The last name, first name, and birth date are entered as user input

6 - The student ID is randomly generated, displayed, and recorded at the same

time a student's record is entered.

7 - The program will use a Visual Basic GUI form.

8 - Data entry and display of information and any messages to the user will

take place in the GUI form using appropriate controls.

9 - The user will be able to search for records by last name, or last name plus

first name, or by student ID.

10 - Records that have been found by searching will display all known

information about a student.

11 - All data entry, searching, and display will take place on the same GUI form.

12 - There will be a control that allows the user to enter the data.

13 - There will be a control that allows the user to search the data.

14 - There will be a control that allows the user to quit the program



我不知道从何做起,完全没有头绪,请高手指点下,给几个例子,如果能把CODE发上来就更好了

^_^  

谢谢各位朋友帮忙

回复列表 (共1个回复)

沙发

fields,似乎是字段吧?“区域”就太难理解了!

不过楼主下如此大的功夫翻译英语,还不如把你写的不成功代码贴出来
就算没有代码,把你的思路哪怕是不成功的思路说说都强!

我来回复

您尚未登录,请登录后再回复。点此登录或注册