LL18_25070202得辉达增加条码前缀检测

This commit is contained in:
jfp
2025-07-02 15:59:02 +08:00
parent 50c772abec
commit f337d079f2
6 changed files with 118 additions and 21 deletions

View File

@@ -23,8 +23,10 @@ namespace C_Windows_1
// Form1.f1.Code_Head.Text = Code_Head.Text;
Form1.f1.codecheck.Text = CodeLength.Text;
Form1.f1.CodeLength.Text = CodeLength.Text;
Form1.f1.textPreSn.Text = textPreSn.Text;
this.Close();
}
@@ -46,9 +48,7 @@ namespace C_Windows_1
// regName.SetValue("codehead", Code_Head.Text);
regName.SetValue("codelength", CodeLength.Text);
regName.SetValue("codelengthcheck", codelengthcheck.Checked);
regName.SetValue("codePreSn", textPreSn.Text);
regName.Close();
}