From: newton-cn Date: Thu, 29 Jan 2026 08:34:13 +0000 (+0900) Subject: dddd X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=c9284a80428d3f0c33735787a7b92de5e3f523f1;p=newton-cn_pos.git dddd --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index c6de63e..5b3b206 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form9.cs b/newton-cn/Form9.cs index 1229f8c..d9fa7b4 100644 --- a/newton-cn/Form9.cs +++ b/newton-cn/Form9.cs @@ -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(); } diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 6072531..4938ad4 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 ab93780..f193ad6 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/Release/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache new file mode 100644 index 0000000..654fe63 Binary files /dev/null and b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache differ diff --git a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt index e9b1a2e..7ef1806 100644 --- a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt +++ b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt @@ -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 diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 6072531..4938ad4 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 ab93780..f193ad6 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ