Create a C# or Visual Basic Windows Forms Application project. In the following steps, the project is named CancellationWinForms.
On the form designer for the main form, Form1.cs (Form1.vb for Visual Basic), add a ToolStrip control.
Add a ToolStripButton control to the ToolStrip control. Set the DisplayStyle property to Text and the Text property to Add Work Items.
Add a second ToolStripButton control to the ToolStrip control. Set the DisplayStyle property to Text, the Text property to Cancel, and the Enabled property to False.
Add four ToolStripProgressBar objects to the ToolStrip control.