1 write to btnPrintDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
40
this.
btnPrintDialog
= new System.Windows.Forms.Button();
8 references to btnPrintDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
93
this.
btnPrintDialog
.Location = new System.Drawing.Point(3, 32);
94
this.
btnPrintDialog
.Name = "btnPrintDialog";
95
this.
btnPrintDialog
.Size = new System.Drawing.Size(163, 23);
96
this.
btnPrintDialog
.TabIndex = 3;
97
this.
btnPrintDialog
.Text = "&Print dialog";
98
this.
btnPrintDialog
.UseVisualStyleBackColor = true;
99
this.
btnPrintDialog
.Click += this.btnPrintDialog_Click;
125
this.flowLayoutPanel1.Controls.Add(this.
btnPrintDialog
);