1 write to buttonTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
36
this.
buttonTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
7 references to buttonTableLayoutPanel
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (7)
47
this.
buttonTableLayoutPanel
.SuspendLayout();
77
resources.ApplyResources(this.
buttonTableLayoutPanel
, "buttonTableLayoutPanel");
78
this.
buttonTableLayoutPanel
.Controls.Add(this.OKButton, 0, 0);
79
this.
buttonTableLayoutPanel
.Controls.Add(this.cancelButton, 1, 0);
80
this.
buttonTableLayoutPanel
.Name = "buttonTableLayoutPanel";
159
this.Controls.Add(this.
buttonTableLayoutPanel
);
169
this.
buttonTableLayoutPanel
.ResumeLayout(false);