29 references to TableLayoutPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
93this._wizardButtonsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
System.Windows.Forms (11)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
100this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
264this.tableLayoutPanel1 = new TableLayoutPanel();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
155this.overarchingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 156this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 159this.pictureLabelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
188this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (5)
155this.tableLayoutPanelOuter = new System.Windows.Forms.TableLayoutPanel(); 156this.warningTextTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 159this.tableLayoutPanelQuestion = new System.Windows.Forms.TableLayoutPanel(); 162this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel(); 165this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel();
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
51this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
35this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
33this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
66this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
36this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
134this.nameLocationTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 147this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
148this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 149this.typeNameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
261this.centerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 265this.marginsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 275this.scalingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 285this.orientationTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 291this.paperTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 298this.footerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 309this.headerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 322this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();