1 write to _bottomDividerLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
77
this.
_bottomDividerLabel
= new System.Windows.Forms.Label();
7 references to _bottomDividerLabel
System.Web.Entity.Design (7)
System\Data\WebControls\Design\Util\TaskFormBase.cs (7)
98
this.
_bottomDividerLabel
.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
100
this.
_bottomDividerLabel
.BackColor = System.Drawing.SystemColors.ControlLightLight;
101
this.
_bottomDividerLabel
.Location = new System.Drawing.Point(0, 382);
102
this.
_bottomDividerLabel
.Name = "_bottomDividerLabel";
103
this.
_bottomDividerLabel
.Size = new System.Drawing.Size(572, 1);
104
this.
_bottomDividerLabel
.TabIndex = 40;
139
this.Controls.Add(this.
_bottomDividerLabel
);