1 write to _headerPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
79
this.
_headerPanel
= new System.Windows.Forms.Panel();
11 references to _headerPanel
System.Web.Entity.Design (11)
System\Data\WebControls\Design\Util\TaskFormBase.cs (11)
81
this.
_headerPanel
.SuspendLayout();
108
this.
_headerPanel
.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110
this.
_headerPanel
.BackColor = System.Drawing.SystemColors.ControlLightLight;
111
this.
_headerPanel
.Controls.Add(this._glyphPictureBox);
112
this.
_headerPanel
.Controls.Add(this._captionLabel);
113
this.
_headerPanel
.Location = new System.Drawing.Point(0, 0);
114
this.
_headerPanel
.Name = "_headerPanel";
115
this.
_headerPanel
.Size = new System.Drawing.Size(572, 63);
116
this.
_headerPanel
.TabIndex = 10;
138
this.Controls.Add(this.
_headerPanel
);
142
this.
_headerPanel
.ResumeLayout(false);