]> insang Git - newton-cn_pos.git/commitdiff
dddd
authornewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 08:34:13 +0000 (17:34 +0900)
committernewton-cn <insang@kakao.com>
Thu, 29 Jan 2026 08:34:13 +0000 (17:34 +0900)
.vs/newton-cn/v16/.suo
newton-cn/Form9.cs
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [new file with mode: 0644]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index c6de63e4195b9dbdf841d004a1759109b59fe750..5b3b206c0d57836a5f9481912ed10add542ac380 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 1229f8cc8bb4d2284ab49c944a92d8734a4636cb..d9fa7b4b095fc68ce1f17090c837581722c0dbd8 100644 (file)
@@ -129,15 +129,16 @@ namespace newton_cn
             Clipboard.SetText("a' or ct_cphone like '%" + phone + "' or ct_phone like '%" + phone + "' or 1 like 'a");
             SendKeys.SendWait("^v");
 
-            // 0.1초 기다린 뒤 ENTER 실행, 그 다음 0.1초 후 Ctrl+DEL
             var timer = new System.Windows.Forms.Timer();
             int step = 0;
-            timer.Interval = 10; // 
+            timer.Interval = 500; // ENTER까지 0.1초
+
             timer.Tick += (_, __) =>
             {
                 if (step == 0)
                 {
                     SendKeys.SendWait("{ENTER}");
+                    timer.Interval = 50; // Ctrl+DEL까지 0.05초
                     step++;
                 }
                 else if (step == 1)
@@ -147,6 +148,7 @@ namespace newton_cn
                     timer.Dispose();
                 }
             };
+
             timer.Start();
 
         }
index 607253100fddcb02daaa1f94b9a9d80dd04d546e..4938ad468d08d308cc423ccdcd4f6ab9b896d2c6 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index ab9378042878bedb98cadd3f1649374b568eabd6..f193ad61ce56afeb12fb307502a48f9b3e30c120 100644 (file)
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/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache
new file mode 100644 (file)
index 0000000..654fe63
Binary files /dev/null and b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache differ
index e9b1a2e4bd25eee85fc69b965d88cfa3649d742d..7ef1806118d79d71ca4a14695d3a1dfb58f59a12 100644 (file)
@@ -37,3 +37,4 @@ 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 607253100fddcb02daaa1f94b9a9d80dd04d546e..4938ad468d08d308cc423ccdcd4f6ab9b896d2c6 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index ab9378042878bedb98cadd3f1649374b568eabd6..f193ad61ce56afeb12fb307502a48f9b3e30c120 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ