Why a Test Diagram?
The user schematic is created dynamically by the user in the diagram portion of the application. The user will create components and draw wires between input and outputs. The diagram tool needs to support creation of new components from a menu of component buttons. The user should be able to select, move, and rotate components. When a connected component is "dragged" by the mouse, the connected wires should also stretch as needed. Also, the user should be able to delete components and save/load the circuit schematic to/from the file system.
In the TestDiagram project created in the previous post, select the form and set the following properties:
- Text: Test Diagram
- BackColor: LightCyan
- StartPosition: CenterScreen
- Name: panelMainMenu
- Dock: Top
- BackColor: LightSkyBlue
- Size: 800, 52
- Name: schematicCanvas
- Dock: Fill
No comments:
Post a Comment