1 write to tableLayoutPanel3
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
38
this.
tableLayoutPanel3
= new System.Windows.Forms.TableLayoutPanel();
17 references to tableLayoutPanel3
PresentationUI (17)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (17)
95
this.
tableLayoutPanel3
.SuspendLayout();
121
this.
tableLayoutPanel3
.AutoSize = true;
122
this.
tableLayoutPanel3
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
123
this.
tableLayoutPanel3
.ColumnCount = 1;
124
this.
tableLayoutPanel3
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
125
this.
tableLayoutPanel3
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
126
this.
tableLayoutPanel3
.Controls.Add(this._okButton, 0, 1);
127
this.
tableLayoutPanel3
.Controls.Add(this._tabControl, 0, 0);
128
this.
tableLayoutPanel3
.Location = new System.Drawing.Point(6, 6);
129
this.
tableLayoutPanel3
.Name = "tableLayoutPanel3";
130
this.
tableLayoutPanel3
.RowCount = 2;
131
this.
tableLayoutPanel3
.RowStyles.Add(new System.Windows.Forms.RowStyle());
132
this.
tableLayoutPanel3
.RowStyles.Add(new System.Windows.Forms.RowStyle());
133
this.
tableLayoutPanel3
.Size = new System.Drawing.Size(362, 437);
731
this.Controls.Add(this.
tableLayoutPanel3
);
739
this.
tableLayoutPanel3
.ResumeLayout(false);
740
this.
tableLayoutPanel3
.PerformLayout();