1 write to SaveFileDialog
Accessibility_Core_App (1)
DialogControls.Designer.cs (1)
33
this.
SaveFileDialog
= new System.Windows.Forms.Button();
9 references to SaveFileDialog
Accessibility_Core_App (9)
DialogControls.Designer.cs (9)
71
this.
SaveFileDialog
.Location = new System.Drawing.Point(42, 181);
72
this.
SaveFileDialog
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
73
this.
SaveFileDialog
.Name = "SaveFileDialog";
74
this.
SaveFileDialog
.Size = new System.Drawing.Size(114, 27);
75
this.
SaveFileDialog
.TabIndex = 3;
76
this.
SaveFileDialog
.Text = "SaveFileDialog";
77
this.
SaveFileDialog
.UseVisualStyleBackColor = true;
78
this.
SaveFileDialog
.Click += this.SaveFileDialog_Click;
85
this.Controls.Add(this.
SaveFileDialog
);