Skip to content

Commit 1304743

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 2d4e04e + 2dd6a19 commit 1304743

4 files changed

+15
-15
lines changed

docs/data-tools/create-a-windows-form-to-search-data.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ This step creates a data source from a database using the **Data Source Configur
7474

7575
1. In the **Data Sources** window, select **Add New Data Source** to start the **Data Source Configuration** wizard.
7676

77-
1. Select **Database** on the **Choose a Data Source Type** page, and then click **Next**.
77+
1. Select **Database** on the **Choose a Data Source Type** page, and then select **Next**.
7878

79-
1. On the **Choose a Database Model** screen, choose **Dataset**, and then click **Next**.
79+
1. On the **Choose a Database Model** screen, choose **Dataset**, and then select **Next**.
8080

8181
1. On the **Choose your Data Connection** page do one of the following:
8282

@@ -88,7 +88,7 @@ This step creates a data source from a database using the **Data Source Configur
8888

8989
1. On the **Choose your Database Objects** page, expand the **Tables** node.
9090

91-
1. Select the **Customers** table, and then click **Finish**.
91+
1. Select the **Customers** table, and then select **Finish**.
9292

9393
The **NorthwindDataSet** is added to your project, and the **Customers** table appears in the **Data Sources** window.
9494

@@ -136,7 +136,7 @@ Running the application opens your form and makes it ready to take the parameter
136136

137137
1. Press **F5** to run the application.
138138

139-
2. Type **London** into the **City** text box, and then click **FillByCity**.
139+
2. Type **London** into the **City** text box, and then select **FillByCity**.
140140

141141
The data grid is populated with customers that meet the criteria. In this example, the data grid only displays customers that have a value of **London** in their **City** column.
142142

docs/data-tools/create-a-windows-forms-user-control-that-supports-complex-data-binding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Because this walkthrough creates a complex data-bindable control from a **User C
7878

7979
1. From the **Project** menu, choose **Add User Control**.
8080

81-
1. Type **ComplexDataGridView** in the **Name** area, and then click **Add**.
81+
1. Type **ComplexDataGridView** in the **Name** area, and then select **Add**.
8282

8383
The **ComplexDataGridView** control is added to **Solution Explorer**, and opens in the designer.
8484

@@ -111,21 +111,21 @@ Use the **Data Source Configuration** wizard to create a data source based on th
111111

112112
2. In the **Data Sources** window, select **Add New Data Source** to start the **Data Source Configuration** wizard.
113113

114-
3. Select **Database** on the **Choose a Data Source Type** page, and then click **Next**.
114+
3. Select **Database** on the **Choose a Data Source Type** page, and then select **Next**.
115115

116116
4. On the **Choose your Data Connection** page do one of the following:
117117

118118
- If a data connection to the Northwind sample database is available in the dropdown list, select it.
119119

120120
- Select **New Connection** to launch the **Add/Modify Connection** dialog box.
121121

122-
5. If your database requires a password, select the option to include sensitive data, and then click **Next**.
122+
5. If your database requires a password, select the option to include sensitive data, and then select **Next**.
123123

124124
6. On the **Save connection string to the Application Configuration file** page, click **Next**.
125125

126126
7. On the **Choose your Database Objects** page, expand the **Tables** node.
127127

128-
8. Select the `Customers` table, and then click **Finish**.
128+
8. Select the `Customers` table, and then select **Finish**.
129129

130130
The **NorthwindDataSet** is added to your project, and the `Customers` table appears in the **Data Sources** window.
131131

docs/data-tools/create-a-windows-forms-user-control-that-supports-lookup-data-binding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This walkthrough creates a lookup control from a **User Control**, so add a **Us
9090

9191
1. From the **Project** menu, select **Add User Control**.
9292

93-
2. Type `LookupBox` in the **Name** area, and then click **Add**.
93+
2. Type `LookupBox` in the **Name** area, and then select **Add**.
9494

9595
The **LookupBox** control is added to **Solution Explorer**, and opens in the designer.
9696

@@ -123,21 +123,21 @@ This step creates a data source using the **Data Source Configuration** wizard,
123123

124124
2. In the **Data Sources** window, select **Add New Data Source** to start the **Data Source Configuration** wizard.
125125

126-
3. Select **Database** on the **Choose a Data Source Type** page, and then click **Next**.
126+
3. Select **Database** on the **Choose a Data Source Type** page, and then select **Next**.
127127

128128
4. On the **Choose your Data Connection** page do one of the following:
129129

130130
- If a data connection to the Northwind sample database is available in the dropdown list, select it.
131131

132132
- Select **New Connection** to launch the **Add/Modify Connection** dialog box.
133133

134-
5. If your database requires a password, select the option to include sensitive data, and then click **Next**.
134+
5. If your database requires a password, select the option to include sensitive data, and then select **Next**.
135135

136136
6. On the **Save connection string to the Application Configuration file** page, click **Next**.
137137

138138
7. On the **Choose your Database Objects** page, expand the **Tables** node.
139139

140-
8. Select the `Customers` and `Orders` tables, and then click **Finish**.
140+
8. Select the `Customers` and `Orders` tables, and then select **Finish**.
141141

142142
The **NorthwindDataSet** is added to your project, and the `Customers` and `Orders` tables appear in the **Data Sources** window.
143143

docs/data-tools/create-a-windows-forms-user-control-that-supports-simple-data-binding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@ This step uses the **Data Source Configuration** wizard to create a data source
128128

129129
2. In the **Data Sources** window, select **Add New Data Source** to start the **Data Source Configuration** wizard.
130130

131-
3. On the **Choose a Data Source Type** page, select **Database**, and then click **Next**.
131+
3. On the **Choose a Data Source Type** page, select **Database**, and then select **Next**.
132132

133133
4. On the **Choose your Data Connection** page, do one of the following:
134134

135135
- If a data connection to the Northwind sample database is available in the dropdown list, select it.
136136

137137
- Select **New Connection** to launch the **Add/Modify Connection** dialog box.
138138

139-
5. If your database requires a password, select the option to include sensitive data, and then click **Next**.
139+
5. If your database requires a password, select the option to include sensitive data, and then select **Next**.
140140

141141
6. On the **Save connection string to the Application Configuration file** page, click **Next**.
142142

143143
7. On the **Choose your Database Objects** page, expand the **Tables** node.
144144

145-
8. Select the `Customers` table, and then click **Finish**.
145+
8. Select the `Customers` table, and then select **Finish**.
146146

147147
The **NorthwindDataSet** is added to your project, and the `Customers` table appears in the **Data Sources** window.
148148

0 commit comments

Comments
 (0)