45 $initServerName =
'test.local';
48 $this->wbLabelServerName = $bearsamppWinbinder->createLabel(
51 15, 15, 85,
null, WBC_RIGHT
53 $this->wbInputServerName = $bearsamppWinbinder->createInputText(
59 $this->wbLabelDocRoot = $bearsamppWinbinder->createLabel(
62 15, 45, 85,
null, WBC_RIGHT
64 $this->wbInputDocRoot = $bearsamppWinbinder->createInputText(
67 105, 43, 190,
null,
null, WBC_READONLY
69 $this->wbBtnDocRoot = $bearsamppWinbinder->createButton(
75 $this->wbLabelExp = $bearsamppWinbinder->createLabel(
191 $bearsamppWinbinder->setText(
195 $bearsamppWinbinder->setEnabled(
203 $documentRoot = $bearsamppWinbinder->sysDlgPath(
208 if ($documentRoot && is_dir($documentRoot)) {
209 $bearsamppWinbinder->setText($this->wbInputDocRoot[
WinBinder::CTRL_OBJ], $documentRoot .
'\\');
210 $bearsamppWinbinder->setText(