From: newton-cn Date: Thu, 29 Jan 2026 07:42:20 +0000 (+0900) Subject: dddd X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=387a2982a2594c8b4b96cc6ad04cd58293d0ec9d;p=newton-cn_pos.git dddd --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 48dcb4f..77c53c7 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form9.Designer.cs b/newton-cn/Form9.Designer.cs index cf63219..8b36cdf 100644 --- a/newton-cn/Form9.Designer.cs +++ b/newton-cn/Form9.Designer.cs @@ -62,7 +62,7 @@ namespace newton_cn // textBox1 // this.textBox1.BackColor = System.Drawing.SystemColors.HighlightText; - this.textBox1.Location = new System.Drawing.Point(225, 101); + this.textBox1.Location = new System.Drawing.Point(225, 113); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(135, 21); this.textBox1.TabIndex = 1; @@ -84,9 +84,9 @@ namespace newton_cn // this.button2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.button2.ForeColor = System.Drawing.Color.Crimson; - this.button2.Location = new System.Drawing.Point(272, 149); + this.button2.Location = new System.Drawing.Point(225, 149); this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(88, 83); + this.button2.Size = new System.Drawing.Size(135, 83); this.button2.TabIndex = 0; this.button2.Text = "회원선택"; this.button2.UseVisualStyleBackColor = true; @@ -216,7 +216,7 @@ namespace newton_cn // button13 // this.button13.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.button13.Location = new System.Drawing.Point(225, 149); + this.button13.Location = new System.Drawing.Point(225, 364); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(41, 37); this.button13.TabIndex = 17; @@ -227,7 +227,7 @@ namespace newton_cn // button15 // this.button15.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); - this.button15.Location = new System.Drawing.Point(225, 195); + this.button15.Location = new System.Drawing.Point(125, 364); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(41, 37); this.button15.TabIndex = 18; @@ -240,7 +240,7 @@ namespace newton_cn this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.HighlightText; - this.ClientSize = new System.Drawing.Size(372, 687); + this.ClientSize = new System.Drawing.Size(372, 244); this.Controls.Add(this.button15); this.Controls.Add(this.button13); this.Controls.Add(this.button14); diff --git a/newton-cn/Form9.cs b/newton-cn/Form9.cs index 387cbe2..5ab6676 100644 --- a/newton-cn/Form9.cs +++ b/newton-cn/Form9.cs @@ -77,7 +77,7 @@ namespace newton_cn private void textBox1_TextChanged(object sender, EventArgs e) { - listView1.Items.Clear(); + /*listView1.Items.Clear(); if (textBox1.Text == "" || textBox1.Text == null) { return; @@ -101,7 +101,9 @@ namespace newton_cn } listView1.Items[0].Selected = true; listView1.Focus(); - } + }*/ + + } @@ -138,22 +140,16 @@ namespace newton_cn ThreadStart ts = new ThreadStart(me.find); Thread th = new Thread(ts); th.Start();*/ + + Application.OpenForms["Form9"].Close(); Thread.Sleep(500); - if (listView1.SelectedItems.Count == 0) - { - return; - } - else - { - - } - string ctcode = listView1.SelectedItems[0].SubItems[3].Text; + string phone = textBox1.Text; MouseEvent1 me = new MouseEvent1(); me.ctclick(); // 키보드 입력처럼 전송 - SendKeys.SendWait(ctcode); + SendKeys.SendWait("a' or ct_code='" + phone + "' or 1 like 'a"); SendKeys.SendWait("{ENTER}"); - Application.OpenForms["Form9"].Close(); + SendKeys.SendWait("^{DEL}"); } private void listView1_SelectedIndexChanged(object sender, EventArgs e) diff --git a/newton-cn/MouseEvent1.cs b/newton-cn/MouseEvent1.cs index 2a8dce4..92f278d 100644 --- a/newton-cn/MouseEvent1.cs +++ b/newton-cn/MouseEvent1.cs @@ -187,7 +187,9 @@ namespace newton_cn public void ctclick() { - move(new Point(20, 385)); + move(new Point(200, 700)); + click(); + move(new Point(50, 600)); click(); } } diff --git a/newton-cn/bin/Release/newton-cn.exe b/newton-cn/bin/Release/newton-cn.exe index 35eaf9a..a0e452c 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 e82108a..81184be 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/Debug/DesignTimeResolveAssemblyReferences.cache b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 7f32b30..3deb7b3 100644 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 index 654fe63..0000000 Binary files a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache and /dev/null differ diff --git a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt index 7ef1806..e9b1a2e 100644 --- a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt +++ b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt @@ -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 diff --git a/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache b/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache index 1943ed7..ea6f46f 100644 Binary files a/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache and b/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache differ diff --git a/newton-cn/obj/Release/newton-cn.exe b/newton-cn/obj/Release/newton-cn.exe index 35eaf9a..a0e452c 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 e82108a..81184be 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ