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