1 write to OKButton
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
35
this.
OKButton
= new System.Windows.Forms.Button();
6 references to OKButton
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (6)
70
resources.ApplyResources(this.
OKButton
, "OKButton");
71
this.
OKButton
.Name = "OKButton";
72
this.
OKButton
.UseVisualStyleBackColor = true;
73
this.
OKButton
.Click += new System.EventHandler(this.OKButton_Click);
78
this.buttonTableLayoutPanel.Controls.Add(this.
OKButton
, 0, 0);
154
this.AcceptButton = this.
OKButton
;