1 write to okButton
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
32
this.
okButton
= new System.Windows.Forms.Button();
6 references to okButton
System.Workflow.Activities (6)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (6)
49
resources.ApplyResources(this.
okButton
, "okButton");
50
this.
okButton
.DialogResult = System.Windows.Forms.DialogResult.OK;
51
this.
okButton
.Name = "okButton";
52
this.
okButton
.Click += new System.EventHandler(this.OnOk);
68
this.okCancelTableLayoutPanel.Controls.Add(this.
okButton
, 0, 0);
74
this.AcceptButton = this.
okButton
;