Skip to content

Commit b5604b0

Browse files
author
SmartLinli
committed
update
1 parent 23d8e56 commit b5604b0

13 files changed

+15
-22
lines changed

QuickDemo/6.Table_GridView/Table_GridView.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28307.779
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Table_GridView", "6.Table_GridView\Table_GridView.csproj", "{C1BC64FE-70A5-4633-AA14-B2A05A227977}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Table_GridView", "Table_GridView\Table_GridView.csproj", "{C1BC64FE-70A5-4633-AA14-B2A05A227977}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

QuickDemo/6.Table_GridView/6.Table_GridView/Program.cs renamed to QuickDemo/6.Table_GridView/Table_GridView/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static void Main()
1616
{
1717
Application.EnableVisualStyles();
1818
Application.SetCompatibleTextRenderingDefault(false);
19-
Application.Run(new CourseSelection());
19+
Application.Run(new frm_CourseSelection());
2020
}
2121
}
2222
}

QuickDemo/6.Table_GridView/6.Table_GridView/Table_GridView.csproj renamed to QuickDemo/6.Table_GridView/Table_GridView/Table_GridView.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,16 @@
157157
<Reference Include="System.Xml" />
158158
</ItemGroup>
159159
<ItemGroup>
160-
<Compile Include="CourseSelection.cs">
160+
<Compile Include="frm_CourseSelection.cs">
161161
<SubType>Form</SubType>
162162
</Compile>
163-
<Compile Include="CourseSelection.Designer.cs">
164-
<DependentUpon>CourseSelection.cs</DependentUpon>
163+
<Compile Include="frm_CourseSelection.Designer.cs">
164+
<DependentUpon>frm_CourseSelection.cs</DependentUpon>
165165
</Compile>
166166
<Compile Include="Program.cs" />
167167
<Compile Include="Properties\AssemblyInfo.cs" />
168-
<EmbeddedResource Include="CourseSelection.resx">
169-
<DependentUpon>CourseSelection.cs</DependentUpon>
168+
<EmbeddedResource Include="frm_CourseSelection.resx">
169+
<DependentUpon>frm_CourseSelection.cs</DependentUpon>
170170
</EmbeddedResource>
171171
<EmbeddedResource Include="Properties\Resources.resx">
172172
<Generator>ResXFileCodeGenerator</Generator>

QuickDemo/6.Table_GridView/6.Table_GridView/CourseSelection.Designer.cs renamed to QuickDemo/6.Table_GridView/Table_GridView/frm_CourseSelection.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)