This commit is contained in:
chi
2023-10-19 12:37:49 +09:00
parent 2f66e3cca1
commit aaa794ea97
58 changed files with 1264 additions and 654 deletions

View File

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