1 write to _databaseConnectionGroupLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (1)
40this._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); 47top = _databaseConnectionGroupLabel.Bottom; 84_databaseConnectionGroupLabel.TabStop = false; 93_databaseConnectionGroupLabel.TabIndex = tabIndex += 10; 105this._databaseConnectionGroupLabel.Text = Strings.Wizard_ObjectContextPanel_ConnectionStringGroupDescription;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (4)
55this._databaseConnectionGroupLabel.AutoSize = true; 56this._databaseConnectionGroupLabel.ImeMode = System.Windows.Forms.ImeMode.NoControl; 57this._databaseConnectionGroupLabel.Name = "_databaseConnectionGroupLabel"; 129this.Controls.Add(this._databaseConnectionGroupLabel);