메모장 추가

This commit is contained in:
chi
2020-05-26 13:21:41 +09:00
parent 117d7a3ba2
commit 2bb7472cb0
17 changed files with 3896 additions and 370 deletions

View File

@@ -25,7 +25,7 @@ namespace FPJ0000.JobReport
if (e1.KeyCode == Keys.Escape) this.Close();
};
foreach (Control ctl in this.Controls)
foreach (Control ctl in this.panel1.Controls)
{
if (ctl.GetType() == typeof(TextBox) || ctl.GetType() == typeof(ComboBox))
{