1 write to okCancelTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
148
this.
okCancelTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
9 references to okCancelTableLayoutPanel
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (9)
157
this.
okCancelTableLayoutPanel
.SuspendLayout();
274
resources.ApplyResources(this.
okCancelTableLayoutPanel
, "okCancelTableLayoutPanel");
275
this.
okCancelTableLayoutPanel
.Controls.Add(this.buttonOK, 0, 0);
276
this.
okCancelTableLayoutPanel
.Controls.Add(this.buttonCancel, 1, 0);
277
this.
okCancelTableLayoutPanel
.Name = "okCancelTableLayoutPanel";
302
this.Controls.Add(this.
okCancelTableLayoutPanel
);
319
this.
okCancelTableLayoutPanel
.ResumeLayout(false);
320
this.
okCancelTableLayoutPanel
.PerformLayout();
514
lineRectangle = new Rectangle(this.ClientRectangle.Left, this.helpTextHolder.Bottom + ((this.
okCancelTableLayoutPanel
.Top + this.buttonOK.Top - this.helpTextHolder.Bottom) / 2), this.ClientRectangle.Width, 1);