1 write to tableLayoutPanel4
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
66this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
27 references to tableLayoutPanel4
PresentationUI (27)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (27)
101this.tableLayoutPanel4.SuspendLayout(); 435this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 0); 449this.tableLayoutPanel4.AutoSize = true; 450this.tableLayoutPanel4.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 451this.tableLayoutPanel4.ColumnCount = 3; 452this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 453this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 454this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 455this.tableLayoutPanel4.Controls.Add(this._iconPictureBox, 0, 0); 456this.tableLayoutPanel4.Controls.Add(this._filename, 1, 0); 457this.tableLayoutPanel4.Controls.Add(this._documentType, 1, 1); 458this.tableLayoutPanel4.Controls.Add(this._sizeLabel, 1, 2); 459this.tableLayoutPanel4.Controls.Add(this._size, 2, 2); 460this.tableLayoutPanel4.Dock = DockStyle.Fill; 461this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); 462this.tableLayoutPanel4.Name = "tableLayoutPanel4"; 463this.tableLayoutPanel4.RowCount = 3; 464this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); 465this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); 466this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); 467this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); 468this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle()); 484this.tableLayoutPanel4.SetRowSpan(this._iconPictureBox, 3); 497this.tableLayoutPanel4.SetColumnSpan(this._filename, 2); 507this.tableLayoutPanel4.SetColumnSpan(this._documentType, 2); 756this.tableLayoutPanel4.ResumeLayout(false); 757this.tableLayoutPanel4.PerformLayout();