1 write to button1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
36
this.
button1
= new System.Windows.Forms.Button();
9 references to button1
WinFormsControlsTest (9)
DesignTimeAligned.Designer.cs (9)
65
this.
button1
.Location = new System.Drawing.Point(122, 66);
66
this.
button1
.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
67
this.
button1
.Name = "button1";
68
this.
button1
.Size = new System.Drawing.Size(60, 46);
69
this.
button1
.TabIndex = 3;
70
this.
button1
.Text = "LL";
71
this.
button1
.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
72
this.
button1
.UseVisualStyleBackColor = true;
99
this.Controls.Add(this.
button1
);