5 overrides of Add
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (1)
7702
public override void
Add
(Control value) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
430
public override void
Add
(Control value) {
winforms\Managed\System\WinForms\TabControl.cs (1)
2733
public override void
Add
(Control value) {
winforms\Managed\System\WinForms\TabPage.cs (1)
804
public override void
Add
(Control value) {
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
497
public override void
Add
(Control value) {
299 references to Add
System.Web.Entity.Design (45)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (13)
63
this._databaseConnectionGroupBox.Controls.
Add
(this._namedConnectionRadioButton);
64
this._databaseConnectionGroupBox.Controls.
Add
(this._namedConnectionComboBox);
65
this._databaseConnectionGroupBox.Controls.
Add
(this._connectionStringRadioButton);
66
this._databaseConnectionGroupBox.Controls.
Add
(this._connectionStringTextBox);
70
this._databaseConnectionGroupBox.Controls.
Add
(this._namedConnectionComboBox);
71
this._databaseConnectionGroupBox.Controls.
Add
(this._connectionStringTextBox);
72
this._radioButtonsGroupContainer.Controls.
Add
(this._namedConnectionRadioButton);
73
this._radioButtonsGroupContainer.Controls.
Add
(this._connectionStringRadioButton);
74
this._databaseConnectionGroupBox.Controls.
Add
(this._radioButtonsGroupContainer);
129
this.Controls.
Add
(this._databaseConnectionGroupLabel);
130
this.Controls.
Add
(this._databaseConnectionGroupBox);
131
this.Controls.
Add
(this._containerNameLabel);
132
this.Controls.
Add
(this._containerNameComboBox);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (11)
112
this._insertUpdateDeletePanel.Controls.
Add
(this._enableInsertCheckBox);
113
this._insertUpdateDeletePanel.Controls.
Add
(this._enableUpdateCheckBox);
114
this._insertUpdateDeletePanel.Controls.
Add
(this._enableDeleteCheckBox);
148
this.Controls.
Add
(this._entitySetLabel);
149
this.Controls.
Add
(this._entitySetComboBox);
150
this.Controls.
Add
(this._entityTypeFilterLabel);
151
this.Controls.
Add
(this._entityTypeFilterComboBox);
152
this.Controls.
Add
(this._selectLabel);
153
this.Controls.
Add
(this._selectSimpleCheckedListBox);
154
this.Controls.
Add
(this._selectAdvancedTextBox);
155
this.Controls.
Add
(this._insertUpdateDeletePanel);
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (7)
207
this._checkBoxPanel.Controls.
Add
(this._autoGenerateCheckBox);
214
this._statementPanel.Controls.
Add
(this._statementLabel);
215
this._statementPanel.Controls.
Add
(this._statementTextBox);
229
this.Controls.
Add
(this._statementPanel);
230
this.Controls.
Add
(this._checkBoxPanel);
231
this.Controls.
Add
(this._cancelButton);
232
this.Controls.
Add
(this._okButton);
System\Data\WebControls\Design\Util\TaskFormBase.cs (5)
111
this._headerPanel.Controls.
Add
(this._glyphPictureBox);
112
this._headerPanel.Controls.
Add
(this._captionLabel);
138
this.Controls.
Add
(this._headerPanel);
139
this.Controls.
Add
(this._bottomDividerLabel);
140
this.Controls.
Add
(this._taskPanel);
System\Data\WebControls\Design\Util\WizardForm.cs (9)
117
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._previousButton);
118
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._dummyLabel1);
119
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._nextButton);
120
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._dummyLabel2);
121
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._finishButton);
122
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._dummyLabel3);
123
this._wizardButtonsTableLayoutPanel.Controls.
Add
(this._cancelButton);
205
this.Controls.
Add
(this._wizardButtonsTableLayoutPanel);
347
TaskPanel.Controls.
Add
(panel);
System.Web.Mobile (16)
UI\MobileControls\Design\ListItemsPage.cs (2)
134
this.Controls.
Add
(_itemsAsLinksCheckBox);
145
this.Controls.
Add
(_ckbSelected);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
578
panel.Controls.
Add
(lblDescription);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
990
panel.Controls.
Add
(lblDescription);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
598
panel.Controls.
Add
(lblDescription);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
171
this.Controls.
Add
(_pnlMain);
605
panel.Controls.
Add
(lblDescription);
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (2)
68
this.Controls.
Add
(CmdOK);
69
this.Controls.
Add
(CmdCancel);
UI\MobileControls\Design\Util\EditableTreeList.cs (6)
116
this.Controls.
Add
(LblTitle);
117
this.Controls.
Add
(TvList);
118
this.Controls.
Add
(BtnUp);
119
this.Controls.
Add
(BtnDown);
120
this.Controls.
Add
(BtnRemove);
121
this.Controls.
Add
(BtnAdd);
UI\MobileControls\Design\Util\GenericUI.cs (1)
88
dialog.Controls.
Add
(header);
System.Windows.Forms (44)
winforms\Managed\System\WinForms\Control.cs (3)
3450
value.Controls.
Add
(this);
14834
Add
((Control)control);
14858
Add
(controls[i]);
winforms\Managed\System\WinForms\DataGrid.cs (3)
344
Controls.
Add
(horizScrollBar);
350
Controls.
Add
(vertScrollBar);
1646
this.Controls.
Add
(this.toBeDisposedEditingControl);
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
148
value.Controls.
Add
(edit);
winforms\Managed\System\WinForms\DataGridView.cs (2)
508
this.Controls.
Add
(this.horizScrollBar);
515
this.Controls.
Add
(this.vertScrollBar);
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
2739
dgv.Controls.
Add
(dgv.EditingPanel);
2740
dgv.EditingPanel.Controls.
Add
(dgv.EditingControl);
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
341
pageSite.GetControl().Controls.
Add
(this);
winforms\Managed\System\WinForms\Form.cs (2)
1422
Controls.
Add
(new MdiClient());
7720
base.
Add
(value);
winforms\Managed\System\WinForms\MDIClient.cs (1)
441
base.
Add
(value);
winforms\Managed\System\WinForms\MDIWindowDialog.cs (2)
142
this.Controls.
Add
(this.okCancelTableLayoutPanel);
143
this.Controls.
Add
(this.itemList);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
309
this.Controls.
Add
(tableLayoutPanel1);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1566
this.Controls.
Add
(previewControl);
1567
this.Controls.
Add
(this.toolStrip1);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4846
this.Controls.
Add
(hotcommands);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
53
Controls.
Add
(m_labelTitle);
54
Controls.
Add
(m_labelDesc);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
294
this.Controls.
Add
(this.details);
295
this.Controls.
Add
(this.overarchingTableLayoutPanel);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
82
this.Controls.
Add
(label);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
572
Controls.
Add
(scrollBar);
1035
Controls.
Add
(ctl);
5996
Controls.
Add
(ctl);
6060
Controls.
Add
(CreateNewLink);
winforms\Managed\System\WinForms\TabControl.cs (3)
2357
owner.Controls.
Add
(value);
2547
owner.Controls.
Add
(tabPage);
2751
base.
Add
(tabPage);
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
581
base.
Add
(control);
winforms\Managed\System\WinForms\TabPage.cs (1)
809
base.
Add
(value);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (5)
290
Controls.
Add
(pictureBox);
295
Controls.
Add
(message);
332
Controls.
Add
(b);
341
Controls.
Add
(b);
355
Controls.
Add
(details);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
961
this.Controls.
Add
(toolStripToDrag);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
338
this.Controls.
Add
(this.tableLayoutPanel);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
365
this.Controls.
Add
(this.tableLayoutPanelOuter);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
505
base.
Add
(value);
System.Workflow.Activities (42)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (10)
102
this.rulesPanel.Controls.
Add
(this.rulesToolStrip);
103
this.rulesPanel.Controls.
Add
(this.rulesListView);
162
this.preiviewPanel.Controls.
Add
(this.previewRichEditBoxPanel);
163
this.preiviewPanel.Controls.
Add
(this.previewLabel);
171
this.previewRichEditBoxPanel.Controls.
Add
(this.previewRichTextBox);
211
this.Controls.
Add
(this.okCancelTableLayoutPanel);
212
this.Controls.
Add
(this.headerPictureBox);
213
this.Controls.
Add
(this.descriptionLabel);
214
this.Controls.
Add
(this.preiviewPanel);
215
this.Controls.
Add
(this.rulesPanel);
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
78
this.TopLevelControl.Controls.
Add
(this.listBoxAutoComplete);
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (3)
77
this.Controls.
Add
(this.okCancelTableLayoutPanel);
78
this.Controls.
Add
(this.ruleNameTextBox);
79
this.Controls.
Add
(this.newNamelabel);
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (5)
102
this.Controls.
Add
(this.conditionLabel);
103
this.Controls.
Add
(this.conditionTextBox);
104
this.Controls.
Add
(this.okCancelTableLayoutPanel);
105
this.Controls.
Add
(this.headerLabel);
106
this.Controls.
Add
(this.headerPictureBox);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (23)
122
this.rulesGroupBox.Controls.
Add
(this.panel1);
129
this.panel1.Controls.
Add
(this.chainingLabel);
130
this.panel1.Controls.
Add
(this.chainingBehaviourComboBox);
131
this.panel1.Controls.
Add
(this.rulesToolStrip);
132
this.panel1.Controls.
Add
(this.rulesListView);
196
this.ruleGroupBox.Controls.
Add
(this.reevaluationComboBox);
197
this.ruleGroupBox.Controls.
Add
(this.elseTextBox);
198
this.ruleGroupBox.Controls.
Add
(this.elseLabel);
199
this.ruleGroupBox.Controls.
Add
(this.thenTextBox);
200
this.ruleGroupBox.Controls.
Add
(this.thenLabel);
201
this.ruleGroupBox.Controls.
Add
(this.conditionTextBox);
202
this.ruleGroupBox.Controls.
Add
(this.conditionLabel);
203
this.ruleGroupBox.Controls.
Add
(this.nameTextBox);
204
this.ruleGroupBox.Controls.
Add
(this.nameLabel);
205
this.ruleGroupBox.Controls.
Add
(this.activeCheckBox);
206
this.ruleGroupBox.Controls.
Add
(this.reevaluationLabel);
207
this.ruleGroupBox.Controls.
Add
(this.priorityTextBox);
208
this.ruleGroupBox.Controls.
Add
(this.priorityLabel);
338
this.Controls.
Add
(this.ruleGroupBox);
339
this.Controls.
Add
(this.headerTextLabel);
340
this.Controls.
Add
(this.pictureBoxHeader);
341
this.Controls.
Add
(this.okCancelTableLayoutPanel);
342
this.Controls.
Add
(this.rulesGroupBox);
System.Workflow.ComponentModel (63)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
165
this.dummyPanel.Controls.
Add
(this.workflowOutline);
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (12)
105
this.groupBox1.Controls.
Add
(this.createField);
106
this.groupBox1.Controls.
Add
(this.createProperty);
113
this.bindTabControl.Controls.
Add
(this.existingMemberPage);
114
this.bindTabControl.Controls.
Add
(this.newMemberPage);
120
this.existingMemberPage.Controls.
Add
(this.dummyPanel);
121
this.existingMemberPage.Controls.
Add
(this.helpTextBox);
128
this.newMemberPage.Controls.
Add
(this.memberNameLabel);
129
this.newMemberPage.Controls.
Add
(this.memberNameTextBox);
130
this.newMemberPage.Controls.
Add
(this.groupBox1);
131
this.newMemberPage.Controls.
Add
(this.newMemberHelpTextBox);
158
this.Controls.
Add
(this.bindTabControl);
159
this.Controls.
Add
(this.buttonTableLayoutPanel);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (12)
226
this.themePanel.Controls.
Add
(this.themeConfigPanel);
227
this.themePanel.Controls.
Add
(this.previewLabel);
228
this.themePanel.Controls.
Add
(this.selectDesignerLabel);
229
this.themePanel.Controls.
Add
(this.dummyPreviewPanel);
236
this.themeConfigPanel.Controls.
Add
(this.designerTreeView);
237
this.themeConfigPanel.Controls.
Add
(this.propertiesGrid);
286
this.Controls.
Add
(this.nameLocationTableLayoutPanel);
287
this.Controls.
Add
(this.okCancelTableLayoutPanel);
288
this.Controls.
Add
(this.themePanel);
289
this.Controls.
Add
(this.button3);
369
this.dummyPreviewPanel.Parent.Controls.
Add
(this.designerPreview);
946
Controls.
Add
(workflowView);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (12)
184
this.tabControl.Controls.
Add
(this.typeTabPage);
185
this.tabControl.Controls.
Add
(this.advancedTabPage);
192
this.typeTabPage.Controls.
Add
(this.typeSplitContainer);
204
this.typeSplitContainer.Panel1.Controls.
Add
(this.artifactTreeView);
208
this.typeSplitContainer.Panel2.Controls.
Add
(this.artifactListView);
244
this.advancedTabPage.Controls.
Add
(this.genericParametersPropertyGrid);
300
this.Controls.
Add
(this.artifactLabel);
301
this.Controls.
Add
(this.typeNameTableLayoutPanel);
302
this.Controls.
Add
(this.okCancelTableLayoutPanel);
303
this.Controls.
Add
(this.buttonBrowse);
304
this.Controls.
Add
(this.helpTextHolder);
305
this.Controls.
Add
(this.tabControl);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (22)
357
this.tabs.Controls.
Add
(this.pageSettingsTab);
358
this.tabs.Controls.
Add
(this.headerFooterTab);
364
this.pageSettingsTab.Controls.
Add
(this.centerGroup);
365
this.pageSettingsTab.Controls.
Add
(this.marginsGroup);
366
this.pageSettingsTab.Controls.
Add
(this.scalingGroup);
367
this.pageSettingsTab.Controls.
Add
(this.orientationGroup);
368
this.pageSettingsTab.Controls.
Add
(this.paperSettingsGroup);
375
this.centerGroup.Controls.
Add
(this.centerTableLayoutPanel);
399
this.marginsGroup.Controls.
Add
(this.marginsTableLayoutPanel);
507
this.scalingGroup.Controls.
Add
(this.scalingTableLayoutPanel);
615
this.orientationGroup.Controls.
Add
(this.orientationTableLayoutPanel);
655
this.paperSettingsGroup.Controls.
Add
(this.paperTableLayoutPanel);
695
this.headerFooterTab.Controls.
Add
(this.footerGroup);
696
this.headerFooterTab.Controls.
Add
(this.headerGroup);
703
this.footerGroup.Controls.
Add
(this.footerTableLayoutPanel);
704
this.footerGroup.Controls.
Add
(this.customFooterText);
705
this.footerGroup.Controls.
Add
(this.customFooterLabel);
788
this.headerGroup.Controls.
Add
(this.headerTableLayoutPanel);
789
this.headerGroup.Controls.
Add
(this.customHeaderText);
790
this.headerGroup.Controls.
Add
(this.customHeaderLabel);
903
this.Controls.
Add
(this.okCancelTableLayoutPanel);
904
this.Controls.
Add
(this.tabs);
AuthoringOM\Design\DocumentOutline.cs (1)
72
this.Controls.
Add
(this.treeView);
AuthoringOM\Design\WorkflowView.cs (3)
643
Controls.
Add
(this.toolContainer);
1938
Controls.
Add
(this.hScrollBar);
1955
Controls.
Add
(this.vScrollBar);
System.WorkflowServices (37)
System\Workflow\Activities\Design\EditableLabelControl.cs (3)
22
this.Controls.
Add
(label);
78
this.Controls.
Add
(label);
90
this.Controls.
Add
(TextBox);
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
343
detailsViewPanel.Controls.
Add
(operationsListBox.SelectedItemViewControl);
510
this.Controls.
Add
(label);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (7)
110
this.operationsPanel.Controls.
Add
(this.operationsListBox);
147
this.footerPanel.Controls.
Add
(this.cancelButton);
148
this.footerPanel.Controls.
Add
(this.okButton);
165
this.Controls.
Add
(this.operationsToolStrip);
166
this.Controls.
Add
(this.operationsPanel);
167
this.Controls.
Add
(this.detailsViewPanel);
168
this.Controls.
Add
(this.footerPanel);
System\Workflow\Activities\Design\RichListBox.cs (1)
210
this.Controls.
Add
(activeItemViewControl);
System\Workflow\Activities\Design\ServiceContractDetailViewControl.Designer.cs (2)
55
this.Controls.
Add
(this.contractNameTextBox);
56
this.Controls.
Add
(this.contractNameLabel);
System\Workflow\Activities\Design\ServiceContractViewControl.Designer.cs (3)
62
this.backgroundPanel.Controls.
Add
(this.contractNameLabel);
63
this.backgroundPanel.Controls.
Add
(this.contractIconPictureBox);
75
this.Controls.
Add
(this.backgroundPanel);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (15)
101
this.operationTabControl.Controls.
Add
(this.parametersTabPage);
102
this.operationTabControl.Controls.
Add
(this.propertiesTabPage);
103
this.operationTabControl.Controls.
Add
(this.permissionsTab);
110
this.parametersTabPage.Controls.
Add
(this.operationsToolStrip);
111
this.parametersTabPage.Controls.
Add
(this.parametersGrid);
168
this.propertiesTabPage.Controls.
Add
(this.protectionLevelComboBox);
169
this.propertiesTabPage.Controls.
Add
(this.protectionLevelLabel);
170
this.propertiesTabPage.Controls.
Add
(this.oneWayCheckBox);
190
this.permissionsTab.Controls.
Add
(this.permissionRoleTextBox);
191
this.permissionsTab.Controls.
Add
(this.permissionNameTextBox);
192
this.permissionsTab.Controls.
Add
(this.permissionNameLabel);
193
this.permissionsTab.Controls.
Add
(this.permissionRoleLabel);
222
this.Controls.
Add
(this.operationTabControl);
223
this.Controls.
Add
(this.operationNameTextBox);
224
this.Controls.
Add
(this.operationNameLabel);
System\Workflow\Activities\Design\ServiceOperationViewControl.designer.cs (4)
50
this.backgroundPanel.Controls.
Add
(this.isImplementedPictureBox);
51
this.backgroundPanel.Controls.
Add
(this.operationIconPictureBox);
52
this.backgroundPanel.Controls.
Add
(this.operationNameLabel);
87
this.Controls.
Add
(this.backgroundPanel);
WsatUI (52)
MMCUI\AcceptedCertificatesForm.designer.cs (6)
126
this.Controls.
Add
(this.headerLabel2);
127
this.Controls.
Add
(this.headerLabel1);
128
this.Controls.
Add
(this.viewButton);
129
this.Controls.
Add
(this.cancelButton);
130
this.Controls.
Add
(this.okButton);
131
this.Controls.
Add
(this.listAllowedCertificates);
MMCUI\TraceOptionsForm.designer.cs (24)
74
this.flowLayoutPanelButtons.Controls.
Add
(this.buttonOK);
75
this.flowLayoutPanelButtons.Controls.
Add
(this.buttonCancel);
95
this.groupBoxTraceOutput.Controls.
Add
(this.traceOutputPanel);
102
this.traceOutputPanel.Controls.
Add
(this.labelTraceInfo);
103
this.traceOutputPanel.Controls.
Add
(this.traceLevelPanel);
115
this.traceLevelPanel.Controls.
Add
(this.labelTraceLevel);
116
this.traceLevelPanel.Controls.
Add
(this.panelTraceLevel);
127
this.panelTraceLevel.Controls.
Add
(this.checkBoxActivityTracing);
128
this.panelTraceLevel.Controls.
Add
(this.checkBoxActivityPropagation);
129
this.panelTraceLevel.Controls.
Add
(this.checkBoxTracePii);
130
this.panelTraceLevel.Controls.
Add
(this.comboBoxTraceLevel);
161
this.groupBoxLoggingSession.Controls.
Add
(this.flowLayoutPanel2);
168
this.flowLayoutPanel2.Controls.
Add
(this.label3);
169
this.flowLayoutPanel2.Controls.
Add
(this.flowLayoutPanelSessionControlButtons);
170
this.flowLayoutPanel2.Controls.
Add
(this.flowLayoutPanel1);
182
this.flowLayoutPanelSessionControlButtons.Controls.
Add
(this.buttonNewSession);
183
this.flowLayoutPanelSessionControlButtons.Controls.
Add
(this.buttonStopSession);
184
this.flowLayoutPanelSessionControlButtons.Controls.
Add
(this.buttonFlushData);
210
this.flowLayoutPanel1.Controls.
Add
(this.label5);
211
this.flowLayoutPanel1.Controls.
Add
(this.textLogFileSize);
212
this.flowLayoutPanel1.Controls.
Add
(this.label4);
237
this.Controls.
Add
(this.groupBoxLoggingSession);
238
this.Controls.
Add
(this.groupBoxTraceOutput);
239
this.Controls.
Add
(this.flowLayoutPanelButtons);
MMCUI\WSATControl.designer.cs (22)
73
this.groupBoxTracing.Controls.
Add
(this.textBox1);
74
this.groupBoxTracing.Controls.
Add
(this.buttonTracingOptions);
96
this.groupBoxTimeouts.Controls.
Add
(this.labelDefaultTimeout);
97
this.groupBoxTimeouts.Controls.
Add
(this.textBoxDefaultTimeout);
98
this.groupBoxTimeouts.Controls.
Add
(this.labelMaxTimeout);
99
this.groupBoxTimeouts.Controls.
Add
(this.textBoxMaxTimeout);
100
this.groupBoxTimeouts.Controls.
Add
(this.labelSeconds2);
101
this.groupBoxTimeouts.Controls.
Add
(this.labelSeconds1);
140
this.groupBoxNetwork.Controls.
Add
(this.labelHttpsPort);
141
this.groupBoxNetwork.Controls.
Add
(this.textBoxHttpsPort);
142
this.groupBoxNetwork.Controls.
Add
(this.labelEndpointCert);
143
this.groupBoxNetwork.Controls.
Add
(this.textBoxEndpointCert);
144
this.groupBoxNetwork.Controls.
Add
(this.buttonSelectEndpointCert);
145
this.groupBoxNetwork.Controls.
Add
(this.buttonSelectAuthorizedAccounts);
146
this.groupBoxNetwork.Controls.
Add
(this.buttonSelectAuthorizedCerts);
147
this.groupBoxNetwork.Controls.
Add
(this.labelAuthorizedCerts);
148
this.groupBoxNetwork.Controls.
Add
(this.labelAuthorizedAccounts);
219
this.Controls.
Add
(this.textBoxNetworkDtcAccess);
220
this.Controls.
Add
(this.checkBoxEnableNetworkSupport);
221
this.Controls.
Add
(this.groupBoxNetwork);
222
this.Controls.
Add
(this.groupBoxTimeouts);
223
this.Controls.
Add
(this.groupBoxTracing);