#include <CreateBatchDownload.h>
Public Types | |
| enum | { IDD = IDD_CREATEBATCHDOWNLOAD } |
Public Member Functions | |
| CCreateBatchDownload (CWnd *pParent=NULL) | |
Public Attributes | |
| fsSchedule | m_task |
| CButton | m_btnOutFolderSetDefault |
| CComboBox | m_wndZ |
| CComboBox | m_wndA |
| CDownloadsGroupsComboBox | m_wndGroups |
| CButton | m_btnSetTime |
| CButton | m_btnCreateGroup |
| CButton | m_btnChooseFolder |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | FillZ () |
| void | FreeDownloads () |
| DLDS_LIST * | GenerateDownloads () |
| void | GenerateAndAddDownloads () |
| BOOL | ReadAuth () |
| BOOL | CheckUrl () |
| void | WrongUrl () |
| BOOL | BuildBatchList () |
| void | PrepareCHMgr (CPoint point) |
| void | ApplyLanguage () |
| void | ReadAutostart () |
| void | UrlChanged () |
| void | Update_User_Password () |
| void | UpdateEnabled () |
| void | OnChangeGroups () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnSelchangeGroups () |
| afx_msg void | OnEditchangeUrl () |
| afx_msg void | OnSelchangeUrl () |
| afx_msg void | OnUselogin () |
| afx_msg void | OnChangeUser () |
| afx_msg void | OnChangePassword () |
| afx_msg void | OnStartnow () |
| afx_msg void | OnStartmanual () |
| afx_msg void | OnStartschedule () |
| afx_msg void | OnCreategroup () |
| afx_msg void | OnChoosefolder () |
| afx_msg void | OnSettime () |
| afx_msg void | OnAdvanced () |
| afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
| afx_msg BOOL | OnHelpInfo (HELPINFO *pHelpInfo) |
| afx_msg void | OnWhatisthis () |
| afx_msg void | OnResults () |
| virtual void | OnOK () |
| afx_msg void | OnQuerysize () |
| virtual void | OnCancel () |
| afx_msg void | OnSelchangeA () |
| afx_msg void | OnSelchangeZ () |
| afx_msg void | OnChangeNumbers () |
| afx_msg void | OnSetnumbers () |
| afx_msg void | OnFileauto () |
| afx_msg void | OnOutfolderSetdefault () |
Static Protected Member Functions | |
| static DWORD WINAPI | _threadCalculateSize (LPVOID lp) |
| static DWORD WINAPI | _threadCalcSize (LPVOID lp) |
Protected Attributes | |
| vmsBatchList | m_bl |
| vmsBatchList | m_blSaveAs |
| bool | m_bBLParametersChanged |
| int | m_iAlphaFrom |
| int | m_iAlphaTo |
| BOOL | m_bScheduled |
| BOOL | m_bAuthorization |
| vmsDownloadSmartPtr | m_dld |
| int | m_iAutostart |
| BOOL | m_bGroupChanged |
| BOOL | m_bAuthChanged |
| CString | m_strUrl |
| DLDS_LIST * | m_pvDownloads |
Definition at line 18 of file CreateBatchDownload.h.
| anonymous enum |
| CCreateBatchDownload::CCreateBatchDownload | ( | CWnd * | pParent = NULL |
) |
Definition at line 29 of file CreateBatchDownload.cpp.
References Download_CreateInstance(), m_bBLParametersChanged, m_dld, m_iAlphaFrom, m_iAlphaTo, m_pvDownloads, and NULL.
| void CCreateBatchDownload::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 39 of file CreateBatchDownload.cpp.
References IDC_A, IDC_CHOOSEFOLDER, IDC_CREATEGROUP, IDC_GROUPS, IDC_OUTFOLDER_SETDEFAULT, IDC_SETTIME, IDC_Z, m_btnChooseFolder, m_btnCreateGroup, m_btnOutFolderSetDefault, m_btnSetTime, m_wndA, m_wndGroups, and m_wndZ.
| void CCreateBatchDownload::FillZ | ( | ) | [protected] |
Definition at line 935 of file CreateBatchDownload.cpp.
References m_wndA, and m_wndZ.
Referenced by OnInitDialog(), and OnSelchangeA().
| void CCreateBatchDownload::FreeDownloads | ( | ) | [protected] |
Definition at line 926 of file CreateBatchDownload.cpp.
References m_pvDownloads, and NULL.
Referenced by BuildBatchList(), GenerateAndAddDownloads(), and OnCancel().
| DWORD WINAPI CCreateBatchDownload::_threadCalculateSize | ( | LPVOID | lp | ) | [static, protected] |
Definition at line 858 of file CreateBatchDownload.cpp.
References ProcWaitInfo::bNeedStop, ProcWaitInfo::bWaitDone, BytesToXBytes(), FALSE, fsBytesToStr(), IDC_MESSAGE, IDC_QUERYSIZE, simple_client::info, ProcWaitInfo::iProgress, IR_SUCCESS, CDownloadsWnd::IsSizesInBytes(), L_DONE, L_ERR, L_QUERINGSIZE, L_QUERYSIZE, L_UNKNOWN, ProcWaitInfo::lpParam1, ProcWaitInfo::lpParam2, LS, and TRUE.
Referenced by _threadCalcSize().
| DWORD WINAPI CCreateBatchDownload::_threadCalcSize | ( | LPVOID | lp | ) | [static, protected] |
Definition at line 834 of file CreateBatchDownload.cpp.
References _threadCalculateSize(), ProcWaitInfo::bNeedStop, ProcWaitInfo::bWaitDone, FALSE, simple_client::info, ProcWaitInfo::lpParam1, m_pvDownloads, and NULL.
Referenced by OnQuerysize().
| DLDS_LIST * CCreateBatchDownload::GenerateDownloads | ( | ) | [protected] |
Definition at line 798 of file CreateBatchDownload.cpp.
References Download_CreateInstance(), vmsBatchList::get_Result(), vmsBatchList::get_ResultCount(), m_bl, and TRUE.
Referenced by GenerateAndAddDownloads(), and OnQuerysize().
| void CCreateBatchDownload::GenerateAndAddDownloads | ( | ) | [protected] |
Definition at line 767 of file CreateBatchDownload.cpp.
References ASSERT, CDownloadsWnd::CreateDownloads(), fsDownloadsMgr::Download_CloneSettings(), FreeDownloads(), GenerateDownloads(), vmsBatchList::get_Result(), vmsBatchList::get_ResultCount(), m_blSaveAs, m_bScheduled, m_dld, m_pvDownloads, m_task, NULL, and fsDownload_Properties::pszFileName.
Referenced by OnOK().
| BOOL CCreateBatchDownload::ReadAuth | ( | ) | [protected] |
Definition at line 727 of file CreateBatchDownload.cpp.
References fsURL::Crack(), FALSE, fsnew, fsURL::GetPassword(), fsURL::GetUserName(), IDC_PASSWORD, IDC_USELOGIN, IDC_USER, L_ENTERUSER, L_INPERR, LS, m_dld, m_strUrl, fsDownload_NetworkProperties::pszPassword, fsDownload_NetworkProperties::pszUserName, SAFE_DELETE_ARRAY, and TRUE.
Referenced by OnOK(), and OnQuerysize().
| BOOL CCreateBatchDownload::CheckUrl | ( | ) | [protected] |
Definition at line 592 of file CreateBatchDownload.cpp.
References fsURL::Crack(), FALSE, fsURL::GetHostName(), fsURL::GetPath(), IDC_URL, IR_SUCCESS, L_INPERR, L_USEBDS2, LS, m_strUrl, TRUE, and WrongUrl().
Referenced by BuildBatchList(), and OnQuerysize().
| void CCreateBatchDownload::WrongUrl | ( | ) | [protected] |
Definition at line 586 of file CreateBatchDownload.cpp.
References IDC_URL, L_CHECKURL, L_INPERR, and LS.
Referenced by CheckUrl(), and OnAdvanced().
| BOOL CCreateBatchDownload::BuildBatchList | ( | ) | [protected] |
Definition at line 560 of file CreateBatchDownload.cpp.
References CheckUrl(), vmsBatchList::Create(), FALSE, FreeDownloads(), IDC_NUMBERS, IDC_URL, L_INPERR, L_SYNTAXERROR, LS, m_bBLParametersChanged, m_bl, m_iAlphaFrom, m_iAlphaTo, m_strUrl, m_wndA, m_wndZ, and TRUE.
Referenced by OnOK(), OnQuerysize(), and OnResults().
| void CCreateBatchDownload::PrepareCHMgr | ( | CPoint | point | ) | [protected] |
Definition at line 513 of file CreateBatchDownload.cpp.
References _CHMgr, IDC__GROUP, IDC__PASSWORD, IDC__SAVETO, IDC__SETOFNUMBERS, IDC__URL, IDC__USER, IDC_ADVANCED, IDC_CHOOSEFOLDER, IDC_CREATEGROUP, IDC_GROUPS, IDC_NUMBERS, IDC_OUTFOLDER, IDC_PASSWORD, IDC_QUERYSIZE, IDC_RESULTS, IDC_SETNUMBERS, IDC_SETTIME, IDC_STARTMANUAL, IDC_STARTNOW, IDC_STARTSCHEDULE, IDC_URL, IDC_USELOGIN, IDC_USER, L_ACCEPTCHANGES, L_ADDROFFILE, L_ADVANCEDHERE, L_ASSIGNSETOFNUMBERS_HERE, L_BROWSEFOR, L_CREATEGRP, L_DLDFOLDERHERE, L_DONTACCEPTCHANGES, L_GROUPHERE, L_LOGINHERE, L_MANUALLYSTARTHERE, L_PWDHERE, L_QUERYBATCHSIZEHERE, L_SCHEDULESTARTHERE, L_SEERESULTSHERE, L_SETOFNUMBERS_HERE, L_SETTIMEHERE, L_STARTNOWHERE, L_USERHERE, LS, and fsContextHelpMgr::PrepareContextMenu().
Referenced by OnContextMenu(), and OnHelpInfo().
| void CCreateBatchDownload::ApplyLanguage | ( | ) | [protected] |
Definition at line 342 of file CreateBatchDownload.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC__FROM2, IDC__GROUP, IDC__PASSWORD, IDC__SAMPLE, IDC__SAVEAS, IDC__SAVETO, IDC__SETOFNUMBERS, IDC__START, IDC__TO2, IDC__USER, IDC_ADVANCED, IDC_FILEAUTO, IDC_QUERYSIZE, IDC_RESULTS, IDC_SETNUMBERS, IDC_STARTMANUAL, IDC_STARTNOW, IDC_STARTSCHEDULE, IDC_USELOGIN, L_ADVANCED, L_ASSIGN, L_AUTHORIZATION, L_AUTOMATICALLY, L_CANCEL, L_CREATEBATCHDLD, L_DLG_SAVE_AS_TEMPLATE, L_DLGFROM, L_DLGSAMPLE, L_DLGTO, L_FILEAUTO, L_GROUP, L_MANUALLY, L_PASSWORD, L_QUERYSIZE, L_SAVETO, L_SCHEDULE, L_SEERESULTS, L_SETOFNUMBERS, L_START, L_USER, and TRUE.
Referenced by OnInitDialog().
| void CCreateBatchDownload::ReadAutostart | ( | ) | [protected] |
Definition at line 316 of file CreateBatchDownload.cpp.
References _App, FALSE, IDC_STARTMANUAL, IDC_STARTNOW, IDC_STARTSCHEDULE, fsAppSettings::Last_Autostart(), m_bScheduled, m_dld, m_iAutostart, and TRUE.
Referenced by OnInitDialog().
| void CCreateBatchDownload::UrlChanged | ( | ) | [protected] |
Definition at line 250 of file CreateBatchDownload.cpp.
References _DldsGrps, _SitesMgr, fsURL::Crack(), FALSE, vmsDownloadsGroupsMgr::FindGroup(), vmsDownloadsGroupsMgr::FindGroupByExt(), fsSitesMgr::FindSite2(), fsFileNameFromUrlPath(), fsNPToSiteValidFor(), fsSchemeToNP(), fsURL::GetHostName(), fsURL::GetInternetScheme(), fsURL::GetPath(), fsURL::GetUserName(), GRP_OTHER_ID, IDC_PASSWORD, IDC_USELOGIN, IDC_USER, INTERNET_SCHEME_FTP, IR_SUCCESS, m_bAuthChanged, m_bAuthorization, m_bBLParametersChanged, m_bGroupChanged, m_strUrl, m_wndGroups, NULL, OnChangeGroups(), fsSiteInfo::pGroup, CDownloadsGroupsComboBox::SelectGroup(), fsSiteInfo::strPassword, fsSiteInfo::strUser, TRUE, and UpdateEnabled().
Referenced by OnEditchangeUrl(), OnInitDialog(), and OnSelchangeUrl().
| void CCreateBatchDownload::Update_User_Password | ( | ) | [protected] |
Definition at line 226 of file CreateBatchDownload.cpp.
References b, BOOL, FALSE, IDC_PASSWORD, IDC_USELOGIN, IDC_USER, m_bAuthChanged, m_bAuthorization, m_dld, fsDownload_NetworkProperties::pszPassword, fsDownload_NetworkProperties::pszUserName, TRUE, and UpdateEnabled().
Referenced by OnInitDialog().
| void CCreateBatchDownload::UpdateEnabled | ( | ) | [protected] |
Definition at line 214 of file CreateBatchDownload.cpp.
References b, BOOL, IDC__PASSWORD, IDC__SAVEAS, IDC__USER, IDC_FILEAUTO, IDC_PASSWORD, IDC_SAVEAS, IDC_USER, and m_bAuthorization.
Referenced by OnFileauto(), OnInitDialog(), OnUselogin(), Update_User_Password(), and UrlChanged().
| void CCreateBatchDownload::OnChangeGroups | ( | ) | [protected] |
Definition at line 203 of file CreateBatchDownload.cpp.
References CDownloadsGroupsComboBox::GetSelectedGroup(), IDC_OUTFOLDER, and m_wndGroups.
Referenced by OnCreategroup(), OnInitDialog(), OnSelchangeGroups(), and UrlChanged().
| BOOL CCreateBatchDownload::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 82 of file CreateBatchDownload.cpp.
References _App, _ClipbrdMgr, _LastBatchUrls, _LastFolders, ApplyLanguage(), fsURL::Crack(), fsURL::Create(), fsAppSettings::CreateBD_LastAtoZ(), fsAppSettings::CreateBD_LastNumbers(), fsAppSettings::CreateBD_SaveAs_Template(), DLD_BATCH, _FILETIME::dwHighDateTime, _FILETIME::dwLowDateTime, fsWhenToStart::enType, FALSE, CDownloadsGroupsComboBox::Fill(), FillZ(), fsURL::GetHostName(), fsURL::GetInternetScheme(), fsURL::GetPath(), fsURL::GetPort(), fsCmdHistoryMgr::GetRecord(), fsCmdHistoryMgr::GetRecordCount(), fsURL::GetUserName(), fsSchedule::hts, HTS_ONCE, IDC_OUTFOLDER, IDC_SAVEAS, IDI_CHOOSEFOLDER, IDI_CREATEGROUP, IDI_SETFOLDERDEFAULT, IDI_SETTIME, IR_SUCCESS, fsWhenToStart::last, m_bAuthChanged, m_bAuthorization, m_bGroupChanged, m_btnChooseFolder, m_btnCreateGroup, m_btnOutFolderSetDefault, m_btnSetTime, m_dld, m_strUrl, m_task, m_wndA, m_wndGroups, m_wndZ, fsAppSettings::NewDL_GroupId(), fsWhenToStart::next, NULL, OnChangeGroups(), ReadAutostart(), CDownloadsGroupsComboBox::SelectGroupById(), SICO, fsClipboardMgr::Text(), TRUE, Update_User_Password(), UpdateEnabled(), UrlChanged(), fsAppSettings::UserName(), fsAppSettings::UserPassword(), and fsSchedule::uWaitForConfirmation.
| void CCreateBatchDownload::OnSelchangeGroups | ( | ) | [protected] |
Definition at line 208 of file CreateBatchDownload.cpp.
References m_bGroupChanged, OnChangeGroups(), and TRUE.
| void CCreateBatchDownload::OnEditchangeUrl | ( | ) | [protected] |
Definition at line 370 of file CreateBatchDownload.cpp.
References IDC_URL, m_strUrl, and UrlChanged().
| void CCreateBatchDownload::OnSelchangeUrl | ( | ) | [protected] |
Definition at line 376 of file CreateBatchDownload.cpp.
References IDC_URL, m_strUrl, and UrlChanged().
| void CCreateBatchDownload::OnUselogin | ( | ) | [protected] |
Definition at line 383 of file CreateBatchDownload.cpp.
References IDC_USELOGIN, m_bAuthorization, and UpdateEnabled().
| void CCreateBatchDownload::OnChangeUser | ( | ) | [protected] |
| void CCreateBatchDownload::OnChangePassword | ( | ) | [protected] |
| void CCreateBatchDownload::OnStartnow | ( | ) | [protected] |
Definition at line 399 of file CreateBatchDownload.cpp.
References FALSE, m_bScheduled, m_dld, m_iAutostart, and TRUE.
| void CCreateBatchDownload::OnStartmanual | ( | ) | [protected] |
Definition at line 406 of file CreateBatchDownload.cpp.
References FALSE, m_bScheduled, m_dld, and m_iAutostart.
| void CCreateBatchDownload::OnStartschedule | ( | ) | [protected] |
Definition at line 413 of file CreateBatchDownload.cpp.
References FALSE, m_bScheduled, m_dld, m_iAutostart, and TRUE.
| void CCreateBatchDownload::OnCreategroup | ( | ) | [protected] |
Definition at line 420 of file CreateBatchDownload.cpp.
References CDownloadsGroupsComboBox::CreateNewGroup(), CDownloadsGroupsComboBox::GetSelectedGroup(), m_wndGroups, and OnChangeGroups().
| void CCreateBatchDownload::OnChoosefolder | ( | ) | [protected] |
Definition at line 426 of file CreateBatchDownload.cpp.
References CFolderBrowser::Create(), CFolderBrowser::GetPath(), IDC_OUTFOLDER, L_CHOOSEOUTFOLDER, LS, and NULL.
| void CCreateBatchDownload::OnSettime | ( | ) | [protected] |
Definition at line 442 of file CreateBatchDownload.cpp.
References _DlgMgr, FALSE, IDC_STARTNOW, IDC_STARTSCHEDULE, CScheduleSheet::Init(), L_SCHEDULEDLDS, LS, m_bScheduled, m_dld, m_iAutostart, m_task, fsDialogsMgr::OnDoModal(), fsDialogsMgr::OnEndDialog(), and TRUE.
| void CCreateBatchDownload::OnAdvanced | ( | ) | [protected] |
Definition at line 462 of file CreateBatchDownload.cpp.
References _DlgMgr, fsURL::Crack(), DPS_SHP_NOGENERALNOMIRR, fsSchemeToNP(), fsURL::GetInternetScheme(), IDC_URL, IR_SUCCESS, L_ADVANCED, LS, m_dld, m_strUrl, fsDialogsMgr::OnDoModal(), fsDialogsMgr::OnEndDialog(), and WrongUrl().
| void CCreateBatchDownload::OnContextMenu | ( | CWnd * | pWnd, | |
| CPoint | point | |||
| ) | [protected] |
Definition at line 485 of file CreateBatchDownload.cpp.
References _CHMgr, PrepareCHMgr(), and fsContextHelpMgr::ShowMenu().
| BOOL CCreateBatchDownload::OnHelpInfo | ( | HELPINFO * | pHelpInfo | ) | [protected] |
Definition at line 491 of file CreateBatchDownload.cpp.
References _CHMgr, FALSE, NULL, fsContextHelpMgr::OnWT(), PrepareCHMgr(), and TRUE.
| void CCreateBatchDownload::OnWhatisthis | ( | ) | [protected] |
Definition at line 508 of file CreateBatchDownload.cpp.
References _CHMgr, and fsContextHelpMgr::OnWT().
| void CCreateBatchDownload::OnResults | ( | ) | [protected] |
Definition at line 549 of file CreateBatchDownload.cpp.
References _DlgMgr, BuildBatchList(), fsDialogsMgr::DoModal(), FALSE, m_bl, and CCBD_SeeResultsDlg::m_bl.
| void CCreateBatchDownload::OnOK | ( | ) | [protected, virtual] |
Definition at line 614 of file CreateBatchDownload.cpp.
References _App, CCreateDownloadDlg::_CheckFolderName(), _DldsGrps, _LastBatchUrls, _LastFolders, CCreateDownloadDlg::_SavePassword(), fsCmdHistoryMgr::AddRecord(), BOOL, BuildBatchList(), vmsBatchList::Clear(), fsURL::Crack(), vmsBatchList::Create(), fsAppSettings::CreateBD_LastAtoZ(), fsAppSettings::CreateBD_LastNumbers(), fsAppSettings::CreateBD_SaveAs_Template(), DPF_USEZIPPREVIEW, FALSE, vmsDownloadsGroupsMgr::FindGroup(), fsnew, fsPathToGoodPath(), fsSchemeToNP(), GenerateAndAddDownloads(), vmsBatchList::get_Result(), vmsBatchList::get_ResultCount(), fsURL::GetHostName(), fsURL::GetInternetScheme(), CDownloadsGroupsComboBox::GetSelectedGroup(), IDC_FILEAUTO, IDC_NUMBERS, IDC_OUTFOLDER, IDC_SAVEAS, L_ENTERFLRNAME, L_INPERR, L_INVALID_SAVE_AS_TEMPLATE, L_INVFILENAME, fsAppSettings::Last_Autostart(), LPSTR, LS, m_bl, m_blSaveAs, m_dld, m_iAlphaFrom, m_iAlphaTo, m_iAutostart, m_strUrl, m_wndA, m_wndGroups, m_wndZ, fsAppSettings::NewDL_GroupId(), fsAppSettings::NewDL_UseZIPPreview(), fsAppSettings::NewGrp_SelectWay(), NGSW_USE_ALWAYS_SAME_GROUP_WITH_OUTFOLDER_AUTO_UPDATE, NULL, fsAppSettings::OnDlHasBeenCreatedByUser(), ReadAuth(), and CDownloadsGroupsComboBox::RememberSelectedGroup().
| void CCreateBatchDownload::OnQuerysize | ( | ) | [protected] |
Definition at line 814 of file CreateBatchDownload.cpp.
References _threadCalcSize(), BuildBatchList(), CheckUrl(), FALSE, GenerateDownloads(), L_QUERINGSIZE, LS, m_bBLParametersChanged, m_pvDownloads, ReadAuth(), CWaitDlg::StartWaiting(), and TRUE.
| void CCreateBatchDownload::OnCancel | ( | ) | [protected, virtual] |
| void CCreateBatchDownload::OnSelchangeA | ( | ) | [protected] |
Definition at line 954 of file CreateBatchDownload.cpp.
References FillZ(), and m_bBLParametersChanged.
| void CCreateBatchDownload::OnSelchangeZ | ( | ) | [protected] |
| void CCreateBatchDownload::OnChangeNumbers | ( | ) | [protected] |
| void CCreateBatchDownload::OnSetnumbers | ( | ) | [protected] |
Definition at line 970 of file CreateBatchDownload.cpp.
References _DlgMgr, fsDialogsMgr::DoModal(), IDC_NUMBERS, and CDlg_SetBatchNumbers::m_strNumbers.
| void CCreateBatchDownload::OnFileauto | ( | ) | [protected] |
| void CCreateBatchDownload::OnOutfolderSetdefault | ( | ) | [protected] |
Definition at line 982 of file CreateBatchDownload.cpp.
References CCreateDownloadDlg::_SetDownloadOutputFolderAsDefault(), CDownloadsGroupsComboBox::GetSelectedGroup(), IDC_OUTFOLDER, and m_wndGroups.
Definition at line 22 of file CreateBatchDownload.h.
Referenced by GenerateAndAddDownloads(), OnInitDialog(), and OnSettime().
Definition at line 27 of file CreateBatchDownload.h.
Referenced by DoDataExchange(), and OnInitDialog().
| CComboBox CCreateBatchDownload::m_wndZ |
Definition at line 28 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), DoDataExchange(), FillZ(), OnInitDialog(), and OnOK().
| CComboBox CCreateBatchDownload::m_wndA |
Definition at line 29 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), DoDataExchange(), FillZ(), OnInitDialog(), and OnOK().
Definition at line 30 of file CreateBatchDownload.h.
Referenced by DoDataExchange(), OnChangeGroups(), OnCreategroup(), OnInitDialog(), OnOK(), OnOutfolderSetdefault(), and UrlChanged().
Definition at line 31 of file CreateBatchDownload.h.
Referenced by DoDataExchange(), and OnInitDialog().
Definition at line 32 of file CreateBatchDownload.h.
Referenced by DoDataExchange(), and OnInitDialog().
Definition at line 33 of file CreateBatchDownload.h.
Referenced by DoDataExchange(), and OnInitDialog().
vmsBatchList CCreateBatchDownload::m_bl [protected] |
Definition at line 44 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), GenerateDownloads(), OnOK(), and OnResults().
vmsBatchList CCreateBatchDownload::m_blSaveAs [protected] |
Definition at line 44 of file CreateBatchDownload.h.
Referenced by GenerateAndAddDownloads(), and OnOK().
bool CCreateBatchDownload::m_bBLParametersChanged [protected] |
Definition at line 46 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), CCreateBatchDownload(), OnChangeNumbers(), OnQuerysize(), OnSelchangeA(), OnSelchangeZ(), and UrlChanged().
int CCreateBatchDownload::m_iAlphaFrom [protected] |
Definition at line 68 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), CCreateBatchDownload(), and OnOK().
int CCreateBatchDownload::m_iAlphaTo [protected] |
Definition at line 68 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), CCreateBatchDownload(), and OnOK().
BOOL CCreateBatchDownload::m_bScheduled [protected] |
Definition at line 70 of file CreateBatchDownload.h.
Referenced by GenerateAndAddDownloads(), OnSettime(), OnStartmanual(), OnStartnow(), OnStartschedule(), and ReadAutostart().
BOOL CCreateBatchDownload::m_bAuthorization [protected] |
Definition at line 71 of file CreateBatchDownload.h.
Referenced by OnInitDialog(), OnUselogin(), Update_User_Password(), UpdateEnabled(), and UrlChanged().
vmsDownloadSmartPtr CCreateBatchDownload::m_dld [protected] |
Definition at line 72 of file CreateBatchDownload.h.
Referenced by CCreateBatchDownload(), GenerateAndAddDownloads(), OnAdvanced(), OnInitDialog(), OnOK(), OnSettime(), OnStartmanual(), OnStartnow(), OnStartschedule(), ReadAuth(), ReadAutostart(), and Update_User_Password().
int CCreateBatchDownload::m_iAutostart [protected] |
Definition at line 73 of file CreateBatchDownload.h.
Referenced by OnOK(), OnSettime(), OnStartmanual(), OnStartnow(), OnStartschedule(), and ReadAutostart().
BOOL CCreateBatchDownload::m_bGroupChanged [protected] |
Definition at line 83 of file CreateBatchDownload.h.
Referenced by OnInitDialog(), OnSelchangeGroups(), and UrlChanged().
BOOL CCreateBatchDownload::m_bAuthChanged [protected] |
Definition at line 83 of file CreateBatchDownload.h.
Referenced by OnChangePassword(), OnChangeUser(), OnInitDialog(), Update_User_Password(), and UrlChanged().
CString CCreateBatchDownload::m_strUrl [protected] |
Definition at line 87 of file CreateBatchDownload.h.
Referenced by BuildBatchList(), CheckUrl(), OnAdvanced(), OnEditchangeUrl(), OnInitDialog(), OnOK(), OnSelchangeUrl(), ReadAuth(), and UrlChanged().
DLDS_LIST* CCreateBatchDownload::m_pvDownloads [protected] |
Definition at line 88 of file CreateBatchDownload.h.
Referenced by _threadCalcSize(), CCreateBatchDownload(), FreeDownloads(), GenerateAndAddDownloads(), and OnQuerysize().
1.5.6