prevent installer from closing by pressing Enter

This commit is contained in:
r3sus
2023-03-09 18:53:26 +03:00
parent 086cd2b934
commit 9c609ae28b
+1
View File
@@ -374,6 +374,7 @@ namespace CleanFlashInstaller {
this.prevButton.Name = "prevButton"; this.prevButton.Name = "prevButton";
this.prevButton.Size = new System.Drawing.Size(138, 31); this.prevButton.Size = new System.Drawing.Size(138, 31);
this.prevButton.TabIndex = 3; this.prevButton.TabIndex = 3;
this.prevButton.TabStop = false;
this.prevButton.Text = "QUIT"; this.prevButton.Text = "QUIT";
this.prevButton.UseVisualStyleBackColor = false; this.prevButton.UseVisualStyleBackColor = false;
this.prevButton.Click += new System.EventHandler(this.prevButton_Click); this.prevButton.Click += new System.EventHandler(this.prevButton_Click);