]> insang Git - newton-cn_pos.git/commitdiff
dsdf
authornewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 06:03:40 +0000 (15:03 +0900)
committernewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 06:03:40 +0000 (15:03 +0900)
.vs/newton-cn/v16/.suo
newton-cn/MouseEvent1.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe [deleted file]
newton-cn/bin/Release/newton-cn.exe.config [deleted file]
newton-cn/bin/Release/newton-cn.pdb [deleted file]
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.exe [deleted file]
newton-cn/obj/Release/newton-cn.pdb [deleted file]

index 09285dd96fe6b68594e13e4acba2beaf532e9a35..02e6bd7fa73e2850e1dc235a9860cd2b2c16e1d1 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index bbaf8800864cf5e8254ac1495ae26abdd31da54a..18e3c390daba45951561707d4f4f51615bfd3f5c 100644 (file)
@@ -52,7 +52,7 @@ namespace newton_cn
         public void find()
         {
             //USBControl.DisableDevice(where);
-            this.Delay(100);
+            this.Delay(10);
 
             arrowmenu["left"] = new Point(992, 96);
             arrowmenu["right"] = new Point(992, 167);
@@ -155,18 +155,19 @@ namespace newton_cn
         private void click(int time = 50)
         {
             mouse_event(LBUTTONDOWN, 0, 0, 0, 0);
-            mouse_event(LBUTTONUP, 0, 0, 0, 0);
+            mouse_event(LBUTTONUP, 0, 0, 0, 0)
             //await Task.Delay(1000);
             this.Delay(time);
         }
 
         private void menuinit(int kind)
         {
-
+            int menu_unit = 12;
+            int tkind= (int)Math.Ceiling((double)kind/menu_unit);
             this.move(arrowmenu["left"]);
-            for (int i = 0; i < kind; i++)
+            for (int i = 0; i < tkind; i++)
             {
-                this.click(50);
+                this.click();
             }
         }
 
index 1fbf59fdac954b801ed57d23e2850f09d4c77db8..af307bb3f699d98b429942142ab0412a23b4eccf 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 7544e07869e238caee3e79714b150f4d567e1c3f..02c939c0f1b80fafc67705747f20881bf63c3546 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe
deleted file mode 100644 (file)
index 720640e..0000000
Binary files a/newton-cn/bin/Release/newton-cn.exe and /dev/null differ
diff --git a/newton-cn/bin/Release/newton-cn.exe.config b/newton-cn/bin/Release/newton-cn.exe.config
deleted file mode 100644 (file)
index 343984d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-    <startup> 
-        
-    <supportedRuntime version="v2.0.50727"/></startup>
-</configuration>
diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb
deleted file mode 100644 (file)
index a4013cf..0000000
Binary files a/newton-cn/bin/Release/newton-cn.pdb and /dev/null differ
index 1fbf59fdac954b801ed57d23e2850f09d4c77db8..af307bb3f699d98b429942142ab0412a23b4eccf 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 7544e07869e238caee3e79714b150f4d567e1c3f..02c939c0f1b80fafc67705747f20881bf63c3546 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe
deleted file mode 100644 (file)
index 720640e..0000000
Binary files a/newton-cn/obj/Release/newton-cn.exe and /dev/null differ
diff --git a/newton-cn/obj/Release/newton-cn.pdb b/newton-cn/obj/Release/newton-cn.pdb
deleted file mode 100644 (file)
index a4013cf..0000000
Binary files a/newton-cn/obj/Release/newton-cn.pdb and /dev/null differ