1 write to btnColorDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
38
this.
btnColorDialog
= new System.Windows.Forms.Button();
8 references to btnColorDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
73
this.
btnColorDialog
.Location = new System.Drawing.Point(3, 32);
74
this.
btnColorDialog
.Name = "btnColorDialog";
75
this.
btnColorDialog
.Size = new System.Drawing.Size(163, 23);
76
this.
btnColorDialog
.TabIndex = 2;
77
this.
btnColorDialog
.Text = "&Color dialog";
78
this.
btnColorDialog
.UseVisualStyleBackColor = true;
79
this.
btnColorDialog
.Click += this.btnColorDialog_Click;
123
this.flowLayoutPanel1.Controls.Add(this.
btnColorDialog
);