WIP: observatory UI overhaul

This commit is contained in:
Xjph 2023-07-07 08:36:27 -02:30
commit d99a190869
28 changed files with 1447 additions and 385 deletions

View file

@ -360,6 +360,7 @@
this.TestButton.TabIndex = 12;
this.TestButton.Text = "Test";
this.TestButton.UseVisualStyleBackColor = false;
this.TestButton.Click += new System.EventHandler(this.TestButton_Click);
//
// ColourButton
//
@ -569,6 +570,7 @@
this.ToggleMonitorButton.TabIndex = 3;
this.ToggleMonitorButton.Text = "Start Monitor";
this.ToggleMonitorButton.UseVisualStyleBackColor = false;
this.ToggleMonitorButton.Click += new System.EventHandler(this.ToggleMonitorButton_Click);
//
// ClearButton
//