1 write to dataBoundLabel
WinFormsControlsTest (1)
ComboBoxes.Designer.cs (1)
49
this.
dataBoundLabel
= new System.Windows.Forms.Label();
7 references to dataBoundLabel
WinFormsControlsTest (7)
ComboBoxes.Designer.cs (7)
257
this.
dataBoundLabel
.AutoSize = true;
258
this.
dataBoundLabel
.Location = new System.Drawing.Point(836, 6);
259
this.
dataBoundLabel
.Name = "dataBoundLabel";
260
this.
dataBoundLabel
.Size = new System.Drawing.Size(65, 13);
261
this.
dataBoundLabel
.TabIndex = 16;
262
this.
dataBoundLabel
.Text = "data-bound";
271
this.Controls.Add(this.
dataBoundLabel
);