ram plan: Design the form: Place a three tex

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

arrow_back

Starting Out With Visual C# (5th Edition)

 

5th Edition

Chapter 11, Problem 1PP

arrow_back_ios

PREVIOUS

NEXT

arrow_forward_ios

 

Question

share_out_linedSHARE SOLUTION

Chapter 11, Problem 1PP

Program Plan Intro

Employee and ProductionWorker Classes

Program plan:

Design the form:

Place a three text boxes control on the form, and change its name and properties to get the employee name, number, and hourly pay rate from the user.

Place a four label boxes control on the form, and change its name and properties.

Place a two radio buttons control on the form, and change its name and properties.

Place a one group box control on the form, and change its name and properties.

Place a command button on the form, and change its name and properties to retrieve the object properties and then display the values into label box.

In code window, write the code:

Program.cs:

Include the required libraries.

Define the namespace “Program11_1”.

Define a class “Program”.

Define a constructor for the class.

Define required functions to run “Form1”.

Form1.cs:

Include the required libraries.

Define namespace “Program11_1”.

Define a class “Form1”.

Create an object for ProductionWorker derived class.

In btnDisplay() method,

Assign the text boxes inputs to fields of base class and derived class using “pdWorker” object of “ProductionWorker” derived class.

Display the retrieved fields into label box.

In radioButton1_Click() method,

Check whether the first radio button is selected. If yes, set the shift number as “1”.

In radioButton2_Click() method,

Check whether the second radio button is selected. If yes, set the shift number as “2”.

Close the application.

Employee.cs:

Include the required libraries.

Define namespace “Program11_1”.

Define a base class “Employee”.

Declare the required fields.

Define the parameterless constructor to initialize the required fields.

Define Name and Number property to use get and set methods.

ProductionWorker.cs:

Include the required libraries.

Define namespace “Program11_1”.

Define a derived class “ProductionWorker” which is derived from base class “Employee”.

Declare the required fields.

Define the parameterless constructor to initialize the required fields.

Define Shift Number and hourly rate property to use get and set methods.

Form Design:

View the Form Design in IDE.

cannont get  this.ReportViewer1.RefreshReport(); to initaislize 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Storage Devices
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education