1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
33
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (9)
41
this.
okCancelTableLayoutPanel
.SuspendLayout();
48
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
49
this.
okCancelTableLayoutPanel
.CausesValidation = false;
50
this.
okCancelTableLayoutPanel
.Controls.Add(this.okButton, 0, 0);
51
this.
okCancelTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
52
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
104
this.Controls.Add(this.
okCancelTableLayoutPanel
);
114
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
115
this.
okCancelTableLayoutPanel
.PerformLayout();