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