|
109 | 109 | - name: Overview
|
110 | 110 | displayName: Tutorial 1 Picture viewer
|
111 | 111 | href: ../ide/tutorial-1-create-a-picture-viewer.md
|
112 |
| - - name: "Step 1: Create a Windows Forms application project" |
| 112 | + - name: "Step 1: Create a Windows Forms Application project" |
113 | 113 | href: ../ide/step-1-create-a-windows-forms-application-project.md
|
114 |
| - - name: "Step 2: Run Your Program" |
| 114 | + - name: "Step 2: Run your program" |
115 | 115 | href: ../ide/step-2-run-your-program.md
|
116 |
| - - name: "Step 3: Set Your Form Properties" |
| 116 | + - name: "Step 3: Set your form properties" |
117 | 117 | href: ../ide/step-3-set-your-form-properties.md
|
118 |
| - - name: "Step 4: Lay Out Your Form with a TableLayoutPanel Control" |
| 118 | + - name: "Step 4: Lay out your form with a TableLayoutPanel control" |
119 | 119 | href: ../ide/step-4-lay-out-your-form-with-a-tablelayoutpanel-control.md
|
120 |
| - - name: "Step 5: Add Controls to Your Form" |
| 120 | + - name: "Step 5: Add controls to your form" |
121 | 121 | href: ../ide/step-5-add-controls-to-your-form.md
|
122 |
| - - name: "Step 6: Name Your Button Controls" |
| 122 | + - name: "Step 6: Name your button controls" |
123 | 123 | href: ../ide/step-6-name-your-button-controls.md
|
124 |
| - - name: "Step 7: Add Dialog Components to Your Form" |
| 124 | + - name: "Step 7: Add dialog components to your form" |
125 | 125 | href: ../ide/step-7-add-dialog-components-to-your-form.md
|
126 |
| - - name: "Step 8: Write Code for the Show a Picture Button Event Handler" |
| 126 | + - name: "Step 8: Write code for the Show a Picture button event handler" |
127 | 127 | href: ../ide/step-8-write-code-for-the-show-a-picture-button-event-handler.md
|
128 |
| - - name: "Step 9: Review, Comment, and Test Your Code" |
| 128 | + - name: "Step 9: Review, comment, and test your code" |
129 | 129 | href: ../ide/step-9-review-comment-and-test-your-code.md
|
130 |
| - - name: "Step 10: Write Code for Additional Buttons and a Check Box" |
| 130 | + - name: "Step 10: Write code for additional buttons and a check box" |
131 | 131 | href: ../ide/step-10-write-code-for-additional-buttons-and-a-check-box.md
|
132 |
| - - name: "Step 11: Run Your Program and Try Other Features" |
| 132 | + - name: "Step 11: Run your program and try other features" |
133 | 133 | href: ../ide/step-11-run-your-program-and-try-other-features.md
|
134 | 134 | - name: "Tutorial 2: Create a timed math quiz (C#)"
|
135 | 135 | items:
|
136 | 136 | - name: Overview
|
137 | 137 | displayName: Tutorial 2 Timed math quiz
|
138 | 138 | href: ../ide/tutorial-2-create-a-timed-math-quiz.md
|
139 |
| - - name: "Step 1: Create a Project and Add Labels to Your Form" |
| 139 | + - name: "Step 1: Create a project and add labels to your form" |
140 | 140 | href: ../ide/step-1-create-a-project-and-add-labels-to-your-form.md
|
141 |
| - - name: "Step 2: Create a Random Addition Problem" |
| 141 | + - name: "Step 2: Create a random addition problem" |
142 | 142 | href: ../ide/step-2-create-a-random-addition-problem.md
|
143 |
| - - name: "Step 3: Add a Countdown Timer" |
| 143 | + - name: "Step 3: Add a countdown timer" |
144 | 144 | href: ../ide/step-3-add-a-countdown-timer.md
|
145 |
| - - name: "Step 4: Add the CheckTheAnswer() Method" |
| 145 | + - name: "Step 4: Add the CheckTheAnswer() method" |
146 | 146 | href: ../ide/step-4-add-the-checktheanswer-parens-method.md
|
147 |
| - - name: "Step 5: Add Enter Event Handlers for the NumericUpDown Controls" |
| 147 | + - name: "Step 5: Add Enter event handlers for the NumericUpDown controls" |
148 | 148 | href: ../ide/step-5-add-enter-event-handlers-for-the-numericupdown-controls.md
|
149 |
| - - name: "Step 6: Add a Subtraction Problem" |
| 149 | + - name: "Step 6: Add a subtraction problem" |
150 | 150 | href: ../ide/step-6-add-a-subtraction-problem.md
|
151 |
| - - name: "Step 7: Add Multiplication and Division Problems" |
| 151 | + - name: "Step 7: Add multiplication and division problems" |
152 | 152 | href: ../ide/step-7-add-multiplication-and-division-problems.md
|
153 |
| - - name: "Step 8: Customize the Quiz" |
| 153 | + - name: "Step 8: Customize the quiz" |
154 | 154 | href: ../ide/step-8-customize-the-quiz.md
|
155 | 155 | - name: "Tutorial 3: Create a matching game (C#)"
|
156 | 156 | items:
|
157 | 157 | - name: Overview
|
158 | 158 | displayName: Tutorial 3 Matching game
|
159 | 159 | href: ../ide/tutorial-3-create-a-matching-game.md
|
160 |
| - - name: "Step 1: Create a Project and Add a Table to Your Form" |
| 160 | + - name: "Step 1: Create a project and add a table to your form" |
161 | 161 | href: ../ide/step-1-create-a-project-and-add-a-table-to-your-form.md
|
162 |
| - - name: "Step 2: Add a Random Object and a List of Icons" |
| 162 | + - name: "Step 2: Add a random object and a list of icons" |
163 | 163 | href: ../ide/step-2-add-a-random-object-and-a-list-of-icons.md
|
164 |
| - - name: "Step 3: Assign a Random Icon to Each Label" |
| 164 | + - name: "Step 3: Assign a random icon to each label" |
165 | 165 | href: ../ide/step-3-assign-a-random-icon-to-each-label.md
|
166 |
| - - name: "Step 4: Add a Click Event Handler to Each Label" |
| 166 | + - name: "Step 4: Add a click event handler to each label" |
167 | 167 | href: ../ide/step-4-add-a-click-event-handler-to-each-label.md
|
168 |
| - - name: "Step 5: Add Label References" |
| 168 | + - name: "Step 5: Add label references" |
169 | 169 | href: ../ide/step-5-add-label-references.md
|
170 |
| - - name: "Step 6: Add a Timer" |
| 170 | + - name: "Step 6: Add a timer" |
171 | 171 | href: ../ide/step-6-add-a-timer.md
|
172 |
| - - name: "Step 7: Keep Pairs Visible" |
| 172 | + - name: "Step 7: Keep pairs visible" |
173 | 173 | href: ../ide/step-7-keep-pairs-visible.md
|
174 |
| - - name: "Step 8: Add a Method to Verify Whether the Player Won" |
| 174 | + - name: "Step 8: Add a method to verify whether the player won" |
175 | 175 | href: ../ide/step-8-add-a-method-to-verify-whether-the-player-won.md
|
176 |
| - - name: "Step 9: Try Other Features" |
| 176 | + - name: "Step 9: Try other features" |
177 | 177 | href: ../ide/step-9-try-other-features.md
|
178 | 178 | - name: 3D assets
|
179 | 179 | items:
|
|
0 commit comments