1 write to btnloadImage
WinFormsControlsTest (1)
PictureBoxes.Designer.cs (1)
35
this.
btnloadImage
= new System.Windows.Forms.Button();
10 references to btnloadImage
WinFormsControlsTest (10)
PictureBoxes.Designer.cs (10)
57
this.
btnloadImage
.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
58
this.
btnloadImage
.Location = new System.Drawing.Point(539, 9);
59
this.
btnloadImage
.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
60
this.
btnloadImage
.Name = "btnloadImage";
61
this.
btnloadImage
.Size = new System.Drawing.Size(56, 23);
62
this.
btnloadImage
.TabIndex = 1;
63
this.
btnloadImage
.Text = "Load";
64
this.
btnloadImage
.UseVisualStyleBackColor = true;
65
this.
btnloadImage
.Click += this.btnloadImage_Click;
85
this.Controls.Add(this.
btnloadImage
);