3using System.Windows.Forms;
19 InitializeComponent();
33 checkBox1.DataBindings.Add(
new Binding(
"Checked",
37 DataSourceUpdateMode.OnPropertyChanged));
47 public Icon
NavBarIcon => Properties.Resources.MockNormal;
51 set => lblRunning.Text = $
@"{(value ? "Sequence
" : "No sequence
")} running";
Classes and interfaces that are meant for plugins. The classes and interfaces below this namespace ar...
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
To be implemented by the Toolbox part of a Chronos plugin.
Implement this if you want your toolbox to be visible during a sequence run.
A chronos plugin implementation for a fake device. We pretend we are controlling a mixture of coffee ...
void ShowTheMessage(string messageText)
Let our device set a status message and display some message box instead of doing real work.
Example implementation for a WinForms toolbox for our Mock Device.
void btnShowMessage_Click(object sender, EventArgs e)