1 write to button4
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
42this.button4 = new System.Windows.Forms.Button();
10 references to button4
Accessibility_Core_App (10)
CommonControl1.Designer.cs (10)
101this.groupBox1.Controls.Add(this.button4); 183this.button4.Anchor = System.Windows.Forms.AnchorStyles.Bottom; 184this.button4.Location = new System.Drawing.Point(240, 309); 185this.button4.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); 186this.button4.Name = "button4"; 187this.button4.Size = new System.Drawing.Size(156, 58); 188this.button4.TabIndex = 9; 189this.button4.Text = "SmallIcon"; 190this.button4.UseVisualStyleBackColor = true; 191this.button4.Click += this.button4_Click;