1 write to changeFontButton
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
46this.changeFontButton = new System.Windows.Forms.Button();
11 references to changeFontButton
WinFormsControlsTest (11)
DataGridViewTest.Designer.cs (11)
146this.changeFontButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 147this.changeFontButton.AutoSize = true; 148this.changeFontButton.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204))); 149this.changeFontButton.Location = new System.Drawing.Point(12, 234); 150this.changeFontButton.Name = "button1"; 151this.changeFontButton.Size = new System.Drawing.Size(154, 29); 152this.changeFontButton.TabIndex = 1; 153this.changeFontButton.Text = "Change DGV font"; 154this.changeFontButton.UseVisualStyleBackColor = true; 155this.changeFontButton.Click += this.changeFontButton_Click; 214this.Controls.Add(this.changeFontButton);