Profile changing timer now top most

I had removed the top most setting from
the profile changing window while I was
testing long ago, and I only now
remembered to add it back in!
This commit is contained in:
Terry MacDonald 2021-03-11 21:22:42 +13:00
parent 7b02b9db3b
commit 65bcdf2cd1
2 changed files with 7815 additions and 0 deletions

View File

@ -29,6 +29,7 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ApplyingProfileForm));
this.progressPanel = new System.Windows.Forms.Panel(); this.progressPanel = new System.Windows.Forms.Panel();
this.lbl_sub_message = new System.Windows.Forms.Label(); this.lbl_sub_message = new System.Windows.Forms.Label();
this.progressBar = new CircularProgressBar.CircularProgressBar(); this.progressBar = new CircularProgressBar.CircularProgressBar();
@ -114,6 +115,7 @@
this.Controls.Add(this.progressPanel); this.Controls.Add(this.progressPanel);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true; this.KeyPreview = true;
this.Name = "ApplyingProfileForm"; this.Name = "ApplyingProfileForm";
this.Opacity = 0D; this.Opacity = 0D;
@ -121,6 +123,7 @@
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DisplayMagician - Please Wait"; this.Text = "DisplayMagician - Please Wait";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ApplyingProfileForm_FormClosing); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ApplyingProfileForm_FormClosing);
this.Load += new System.EventHandler(this.ApplyingProfileForm_Reposition); this.Load += new System.EventHandler(this.ApplyingProfileForm_Reposition);
this.Shown += new System.EventHandler(this.ApplyingProfileForm_Shown); this.Shown += new System.EventHandler(this.ApplyingProfileForm_Shown);

File diff suppressed because it is too large Load Diff