1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
66
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (9)
75
this.
okCancelTableLayoutPanel
.SuspendLayout();
311
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
312
this.
okCancelTableLayoutPanel
.CausesValidation = false;
313
this.
okCancelTableLayoutPanel
.Controls.Add(this.buttonOK, 0, 0);
314
this.
okCancelTableLayoutPanel
.Controls.Add(this.buttonCancel, 1, 0);
315
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
341
this.Controls.Add(this.
okCancelTableLayoutPanel
);
358
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
359
this.
okCancelTableLayoutPanel
.PerformLayout();