1 write to _captionLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
78
this.
_captionLabel
= new System.Windows.Forms.Label();
8 references to _captionLabel
System.Web.Entity.Design (8)
System\Data\WebControls\Design\Util\TaskFormBase.cs (8)
48
return
_captionLabel
;
112
this._headerPanel.Controls.Add(this.
_captionLabel
);
128
this.
_captionLabel
.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130
this.
_captionLabel
.Location = new System.Drawing.Point(71, 17);
131
this.
_captionLabel
.Name = "_captionLabel";
132
this.
_captionLabel
.Size = new System.Drawing.Size(487, 47);
133
this.
_captionLabel
.TabIndex = 10;
166
_captionLabel
.Font = new Font(Font.FontFamily, Font.Size + 2.0f, FontStyle.Bold, Font.Unit);