1 write to label1
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
48this.label1 = new System.Windows.Forms.Label();
8 references to label1
WinFormsControlsTest (8)
DataGridViewTest.Designer.cs (8)
184this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 185this.label1.AutoSize = true; 186this.label1.Location = new System.Drawing.Point(12, 210); 187this.label1.Name = "label1"; 188this.label1.Size = new System.Drawing.Size(51, 13); 189this.label1.TabIndex = 3; 190this.label1.Text = "Form font"; 211this.Controls.Add(this.label1);