Skip to content

Commit de6eddd

Browse files
committed
trieu kim
1 parent 51e0df3 commit de6eddd

File tree

453 files changed

+1054
-33759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+1054
-33759
lines changed
56.5 KB
Binary file not shown.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.31729.503
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.31903.286
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiaoDien", "GiaoDien\GiaoDien.csproj", "{D1F47C13-FE48-4407-8D6E-AAA96C2472A1}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DS_MuonQuaHan", "DS_MuonQuaHan\DS_MuonQuaHan.csproj", "{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{D1F47C13-FE48-4407-8D6E-AAA96C2472A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{D1F47C13-FE48-4407-8D6E-AAA96C2472A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{D1F47C13-FE48-4407-8D6E-AAA96C2472A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{D1F47C13-FE48-4407-8D6E-AAA96C2472A1}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {593EBE51-A569-4B7E-AF7D-DD19C23301B5}
23+
SolutionGuid = {74FCB092-FB27-47EE-B8BF-19012F9DA14F}
2424
EndGlobalSection
2525
EndGlobal
File renamed without changes.

LuuTK-DkThe-DsMuonQuaHan/GiaoDien/DAO/DataProvider.cs renamed to DS_MuonQuaHan/DS_MuonQuaHan/DAO/DataProvider.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
using System;
22
using System.Collections.Generic;
3+
using System.Linq;
34
using System.Data;
45
using System.Data.SqlClient;
5-
using System.Linq;
66
using System.Text;
77
using System.Threading.Tasks;
88

9-
namespace GiaoDien.DAO
9+
namespace DS_MuonQuaHan.DAO
1010
{
11-
class DataProvider
11+
internal class DataProvider
1212
{
13+
1314
private static DataProvider instance;
1415
private string connectionStr = @"Data Source=LAPTOP-317MM1BK\SQLEXPRESS;Initial Catalog=Library;Persist Security Info=True;User ID=panda;Password=17032003";
1516
public static DataProvider Instance
@@ -56,8 +57,8 @@ public int ExecuteNonQuery(string query, object[] parameter = null)
5657
foreach (var item in listPara)
5758
{
5859
if (item.Contains('@'))
59-
{
60-
60+
{
61+
6162
command.Parameters.AddWithValue(item, parameter[i].ToString());
6263
i++;
6364
}
@@ -75,6 +76,5 @@ public int ExecuteNonQuery(string query, object[] parameter = null)
7576
}
7677
return data;
7778
}
78-
7979
}
8080
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{FFECAF81-0BFE-4E1E-8348-EEFEA0D7F9EE}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>DS_MuonQuaHan</RootNamespace>
10+
<AssemblyName>DS_MuonQuaHan</AssemblyName>
11+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<PlatformTarget>AnyCPU</PlatformTarget>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27+
<PlatformTarget>AnyCPU</PlatformTarget>
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
31+
<DefineConstants>TRACE</DefineConstants>
32+
<ErrorReport>prompt</ErrorReport>
33+
<WarningLevel>4</WarningLevel>
34+
</PropertyGroup>
35+
<ItemGroup>
36+
<Reference Include="System" />
37+
<Reference Include="System.Core" />
38+
<Reference Include="System.Xml.Linq" />
39+
<Reference Include="System.Data.DataSetExtensions" />
40+
<Reference Include="Microsoft.CSharp" />
41+
<Reference Include="System.Data" />
42+
<Reference Include="System.Deployment" />
43+
<Reference Include="System.Drawing" />
44+
<Reference Include="System.Net.Http" />
45+
<Reference Include="System.Windows.Forms" />
46+
<Reference Include="System.Xml" />
47+
</ItemGroup>
48+
<ItemGroup>
49+
<Compile Include="DAO\DataProvider.cs" />
50+
<Compile Include="MemberBorrowedOverdue.cs">
51+
<SubType>Form</SubType>
52+
</Compile>
53+
<Compile Include="MemberBorrowedOverdue.Designer.cs">
54+
<DependentUpon>MemberBorrowedOverdue.cs</DependentUpon>
55+
</Compile>
56+
<Compile Include="Program.cs" />
57+
<Compile Include="Properties\AssemblyInfo.cs" />
58+
<EmbeddedResource Include="MemberBorrowedOverdue.resx">
59+
<DependentUpon>MemberBorrowedOverdue.cs</DependentUpon>
60+
</EmbeddedResource>
61+
<EmbeddedResource Include="Properties\Resources.resx">
62+
<Generator>ResXFileCodeGenerator</Generator>
63+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
64+
<SubType>Designer</SubType>
65+
</EmbeddedResource>
66+
<Compile Include="Properties\Resources.Designer.cs">
67+
<AutoGen>True</AutoGen>
68+
<DependentUpon>Resources.resx</DependentUpon>
69+
</Compile>
70+
<None Include="Properties\Settings.settings">
71+
<Generator>SettingsSingleFileGenerator</Generator>
72+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
73+
</None>
74+
<Compile Include="Properties\Settings.Designer.cs">
75+
<AutoGen>True</AutoGen>
76+
<DependentUpon>Settings.settings</DependentUpon>
77+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
78+
</Compile>
79+
</ItemGroup>
80+
<ItemGroup>
81+
<None Include="App.config" />
82+
</ItemGroup>
83+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+
</Project>

LuuTK-DkThe-DsMuonQuaHan/GiaoDien/MemberBorrowedOverdue.Designer.cs renamed to DS_MuonQuaHan/DS_MuonQuaHan/MemberBorrowedOverdue.Designer.cs

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LuuTK-DkThe-DsMuonQuaHan/GiaoDien/MemberBorrowedOverdue.cs renamed to DS_MuonQuaHan/DS_MuonQuaHan/MemberBorrowedOverdue.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using GiaoDien.DAO;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.ComponentModel;
54
using System.Data;
@@ -8,8 +7,9 @@
87
using System.Text;
98
using System.Threading.Tasks;
109
using System.Windows.Forms;
10+
using DS_MuonQuaHan.DAO;
1111

12-
namespace GiaoDien
12+
namespace DS_MuonQuaHan
1313
{
1414
public partial class MemberBorrowedOverdue : Form
1515
{

LuuTK-DkThe-DsMuonQuaHan/GiaoDien/Program.cs renamed to DS_MuonQuaHan/DS_MuonQuaHan/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Threading.Tasks;
55
using System.Windows.Forms;
66

7-
namespace GiaoDien
7+
namespace DS_MuonQuaHan
88
{
99
internal static class Program
1010
{
@@ -16,7 +16,7 @@ static void Main()
1616
{
1717
Application.EnableVisualStyles();
1818
Application.SetCompatibleTextRenderingDefault(false);
19-
Application.Run(new CardRegistration());
19+
Application.Run(new MemberBorrowedOverdue());
2020
}
2121
}
2222
}

LuuTK-DkThe-DsMuonQuaHan/GiaoDien/Properties/AssemblyInfo.cs renamed to DS_MuonQuaHan/DS_MuonQuaHan/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("GiaoDien")]
8+
[assembly: AssemblyTitle("DS_MuonQuaHan")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("GiaoDien")]
12+
[assembly: AssemblyProduct("DS_MuonQuaHan")]
1313
[assembly: AssemblyCopyright("Copyright © 2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("d1f47c13-fe48-4407-8d6e-aaa96c2472a1")]
23+
[assembly: Guid("ffecaf81-0bfe-4e1e-8348-eefea0d7f9ee")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//

0 commit comments

Comments
 (0)