106 references to Add
System.Windows.Forms (41)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
132
this.okCancelTableLayoutPanel.Controls.
Add
(this.okButton, 0, 0);
133
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
292
tableLayoutPanel1.Controls.
Add
(label1, 0, 0);
293
tableLayoutPanel1.Controls.
Add
(button1, 0, 1);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (7)
204
this.overarchingTableLayoutPanel.Controls.
Add
(this.buttonTableLayoutPanel, 0, 1);
205
this.overarchingTableLayoutPanel.Controls.
Add
(this.pictureLabelTableLayoutPanel, 0, 0);
226
this.buttonTableLayoutPanel.Controls.
Add
(this.cancelBtn, 2, 0);
227
this.buttonTableLayoutPanel.Controls.
Add
(this.okBtn, 1, 0);
228
this.buttonTableLayoutPanel.Controls.
Add
(this.detailsBtn, 0, 0);
264
this.pictureLabelTableLayoutPanel.Controls.
Add
(this.lblMessage, 1, 0);
265
this.pictureLabelTableLayoutPanel.Controls.
Add
(this.pictureBox, 0, 0);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (13)
215
this.tableLayoutPanel.Controls.
Add
(this.pictureBoxPublisher, 0, 0);
216
this.tableLayoutPanel.Controls.
Add
(this.pictureBoxMachineAccess, 0, 2);
217
this.tableLayoutPanel.Controls.
Add
(this.pictureBoxInstallation, 0, 4);
218
this.tableLayoutPanel.Controls.
Add
(this.pictureBoxLocation, 0, 6);
219
this.tableLayoutPanel.Controls.
Add
(this.lblPublisher, 1, 0);
220
this.tableLayoutPanel.Controls.
Add
(this.lblPublisherContent, 1, 1);
221
this.tableLayoutPanel.Controls.
Add
(this.lblMachineAccess, 1, 2);
222
this.tableLayoutPanel.Controls.
Add
(this.lblMachineAccessContent, 1, 3);
223
this.tableLayoutPanel.Controls.
Add
(this.lblInstallation, 1, 4);
224
this.tableLayoutPanel.Controls.
Add
(this.lblInstallationContent, 1, 5);
225
this.tableLayoutPanel.Controls.
Add
(this.lblLocation, 1, 6);
226
this.tableLayoutPanel.Controls.
Add
(this.lblLocationContent, 1, 7);
227
this.tableLayoutPanel.Controls.
Add
(this.btnClose, 1, 8);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (17)
188
this.tableLayoutPanelOuter.Controls.
Add
(this.warningTextTableLayoutPanel, 0, 4);
189
this.tableLayoutPanelOuter.Controls.
Add
(this.tableLayoutPanelQuestion, 0, 0);
190
this.tableLayoutPanelOuter.Controls.
Add
(this.tableLayoutPanelButtons, 0, 2);
191
this.tableLayoutPanelOuter.Controls.
Add
(this.tableLayoutPanelInfo, 0, 1);
192
this.tableLayoutPanelOuter.Controls.
Add
(this.lineLabel, 0, 3);
207
this.warningTextTableLayoutPanel.Controls.
Add
(this.pictureBoxWarning, 0, 0);
208
this.warningTextTableLayoutPanel.Controls.
Add
(this.linkLblMoreInformation, 1, 0);
233
this.tableLayoutPanelQuestion.Controls.
Add
(this.lblQuestion, 0, 0);
234
this.tableLayoutPanelQuestion.Controls.
Add
(this.pictureBoxQuestion, 1, 0);
257
this.tableLayoutPanelButtons.Controls.
Add
(this.btnInstall, 0, 0);
258
this.tableLayoutPanelButtons.Controls.
Add
(this.btnCancel, 1, 0);
287
this.tableLayoutPanelInfo.Controls.
Add
(this.lblName, 0, 0);
288
this.tableLayoutPanelInfo.Controls.
Add
(this.linkLblName, 0, 1);
289
this.tableLayoutPanelInfo.Controls.
Add
(this.lblFrom, 0, 2);
290
this.tableLayoutPanelInfo.Controls.
Add
(this.linkLblFromUrl, 0, 3);
291
this.tableLayoutPanelInfo.Controls.
Add
(this.lblPublisher, 0, 4);
292
this.tableLayoutPanelInfo.Controls.
Add
(this.linkLblPublisher, 0, 5);
System.Workflow.Activities (8)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (2)
202
this.okCancelTableLayoutPanel.Controls.
Add
(this.okButton, 0, 0);
203
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (2)
68
this.okCancelTableLayoutPanel.Controls.
Add
(this.okButton, 0, 0);
69
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (2)
50
this.okCancelTableLayoutPanel.Controls.
Add
(this.okButton, 0, 0);
51
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
313
this.okCancelTableLayoutPanel.Controls.
Add
(this.buttonOK, 0, 0);
314
this.okCancelTableLayoutPanel.Controls.
Add
(this.buttonCancel, 1, 0);
System.Workflow.ComponentModel (57)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (2)
78
this.buttonTableLayoutPanel.Controls.
Add
(this.OKButton, 0, 0);
79
this.buttonTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (8)
184
this.nameLocationTableLayoutPanel.Controls.
Add
(this.themeNameLabel, 0, 0);
185
this.nameLocationTableLayoutPanel.Controls.
Add
(this.themeNameTextBox, 1, 0);
186
this.nameLocationTableLayoutPanel.Controls.
Add
(this.themeLocationButton, 2, 1);
187
this.nameLocationTableLayoutPanel.Controls.
Add
(this.themeLocationLabel, 0, 1);
188
this.nameLocationTableLayoutPanel.Controls.
Add
(this.themeLocationTextBox, 1, 1);
275
this.okCancelTableLayoutPanel.Controls.
Add
(this.okButton, 0, 0);
276
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
277
this.okCancelTableLayoutPanel.Controls.
Add
(this.previewButton, 2, 0);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (4)
275
this.okCancelTableLayoutPanel.Controls.
Add
(this.buttonOK, 0, 0);
276
this.okCancelTableLayoutPanel.Controls.
Add
(this.buttonCancel, 1, 0);
282
this.typeNameTableLayoutPanel.Controls.
Add
(this.typeNameLabel, 0, 0);
283
this.typeNameTableLayoutPanel.Controls.
Add
(this.typeTextBox, 1, 0);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (43)
382
this.centerTableLayoutPanel.Controls.
Add
(this.CenterVerticallyCheckBox, 1, 0);
383
this.centerTableLayoutPanel.Controls.
Add
(this.CenterHorizontallyCheckBox, 0, 0);
406
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsRightInput, 3, 1);
407
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsBottomInput, 3, 0);
408
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsTopLabel, 0, 0);
409
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsLeftLabel, 0, 1);
410
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsRightLabel, 2, 1);
411
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsBottomLabel, 2, 0);
412
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsTopInput, 1, 0);
413
this.marginsTableLayoutPanel.Controls.
Add
(this.marginsLeftInput, 1, 1);
514
this.scalingTableLayoutPanel.Controls.
Add
(this.fitToTallLabel, 2, 2);
515
this.scalingTableLayoutPanel.Controls.
Add
(this.scalingOfSizeLabel, 2, 0);
516
this.scalingTableLayoutPanel.Controls.
Add
(this.fitToWideLabel, 2, 1);
517
this.scalingTableLayoutPanel.Controls.
Add
(this.adjustToRadioButton, 0, 0);
518
this.scalingTableLayoutPanel.Controls.
Add
(this.fitToPagesTallInput, 1, 2);
519
this.scalingTableLayoutPanel.Controls.
Add
(this.fitToPagesWideInput, 1, 1);
520
this.scalingTableLayoutPanel.Controls.
Add
(this.adjustToScaleInput, 1, 0);
521
this.scalingTableLayoutPanel.Controls.
Add
(this.fitToRadioButton, 0, 1);
622
this.orientationTableLayoutPanel.Controls.
Add
(this.landscapeRadioButton, 3, 0);
623
this.orientationTableLayoutPanel.Controls.
Add
(this.landscapePicture, 2, 0);
624
this.orientationTableLayoutPanel.Controls.
Add
(this.portraitRadioButton, 1, 0);
625
this.orientationTableLayoutPanel.Controls.
Add
(this.portraitPicture, 0, 0);
662
this.paperTableLayoutPanel.Controls.
Add
(this.paperSourceComboBox, 1, 1);
663
this.paperTableLayoutPanel.Controls.
Add
(this.paperSizeComboBox, 1, 0);
664
this.paperTableLayoutPanel.Controls.
Add
(this.paperSizeLabel, 0, 0);
665
this.paperTableLayoutPanel.Controls.
Add
(this.paperSourceLabel, 0, 1);
712
this.footerTableLayoutPanel.Controls.
Add
(this.footerTextLabel, 0, 0);
713
this.footerTableLayoutPanel.Controls.
Add
(this.footerAlignmentLabel, 0, 1);
714
this.footerTableLayoutPanel.Controls.
Add
(this.footerMarginUnitsLabel, 2, 2);
715
this.footerTableLayoutPanel.Controls.
Add
(this.footerMarginLabel, 0, 2);
716
this.footerTableLayoutPanel.Controls.
Add
(this.footerMarginInput, 1, 2);
717
this.footerTableLayoutPanel.Controls.
Add
(this.footerTextComboBox, 1, 0);
718
this.footerTableLayoutPanel.Controls.
Add
(this.footerAlignmentComboBox, 1, 1);
797
this.headerTableLayoutPanel.Controls.
Add
(this.headerTextLabel, 0, 0);
798
this.headerTableLayoutPanel.Controls.
Add
(this.headerAlignmentLabel, 0, 1);
799
this.headerTableLayoutPanel.Controls.
Add
(this.headerMarginUnitsLabel, 2, 2);
800
this.headerTableLayoutPanel.Controls.
Add
(this.headerMarginLabel, 0, 2);
801
this.headerTableLayoutPanel.Controls.
Add
(this.headerMarginInput, 1, 2);
802
this.headerTableLayoutPanel.Controls.
Add
(this.headerTextComboBox, 1, 0);
803
this.headerTableLayoutPanel.Controls.
Add
(this.headerAlignmentComboBox, 1, 1);
893
this.okCancelTableLayoutPanel.Controls.
Add
(this.OKButton, 0, 0);
894
this.okCancelTableLayoutPanel.Controls.
Add
(this.cancelButton, 1, 0);
895
this.okCancelTableLayoutPanel.Controls.
Add
(this.printerButton, 2, 0);