Some minor changes and playing about

This commit is contained in:
2026-04-16 14:40:05 +01:00
parent 92625498bf
commit 968141056b
9 changed files with 135 additions and 46 deletions

View File

@@ -48,6 +48,7 @@
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(791, 596);
Controls.Add(picScreen);
KeyPreview = true;
Name = "Form1";
Text = "Parsons Sinclair ZX Spectrum 48K - 2026";
((System.ComponentModel.ISupportInitialize)picScreen).EndInit();