Home
last modified time | relevance | path

Searched refs:chkBackgroundPriority (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlSpriteViewer.Designer.cs59 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 …]
H A DctrlSpriteViewer.cs349 this.chkBackgroundPriority.Checked = backgroundPriority; in UpdateTileInfo()