1 write to okCancelTableLayoutPanel
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
51
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
8 references to okCancelTableLayoutPanel
System.Workflow.Activities (8)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (8)
57
this.
okCancelTableLayoutPanel
.SuspendLayout();
201
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
202
this.
okCancelTableLayoutPanel
.Controls.Add(this.okButton, 0, 0);
203
this.
okCancelTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
204
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
211
this.Controls.Add(this.
okCancelTableLayoutPanel
);
231
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
232
this.
okCancelTableLayoutPanel
.PerformLayout();