This commit is contained in:
chi
2022-05-10 11:18:06 +09:00
parent 2d737c8256
commit 8d83d4a768
70 changed files with 596 additions and 511 deletions

View File

@@ -14,6 +14,7 @@ namespace FCM0000
public fCode()
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
this.dsMSSQL.Common.TableNewRow += Common_TableNewRow;
if (FCOMMON.info.Login.level >= 9) toolStripButton1.Visible = true;
}