Searched refs:chkBackgroundPriority (Results 1 – 2 of 2) sorted by relevance
59 this.chkBackgroundPriority = new System.Windows.Forms.CheckBox(); in InitializeComponent()343 this.tableLayoutPanel1.Controls.Add(this.chkBackgroundPriority, 0, 2); in InitializeComponent()379 this.chkBackgroundPriority.AutoCheck = false; in InitializeComponent()380 this.chkBackgroundPriority.AutoSize = true; in InitializeComponent()381 this.chkBackgroundPriority.Location = new System.Drawing.Point(6, 52); in InitializeComponent()382 this.chkBackgroundPriority.Name = "chkBackgroundPriority"; in InitializeComponent()383 this.chkBackgroundPriority.Size = new System.Drawing.Size(118, 17); in InitializeComponent()384 this.chkBackgroundPriority.TabIndex = 19; in InitializeComponent()385 this.chkBackgroundPriority.Text = "Background Priority"; in InitializeComponent()386 this.chkBackgroundPriority.UseVisualStyleBackColor = true; in InitializeComponent()[all …]
349 this.chkBackgroundPriority.Checked = backgroundPriority; in UpdateTileInfo()