1 write to buttonOK
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
37
this.
buttonOK
= new System.Windows.Forms.Button();
6 references to buttonOK
WsatUI (6)
MMCUI\TraceOptionsForm.designer.cs (6)
74
this.flowLayoutPanelButtons.Controls.Add(this.
buttonOK
);
80
resources.ApplyResources(this.
buttonOK
, "buttonOK");
81
this.
buttonOK
.Name = "buttonOK";
82
this.
buttonOK
.UseVisualStyleBackColor = true;
83
this.
buttonOK
.Click += new System.EventHandler(this.buttonOK_Click);
233
this.AcceptButton = this.
buttonOK
;