1 write to tableLayoutPanelInfo
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
165
this.
tableLayoutPanelInfo
= new System.Windows.Forms.TableLayoutPanel();
23 references to tableLayoutPanelInfo
System.Windows.Forms (23)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (23)
105
this.
tableLayoutPanelInfo
.AccessibleName = string.Empty;
132
this.tableLayoutPanelOuter.Controls.SetChildIndex(this.
tableLayoutPanelInfo
, 1);
180
this.
tableLayoutPanelInfo
.SuspendLayout();
191
this.tableLayoutPanelOuter.Controls.Add(this.
tableLayoutPanelInfo
, 0, 1);
284
resources.ApplyResources(this.
tableLayoutPanelInfo
, "tableLayoutPanelInfo");
285
this.
tableLayoutPanelInfo
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
286
this.
tableLayoutPanelInfo
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
287
this.
tableLayoutPanelInfo
.Controls.Add(this.lblName, 0, 0);
288
this.
tableLayoutPanelInfo
.Controls.Add(this.linkLblName, 0, 1);
289
this.
tableLayoutPanelInfo
.Controls.Add(this.lblFrom, 0, 2);
290
this.
tableLayoutPanelInfo
.Controls.Add(this.linkLblFromUrl, 0, 3);
291
this.
tableLayoutPanelInfo
.Controls.Add(this.lblPublisher, 0, 4);
292
this.
tableLayoutPanelInfo
.Controls.Add(this.linkLblPublisher, 0, 5);
293
this.
tableLayoutPanelInfo
.Margin = new System.Windows.Forms.Padding(30, 22, 12, 3);
294
this.
tableLayoutPanelInfo
.Name = "tableLayoutPanelInfo";
295
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
296
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
297
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
298
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
299
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
300
this.
tableLayoutPanelInfo
.RowStyles.Add(new System.Windows.Forms.RowStyle());
390
this.
tableLayoutPanelInfo
.ResumeLayout(false);
391
this.
tableLayoutPanelInfo
.PerformLayout();