void CFavoriteOrganizeDlg::DoDataExchange(CDataExchange* pDX) { __super::DoDataExchange(pDX); DDX_Control(pDX, IDC_TAB1, m_tab); DDX_Control(pDX, IDC_LIST2, m_list); }
void CMultiMoveClientDlg::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_EDIT_LOG, m_log); DDX_Control(pDX, IDC_EDIT_UP_IP, m_up_ip); DDX_Control(pDX, IDC_EDIT_UP_PORT, m_up_port); DDX_Control(pDX, IDC_EDIT_DOWN_IP, m_down_ip); DDX_Control(pDX, IDC_EDIT_LEFT_IP, m_left_ip); DDX_Control(pDX, IDC_EDIT_RIGHT_IP, m_right_ip); DDX_Control(pDX, IDC_EDIT_DOWN_PORT, m_down_port); DDX_Control(pDX, IDC_EDIT_LEFT_PORT, m_left_port); DDX_Control(pDX, IDC_EDIT_RIGHT_PORT, m_right_port); DDX_Control(pDX, IDC_BUTTON_UP_CONNECT, m_up_connect); DDX_Control(pDX, IDC_BUTTON_DOWN_CONNECT, m_down_connect); DDX_Control(pDX, IDC_BUTTON_LEFT_CONNECT, m_left_connect); DDX_Control(pDX, IDC_BUTTON_RIGHT_CONNECT, m_right_connect); }
void CuDlgPropertyPageSqlExpressionInParams::DoDataExchange(CDataExchange* pDX) { CPropertyPage::DoDataExchange(pDX); //{{AFX_DATA_MAP(CuDlgPropertyPageSqlExpressionInParams) DDX_Control(pDX, IDC_LIST1, m_cListBox1); DDX_Control(pDX, IDC_EDIT3, m_cParam3); DDX_Control(pDX, IDC_EDIT2, m_cParam2); DDX_Control(pDX, IDC_EDIT1, m_cParam1); DDX_Control(pDX, IDC_BUTTON3, m_cButtonExp3); DDX_Control(pDX, IDC_BUTTON2, m_cButtonExp2); DDX_Control(pDX, IDC_BUTTON1, m_cButtonExp1); DDX_Control(pDX, IDC_BUTTON8, m_cButtonRemove); DDX_Control(pDX, IDC_BUTTON7, m_cButtonReplace); DDX_Control(pDX, IDC_BUTTON6, m_cButtonAdd); DDX_Control(pDX, IDC_BUTTON5, m_cButtonInsert); DDX_Text(pDX, IDC_EDIT1, m_strParam1); DDX_Text(pDX, IDC_EDIT2, m_strParam2); DDX_Text(pDX, IDC_EDIT3, m_strParam3); DDX_Text(pDX, IDC_STATIC1, m_strFunctionName); DDX_Text(pDX, IDC_STATIC2, m_strHelp1); DDX_Text(pDX, IDC_STATIC3, m_strHelp2); DDX_Text(pDX, IDC_STATIC4, m_strHelp3); //}}AFX_DATA_MAP }
void CDlgExtractSignature::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CDlgExtractSignature) DDX_Control(pDX, IDC_EDIT12, m_TextAlgCtrl); DDX_Control(pDX, IDC_EDIT11, m_TextKeyCtrl); DDX_Control(pDX, IDC_EDIT10, m_TextSignerCtrl); DDX_Control(pDX, IDC_EDIT3, m_DefEditCtrl); DDX_Control(pDX, IDC_EDIT9, m_TextMsgCtrl); DDX_Control(pDX, IDC_EDIT8, m_TextSigCtrl); DDX_Control(pDX, IDC_EDIT6, m_MessageCtrl); DDX_Control(pDX, IDC_EDIT4, m_SignatureCtrl); DDX_Control(pDX, IDC_RADIO4, m_RadioHexadezimal); DDX_Control(pDX, IDC_RADIO3, m_RadioDezimal); DDX_Control(pDX, IDC_RADIO2, m_RadioOktal); DDX_Control(pDX, IDC_RADIO1, m_RadioOctets); DDX_Radio(pDX, IDC_RADIO1, m_sigButtonGroup); DDX_Text(pDX, IDC_EDIT1, m_KeyInfo); DDX_Text(pDX, IDC_EDIT4, m_Signature); DDX_Text(pDX, IDC_EDIT5, m_SignatureLength); DDX_Text(pDX, IDC_EDIT6, m_Message); DDX_Text(pDX, IDC_EDIT7, m_MessageLength); DDX_Text(pDX, IDC_EDIT3, m_InfoAboutSigner); DDX_Text(pDX, IDC_EDIT2, m_SigHashAlg); DDX_Text(pDX, IDC_EDIT8, m_TextSig); DDX_Text(pDX, IDC_EDIT9, m_TextMsg); DDX_Text(pDX, IDC_EDIT10, m_TextSigner); DDX_Text(pDX, IDC_EDIT11, m_TextKey); DDX_Text(pDX, IDC_EDIT12, m_TextAlg); //}}AFX_DATA_MAP }
void CLeagueMyTeamPage::DoDataExchange(CDataExchange* pDX) { CPropertyPage::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST_MY_TEAM, m_listCtrl); }
void CDeleteExcelDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_COMBO1, m_excelFileCombo); }
void CWaterAttachment::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST_WATER_ATTACHMENT, m_listBoxWaterObjects); }
void CProgressDialog::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_OVERALLPRG, OverallProgress); DDX_Control(pDX, IDC_FILEINDL, labFileInDL); DDX_Control(pDX, IDC_FILETALLY, labFileTally); DDX_Control(pDX, IDOK, btnOK); DDX_Control(pDX, IDC_GENMAPPSPLASH, picGenMAPPSplash); DDX_Control(pDX, IDC_ABORT, btnAbort); DDX_Control(pDX, IDC_GRPOPTIONS, grpOptions); DDX_Control(pDX, IDC_PAUSE, btnPause); DDX_Control(pDX, IDCANCEL, btnCancel); DDX_Control(pDX, IDC_LSTQUEUEDFILES, lstQueuedFiles); DDX_Control(pDX, IDC_DLSPEED, lblDownloadSpeed); DDX_Control(pDX, IDC_REMAININGTIME, lblRemainingTime); DDX_Control(pDX, IDC_LBLDLTOTALS, lblByteTotals); DDX_Control(pDX, IDC_FILENAME, lblFileName); DDX_Control(pDX, IDC_SERVERNAME, lblServerName); DDX_Control(pDX, IDC_LOCATION, lblLocation); DDX_Control(pDX, IDC_BYTESDOWNLOADED, lblFileBytesDownloaded); DDX_Control(pDX, IDC_TRANSPORT, lblTransport); DDX_Control(pDX, IDC_FILETYPE, lblFileType); DDX_Control(pDX, IDC_GRPDLSTATISTICS, grpDownloadStatistics); DDX_Control(pDX, IDC_GRPCURRENTFILE, grpCurrentFile); DDX_Control(pDX, IDC_LBLDLSPEED, lblDLSpeedKey); DDX_Control(pDX, IDC_LBLREMAININGTIME, lblRemainingTimeKey); DDX_Control(pDX, IDC_LBLFILENAME, lblFileNameKey); DDX_Control(pDX, IDC_LBLSERVERNAME, lblServerNameKey); DDX_Control(pDX, IDC_LBLLOCATION, lblLocationKey); DDX_Control(pDX, IDC_LBLBYTEDOWNLOADED, lblFileBytesDLKey); DDX_Control(pDX, IDC_LBLTRANSPORT, lblNetTransKey); DDX_Control(pDX, IDC_LBLFILETYPE, lblFileTypeKey); DDX_Control(pDX, IDC_DLFILE, lblFileTallyKey); DDX_Control(pDX, IDC_TOTALBYTESDL, lblTotalBytesDLKey); DDX_Control(pDX, IDC_SPEEDPROG, m_lstSpeedTestProg); }
void ship_flags_dlg::DoDataExchange(CDataExchange* pDX) { int n; CString str; CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(ship_flags_dlg) DDX_Control(pDX, IDC_TOGGLE_SUBSYSTEM_SCANNING, m_toggle_subsystem_scanning); DDX_Control(pDX, IDC_REDALERTCARRY, m_red_alert_carry); DDX_Control(pDX, IDC_SCANNABLE, m_scannable); DDX_Control(pDX, IDC_REINFORCEMENT, m_reinforcement); DDX_Control(pDX, IDC_PROTECT_SHIP, m_protect_ship); DDX_Control(pDX, IDC_BEAM_PROTECT_SHIP, m_beam_protect_ship); DDX_Control(pDX, IDC_FLAK_PROTECT_SHIP, m_flak_protect_ship); DDX_Control(pDX, IDC_LASER_PROTECT_SHIP, m_laser_protect_ship); DDX_Control(pDX, IDC_MISSILE_PROTECT_SHIP, m_missile_protect_ship); DDX_Control(pDX, IDC_NO_DYNAMIC, m_no_dynamic); DDX_Control(pDX, IDC_NO_ARRIVAL_MUSIC, m_no_arrival_music); DDX_Control(pDX, IDC_KAMIKAZE, m_kamikaze); DDX_Control(pDX, IDC_INVULNERABLE, m_invulnerable); DDX_Control(pDX, IDC_TARGETABLE_AS_BOMB, m_targetable_as_bomb); DDX_Control(pDX, IDC_IMMOBILE, m_immobile); DDX_Control(pDX, IDC_IGNORE_COUNT, m_ignore_count); DDX_Control(pDX, IDC_HIDDEN_FROM_SENSORS, m_hidden); DDX_Control(pDX, IDC_PRIMITIVE_SENSORS, m_primitive_sensors); DDX_Control(pDX, IDC_NO_SUBSPACE_DRIVE, m_no_subspace_drive); DDX_Control(pDX, IDC_AFFECTED_BY_GRAVITY, m_affected_by_gravity); DDX_Control(pDX, IDC_ESCORT, m_escort); DDX_Control(pDX, IDC_DESTROY_CHECK, m_destroy); DDX_Control(pDX, IDC_CARGO_KNOWN, m_cargo_known); DDX_Control(pDX, IDC_SPECIAL_WARPIN, m_special_warpin); DDX_Control(pDX, IDC_DESTROY_SPIN, m_destroy_spin); DDX_Control(pDX, IDC_DISABLE_BUILTIN_SHIP, m_disable_messages); DDX_Control(pDX, IDC_NO_DEATH_SCREAM, m_no_death_scream); DDX_Control(pDX, IDC_ALWAYS_DEATH_SCREAM, m_always_death_scream); DDX_Control(pDX, IDC_GUARDIAN, m_guardian); DDX_Control(pDX, IDC_VAPORIZE, m_vaporize); DDX_Control(pDX, IDC_STEALTH, m_stealth); DDX_Control(pDX, IDC_FRIENDLY_STEALTH_INVISIBLE, m_friendly_stealth_invisible); DDX_Control(pDX, IDC_NAV_CARRY, m_nav_carry); DDX_Control(pDX, IDC_NAV_NEEDSLINK, m_nav_needslink); DDX_Control(pDX, IDC_HIDE_SHIP_NAME, m_hide_ship_name); DDX_Control(pDX, IDC_DISABLE_ETS, m_disable_ets); DDX_Control(pDX, IDC_CLOAKED, m_cloaked); DDX_Control(pDX, IDC_NO_COLLIDE, m_no_collide); DDX_Control(pDX, IDC_SET_CLASS_DYNAMICALLY, m_set_class_dynamically); DDX_Control(pDX, IDC_SCRAMBLE_MESSAGES, m_scramble_messages); //}}AFX_DATA_MAP if (pDX->m_bSaveAndValidate) { // get dialog control values GetDlgItem(IDC_DESTROY_VALUE)->GetWindowText(str); n = atoi(str); if (n < 0) n = 0; m_destroy_value.init(n); GetDlgItem(IDC_KDAMAGE)->GetWindowText(str); m_kdamage.init(atoi(str)); // get escort priority GetDlgItem(IDC_ESCORT_PRIORITY)->GetWindowText(str); m_escort_value.init(atoi(str)); // get respawn priority if(The_mission.game_type & MISSION_TYPE_MULTI) { GetDlgItem(IDC_RESPAWN_PRIORITY)->GetWindowText(str); m_respawn_priority.init(atoi(str)); } } }
void Cp04editView::DoDataExchange(CDataExchange* pDX) { CFormView::DoDataExchange(pDX); DDX_Control(pDX, IDC_EDIT1, edit); DDX_Control(pDX, IDC_STATIC1, static1); }
void CBacnetTstat::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST_TSTAT, m_tstat_list); }
void CAnalysisHowPage::DoDataExchange(CDataExchange* pDX) { CAnalysisPage::DoDataExchange(pDX); DDX_Control(pDX, IDC_SELECT_TIME_TRANSFORMATION, m_selectCtrl); DDX_Control(pDX, IDC_CT_TYPE, m_CTTypeCtrl); DDX_Control(pDX, IDC_CT_MODE, m_CTModeCtrl); DDX_Control(pDX, IDC_TT_TYPE, m_TTTypeCtrl); DDX_Control(pDX, IDC_TT_MODE, m_TTModeCtrl); DDX_Control(pDX, IDC_PREVIOUS_STATISTIC_TYPE, m_previousStatisticCtrl); DDX_Control(pDX, IDC_STATISTIC, m_statisticCtrl); DDX_Control(pDX, IDC_EVENT, m_eventCtrl); DDX_Control(pDX, IDC_STATISTIC_TYPE, m_statisticTypeCtrl); DDX_Control(pDX, IDC_EVENT_TYPE, m_eventTypeCtrl); DDX_Control(pDX, IDC_K, m_KCtrl); DDX_Control(pDX, IDC_DROP_YEAR, m_bDropYearCtrl); DDX_Control(pDX, IDC_MEAN_OVER_REPLICATION, m_meanOverReplicationCtrl); DDX_Control(pDX, IDC_MEAN_OVER_PARAMETERSET, m_meanOverParameterSetCtrl); DDX_Control(pDX, IDC_MEAN_OVER_LOCATION, m_meanOverLocationCtrl); DDX_Control(pDX, IDC_MODE_IMAGE, m_imageModeCtrl); if (pDX->m_bSaveAndValidate) { if (m_TTTypeCtrl.GetCount() == 0 && m_selectCtrl.GetCheck()) { AfxMessageBox(IDS_INVALID_TEMPORAL_TRANS, MB_ICONEXCLAMATION); pDX->Fail(); } GetAnalysisFromInterface(*m_pAnalysis); } else SetAnalysisToInterface(*m_pAnalysis); }
void CDateShowDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_MONTHSHOW, m_monthShow); }
void CShaderCombineDlg::DoDataExchange(CDataExchange* pDX) { __super::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST1, m_list); DDX_Control(pDX, IDC_COMBO1, m_combo); }
void CPosition::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST1, m_positionList); }
void CDlgSAPrefs3::DoDataExchange(CDataExchange* pDX) { CSAPrefsSubDlg::DoDataExchange(pDX); DDX_Control(pDX, IDC_DLLNAME, m_DllName); }
void CSelectLabelsDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_LABELSELECTOR, m_LabelSelector); }
void CDConsoleDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST_DCUSERS, m_DcUsers); DDX_Text(pDX, IDC_EDIT_RESSEARCH, m_strSearch); }
void CDonationDlg::DoDataExchange(CDataExchange *ppkDX) { DDX_Control(ppkDX, IDC_BUTTON_NOW, m_wndDonate); }
void CFileView::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_TREE_FILE, m_treeFile); DDX_Control(pDX, IDC_LIST_FILE, m_listCtrl); }
void CDialogNew::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_COMBO1, m_Combobox); DDX_Control(pDX, IDC_EDIT1, m_EditText); }
void CQuickView::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CQuickView) // NOTE: the ClassWizard will add DDX and DDV calls here DDX_Control(pDX,IDC_SDETAIL1,m_IDC_SDETAIL1); DDX_Control(pDX,IDC_SDETAIL2,m_IDC_SDETAIL2); DDX_Control(pDX,IDC_RSTATICCTRL24,m_IDC_RSTATICCTRL24); DDX_Control(pDX,IDC_RSTATICCTRL7,m_IDC_RSTATICCTRL7); DDX_Control(pDX,IDC_RSTATICCTRL26,m_IDC_RSTATICCTRL26); DDX_Control(pDX,IDC_RSTATICCTRL36,m_IDC_RSTATICCTRL36); DDX_Control(pDX,IDC_RSTATICCTRL38,m_IDC_RSTATICCTRL38); DDX_Control(pDX,IDC_RSTATICCTRL39,m_IDC_RSTATICCTRL39); DDX_Control(pDX,IDC_RSTATICCTRL41,m_IDC_RSTATICCTRL41); DDX_Control(pDX,IDC_RSTATICCTRL42,m_IDC_RSTATICCTRL42); DDX_Control(pDX,IDC_RSTATICCTRL40,m_IDC_RSTATICCTRL40); DDX_Control(pDX,IDC_RSTATICCTRL43,m_IDC_RSTATICCTRL43); DDX_Control(pDX,IDC_RSTATICCTRL44,m_IDC_RSTATICCTRL44); DDX_Control(pDX,IDC_RSTATICCTRL45,m_IDC_RSTATICCTRL45); DDX_Control(pDX,IDC_CURRMISS,m_IDC_CURRMISS); DDX_Control(pDX,IDC_CLOUD,m_IDC_CLOUD); DDX_Control(pDX,IDC_WEATHER,m_IDC_WEATHER); DDX_Control(pDX,IDC_TARGTYPE,m_IDC_TARGTYPE); DDX_Control(pDX,IDC_TARGNAME,m_IDC_TARGNAME); //}}AFX_DATA_MAP }
void CBlkTvencDlg::DoDataExchange(CDataExchange* pDX) { CBasePanelDlg::DoDataExchange(pDX); DDX_Control(pDX, IDC_TVINPWIDTH_EDIT, m_widthbox); DDX_Control(pDX, IDC_TVINPHEIGHT_EDIT, m_heightbox); DDX_Control(pDX, IDC_QFACTOR_EDIT, m_qfactorbox); DDX_Control(pDX, IDC_VIDEOFMT_COMBO, m_palbox); DDX_Control(pDX, IDC_OUTTYPE_COMBO, m_typebox); DDX_Control(pDX, IDC_702TVOPCODE_COMBO, m_tvopcodebox); DDX_Control(pDX, IDC_702IPPCOLOR_COMBO, m_colorbox); DDX_Control(pDX, IDC_CHECK_702BYPASS, m_bypass); DDX_Control(pDX, IDC_CHECK_702AVERAGE, m_average); DDX_Control(pDX, IDC_COMPON_COMBO, m_componbox); DDX_Control(pDX, IDC_CHECK_RUDEBRC, m_rudebrc); DDX_Control(pDX, IDC_BRCMODE_COMBO, m_brcmodebox); DDX_Control(pDX, IDC_CHECK_ONLY_UV, m_onlyuv); DDX_Control(pDX, IDC_ACNUM_EDIT, m_acnumbox); DDX_Control(pDX, IDC_RUDETHD_EDIT, m_rudethdbox); DDX_Control(pDX, IDC_TCR_EDIT, m_tcrbox); DDX_Control(pDX, IDC_QFCOMP0_EDIT, m_qfcomp0box); DDX_Control(pDX, IDC_QFCOMP1_EDIT, m_qfcomp1box); DDX_Control(pDX, IDC_QFCOMP2_EDIT, m_qfcomp2box); DDX_Control(pDX, IDC_QFCOMP3_EDIT, m_qfcomp3box); DDX_Control(pDX, IDC_QFCOMP4_EDIT, m_qfcomp4box); DDX_Control(pDX, IDC_QFCOMP5_EDIT, m_qfcomp5box); DDX_Control(pDX, IDC__THDL1_EDIT, m_thdl1box); DDX_Control(pDX, IDC__THDL2_EDIT, m_thdl2box); DDX_Control(pDX, IDC__THDR1_EDIT, m_thdr1box); DDX_Control(pDX, IDC__THDR2_EDIT, m_thdr2box); DDX_Control(pDX, IDC__SHIFTL1_EDIT, m_shiftl1box); DDX_Control(pDX, IDC__SHIFTL2_EDIT, m_shiftl2box); DDX_Control(pDX, IDC__SHIFTR1_EDIT, m_shiftr1box); DDX_Control(pDX, IDC__SHIFTR2_EDIT, m_shiftr2box); DDX_Control(pDX, IDC_CFGFILE_COMBO, m_cfgfilebox); DDX_Control(pDX, IDC_CHECK_AUTOBRC, m_autobrc); }
void CWarnings::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_RICHEDIT21, m_richEditWarnings); }
void CPeInfo::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST_PEdescript, m_peDescript); DDX_Control(pDX, IDC_PE_TREE, m_peTree); }
void CParmStatDlg::DoDataExchange(CDataExchange* pDX) { CParamDlg::DoDataExchange(pDX); //{{AFX_DATA_MAP(CParmStatDlg) DDX_Control(pDX, IDC_HINT_STATIC, m_HintStatic); DDX_Radio(pDX, IDC_FUNC_0, m_FuncIndex); DDX_Control(pDX, IDC_TYPE_STATIC, m_TypeStatic); DDX_Radio(pDX, IDC_TYPE_0, m_DstType); DDX_Text(pDX, IDC_VALUE_IM, m_Im); DDX_Control(pDX, IDC_VALUE_IM, m_ImEdit); DDX_Control(pDX, IDC_STATIC_IM, m_ImStatic); DDX_Text(pDX, IDC_VALUE_RE, m_Re); DDX_Control(pDX, IDC_VALUE_RE, m_ReEdit); DDX_Control(pDX, IDC_STATIC_RE, m_ReStatic); DDX_Radio(pDX, IDC_HINT_0, m_hint); //}}AFX_DATA_MAP DDX_Control(pDX, IDC_TYPE_0, m_TypeButton[0]); DDX_Control(pDX, IDC_TYPE_1, m_TypeButton[1]); DDX_Control(pDX, IDC_HINT_0, m_HintButton[0]); DDX_Control(pDX, IDC_HINT_1, m_HintButton[1]); DDX_Control(pDX, IDC_HINT_2, m_HintButton[2]); DDX_Control(pDX, IDC_FUNC_0, m_FuncButton[0]); DDX_Control(pDX, IDC_FUNC_1, m_FuncButton[1]); DDX_Control(pDX, IDC_FUNC_2, m_FuncButton[2]); }
void CDesignSpaceSelDialog::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_DSLIST, m_dslist); }
void CClientDlg::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_INFO, m_Info); DDX_Control(pDX, IDC_ADDRESS, m_Address); DDX_Control(pDX, IDC_PORT, m_Port); DDX_Control(pDX, IDC_START, m_Start); DDX_Control(pDX, IDC_STOP, m_Stop); DDX_Control(pDX, IDC_TEST_TIMES, m_TestTimes); DDX_Control(pDX, IDC_SOCK_COUNT, m_SocketCount); DDX_Control(pDX, IDC_THREAD_COUNT, m_ThreadCount); DDX_Control(pDX, IDC_DATA_LEN, m_DataLen); DDX_Control(pDX, IDC_TEST_TIMES_INTERV, m_TestInterv); DDX_Control(pDX, IDC_SEND_POLICY, m_SendPolicy); }
void CColumnChooserDlg::DoDataExchange(CDataExchange* pDX) { CPWDialog::DoDataExchange(pDX); DDX_Control(pDX, IDC_CPLIST, m_ccListCtrl); }
void CMainPanel::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_TAB1, m_Tab); }