From: newton-cn Date: Wed, 4 Feb 2026 08:08:46 +0000 (+0900) Subject: dd X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=e97c0e911fe10e6e53983f0b7d3f3d6af14239a4;p=newton-cn_pos.git dd --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 3e06149..a6abfd6 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form3.cs b/newton-cn/Form3.cs index 9c06215..07c8694 100644 --- a/newton-cn/Form3.cs +++ b/newton-cn/Form3.cs @@ -103,8 +103,10 @@ namespace newton_cn string million_1 = ""; string million_5 = ""; string item_name = "적립금"; + int tkind = 0; DBConnector dbc = new DBConnector(); List> list = dbc.getList(item_name); + tkind = Convert.ToInt32(list[0]["tkind"]); for (int i = 0; i < list.Count; i++) { kind = list[i]["kind_order"]; @@ -200,7 +202,7 @@ namespace newton_cn } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(million_5), Convert.ToInt32(kind), Convert.ToInt32(tmillion5), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(million_5), Convert.ToInt32(kind), Convert.ToInt32(tmillion5), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); @@ -213,7 +215,7 @@ namespace newton_cn mInit = false; } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(million_1), Convert.ToInt32(kind), Convert.ToInt32(tmillion1), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(million_1), Convert.ToInt32(kind), Convert.ToInt32(tmillion1), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); @@ -226,7 +228,7 @@ namespace newton_cn mInit = false; } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(thousand_5), Convert.ToInt32(kind), Convert.ToInt32(tthousand5), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(thousand_5), Convert.ToInt32(kind), Convert.ToInt32(tthousand5), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); @@ -239,7 +241,7 @@ namespace newton_cn mInit = false; } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(thousand_1), Convert.ToInt32(kind), Convert.ToInt32(tthousand1), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(thousand_1), Convert.ToInt32(kind), Convert.ToInt32(tthousand1), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); @@ -252,7 +254,7 @@ namespace newton_cn mInit = false; } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(hundred_5), Convert.ToInt32(kind), Convert.ToInt32(thundred5), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(hundred_5), Convert.ToInt32(kind), Convert.ToInt32(thundred5), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); @@ -265,7 +267,7 @@ namespace newton_cn mInit = false; } mInitCount++; - MouseEvent1 me = new MouseEvent1(Convert.ToInt32(hundred_1), Convert.ToInt32(kind), Convert.ToInt32(thundred1), mInit); + MouseEvent1 me = new MouseEvent1(Convert.ToInt32(hundred_1), Convert.ToInt32(kind), Convert.ToInt32(thundred1), mInit, tkind); ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start(); diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 42bc715..0dd22af 100644 Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb index 27c65fc..695cb38 100644 Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ diff --git a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 1f186df..bdb4058 100644 Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache deleted file mode 100644 index 654fe63..0000000 Binary files a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache and /dev/null differ diff --git a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt index 7ef1806..e9b1a2e 100644 --- a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt +++ b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt @@ -37,4 +37,3 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn. z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form7.resources z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form8.resources z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form9.resources -z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton-cn.csproj.AssemblyReference.cache diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 42bc715..0dd22af 100644 Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb index 27c65fc..695cb38 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ