1 write to tableLayoutPanel1
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
36tableLayoutPanel1 = new TableLayoutPanel();
30 references to tableLayoutPanel1
WinFormsControlsTest (30)
DragDrop.Designer.cs (30)
47tableLayoutPanel1.SuspendLayout(); 58tableLayoutPanel1.ColumnCount = 3; 59tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 115F)); 60tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 55.55556F)); 61tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 44.44445F)); 62tableLayoutPanel1.Controls.Add(textBox, 2, 0); 63tableLayoutPanel1.Controls.Add(richTextBox, 1, 0); 64tableLayoutPanel1.Controls.Add(pictureBox1, 0, 0); 65tableLayoutPanel1.Controls.Add(pictureBox2, 0, 1); 66tableLayoutPanel1.Controls.Add(pictureBox3, 0, 2); 67tableLayoutPanel1.Controls.Add(pictureBox4, 0, 3); 68tableLayoutPanel1.Controls.Add(pictureBox5, 0, 4); 69tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 2, 5); 70tableLayoutPanel1.Dock = DockStyle.Fill; 71tableLayoutPanel1.Location = new Point(0, 0); 72tableLayoutPanel1.Name = "tableLayoutPanel1"; 73tableLayoutPanel1.RowCount = 6; 74tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 112F)); 75tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 112F)); 76tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 112F)); 77tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 112F)); 78tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 112F)); 79tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F)); 80tableLayoutPanel1.Size = new Size(1226, 625); 81tableLayoutPanel1.TabIndex = 0; 90tableLayoutPanel1.SetRowSpan(textBox, 5); 100tableLayoutPanel1.SetRowSpan(richTextBox, 5); 200Controls.Add(tableLayoutPanel1); 203tableLayoutPanel1.ResumeLayout(false); 204tableLayoutPanel1.PerformLayout();