Home
last modified time | relevance | path

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

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmDebugger.Designer.cs43 this.tlpVerticalLayout = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent()
402 this.tableLayoutPanel1.Controls.Add(this.tlpVerticalLayout, 0, 1); in InitializeComponent()
425 this.tlpVerticalLayout.ColumnCount = 2; in InitializeComponent()
428 this.tlpVerticalLayout.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
429 this.tlpVerticalLayout.Location = new System.Drawing.Point(0, 400); in InitializeComponent()
430 this.tlpVerticalLayout.Margin = new System.Windows.Forms.Padding(0); in InitializeComponent()
431 this.tlpVerticalLayout.Name = "tlpVerticalLayout"; in InitializeComponent()
432 this.tlpVerticalLayout.RowCount = 1; in InitializeComponent()
434 this.tlpVerticalLayout.Size = new System.Drawing.Size(458, 1); in InitializeComponent()
435 this.tlpVerticalLayout.TabIndex = 4; in InitializeComponent()
[all …]
H A DfrmDebugger.cs1731 this.tlpVerticalLayout.Controls.Add(this.grpLabels, 0, 0); in mnuUseVerticalLayout_CheckedChanged()
1732 this.tlpVerticalLayout.Controls.Add(this.grpFunctions, 1, 0); in mnuUseVerticalLayout_CheckedChanged()