This commit is contained in:
chi
2023-08-11 10:23:58 +09:00
parent c34372e262
commit 940b51b2e8
12 changed files with 1423 additions and 877 deletions

View File

@@ -170,7 +170,7 @@ namespace FPJ0000
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
var f = new FCOMMON.fSFI();
var f = new FCOMMON.fSFI("O",0f,0f);
if (f.ShowDialog() == DialogResult.OK)
textBox5.Text = f.Value.ToString("N2");
}