1 write to _databaseConnectionGroupLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
40
this.
_databaseConnectionGroupLabel
= new System.Windows.Forms.Label();
10 references to _databaseConnectionGroupLabel
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (6)
45
_databaseConnectionGroupLabel
.Location = new Point(10, top);
46
_databaseConnectionGroupLabel
.Size = new Size(500, 13);
47
top =
_databaseConnectionGroupLabel
.Bottom;
84
_databaseConnectionGroupLabel
.TabStop = false;
93
_databaseConnectionGroupLabel
.TabIndex = tabIndex += 10;
105
this.
_databaseConnectionGroupLabel
.Text = Strings.Wizard_ObjectContextPanel_ConnectionStringGroupDescription;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (4)
55
this.
_databaseConnectionGroupLabel
.AutoSize = true;
56
this.
_databaseConnectionGroupLabel
.ImeMode = System.Windows.Forms.ImeMode.NoControl;
57
this.
_databaseConnectionGroupLabel
.Name = "_databaseConnectionGroupLabel";
129
this.Controls.Add(this.
_databaseConnectionGroupLabel
);