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