CreateTextViewLayoutItem
fLayout->AddItem(textControl->CreateTextViewLayoutItem(),
BLayoutItem* CreateTextViewLayoutItem();
BLayoutItem* CreateTextViewLayoutItem();
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 0).View()
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 0).View()
.Add(fAttributeControl->CreateTextViewLayoutItem())
.Add(fRegexControl->CreateTextViewLayoutItem())
.Add(fSpamCutoffRatioTextControl->CreateTextViewLayoutItem())
.Add(fGenuineCutoffRatioTextControl->CreateTextViewLayoutItem())
settingsLayout->AddItem(fFrom->CreateTextViewLayoutItem(), 1, 0);
settingsLayout->AddItem(fTo->CreateTextViewLayoutItem(), 1, 1);
settingsLayout->AddItem(fScaleControl->CreateTextViewLayoutItem(), 1, 2);
.Add((textLayoutItem = fPortInput->CreateTextViewLayoutItem()))
BLayoutItem* inputItem = fExpressionInput->CreateTextViewLayoutItem();
BLayoutItem* textLayoutItem = fConditionInput->CreateTextViewLayoutItem();
BLayoutItem* inputItem = fExpressionInput->CreateTextViewLayoutItem();
.Add(fNameTextControl->CreateTextViewLayoutItem(), 1, 0);
.Add(fHexTextControl->CreateTextViewLayoutItem())
BLayoutItem* inputItem = fNameTC->CreateTextViewLayoutItem();
layout->AddItem(fFromControl->CreateTextViewLayoutItem(), 1, row);
layout->AddItem(fDateControl->CreateTextViewLayoutItem(), 1, row);
layout->AddItem(fSubjectControl->CreateTextViewLayoutItem(), 1, row++, 3, 1);
mailLayout->AddItem(fReplyPreamble->CreateTextViewLayoutItem(), 1,
GridLayout()->AddItem(fName->CreateTextViewLayoutItem(), 1, 0);
BLayoutItem* startDuration = fStartDurationTC->CreateTextViewLayoutItem();
BLayoutItem* endDuration = fEndDurationTC->CreateTextViewLayoutItem();
layout->AddItem(control->CreateTextViewLayoutItem(), 2, row);
.Add(fDelayControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 1, 3, 1)
.Add(fSearchString->CreateTextViewLayoutItem(), 1, 0)
.Add(fSearchString->CreateTextViewLayoutItem(), 1, 0)
.Add(fReplaceString->CreateTextViewLayoutItem(), 1, 1)
.Add(fTabTitle->CreateTextViewLayoutItem(), 1, 0)
.Add(fWindowTitle->CreateTextViewLayoutItem(), 1, 1)
.Add(m_usernameTextControl->CreateTextViewLayoutItem(), 1, 1)
.Add(m_passwordTextControl->CreateTextViewLayoutItem(), 1, 2)
.Add(fStartPageControl->CreateTextViewLayoutItem(), 1, 0, 4)
.Add(fSearchPageControl->CreateTextViewLayoutItem(), 3, 1, 2)
.Add(fDownloadFolderControl->CreateTextViewLayoutItem(), 1, 5, 3)
.Add(fStandardSizesSpinner->CreateTextViewLayoutItem(), 3, 0)
.Add(fFixedSizesSpinner->CreateTextViewLayoutItem(), 3, 7)
.Add(fProxyAddressControl->CreateTextViewLayoutItem(), 1, 1, 2)
.Add(fProxyPortControl->CreateTextViewLayoutItem(), 1, 2, 2)
.Add(fProxyUsernameControl->CreateTextViewLayoutItem(), 1, 5, 2)
.Add(fProxyPasswordControl->CreateTextViewLayoutItem(), 1, 6, 2)
layout->AddItem(control->CreateTextViewLayoutItem(), 1, row);
.Add(fSizeControl->CreateTextViewLayoutItem())
.Add(fFirstPage->CreateTextViewLayoutItem())
.Add(fLastPage->CreateTextViewLayoutItem()))
.Add(fNumberOfCopies->CreateTextViewLayoutItem()))
pageRangeLayout->AddItem(fFromPage->CreateTextViewLayoutItem(), 1, 0);
pageRangeLayout->AddItem(fToPage->CreateTextViewLayoutItem(), 1, 1);
settingsLayout->AddItem(fCopies->CreateTextViewLayoutItem(), 1, row);
settingsLayout->AddItem(fTop->CreateTextViewLayoutItem(), 1, 0);
settingsLayout->AddItem(fLeft->CreateTextViewLayoutItem(), 1, 1);
settingsLayout->AddItem(fBottom->CreateTextViewLayoutItem(), 1, 2);
settingsLayout->AddItem(fRight->CreateTextViewLayoutItem(), 1, 3);
settingsLayout->AddItem(fScaling->CreateTextViewLayoutItem(), 1, 3);
.Add(fPublicNameControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fAttributeControl->CreateTextViewLayoutItem(), 1, 1)
.Add(fSpecialControl->CreateTextViewLayoutItem(), 1, 1, 2)
.Add(fWidthControl->CreateTextViewLayoutItem(), 1, 2, 2)
.Add(fTypeNameControl->CreateTextViewLayoutItem(), 1, 1, 2)
.Add(fDescriptionControl->CreateTextViewLayoutItem(), 1, 2, 2);
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 1, 2)
grid->GridLayout()->AddItem(fInboundNameView->CreateTextViewLayoutItem(),
grid->GridLayout()->AddItem(fOutboundNameView->CreateTextViewLayoutItem(),
.Add(fEmailView->CreateTextViewLayoutItem(), 1, 1)
.Add(fLoginNameView->CreateTextViewLayoutItem(), 1, 2)
.Add(fPasswordView->CreateTextViewLayoutItem(), 1, 3)
.Add(fAccountNameView->CreateTextViewLayoutItem(), 1, 4)
.Add(fNameView->CreateTextViewLayoutItem(), 1, 5)
.Add(fNameControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fRealNameControl->CreateTextViewLayoutItem(), 1, 1)
.Add(fReturnAddressControl->CreateTextViewLayoutItem(), 1, 2)
.Add(fIntervalControl->CreateTextViewLayoutItem())
.Add(fName->CreateTextViewLayoutItem(), 1, 0)
.Add(fColumnsControl->CreateTextViewLayoutItem(), 1, 0)
.Add(fRowsControl->CreateTextViewLayoutItem(), 1, 1)
= fPasswordControl->CreateTextViewLayoutItem();
BLayoutItem* confirmTextView = fConfirmControl->CreateTextViewLayoutItem();
BLayoutItem* layoutItem = fPassword->CreateTextViewLayoutItem();
.Add(textControl1->CreateTextViewLayoutItem(), 1, 1)
.Add(textControl2->CreateTextViewLayoutItem(), 1, 2)
.Add(textControl3->CreateTextViewLayoutItem(), 1, 3)
layout->AddItem(control1->CreateTextViewLayoutItem(), 1, row);
layout->AddItem(control2->CreateTextViewLayoutItem(), 3, row);