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