From: newton-cn Date: Thu, 29 Jan 2026 06:03:40 +0000 (+0900) Subject: dsdf X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=02ecfdb336aef87386f0b790e836785d28e1b542;p=newton-cn_pos.git dsdf --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 09285dd..02e6bd7 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/MouseEvent1.cs b/newton-cn/MouseEvent1.cs index bbaf880..18e3c39 100644 --- a/newton-cn/MouseEvent1.cs +++ b/newton-cn/MouseEvent1.cs @@ -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(); } } diff --git a/newton-cn/bin/Debug/newton-cn.exe b/newton-cn/bin/Debug/newton-cn.exe index 1fbf59f..af307bb 100644 Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ diff --git a/newton-cn/bin/Debug/newton-cn.pdb b/newton-cn/bin/Debug/newton-cn.pdb index 7544e07..02c939c 100644 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 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 index 343984d..0000000 --- a/newton-cn/bin/Release/newton-cn.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/newton-cn/bin/Release/newton-cn.pdb b/newton-cn/bin/Release/newton-cn.pdb deleted file mode 100644 index a4013cf..0000000 Binary files a/newton-cn/bin/Release/newton-cn.pdb and /dev/null differ diff --git a/newton-cn/obj/Debug/newton-cn.exe b/newton-cn/obj/Debug/newton-cn.exe index 1fbf59f..af307bb 100644 Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ diff --git a/newton-cn/obj/Debug/newton-cn.pdb b/newton-cn/obj/Debug/newton-cn.pdb index 7544e07..02c939c 100644 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 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 index a4013cf..0000000 Binary files a/newton-cn/obj/Release/newton-cn.pdb and /dev/null differ