Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlPaletteViewer.Designer.cs41 this.lblColorHex = new System.Windows.Forms.Label(); in InitializeComponent()
89 this.tableLayoutPanel4.Controls.Add(this.lblColorHex, 0, 3); in InitializeComponent()
165 this.lblColorHex.Anchor = System.Windows.Forms.AnchorStyles.Left; in InitializeComponent()
166 this.lblColorHex.AutoSize = true; in InitializeComponent()
167 this.lblColorHex.Location = new System.Drawing.Point(3, 130); in InitializeComponent()
168 this.lblColorHex.Name = "lblColorHex"; in InitializeComponent()
169 this.lblColorHex.Size = new System.Drawing.Size(90, 13); in InitializeComponent()
170 this.lblColorHex.TabIndex = 13; in InitializeComponent()
171 this.lblColorHex.Text = "Color Code (Hex):"; in InitializeComponent()
367 private System.Windows.Forms.Label lblColorHex; field in Mesen.GUI.Debugger.Controls.ctrlPaletteViewer