This commit is contained in:
meelstorm
2025-10-13 14:59:28 +02:00
parent 44748f2855
commit 97ac18eac6
22 changed files with 645 additions and 21 deletions

View File

@@ -143,7 +143,9 @@
//
// ckbExecuteWorkflow
//
ckbExecuteWorkflow.Checked = true;
ckbExecuteWorkflow.CheckOnClick = true;
ckbExecuteWorkflow.CheckState = CheckState.Checked;
ckbExecuteWorkflow.DisplayStyle = ToolStripItemDisplayStyle.Text;
ckbExecuteWorkflow.Image = (Image)resources.GetObject("ckbExecuteWorkflow.Image");
ckbExecuteWorkflow.ImageTransparentColor = Color.Magenta;