]> insang Git - newton-cn_pos.git/commitdiff
dd
authornewton-cn <insang@kakao.com>
Wed, 4 Feb 2026 08:08:46 +0000 (17:08 +0900)
committernewton-cn <insang@kakao.com>
Wed, 4 Feb 2026 08:08:46 +0000 (17:08 +0900)
.vs/newton-cn/v16/.suo
newton-cn/Form3.cs
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [deleted file]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 3e0614916d960e5e5a49ffd427b544be7efc5d89..a6abfd6affeece1e229763ef5759775a5fafb08f 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 9c0621589fee82325d09a1b7990342012160d2a7..07c86941db7b38ed94249c37548474ef0d79d05e 100644 (file)
@@ -103,8 +103,10 @@ namespace newton_cn
             string million_1 = "";
             string million_5 = "";
             string item_name = "적립금";
+            int tkind = 0;
             DBConnector dbc = new DBConnector();
             List<Dictionary<string, string>> 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();
index 42bc715db24b6268730660a1886554f78744bfea..0dd22aff21ed9a447f54ff4012acb2d788b26770 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 27c65fcd7c002e31bf5680917db3c182795cdd2e..695cb38ac9cbb62049c716992fd302c4981e4834 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 1f186dfa32b88b100aeeeaa749dd8f23345ce9af..bdb405878a83834292ebb79d8459aa863ce732c1 100644 (file)
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 (file)
index 654fe63..0000000
Binary files a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache and /dev/null differ
index 7ef1806118d79d71ca4a14695d3a1dfb58f59a12..e9b1a2e4bd25eee85fc69b965d88cfa3649d742d 100644 (file)
@@ -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
index 42bc715db24b6268730660a1886554f78744bfea..0dd22aff21ed9a447f54ff4012acb2d788b26770 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 27c65fcd7c002e31bf5680917db3c182795cdd2e..695cb38ac9cbb62049c716992fd302c4981e4834 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ