1 write to tableLayoutPanel2
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
44tableLayoutPanel2 = new TableLayoutPanel();
15 references to tableLayoutPanel2
WinFormsControlsTest (15)
DragDrop.Designer.cs (15)
53tableLayoutPanel2.SuspendLayout(); 69tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 2, 5); 162tableLayoutPanel2.ColumnCount = 2; 163tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 164tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); 165tableLayoutPanel2.Controls.Add(buttonOpenCats, 0, 0); 166tableLayoutPanel2.Controls.Add(buttonClear, 1, 0); 167tableLayoutPanel2.Dock = DockStyle.Right; 168tableLayoutPanel2.Location = new Point(1046, 563); 169tableLayoutPanel2.Name = "tableLayoutPanel2"; 170tableLayoutPanel2.RowCount = 1; 171tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); 172tableLayoutPanel2.Size = new Size(177, 59); 173tableLayoutPanel2.TabIndex = 23; 210tableLayoutPanel2.ResumeLayout(false);