1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
35
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
8 references to okCancelTableLayoutPanel
System.Workflow.Activities (8)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (8)
36
this.
okCancelTableLayoutPanel
.SuspendLayout();
67
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
68
this.
okCancelTableLayoutPanel
.Controls.Add(this.okButton, 0, 0);
69
this.
okCancelTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
70
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
77
this.Controls.Add(this.
okCancelTableLayoutPanel
);
85
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
86
this.
okCancelTableLayoutPanel
.PerformLayout();