1 write to resetFontButton
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
49this.resetFontButton = new System.Windows.Forms.Button();
11 references to resetFontButton
WinFormsControlsTest (11)
DataGridViewTest.Designer.cs (11)
194this.resetFontButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left))); 195this.resetFontButton.AutoSize = true; 196this.resetFontButton.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204))); 197this.resetFontButton.Location = new System.Drawing.Point(192, 234); 198this.resetFontButton.Name = "button2"; 199this.resetFontButton.Size = new System.Drawing.Size(154, 29); 200this.resetFontButton.TabIndex = 4; 201this.resetFontButton.Text = "Reset DGV font"; 202this.resetFontButton.UseVisualStyleBackColor = true; 203this.resetFontButton.Click += this.resetFontButton_Click; 210this.Controls.Add(this.resetFontButton);