1 write to tableLayoutPanel1
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
41
this.
tableLayoutPanel1
= new System.Windows.Forms.TableLayoutPanel();
54 references to tableLayoutPanel1
PresentationUI (54)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (54)
98
this.
tableLayoutPanel1
.SuspendLayout();
151
this._summaryTab.Controls.Add(this.
tableLayoutPanel1
);
159
this.
tableLayoutPanel1
.AutoSize = true;
160
this.
tableLayoutPanel1
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
161
this.
tableLayoutPanel1
.ColumnCount = 2;
162
this.
tableLayoutPanel1
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 94));
163
this.
tableLayoutPanel1
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 335));
164
this.
tableLayoutPanel1
.Controls.Add(this._titleLabel, 0, 0);
165
this.
tableLayoutPanel1
.Controls.Add(this._title, 1, 0);
166
this.
tableLayoutPanel1
.Controls.Add(this._authorLabel, 0, 1);
167
this.
tableLayoutPanel1
.Controls.Add(this._author, 1, 1);
168
this.
tableLayoutPanel1
.Controls.Add(this._subjectLabel, 0, 2);
169
this.
tableLayoutPanel1
.Controls.Add(this._subject, 1, 2);
170
this.
tableLayoutPanel1
.Controls.Add(this._subjectLine, 0, 3);
171
this.
tableLayoutPanel1
.Controls.Add(this._descriptionLabel, 0, 4);
172
this.
tableLayoutPanel1
.Controls.Add(this._description, 1, 4);
173
this.
tableLayoutPanel1
.Controls.Add(this._keywordsLabel, 0, 5);
174
this.
tableLayoutPanel1
.Controls.Add(this._keywords, 1, 5);
175
this.
tableLayoutPanel1
.Controls.Add(this._categoryLabel, 0, 6);
176
this.
tableLayoutPanel1
.Controls.Add(this._category, 1, 6);
177
this.
tableLayoutPanel1
.Controls.Add(this._categoryLine, 0, 7);
178
this.
tableLayoutPanel1
.Controls.Add(this._languageLabel, 0, 8);
179
this.
tableLayoutPanel1
.Controls.Add(this._language, 1, 8);
180
this.
tableLayoutPanel1
.Controls.Add(this._contentLabel, 0, 9);
181
this.
tableLayoutPanel1
.Controls.Add(this._content, 1, 9);
182
this.
tableLayoutPanel1
.Controls.Add(this._contentLine, 0, 10);
183
this.
tableLayoutPanel1
.Controls.Add(this._statusLabel, 0, 11);
184
this.
tableLayoutPanel1
.Controls.Add(this._status, 1, 11);
185
this.
tableLayoutPanel1
.Controls.Add(this._versionLabel, 0, 12);
186
this.
tableLayoutPanel1
.Controls.Add(this._version, 1, 12);
187
this.
tableLayoutPanel1
.Controls.Add(this._identifierLabel, 0, 13);
188
this.
tableLayoutPanel1
.Controls.Add(this._identifier, 1, 13);
189
this.
tableLayoutPanel1
.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
190
this.
tableLayoutPanel1
.Location = new System.Drawing.Point(3, 3);
191
this.
tableLayoutPanel1
.Name = "tableLayoutPanel1";
192
this.
tableLayoutPanel1
.RowCount = 14;
193
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
194
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
195
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
196
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
197
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
198
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
199
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
200
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
201
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
202
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
203
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
204
this.
tableLayoutPanel1
.RowStyles.Add(new System.Windows.Forms.RowStyle());
205
this.
tableLayoutPanel1
.Size = new System.Drawing.Size(324, 297);
406
this.
tableLayoutPanel1
.SetColumnSpan(this._subjectLine, 2);
412
this.
tableLayoutPanel1
.SetColumnSpan(this._categoryLine, 2);
418
this.
tableLayoutPanel1
.SetColumnSpan(this._contentLine, 2);
750
this.
tableLayoutPanel1
.ResumeLayout(false);
751
this.
tableLayoutPanel1
.PerformLayout();