Searched refs:lblTimer (Results 1 – 4 of 4) sorted by relevance
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/ApuViewer/ |
H A D | ctrlTriangleInfo.Designer.cs | 42 this.lblTimer = new System.Windows.Forms.Label(); in InitializeComponent() 68 this.tableLayoutPanel1.Controls.Add(this.lblTimer, 0, 2); in InitializeComponent() 203 this.lblTimer.Anchor = System.Windows.Forms.AnchorStyles.Left; in InitializeComponent() 204 this.lblTimer.AutoSize = true; in InitializeComponent() 205 this.lblTimer.Location = new System.Drawing.Point(0, 55); in InitializeComponent() 206 this.lblTimer.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0); in InitializeComponent() 207 this.lblTimer.Name = "lblTimer"; in InitializeComponent() 208 this.lblTimer.Size = new System.Drawing.Size(36, 13); in InitializeComponent() 209 this.lblTimer.TabIndex = 15; in InitializeComponent() 210 this.lblTimer.Text = "Timer:"; in InitializeComponent() [all …]
|
H A D | ctrlNoiseInfo.Designer.cs | 46 this.lblTimer = new System.Windows.Forms.Label(); in InitializeComponent() 75 this.tableLayoutPanel1.Controls.Add(this.lblTimer, 0, 3); in InitializeComponent() 254 this.lblTimer.Anchor = System.Windows.Forms.AnchorStyles.Left; in InitializeComponent() 255 this.lblTimer.AutoSize = true; in InitializeComponent() 256 this.lblTimer.Location = new System.Drawing.Point(0, 78); in InitializeComponent() 257 this.lblTimer.Margin = new System.Windows.Forms.Padding(0); in InitializeComponent() 258 this.lblTimer.Name = "lblTimer"; in InitializeComponent() 259 this.lblTimer.Size = new System.Drawing.Size(36, 13); in InitializeComponent() 260 this.lblTimer.TabIndex = 16; in InitializeComponent() 261 this.lblTimer.Text = "Timer:"; in InitializeComponent() [all …]
|
H A D | ctrlDmcInfo.Designer.cs | 47 this.lblTimer = new System.Windows.Forms.Label(); in InitializeComponent() 81 this.tableLayoutPanel1.Controls.Add(this.lblTimer, 2, 1); in InitializeComponent() 261 this.lblTimer.Anchor = System.Windows.Forms.AnchorStyles.Left; in InitializeComponent() 262 this.lblTimer.AutoSize = true; in InitializeComponent() 263 this.lblTimer.Location = new System.Drawing.Point(96, 32); in InitializeComponent() 264 this.lblTimer.Name = "lblTimer"; in InitializeComponent() 265 this.lblTimer.Size = new System.Drawing.Size(36, 13); in InitializeComponent() 266 this.lblTimer.TabIndex = 21; in InitializeComponent() 267 this.lblTimer.Text = "Timer:"; in InitializeComponent() 310 private System.Windows.Forms.Label lblTimer; field in Mesen.GUI.Debugger.Controls.ctrlDmcInfo
|
H A D | ctrlSquareInfo.Designer.cs | 53 this.lblTimer = new System.Windows.Forms.Label(); in InitializeComponent() 89 this.tableLayoutPanel1.Controls.Add(this.lblTimer, 0, 2); in InitializeComponent() 361 this.lblTimer.Anchor = System.Windows.Forms.AnchorStyles.Left; in InitializeComponent() 362 this.lblTimer.AutoSize = true; in InitializeComponent() 363 this.lblTimer.Location = new System.Drawing.Point(0, 55); in InitializeComponent() 364 this.lblTimer.Margin = new System.Windows.Forms.Padding(0); in InitializeComponent() 365 this.lblTimer.Name = "lblTimer"; in InitializeComponent() 366 this.lblTimer.Size = new System.Drawing.Size(36, 13); in InitializeComponent() 367 this.lblTimer.TabIndex = 15; in InitializeComponent() 368 this.lblTimer.Text = "Timer:"; in InitializeComponent() [all …]
|