]> insang Git - newton-cn_pos.git/commitdiff
상품위치수정 텍스트박스 대문자
authornewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 08:25:01 +0000 (17:25 +0900)
committernewton-cn <insang@kakao.com>
Wed, 24 Jul 2024 08:25:01 +0000 (17:25 +0900)
16 files changed:
.vs/newton-cn/v16/.suo
newton-cn/Form4.Designer.cs
newton-cn/Form4.cs
newton-cn/bin/Debug/newton-cn.exe
newton-cn/bin/Debug/newton-cn.pdb
newton-cn/bin/Release/newton-cn.exe
newton-cn/bin/Release/newton-cn.pdb
newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache
newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache
newton-cn/obj/Debug/newton-cn.exe
newton-cn/obj/Debug/newton-cn.pdb
newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache [deleted file]
newton-cn/obj/Release/newton-cn.csproj.FileListAbsolute.txt
newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index 971599b893c66c3eb4fb14abb446613613317b0c..9c6e1345b522c0f5abc47f1909a592070ed544dc 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 266fea3fd6d87aa5f39277e284d4c07ed53245c6..93ae468d8f031ee8a92f9f677d548d0ee554a648 100644 (file)
@@ -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;
index 2e096965522e1059fa71663e80255683821eab4f..7cafda304a3cd6fd86b5deb93c89a6b321ecd9b2 100644 (file)
@@ -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();
+        }
     }
 }
index 3e2775f74af1baf220ec71805fcbf5f8c021ae71..60b065e453efc0f76b899e250620f2716fbf8059 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 9cf323bd823c799baab44f17779e6622cd8ce4e1..4038310402a2edc8fe879b23f7ad3b606e57fbcb 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index c2aadef55c5767a7aa94f0f69b00fdebfa8ece3a..709ceec2324b1d5481e240d1543099ce4ac64e52 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 38b37e35fb9ff9c0f291bf15f7557a0d041ccfb1..5cab1667469026b791fe77d55c4097408f271a91 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 1993018d78b5d25421609ee7bd12068fb753eba8..6874d111dc1b650cdc4079c2cae80eba5fa59b69 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
index 33e645d1dae7ec049885af729caf9894bd0a02c3..3723ab149ea58bdeabf41f6f6935e58f5b0a9e82 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache and b/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache differ
index 3e2775f74af1baf220ec71805fcbf5f8c021ae71..60b065e453efc0f76b899e250620f2716fbf8059 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 9cf323bd823c799baab44f17779e6622cd8ce4e1..4038310402a2edc8fe879b23f7ad3b606e57fbcb 100644 (file)
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 (file)
index 9e16c69..0000000
Binary files a/newton-cn/obj/Release/newton-cn.csproj.AssemblyReference.cache and /dev/null differ
index 6e1fc702cfba8ed6445ddb1e8461c1838f0408fb..ef4d24770da46c778521e676e8eb9016a82d4c5a 100644 (file)
@@ -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
index 33e645d1dae7ec049885af729caf9894bd0a02c3..3723ab149ea58bdeabf41f6f6935e58f5b0a9e82 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache and b/newton-cn/obj/Release/newton-cn.csproj.GenerateResource.cache differ
index c2aadef55c5767a7aa94f0f69b00fdebfa8ece3a..709ceec2324b1d5481e240d1543099ce4ac64e52 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index 38b37e35fb9ff9c0f291bf15f7557a0d041ccfb1..5cab1667469026b791fe77d55c4097408f271a91 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ