From: newton-cn Date: Wed, 24 Jul 2024 08:25:01 +0000 (+0900) Subject: 상품위치수정 텍스트박스 대문자 X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=969547b942c344db4ba779cd0a2775bc2ad81597;p=wevape-lu1_pos.git 상품위치수정 텍스트박스 대문자 --- diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index 971599b..9c6e134 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/newton-cn/Form4.Designer.cs b/newton-cn/Form4.Designer.cs index 266fea3..93ae468 100644 --- a/newton-cn/Form4.Designer.cs +++ b/newton-cn/Form4.Designer.cs @@ -39,6 +39,7 @@ namespace newton_cn // textBox1 // this.textBox1.Location = new System.Drawing.Point(79, 12); + this.textBox1.MaxLength = 1; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(35, 21); this.textBox1.TabIndex = 0; @@ -67,6 +68,7 @@ namespace newton_cn // textBox2 // this.textBox2.Location = new System.Drawing.Point(143, 12); + this.textBox2.MaxLength = 2; this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(45, 21); this.textBox2.TabIndex = 1; diff --git a/newton-cn/Form4.cs b/newton-cn/Form4.cs index 2e09696..7cafda3 100644 --- a/newton-cn/Form4.cs +++ b/newton-cn/Form4.cs @@ -11,11 +11,19 @@ namespace newton_cn { public partial class Form4 : Form { + private string prcode= ""; private string location = ""; + + + + + public Form4() { InitializeComponent(); + + textBox1.KeyUp += Textbox1_UpperCase; } public void setPr(string prcode, string location) @@ -76,5 +84,9 @@ namespace newton_cn { } + private void Textbox1_UpperCase(object sender, KeyEventArgs e) + { + textBox1.Text = textBox1.Text.ToUpper(); + } } } diff --git a/newton-cn/bin/Debug/newton-cn.exe b/newton-cn/bin/Debug/newton-cn.exe index 3e2775f..60b065e 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 9cf323b..4038310 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 index c2aadef..709ceec 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 38b37e3..5cab166 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 1993018..6874d11 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/Debug/newton-cn.csproj.GenerateResource.cache b/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache index 33e645d..3723ab1 100644 Binary files a/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache and b/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache differ diff --git a/newton-cn/obj/Debug/newton-cn.exe b/newton-cn/obj/Debug/newton-cn.exe index 3e2775f..60b065e 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 9cf323b..4038310 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.csproj.AssemblyReference.cache b/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache deleted file mode 100644 index 9e16c69..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 6e1fc70..ef4d247 100644 --- a/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt +++ b/newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt @@ -32,4 +32,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.pdb z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form3.resources z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Release\newton_cn.Form4.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 33e645d..3723ab1 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 c2aadef..709ceec 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 38b37e3..5cab166 100644 Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ