1 write to _containerNameLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
46
this.
_containerNameLabel
= new System.Windows.Forms.Label();
10 references to _containerNameLabel
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (6)
72
_containerNameLabel
.Location = new Point(10, top + 30);
73
_containerNameLabel
.Size = new Size(117, 13);
74
top =
_containerNameLabel
.Bottom;
88
_containerNameLabel
.TabStop = false;
99
_containerNameLabel
.TabIndex = tabIndex += 10;
112
this.
_containerNameLabel
.Text = Strings.Wizard_ObjectContextPanel_DefaultContainerName;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (4)
114
this.
_containerNameLabel
.AutoSize = true;
115
this.
_containerNameLabel
.ImeMode = System.Windows.Forms.ImeMode.NoControl;
116
this.
_containerNameLabel
.Name = "_containerNameLabel";
131
this.Controls.Add(this.
_containerNameLabel
);