2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-12 04:20:28 -04:00

WIP: observatory UI overhaul

This commit is contained in:
Xjph
2023-07-07 08:36:27 -02:30
parent 1d62a0ec1d
commit d99a190869
28 changed files with 1448 additions and 386 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
//