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