]> insang Git - wevape-lu1_pos.git/commitdiff
일회용 자동적립 폼 폰트수정
authornewton-cn <insang@kakao.com>
Sat, 11 Jan 2025 11:33:55 +0000 (20:33 +0900)
committernewton-cn <insang@kakao.com>
Sat, 11 Jan 2025 11:33:55 +0000 (20:33 +0900)
14 files changed:
.vs/newton-cn/v16/.suo
newton-cn/Form5.Designer.cs
newton-cn/Form5.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.GenerateResource.cache
newton-cn/obj/Release/newton-cn.exe
newton-cn/obj/Release/newton-cn.pdb

index bdd64e0fb38c41de56f050c1aa23f28fa2a7081e..8858f3fe9879fdfe4ef0279a659780d72cfddc0c 100644 (file)
Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ
index 21a971a9d9147e31816295c67b677f1f94a088da..f9318a9d021d27d966ea98a1ee892f8b357ee5e4 100644 (file)
@@ -81,6 +81,8 @@ namespace newton_cn
             // 
             // button2
             // 
+            this.button2.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+            this.button2.ForeColor = System.Drawing.Color.Black;
             this.button2.Location = new System.Drawing.Point(532, 358);
             this.button2.Name = "button2";
             this.button2.Size = new System.Drawing.Size(105, 39);
index 792c6280ee94481d333a0d3f6f8069cddad6ea13..a3edecc5d666221a151c65467541a15fb64c0089 100644 (file)
@@ -39,6 +39,30 @@ namespace newton_cn
             listView1.Columns.Add("ct_code", 70);
 
             Console.WriteLine(dateTimePicker1.Text);
+
+            Console.WriteLine(dateTimePicker1.Text);
+            listView1.Items.Clear();
+            string selected = dateTimePicker1.Text;
+            DBConnector dbc = new DBConnector();
+            List<Dictionary<string, string>> list = dbc.getDisposableIsEarn(selected);
+
+            for (int i = 0; i < list.Count; i++)
+            {
+                String[] item =
+                {
+                    list[i]["ps_date"],
+                    list[i]["ct_name"],
+                    list[i]["ps_prname"],
+                    list[i]["ps_qty"],
+                    list[i]["pe_bamt"],
+                    Convert.ToBoolean(list[i]["is_earn"]) ? "O" : "X",
+                    list[i]["pe_id"],
+                    list[i]["ps_no"],
+                    list[i]["ct_code"],
+            };
+                ListViewItem lvi = new ListViewItem(item);
+                listView1.Items.Add(lvi);
+            }
         }
 
         private void button1_Click(object sender, EventArgs e)
index 6229883aa305a64b158bd226deebc03344d71fae..ab1a86ad3e468f480dbf9cb3632a384fca3c3b00 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ
index 2569670350dd6af20593014a37977b9973aee122..c37e96ca36d3e70720a8c90123adfd9ed186336a 100644 (file)
Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ
index 18fada64224dbface254a6c0fa07ac108551e74c..9d2cc8d7cf8d820fb76733720493c840a3008074 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.exe and b/newton-cn/bin/Release/newton-cn.exe differ
index 5c89fc49e1edd4d2940e575acb8889a02c539a52..618c524a0edf97dfa5dcbc51d3f9c4826417a098 100644 (file)
Binary files a/newton-cn/bin/Release/newton-cn.pdb and b/newton-cn/bin/Release/newton-cn.pdb differ
index 7e5848f5c80a5f8b4aff7ff368dc1635609544b6..d17875998914b834c75f7f4a30f6323a3164515e 100644 (file)
Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
index 7ebb2e47d0ae327f4b30e007dd3c377f0a222d80..bb574d916107522ae41d2d79f24d40c3e125b9dd 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 6229883aa305a64b158bd226deebc03344d71fae..ab1a86ad3e468f480dbf9cb3632a384fca3c3b00 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ
index 2569670350dd6af20593014a37977b9973aee122..c37e96ca36d3e70720a8c90123adfd9ed186336a 100644 (file)
Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ
index 7ebb2e47d0ae327f4b30e007dd3c377f0a222d80..bb574d916107522ae41d2d79f24d40c3e125b9dd 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 68c91ed9480eeda7786f75410018e29ceb856a3b..9d2cc8d7cf8d820fb76733720493c840a3008074 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.exe and b/newton-cn/obj/Release/newton-cn.exe differ
index a28b53d17c80880d4813ed0a90328ee1aa9b2174..618c524a0edf97dfa5dcbc51d3f9c4826417a098 100644 (file)
Binary files a/newton-cn/obj/Release/newton-cn.pdb and b/newton-cn/obj/Release/newton-cn.pdb differ