Lines Matching defs:the_prop
130 AEncodeProperties * the_prop;
131 the_prop = (AEncodeProperties *) lpData;
139 //tst.OutPut("init folder to %s ",the_prop->GetOutputDirectory());
141 ::SendMessage(hwnd, BFFM_SETSELECTION, (WPARAM)TRUE, (LPARAM)the_prop->GetOutputDirectory());
170 AEncodeProperties * the_prop;
171 the_prop = (AEncodeProperties *) GetProp(hwndDlg, "AEncodeProperties-Config");
175 if (the_prop != NULL)
177 bResult = the_prop->HandleDialogCommand( hwndDlg, wParam, lParam);
181 assert(the_prop == NULL);
183 the_prop = (AEncodeProperties *) lParam;
184 the_prop->my_debug.OutPut("there hwnd = 0x%08X",hwndDlg);
186 assert(the_prop != NULL);
188 SetProp(hwndDlg, "AEncodeProperties-Config", the_prop);
190 the_prop->InitConfigDlg(hwndDlg);
199 the_prop->UpdateDlgFromSlides(hwndDlg);
203 the_prop->UpdateDlgFromSlides(hwndDlg);
207 the_prop->UpdateDlgFromSlides(hwndDlg);
211 the_prop->UpdateDlgFromSlides(hwndDlg);