1 write to lblMessage
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
160
this.
lblMessage
= new System.Windows.Forms.Label();
8 references to lblMessage
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (8)
68
this.
lblMessage
.Text = value;
171
this.
lblMessage
.AutoSize = true;
172
this.
lblMessage
.Location = new System.Drawing.Point(73, 30);
173
this.
lblMessage
.Margin = new System.Windows.Forms.Padding(3, 30, 3, 0);
174
this.
lblMessage
.Name = "lblMessage";
175
this.
lblMessage
.Size = new System.Drawing.Size(208, 43);
176
this.
lblMessage
.TabIndex = 0;
264
this.pictureLabelTableLayoutPanel.Controls.Add(this.
lblMessage
, 1, 0);