originale view support

This commit is contained in:
EugeneTes
2026-02-13 07:58:54 +01:00
parent 51fe29e5e5
commit 216d9d4316
5 changed files with 19 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ namespace Inspectron.HawkEye.View
btnSwitchView.Primary = false;
btnSwitchView.Size = new Size(168, 64);
btnSwitchView.TabIndex = 7;
btnSwitchView.Text = "Switch view";
btnSwitchView.Text = "Show original";
btnSwitchView.UseVisualStyleBackColor = true;
btnSwitchView.Click += btnSwitchView_Click;
//