1 write to buttonCancel
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
38
this.
buttonCancel
= new System.Windows.Forms.Button();
6 references to buttonCancel
WsatUI (6)
MMCUI\TraceOptionsForm.designer.cs (6)
75
this.flowLayoutPanelButtons.Controls.Add(this.
buttonCancel
);
87
resources.ApplyResources(this.
buttonCancel
, "buttonCancel");
88
this.
buttonCancel
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
89
this.
buttonCancel
.Name = "buttonCancel";
90
this.
buttonCancel
.UseVisualStyleBackColor = true;
236
this.CancelButton = this.
buttonCancel
;