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