1 write to btnOpenFileDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
37
this.
btnOpenFileDialog
= new System.Windows.Forms.Button();
8 references to btnOpenFileDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
63
this.
btnOpenFileDialog
.Location = new System.Drawing.Point(3, 3);
64
this.
btnOpenFileDialog
.Name = "btnOpenFileDialog";
65
this.
btnOpenFileDialog
.Size = new System.Drawing.Size(163, 23);
66
this.
btnOpenFileDialog
.TabIndex = 1;
67
this.
btnOpenFileDialog
.Text = "Open &file dialog";
68
this.
btnOpenFileDialog
.UseVisualStyleBackColor = true;
69
this.
btnOpenFileDialog
.Click += this.btnOpenFileDialog_Click;
127
this.flowLayoutPanel1.Controls.Add(this.
btnOpenFileDialog
);