VB GUI 求教高手
发布网友
发布时间:2024-08-18 05:29
我来回答
共2个回答
热心网友
时间:2024-08-22 06:45
i. Displaying information
界面:
You should devise graphical user interfaces to display the
information from the database.
做一个显示数据库信息的窗体1.
The employee information employee name, email address, phone, job title and manager should be displayed in a datagridview on one form.
员工信息:姓名,EMAIL,电话,职称,经理(manager?)显示在窗体的数据网格表(datagridview)中.
When a row for a particular employee is selected then employee birth date, marital status, hire date should be displayed in labels and their full address (addressLine1, addressLine2, PostalCode, County) in a listbox.
当点选了数据网格表中的某一行,选中一项员工信息时,该员工的生日,婚姻信息,就职日期,用label另外显示出来,并包含详细地址信息(地址1,地址2,邮编,国籍)
ii. Adding data
添加数据
You should create a separate form (the add form) that allows you to add and save a new employee and all its associated information to the database table(s).
另建一个窗体2,允许添加新员工资料信息包括其社会关系,保存在数据表
iii. Editing data
编辑数据
You should create a separate form (the edit form) that allows you to edit and save the changed data for an employee and all its associated information to the database table(s). The form should display all the information to be edited for the employee that was selected from the datagridview see (i) above.
另建一个窗体3,当窗体1数据网格表某项被选中时,窗体3要实现能编辑该选中员工所有信息包括社会关系信息,并保存进数据表
iii. Deleting data
删除信息
You should be able to delete a selected employee from the datagridview. Once deleted that information should be immediately cleared from the datagridview.
窗体1的数据网格中可以删除选中项.即,当选中某一项并进行删除操作时,数据网格表中的内容要同步更新.
大意如上.随便乱翻,如有错漏,实属水平不足.请高人们勿笑!
其实就是做一个用VB进行查看/添加/编辑/删除数据库(表)操作的东东....
个人认为不难.
估计LZ也是只是想找个翻译用用罢了.
热心网友
时间:2024-08-22 06:41
偶不会—.—!