1 write to _documentTable
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
73
this.
_documentTable
= new System.Windows.Forms.TableLayoutPanel();
28 references to _documentTable
PresentationUI (28)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (28)
104
this.
_documentTable
.SuspendLayout();
523
this._documentDetailBox.Controls.Add(this.
_documentTable
);
532
this.
_documentTable
.AutoSize = true;
533
this.
_documentTable
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
534
this.
_documentTable
.ColumnCount = 2;
535
this.
_documentTable
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 103));
536
this.
_documentTable
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 283));
537
this.
_documentTable
.Controls.Add(this._documentPrintedDate, 1, 4);
538
this.
_documentTable
.Controls.Add(this._documentModifiedDate, 1, 3);
539
this.
_documentTable
.Controls.Add(this._documentCreatedDate, 1, 2);
540
this.
_documentTable
.Controls.Add(this._revision, 1, 1);
541
this.
_documentTable
.Controls.Add(this._documentPrintedLabel, 0, 4);
542
this.
_documentTable
.Controls.Add(this._documentModifiedLabel, 0, 3);
543
this.
_documentTable
.Controls.Add(this._documentCreatedLabel, 0, 2);
544
this.
_documentTable
.Controls.Add(this._revisionLabel, 0, 1);
545
this.
_documentTable
.Controls.Add(this._lastSavedLabel, 0, 0);
546
this.
_documentTable
.Controls.Add(this._lastSaved, 1, 0);
547
this.
_documentTable
.Location = new System.Drawing.Point(16, 16);
548
this.
_documentTable
.Name = "_documentTable";
549
this.
_documentTable
.RowCount = 5;
550
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
551
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
552
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
553
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
554
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle());
555
this.
_documentTable
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
761
this.
_documentTable
.ResumeLayout(false);
762
this.
_documentTable
.PerformLayout();