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