108 sntprintf(buf, LNAME, _T(
"%d"),
hSize);
109 hEBox->SetWindowText(buf);
111 sntprintf(buf, LNAME, _T(
"%d"),
xSize);
112 xEBox->SetWindowText(buf);
114 sntprintf(buf, LNAME, _T(
"%d"),
ySize);
115 yEBox->SetWindowText(buf);
117 sntprintf(buf, LNAME, _T(
"%d"),
zSize);
118 zEBox->SetWindowText(buf);
120 sntprintf(buf, LNAME, _T(
"%d"),
dSize);
121 dEBox->SetWindowText(buf);
123 sntprintf(buf, LNAME, _T(
"%d"),
zBase);
124 bEBox->SetWindowText(buf);
127 else sCBox->SetCheck(0);
133 else eCBox->SetCheck(0);
145 hEBox->GetWindowText(buf, LNAME);
148 xEBox->GetWindowText(buf, LNAME);
151 yEBox->GetWindowText(buf, LNAME);
154 zEBox->GetWindowText(buf, LNAME);
157 dEBox->GetWindowText(buf, LNAME);
160 bEBox->GetWindowText(buf, LNAME);