This commit is contained in:
chi
2021-02-17 11:59:26 +09:00
parent 52f792cb0c
commit fc25ac4cca
25 changed files with 787 additions and 461 deletions

View File

@@ -1380,7 +1380,9 @@
//
// chk완료
//
this.chk완료.Checked = true;
this.chk완료.CheckOnClick = true;
this.chk완료.CheckState = System.Windows.Forms.CheckState.Checked;
this.chk완료.Image = ((System.Drawing.Image)(resources.GetObject("chk완료.Image")));
this.chk완료.ImageTransparentColor = System.Drawing.Color.Magenta;
this.chk완료.Name = "chk완료";