Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlNametableViewer.Designer.cs52 this.txtAttributeAddress = new System.Windows.Forms.TextBox(); in InitializeComponent()
241 this.tableLayoutPanel2.Controls.Add(this.txtAttributeAddress, 1, 6); in InitializeComponent()
312 this.txtAttributeAddress.BackColor = System.Drawing.SystemColors.Window; in InitializeComponent()
313 this.txtAttributeAddress.Location = new System.Drawing.Point(84, 159); in InitializeComponent()
314 this.txtAttributeAddress.Name = "txtAttributeAddress"; in InitializeComponent()
315 this.txtAttributeAddress.ReadOnly = true; in InitializeComponent()
316 this.txtAttributeAddress.Size = new System.Drawing.Size(42, 20); in InitializeComponent()
317 this.txtAttributeAddress.TabIndex = 10; in InitializeComponent()
663 private System.Windows.Forms.TextBox txtAttributeAddress; field in Mesen.GUI.Debugger.Controls.ctrlNametableViewer
H A DctrlNametableViewer.cs410 this.txtAttributeAddress.Text = _tileInfo.AttributeAddress.ToString("X4"); in UpdateTileInformation()