1 write to pictureLabelTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
159
this.
pictureLabelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
17 references to pictureLabelTableLayoutPanel
System.Windows.Forms (17)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (17)
165
this.
pictureLabelTableLayoutPanel
.SuspendLayout();
205
this.overarchingTableLayoutPanel.Controls.Add(this.
pictureLabelTableLayoutPanel
, 0, 0);
259
this.
pictureLabelTableLayoutPanel
.AutoSize = true;
260
this.
pictureLabelTableLayoutPanel
.AutoSizeMode = Forms.AutoSizeMode.GrowOnly;
261
this.
pictureLabelTableLayoutPanel
.ColumnCount = 2;
262
this.
pictureLabelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
263
this.
pictureLabelTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
264
this.
pictureLabelTableLayoutPanel
.Controls.Add(this.lblMessage, 1, 0);
265
this.
pictureLabelTableLayoutPanel
.Controls.Add(this.pictureBox, 0, 0);
266
this.
pictureLabelTableLayoutPanel
.Dock = System.Windows.Forms.DockStyle.Fill;
267
this.
pictureLabelTableLayoutPanel
.Location = new System.Drawing.Point(3, 3);
268
this.
pictureLabelTableLayoutPanel
.Name = "pictureLabelTableLayoutPanel";
269
this.
pictureLabelTableLayoutPanel
.RowCount = 1;
270
this.
pictureLabelTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize));
271
this.
pictureLabelTableLayoutPanel
.Size = new System.Drawing.Size(284, 73);
272
this.
pictureLabelTableLayoutPanel
.TabIndex = 4;
306
this.
pictureLabelTableLayoutPanel
.ResumeLayout(false);