1 write to tableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
188
this.
tableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
51 references to tableLayoutPanel
System.Windows.Forms (51)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (51)
49
this.
tableLayoutPanel
.AccessibleName = string.Empty;
79
this.
tableLayoutPanel
.Controls.SetChildIndex(this.pictureBoxPublisher, 0);
80
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblPublisher, 1);
81
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblPublisherContent, 2);
82
this.
tableLayoutPanel
.Controls.SetChildIndex(this.pictureBoxMachineAccess, 3);
83
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblMachineAccess, 4);
84
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblMachineAccessContent, 5);
85
this.
tableLayoutPanel
.Controls.SetChildIndex(this.pictureBoxInstallation, 6);
86
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblInstallation, 7);
87
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblInstallationContent, 8);
88
this.
tableLayoutPanel
.Controls.SetChildIndex(this.pictureBoxLocation, 9);
89
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblLocation, 10);
90
this.
tableLayoutPanel
.Controls.SetChildIndex(this.lblLocationContent, 11);
91
this.
tableLayoutPanel
.Controls.SetChildIndex(this.btnClose, 12);
202
this.
tableLayoutPanel
.SuspendLayout();
211
resources.ApplyResources(this.
tableLayoutPanel
, "tableLayoutPanel");
212
this.
tableLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
213
this.
tableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
214
this.
tableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 389F));
215
this.
tableLayoutPanel
.Controls.Add(this.pictureBoxPublisher, 0, 0);
216
this.
tableLayoutPanel
.Controls.Add(this.pictureBoxMachineAccess, 0, 2);
217
this.
tableLayoutPanel
.Controls.Add(this.pictureBoxInstallation, 0, 4);
218
this.
tableLayoutPanel
.Controls.Add(this.pictureBoxLocation, 0, 6);
219
this.
tableLayoutPanel
.Controls.Add(this.lblPublisher, 1, 0);
220
this.
tableLayoutPanel
.Controls.Add(this.lblPublisherContent, 1, 1);
221
this.
tableLayoutPanel
.Controls.Add(this.lblMachineAccess, 1, 2);
222
this.
tableLayoutPanel
.Controls.Add(this.lblMachineAccessContent, 1, 3);
223
this.
tableLayoutPanel
.Controls.Add(this.lblInstallation, 1, 4);
224
this.
tableLayoutPanel
.Controls.Add(this.lblInstallationContent, 1, 5);
225
this.
tableLayoutPanel
.Controls.Add(this.lblLocation, 1, 6);
226
this.
tableLayoutPanel
.Controls.Add(this.lblLocationContent, 1, 7);
227
this.
tableLayoutPanel
.Controls.Add(this.btnClose, 1, 8);
228
this.
tableLayoutPanel
.Margin = new System.Windows.Forms.Padding(12);
229
this.
tableLayoutPanel
.Name = "tableLayoutPanel";
230
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
231
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
232
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
233
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
234
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
235
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
236
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
237
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
238
this.
tableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
245
this.
tableLayoutPanel
.SetRowSpan(this.pictureBoxPublisher, 2);
253
this.
tableLayoutPanel
.SetRowSpan(this.pictureBoxMachineAccess, 2);
261
this.
tableLayoutPanel
.SetRowSpan(this.pictureBoxInstallation, 2);
269
this.
tableLayoutPanel
.SetRowSpan(this.pictureBoxLocation, 2);
329
this.
tableLayoutPanel
.SetColumnSpan(this.btnClose, 2);
338
this.Controls.Add(this.
tableLayoutPanel
);
343
this.
tableLayoutPanel
.ResumeLayout(false);
344
this.
tableLayoutPanel
.PerformLayout();