1 write to btnSaveFileDialog
WinFormsControlsTest (1)
Dialogs.Designer.cs (1)
36
this.
btnSaveFileDialog
= new System.Windows.Forms.Button();
8 references to btnSaveFileDialog
WinFormsControlsTest (8)
Dialogs.Designer.cs (8)
113
this.
btnSaveFileDialog
.Location = new System.Drawing.Point(3, 3);
114
this.
btnSaveFileDialog
.Name = "btnSaveFileDialog";
115
this.
btnSaveFileDialog
.Size = new System.Drawing.Size(163, 23);
116
this.
btnSaveFileDialog
.TabIndex = 5;
117
this.
btnSaveFileDialog
.Text = "&Save file dialog";
118
this.
btnSaveFileDialog
.UseVisualStyleBackColor = true;
119
this.
btnSaveFileDialog
.Click += this.btnSaveFileDialog_Click;
128
this.flowLayoutPanel1.Controls.Add(this.
btnSaveFileDialog
);