sidneyshafer / conversions

A Windows Form Application on .NET 4.7 Framework that incorporates user input controls and performs metric conversion calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate Conversions

A Windows Form Application on .NET 4.7 Framework that incorporates user input controls and performs metric conversion calculations.

User Interface Design

1

2

3

Application Specifications

Main Conversion Form -> Manage Conversion Form

Opens when "Manage Conversions" is clicked on the main form.

Add Conversion Form - Adding a new conversion

  • Opens when "Add" is clicked on the Manage Conversion Form.
  • Fill out the form and click "Save" to add a new conversion.
  • New conversion was added to Manage Conversion Form.
  • Click "Save" on the Manage Conversion Form to add the conversion to the Main Form.

Manage Conversion Form - Deleting a conversion

  1. Open the Manage Conversions Form from the Main Form.
  2. Select the conversion to delete.
  3. Click the "Remove" button.
  4. A dialog box will ask to confirm the deletion.
  5. Click "Save" on the Manage Conversion Form to update the deletion on the Main Form.

Manage Conversion Form - Restoring default values

  1. Open the Manage Conversions Form from the Main Form.
  2. Click "Restore Defaults" button.
  3. A dialog box will ask to confirm the deletion.
  4. Click "Save" on the Manage Conversion Form to update the conversion values on the Main Form.

About

A Windows Form Application on .NET 4.7 Framework that incorporates user input controls and performs metric conversion calculations.

License:MIT License


Languages

Language:C# 100.0%