You need to create a form for Payroll application that will 

题目
单选题
You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()
A

One content canvas and multiple stacked canvases. 

B

One content and one stacked canvas.

C

Tab canvas with several tab pages. 

D

One content canvas. 

E

A horizontal and vertical toolbar.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You use Microsoft .NET Framework 4 to create a Windows Forms client application.You write the following code segment.The application contains a form of type Form1 that contains a FormSettings object named frmSettings1.You need to maintain the user‘s form size preference each time the user executes the application.Which code segment should you use? ()

A.

B.

C.

D.


参考答案:D

第2题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application.The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

  • A、Create a custom action and set the NoImpersonate property to true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.

正确答案:C

第3题:

—Need we fill in the application form? —()

A.Yes, you must.

B.Yes, you need.

C.Yes, you do.


参考答案:A

第4题:

You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()

  • A、 DragAction.Cancel
  • B、 DragAction.Drop
  • C、 DragDropEffects.None
  • D、 DragDropEffects.All

正确答案:A

第5题:

You are developing a Windows Forms Application by using the .NET Framework 3.5.You plan to create a customized Print Preview dialog box in the application. You need to ensure that users can preview their documents before printing. Which two actions should you perform?()

  • A、Add a PrintPreviewDialog control to the form.
  • B、Add a PrintPreviewControl control to the form.
  • C、Create and initialize a PrintDocument object on the form and then implement the PrintPage event handler.
  • D、Create and initialize a PrintDocument object on the form and then implement the BeginPrint event handler.
  • E、Set the Document property of the PrintPreviewDialog control to the PrintDocument instance that must be printed.

正确答案:B,C

第6题:

You are creating a Windows Forms Application by using the .NET Framework 3.5.You plan to create a Windows Installer package for a Windows Forms application. The package will be deployed on Windows Vista computers.You need to ensure that during deployment the installation does not elevate privileges of the user installing the application.What should you do?()

  • A、Create a custom action and set the NoImpersonate property to true
  • B、Create a custom action and set the NoImpersonate property to false
  • C、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker
  • D、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator

正确答案:C

第7题:

Your end users will need to change values in a REF lookup field in the form application you create. To facilitate choosing a new appropriate value, your provide them with? ()

  • A、An LOV for REFS. 
  • B、A list item for REFs. 
  • C、A radio group for REFs. 
  • D、A hierarchical tree for REFS

正确答案:A

第8题:

You have developed an application that simplifies hard drive management for Certkiller .com‘s administrators.The application that you created logs all modifications made to physical hard drives on an hourly basis.You now need to create an EventQuery object for this application.What should you do?()

A.

B.

C.

D.


参考答案:B

第9题:

You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new application by using the ClickOnce deployment technology.  The application is signed by using a certificate obtained from a trustworthy authority. You need to ensure that the application can be deployed as a trusted application to Windows Vista client computers on a corporate network.What should you do?()

  • A、Create a manifest and set the RequestedExecutionLevel level attribute to AsInvoker.
  • B、Create a manifest and set the RequestedExecutionLevel level attribute to AsAdministrator.
  • C、Create a new certificatetrust list (CTL).Install the CTL on the server that has the ClickOnce application published.
  • D、Create a new certificate trust list (CTL).Request the network administrator to deploy the CTL by using Group Policy.

正确答案:D

第10题:

You are a desktop administrator for your company. You are responsible for deploying a new application. The application is packaged in an .msi file. You need to deploy the application to only three users in the company. The .msi file contains all of the information necessary to correctly install the application. You need to install the application so that users see information about the installation progress, but no other user interface is displayed during the installation. What should you do?()

  • A、Use the Msiexec.exe program to perform a quiet installation of the application.
  • B、Use the Msiexec.exe program to perform a passive installation of the application. 
  • C、Create a Group Policy object (GPO) that assigns the application. Link the GPO to the site containing the users who will use the application. 
  • D、Create a Group Policy object (GPO) that advertises the application. Link the GPO to the domain. 

正确答案:B

更多相关问题