Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlPaletteViewer.Designer.cs43 this.txtColorCodeHex = new System.Windows.Forms.TextBox(); in InitializeComponent()
91 this.tableLayoutPanel4.Controls.Add(this.txtColorCodeHex, 1, 3); in InitializeComponent()
185 this.txtColorCodeHex.BackColor = System.Drawing.SystemColors.ControlLightLight; in InitializeComponent()
186 this.txtColorCodeHex.Location = new System.Drawing.Point(103, 127); in InitializeComponent()
187 this.txtColorCodeHex.Name = "txtColorCodeHex"; in InitializeComponent()
188 this.txtColorCodeHex.ReadOnly = true; in InitializeComponent()
189 this.txtColorCodeHex.Size = new System.Drawing.Size(66, 20); in InitializeComponent()
190 this.txtColorCodeHex.TabIndex = 15; in InitializeComponent()
369 private System.Windows.Forms.TextBox txtColorCodeHex; field in Mesen.GUI.Debugger.Controls.ctrlPaletteViewer
H A DctrlPaletteViewer.cs113 this.txtColorCodeHex.Text = GetHexColorString(); in UpdateColorInformation()