Home
last modified time | relevance | path

Searched refs:txtPaletteAddress (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlPaletteViewer.Designer.cs35 this.txtPaletteAddress = new System.Windows.Forms.TextBox(); in InitializeComponent()
83 this.tableLayoutPanel4.Controls.Add(this.txtPaletteAddress, 1, 1); in InitializeComponent()
107 this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.ControlLightLight; in InitializeComponent()
108 this.txtPaletteAddress.Location = new System.Drawing.Point(103, 29); in InitializeComponent()
109 this.txtPaletteAddress.Name = "txtPaletteAddress"; in InitializeComponent()
110 this.txtPaletteAddress.ReadOnly = true; in InitializeComponent()
111 this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20); in InitializeComponent()
112 this.txtPaletteAddress.TabIndex = 8; in InitializeComponent()
357 private System.Windows.Forms.TextBox txtPaletteAddress; field in Mesen.GUI.Debugger.Controls.ctrlPaletteViewer
H A DctrlSpriteViewer.Designer.cs54 this.txtPaletteAddress = new System.Windows.Forms.TextBox(); in InitializeComponent()
123 this.tlpInfo.Controls.Add(this.txtPaletteAddress, 3, 0); in InitializeComponent()
318 this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.Window; in InitializeComponent()
319 this.txtPaletteAddress.Location = new System.Drawing.Point(237, 3); in InitializeComponent()
320 this.txtPaletteAddress.Name = "txtPaletteAddress"; in InitializeComponent()
321 this.txtPaletteAddress.ReadOnly = true; in InitializeComponent()
322 this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20); in InitializeComponent()
323 this.txtPaletteAddress.TabIndex = 17; in InitializeComponent()
504 private System.Windows.Forms.TextBox txtPaletteAddress; field in Mesen.GUI.Debugger.Controls.ctrlSpriteViewer
H A DctrlNametableViewer.Designer.cs51 this.txtPaletteAddress = new System.Windows.Forms.TextBox(); in InitializeComponent()
240 this.tableLayoutPanel2.Controls.Add(this.txtPaletteAddress, 1, 7); in InitializeComponent()
303 this.txtPaletteAddress.BackColor = System.Drawing.SystemColors.Window; in InitializeComponent()
304 this.txtPaletteAddress.Location = new System.Drawing.Point(84, 185); in InitializeComponent()
305 this.txtPaletteAddress.Name = "txtPaletteAddress"; in InitializeComponent()
306 this.txtPaletteAddress.ReadOnly = true; in InitializeComponent()
307 this.txtPaletteAddress.Size = new System.Drawing.Size(42, 20); in InitializeComponent()
308 this.txtPaletteAddress.TabIndex = 11; in InitializeComponent()
662 private System.Windows.Forms.TextBox txtPaletteAddress; field in Mesen.GUI.Debugger.Controls.ctrlNametableViewer
H A DctrlPaletteViewer.cs111 this.txtPaletteAddress.Text = (0x3F00 + paletteIndex).ToString("X4"); in UpdateColorInformation()
H A DctrlSpriteViewer.cs346 this.txtPaletteAddress.Text = paletteAddr.ToString("X4"); in UpdateTileInfo()
H A DctrlNametableViewer.cs411 this.txtPaletteAddress.Text = (0x3F00 + _tileInfo.PaletteAddress).ToString("X4"); in UpdateTileInformation()