Login dialogs can get lost. Show on task bar

This commit is contained in:
Robert McRackan 2019-11-20 13:00:13 -05:00
parent a1ba324166
commit d5d72a13f6
6 changed files with 0 additions and 6 deletions

View File

@ -94,7 +94,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "AudibleLoginDialog"; this.Name = "AudibleLoginDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Audible Login"; this.Text = "Audible Login";
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -84,7 +84,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "CaptchaDialog"; this.Name = "CaptchaDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "CAPTCHA"; this.Text = "CAPTCHA";
((System.ComponentModel.ISupportInitialize)(this.captchaPb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.captchaPb)).EndInit();

View File

@ -74,7 +74,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "_2faCodeDialog"; this.Name = "_2faCodeDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "2FA Code"; this.Text = "2FA Code";
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -93,7 +93,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "AudibleLoginDialog"; this.Name = "AudibleLoginDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Audible Login"; this.Text = "Audible Login";
this.ResumeLayout(false); this.ResumeLayout(false);

View File

@ -83,7 +83,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "CaptchaDialog"; this.Name = "CaptchaDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "CAPTCHA"; this.Text = "CAPTCHA";
((System.ComponentModel.ISupportInitialize)(this.captchaPb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.captchaPb)).EndInit();

View File

@ -73,7 +73,6 @@
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "_2faCodeDialog"; this.Name = "_2faCodeDialog";
this.ShowIcon = false; this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "2FA Code"; this.Text = "2FA Code";
this.ResumeLayout(false); this.ResumeLayout(false);