void CImagePlotSettingsDialog::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CImagePlotSettingsDialog)
	DDX_Control(pDX, IDC_MAINTAIN_ASPECT_RATIO, m_MaintainAspectRatioControl);
	DDX_Check(pDX, IDC_MAINTAIN_ASPECT_RATIO, m_MaintainAspectRatio);
	DDX_Check(pDX, IDC_MINOR_HORIZONTAL_GRIDS, m_MinorHorizontalGrids);
	DDX_Check(pDX, IDC_MINOR_VERTICAL_GRIDS, m_MinorVerticalGrids);
	DDX_Check(pDX, IDC_PS_MAJOR_HORIZONTAL_GRIDS, m_MajorHorizontalGrids);
	DDX_Check(pDX, IDC_PS_MAJOR_VERTICAL_GRIDS, m_MajorVerticalGrids);
	DDX_Text(pDX, IDC_PS_PLOT_TITLE, m_Title);
	DDX_Text(pDX, IDC_PS_TITLE_FONT, m_TitleFontDescription);
	DDX_Check(pDX, IDC_PLOT_TO_SIZE, m_PlotToWindowSize);
	DDX_Text(pDX, IDC_MAJOR_GRID_SIZE, m_MajorGridSize);
	DDV_MinMaxUInt(pDX, m_MajorGridSize, 0, 1000);
	DDX_Text(pDX, IDC_MINOR_GRID_SIZE, m_MinorGridSize);
	DDV_MinMaxUInt(pDX, m_MinorGridSize, 0, 1000);
	DDX_CBIndex(pDX, IDC_PLOT_MAJOR_LINESTYLE, m_MajorGridLinestyle);
	DDX_CBIndex(pDX, IDC_PLOT_MINOR_LINESTYLE, m_MinorGridLinestyle);
	//}}AFX_DATA_MAP

	// Set up our color controls to use DDX
	if( pDX->m_bSaveAndValidate == TRUE )
	{
		m_MajorGridColor = CColorControl::GetColorControlColor( this, IDC_PS_COLOR_MAJOR_GRIDS );
		m_MinorGridColor = CColorControl::GetColorControlColor( this, IDC_PS_COLOR_MINOR_GRIDS );
		m_BackgroundColor = CColorControl::GetColorControlColor( this, IDC_PS_COLOR_BACKGROUND );
		m_LineColor = CColorControl::GetColorControlColor( this, IDC_PS_COLOR_BORDER );
		m_TitleColor = CColorControl::GetColorControlColor( this, IDC_PS_COLOR_TITLE_FONT );
	}
	else // put things into dialog
	{
		CColorControl::SetColorControlColor( this, IDC_PS_COLOR_MAJOR_GRIDS, m_MajorGridColor );
		CColorControl::SetColorControlColor( this, IDC_PS_COLOR_MINOR_GRIDS, m_MinorGridColor );
		CColorControl::SetColorControlColor( this, IDC_PS_COLOR_BACKGROUND, m_BackgroundColor );
		CColorControl::SetColorControlColor( this, IDC_PS_COLOR_BORDER, m_LineColor );
		CColorControl::SetColorControlColor( this, IDC_PS_COLOR_TITLE_FONT, m_TitleColor );
	}
}
Exemple #2
0
void COptsDisplayDlg::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(COptsDisplayDlg)
	DDX_Control(pDX, IDC_OP_FRAME_RATE_SPIN, m_FrameRateSpin);
	DDX_Control(pDX, IDC_OP_FRAME_RATE, m_FrameRate);
	DDX_Check(pDX, IDC_OP_USE_DIRDRAW, m_UseDirDraw);
	DDX_CBIndex(pDX, IDC_OP_BACK_BUF_LOC, m_BackBufLoc);
	DDX_Check(pDX, IDC_OP_PRINT_FROM_BITMAP, m_PrintFromBitmap);
	DDX_Check(pDX, IDC_OP_MIRROR_PRECISE, m_MirrorPrecise);
	DDX_Check(pDX, IDC_OP_ALLOW_EXCLUSIVE, m_AllowExclusive);
	//}}AFX_DATA_MAP
}
void CPreferencesUIPage::DoDataExchange(CDataExchange* pDX)
{
	CPreferencesPageBase::DoDataExchange(pDX);

	//{{AFX_DATA_MAP(CPreferencesUIPage)
	DDX_Control(pDX, IDC_UITHEMEFILE, m_eUITheme);
	DDX_Check(pDX, IDC_SHOWCOMMENTSALWAYS, m_bShowCommentsAlways);
	DDX_Check(pDX, IDC_AUTOREPOSCTRLS, m_bAutoReposCtrls);
	DDX_Check(pDX, IDC_SHAREDCOMMENTSHEIGHT, m_bSharedCommentsHeight);
	DDX_Check(pDX, IDC_AUTOHIDETABBAR, m_bAutoHideTabbar);
	DDX_Check(pDX, IDC_STACKTABBARITEMS, m_bStackTabbarItems);
	DDX_Check(pDX, IDC_FOCUSTREEONENTER, m_bFocusTreeOnEnter);
	DDX_Check(pDX, IDC_KEEPTABSORDERED, m_bKeepTabsOrdered);
	DDX_Check(pDX, IDC_SHOWTASKLISTCLOSEBTN, m_bShowTasklistCloseButton);
	DDX_Check(pDX, IDC_SHOWEDITMENUASCOLUMNS, m_bShowEditMenuAsColumns);
	DDX_Check(pDX, IDC_MULTISELFILTER, m_bMultiSelFilters);
	DDX_Check(pDX, IDC_RESTORETASKLISTFILTERS, m_bRestoreTasklistFilters);
	DDX_Check(pDX, IDC_AUTOREFILTER, m_bAutoRefilter);
	DDX_Text(pDX, IDC_UITHEMEFILE, m_sUIThemeFile);
	DDX_Check(pDX, IDC_USEUITHEME, m_bUseUITheme);
	DDX_Check(pDX, IDC_ENABLELIGHTBOXMGR, m_bEnableLightboxMgr);
	DDX_Check(pDX, IDC_SHOWDEFAULTTASKICONS, m_bShowDefaultTaskIcons);
	DDX_Check(pDX, IDC_SHOWDEFAULTFILTERS, m_bShowDefaultFilters);
	DDX_Check(pDX, IDC_AUTORESORT, m_bAutoResort);
	DDX_Check(pDX, IDC_ENABLECOLUMNHEADERSORTING, m_bEnableColumnHeaderSorting);
	DDX_Check(pDX, IDC_STACKFIELDSANDCOMMENTS, m_bStackEditFieldsAndComments);
	//}}AFX_DATA_MAP
	DDX_Radio(pDX, IDC_MATCHTITLES, (int&)m_nTitleFilterOption);
	DDX_CBIndex(pDX, IDC_NEWTASKPOSITION, (int&)m_nNewTaskPos);
	DDX_CBIndex(pDX, IDC_NEWSUBTASKPOSITION, (int&)m_nNewSubtaskPos);
	DDX_CBIndex(pDX, IDC_COMMENTPOS, (int&)m_nCommentsPos);
	DDX_CBIndex(pDX, IDC_CTRLSPOS, (int&)m_nCtrlsPos);
	DDX_Control(pDX, IDC_COMMENTSFORMAT, m_cbCommentsFmt);
	DDX_Control(pDX, IDC_TASKVIEWVISIBILITY, m_lbTaskViews);
	DDX_CBIndex(pDX, IDC_COMMENTSFORMAT, m_nDefaultCommentsFormat);
	DDX_Check(pDX, IDC_SORTDONETASKSATBOTTOM, m_bSortDoneTasksAtBottom);
//	DDX_Check(pDX, IDC_RTLCOMMENTS, m_bRTLComments);
}
Exemple #4
0
void CPropertiesDialog::DoDataExchange(CDataExchange* pDX)
{
	CeCosDialog::DoDataExchange(pDX);
    CComboBox *pCombo=((CComboBox *)GetDlgItem(IDC_TT_PLATFORM));
    if(pDX->m_bSaveAndValidate){
        int i=pCombo->GetCurSel();
        pCombo->GetLBText(i, m_strTarget.GetBuffer(pCombo->GetLBTextLen(i)));
        m_strTarget.ReleaseBuffer();
        m_bRemote=(TRUE==((CButton *)GetDlgItem(IDC_TT_RADIO_REMOTE))->GetCheck());
    } else {
        if(pCombo->GetCount()>0){
            int nSel=0;
            for(int i=0;i<pCombo->GetCount();i++){
                CString str;
                pCombo->GetLBText(i, str.GetBuffer(pCombo->GetLBTextLen(i)));
                str.ReleaseBuffer();
                if(0==str.Compare(m_strTarget)){
                    nSel=i;
                    break;
                }
            }
            pCombo->SetCurSel(nSel);
        }
        GetDlgItem(IDC_TT_STATIC_PLATFORM)->SetWindowText(m_strTarget);

        SetButtons();
        ((CButton *)GetDlgItem(IDC_TT_RADIO_REMOTE))->SetCheck(m_bRemote);
        ((CButton *)GetDlgItem(IDC_TT_RADIO_LOCAL))->SetCheck(!m_bRemote);
    }
	//{{AFX_DATA_MAP(CPropertiesDialog)
	DDX_Text(pDX, IDC_TT_DOWNLOADTIMEOUT, m_nDownloadTimeout);
	DDV_MinMaxUInt(pDX, m_nDownloadTimeout, 1, 3600);
	DDX_Text(pDX, IDC_TT_TESTTIMEOUT, m_nTimeout);
	DDV_MinMaxUInt(pDX, m_nTimeout, 1, 3600);
	DDX_CBIndex(pDX, IDC_TT_DOWNLOADTIMEOUT_COMBO, m_nDownloadTimeoutType);
	DDX_CBIndex(pDX, IDC_TT_TIMEOUT_COMBO, m_nTimeoutType);
	//}}AFX_DATA_MAP
}
void CAppSettingsDlg::DoDataExchange(CDataExchange* pDX)
{
 CDialog::DoDataExchange(pDX);
 DDX_Control(pDX, IDC_APP_SETTINGS_PORT_SELECTION_COMBO, m_port_selection_combo);
 DDX_Control(pDX, IDC_APP_SETTINGS_BL_BAUDRATE_SELECTION_COMBO, m_bl_baudrate_selection_combo);
 DDX_Control(pDX, IDC_APP_SETTINGS_APP_BAUDRATE_SELECTION_COMBO, m_app_baudrate_selection_combo);
 DDX_Control(pDX, IDC_APP_SETTINGS_LOG_CSV_SEPSYMBOL_COMBO, m_log_csv_sepsymbol_combo);
 DDX_Control(pDX, IDC_APP_SETTINGS_PLATFORM_SEL_COMBO, m_ecu_platform_selection_combo);
 DDX_Control(pDX, IDC_APP_SETTINGS_LANG_SEL_COMBO, m_iface_lang_selection_combo);

 DDX_Control(pDX, IDC_APP_SETTINGS_LOGFOLDER_EDITBOX, m_log_files_folder_edit);
 DDX_Control(pDX, IDC_APP_SETTINGS_LOGFOLDER_BUTTON, m_log_files_folder_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_LOGFOLDER_USEAPPFOLDER, m_use_app_folder_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_ALWAYS_WRITE_LOG, m_always_write_log_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_USEDEBUG_FEATURES, m_use_dv_features_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_SHOW_TOOLTIPS, m_show_tooltips_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_EXFIXTURES, m_exfixtures_button);
 DDX_Control(pDX, IDC_APP_SETTINGS_HEXMODE, m_hexdatamode_button);

 DDX_CBIndex(pDX, IDC_APP_SETTINGS_APP_BAUDRATE_SELECTION_COMBO, m_app_baudrate);
 DDX_CBIndex(pDX, IDC_APP_SETTINGS_BL_BAUDRATE_SELECTION_COMBO, m_bl_baudrate);
 DDX_CBIndex(pDX, IDC_APP_SETTINGS_PORT_SELECTION_COMBO, m_port_number);
 DDX_CBIndex(pDX, IDC_APP_SETTINGS_LOG_CSV_SEPSYMBOL_COMBO, m_log_csv_sepsymbol_index);

 DDX_CBIndex(pDX, IDC_APP_SETTINGS_PLATFORM_SEL_COMBO, m_ecu_platform_selection);
 DDX_CBIndex(pDX, IDC_APP_SETTINGS_LANG_SEL_COMBO, m_iface_lang_selection);

 DDX_Text(pDX, IDC_APP_SETTINGS_LOGFOLDER_EDITBOX, m_log_files_folder);
 DDX_Check(pDX, IDC_APP_SETTINGS_LOGFOLDER_USEAPPFOLDER, m_use_app_folder);
 DDX_Check(pDX, IDC_APP_SETTINGS_ALWAYS_WRITE_LOG, m_always_write_log);
 DDX_Check(pDX, IDC_APP_SETTINGS_USEDEBUG_FEATURES, m_use_dv_features);
 DDX_Check(pDX, IDC_APP_SETTINGS_SHOW_TOOLTIPS, m_show_tooltips);
 DDX_Check(pDX, IDC_APP_SETTINGS_EXFIXTURES, m_exfixtures);
 DDX_Check(pDX, IDC_APP_SETTINGS_HEXMODE, m_hexdatamode);

 DDX_Control(pDX, IDC_APP_SETTINGS_MIDESK_UPDATE_PERIOD_SPIN, m_midesk_update_period_spin);
 DDX_Control(pDX, IDC_APP_SETTINGS_MIDESK_UPDATE_PERIOD_EDIT, m_midesk_update_period_edit);
 m_midesk_update_period_edit.DDX_Value(pDX, IDC_APP_SETTINGS_MIDESK_UPDATE_PERIOD_EDIT, m_midesk_update_period);

 DDX_Control(pDX, IDC_APP_SETTINGS_DBGPANEL_UPDATE_PERIOD_SPIN, m_dv_update_period_spin);
 DDX_Control(pDX, IDC_APP_SETTINGS_DBGPANEL_UPDATE_PERIOD_EDIT, m_dv_update_period_edit);
 m_dv_update_period_edit.DDX_Value(pDX, IDC_APP_SETTINGS_DBGPANEL_UPDATE_PERIOD_EDIT, m_dv_update_period);

 DDX_Control(pDX, IDC_APP_SETTINGS_TACHOMETER_MAX_SPIN, m_tachometer_max_spin);
 DDX_Control(pDX, IDC_APP_SETTINGS_TACHOMETER_MAX_EDIT, m_tachometer_max_edit);
 m_tachometer_max_edit.DDX_Value(pDX, IDC_APP_SETTINGS_TACHOMETER_MAX_EDIT, m_tachometer_max);

 DDX_Control(pDX, IDC_APP_SETTINGS_PRESSURE_MAX_SPIN, m_pressure_max_spin);
 DDX_Control(pDX, IDC_APP_SETTINGS_PRESSURE_MAX_EDIT, m_pressure_max_edit);
 m_pressure_max_edit.DDX_Value(pDX, IDC_APP_SETTINGS_PRESSURE_MAX_EDIT, m_pressure_max);

 DDX_Control(pDX, IDC_APP_SETTINGS_WHEEL_PULSES_SPIN, m_wheel_pulses_spin);
 DDX_Control(pDX, IDC_APP_SETTINGS_WHEEL_PULSES_EDIT, m_wheel_pulses_edit);
 m_wheel_pulses_edit.DDX_Value(pDX, IDC_APP_SETTINGS_WHEEL_PULSES_EDIT, m_wheel_pulses);

 DDX_Control(pDX, IDC_APP_SETTINGS_DBGPANEL_UPDATE_PERIOD_CAPTION, m_dv_update_period_caption);
 DDX_Control(pDX, IDC_APP_SETTINGS_INFO_TEXT, m_info_text);
}
void CPropertyPageListEdit::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	DDX_Text(pDX, IDC_EDIT_RESULT_LISTBOX, m_strResultListBox);
	DDX_Control(pDX, IDC_LISTBOX_DEMO, m_lsDemoListBox);
	DDX_Check(pDX, IDC_CHK_LISTBOX_ENABLE, m_bEnableListBox);
	DDX_Text(pDX, IDC_EDIT_LISTBOX_ADD, m_strListBoxAdd);
	DDX_Control(pDX, IDC_LISTBOX_DEMO_MULTICOL, m_lsMultiColListBox);
	DDX_Control(pDX, IDC_LISTCTRL_DEMO, m_lsDemoListCtrl);
	DDX_Check(pDX, IDC_CHK_LISTCTRL_ENABLE, m_bEnableListCtrl);
	DDX_Text(pDX, IDC_EDIT_RESULT_LISTCTRL, m_strResultListCtrl);
	DDX_CBIndex(pDX, IDC_CMB_LISTCTRL_VIEW, m_nListCtrlView);
	DDX_Check(pDX, IDC_LISTCTRL_FULLROWSEL, m_bListCtrlFullRowSel);
}
Exemple #7
0
void CAppLookDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CAppLookDlg)
	DDX_Control(pDX, IDC_STYLE2007, m_wndStyle2007);
	DDX_Control(pDX, IDC_OUTLOOKBAR2003, m_wndOutlookBar2003);
	DDX_Control(pDX, IDOK, m_wndOK);
	DDX_Control(pDX, IDCANCEL, m_wndCancel);
	DDX_Radio(pDX, IDC_APP_LOOK1, m_nAppLook);
	DDX_Check(pDX, IDC_SHOW_AT_STARTUP, m_bShowAtStartup);
	DDX_Check(pDX, IDC_OUTLOOKBAR2003, m_bOutlookBar2003);
	DDX_CBIndex(pDX, IDC_STYLE2007, m_nStyle2007);
	//}}AFX_DATA_MAP
}
Exemple #8
0
void CNewProfileDlg::DoDataExchange(CDataExchange* pDX)
{
    CDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(CNewProfileDlg)
    DDX_CBIndex(pDX, IDC_LOCALE_COMBO, m_LocaleIndex);
    DDX_Text(pDX, IDC_NEW_PROF_NAME, m_Name);
    //}}AFX_DATA_MAP

    pDX->PrepareEditCtrl(IDC_NEW_PROF_NAME);
    if (pDX->m_bSaveAndValidate)
    {
        ValidateProfileName(m_Name, pDX);
    }
}
void
ArxDbgUiTdcWblockClone::DoDataExchange(CDataExchange* pDX)
{
    CAcUiTabChildDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(ArxDbgUiTdcWblockClone)
    DDX_Control(pDX, ARXDBG_BN_PICKPT, m_pickPtButton);
    DDX_Control(pDX, ARXDBG_LB_SOURCE_DB, m_lbSourceDb);
    DDX_Control(pDX, ARXDBG_LB_DEST_DB, m_lbDestDb);
    DDX_CBIndex(pDX, ARXDBG_PU_BLKDEFS, m_puBlockDefIndex);
    DDX_Control(pDX, ARXDBG_PU_BLKDEFS, m_puBlockDef);
    DDX_Check(pDX, ARXDBG_CB_FORCE_WBLOCK_COPY, m_doForceCopy);
    DDX_Check(pDX, ARXDBG_CB_SAVE_AS_DWG, m_saveAsDwg);
    //}}AFX_DATA_MAP
}
void CDynDirDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CDynDirDlg)
	DDX_Control(pDX, IDC_COORDINATES, m_move);
	DDX_Control(pDX, IDC_REPORT, m_rep);
	DDX_Control(pDX, IDC_SYST, m_syst);
	//DDX_Control(pDX, IDC_INSYST, m_insyst);
	DDX_Control(pDX, IDC_GIVEN, m_giv);
	//DDX_CBIndex(pDX, IDC_INSYST, m_iv);
	DDX_CBIndex(pDX, IDC_SYST, m_sv);
	DDX_Check(pDX, IDC_SUBSTATE, m_substate);
	//}}AFX_DATA_MAP
}
void CCoalseamDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	DDX_CBIndex(pDX, IDC_BREAKTYPE, nbreaktype);
	DDX_Text(pDX, IDC_EDIT_EVARES, strEvaluateresult);
	DDX_Text(pDX, IDC_EDIT_PRACTICAL, fPractical);
	DDV_MinMaxDouble(pDX, fPractical, 0.0, 200);
	DDX_Text(pDX, IDC_EDIT_WATER, fWater);
	DDV_MinMaxDouble(pDX, fWater, 0.0, 100);
	DDX_Text(pDX, IDC_EDIT_TEMPERATURE, fTemperature);
	DDV_MinMaxDouble(pDX, fTemperature, -1000, 2000);
	DDX_Text(pDX, IDC_EDIT_PERMEABILITY, fPermeability);
	DDV_MinMaxDouble(pDX, fPermeability, 0.0, 10000);
}
void CFileSizeFilterForm::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CFileSizeFilterForm)
	DDX_Control(pDX, IDC_VALUE2, m_Value2Control);
	DDX_Control(pDX, IDC_VALUE1, m_Value1Control);
	DDX_Control(pDX, IDC_FILTER_TYPE, m_FilterTypeControl);
	DDX_CBIndex(pDX, IDC_FILTER_TYPE, m_FilterType);
	DDX_Text(pDX, IDC_VALUE1, m_Value1);
	DDV_MinMaxDWord(pDX, m_Value1, 0, 4294967295);
	DDX_Text(pDX, IDC_VALUE2, m_Value2);
	DDV_MinMaxDWord(pDX, m_Value2, 0, 4294967295);
	//}}AFX_DATA_MAP
}
Exemple #13
0
void CConvertDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CConvertDlg)
	DDX_CBIndex(pDX, IDC_AddrType, m_nAddrType);
	DDX_Text(pDX, IDC_AddrValue, m_strAddrValue);
	DDX_Text(pDX, IDC_EditFA, m_strFA);
	DDX_Text(pDX, IDC_EditRVA, m_strRVA);
	DDX_Text(pDX, IDC_EditVA, m_strVA);
	DDX_Text(pDX, IDC_EditSection, m_strSectionName);
	DDX_Text(pDX, IDC_EditHexValue, m_HexValue);
	DDX_Text(pDX, IDC_EditStrValue, m_szValue);
	//}}AFX_DATA_MAP
}
void CAxialAnalysisOptionsDlg::DoDataExchange(CDataExchange* pDX)
{
    CDialog::DoDataExchange(pDX);
    //{{AFX_DATA_MAP(CAxialAnalysisOptionsDlg)
    DDX_Control(pDX, IDC_ATTRIBUTE_CHOOSER, m_attribute_chooser);
    DDX_Control(pDX, IDC_RADIUS, m_radius_ctrl);
    DDX_Text(pDX, IDC_RADIUS, m_radius);
    DDX_Check(pDX, IDC_CHOICE, m_choice);
    DDX_CBIndex(pDX, IDC_ATTRIBUTE_CHOOSER, m_attribute);
    DDX_Check(pDX, IDC_WEIGHTED, m_weighted);
    DDX_Check(pDX, IDC_INCLUDE_RA, m_rra);
    DDX_Check(pDX, IDC_LOCAL, m_local);
    //}}AFX_DATA_MAP
}
void DlgConvolution::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	DDX_Text(pDX, IDC_EDIT1, m11);
	DDX_Text(pDX, IDC_EDIT7, m12);
	DDX_Text(pDX, IDC_EDIT10, m13);
	DDX_Text(pDX, IDC_EDIT5, m21);
	DDX_Text(pDX, IDC_EDIT8, m22);
	DDX_Text(pDX, IDC_EDIT11, m23);
	DDX_Text(pDX, IDC_EDIT6, m31);
	DDX_Text(pDX, IDC_EDIT9, m32);
	DDX_Text(pDX, IDC_EDIT12, m33);
	DDX_CBIndex(pDX, IDC_COMBO1, mIndex);
}
void CMcCurvePage2::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	DDX_CBIndex(pDX, IDC_COMBO1, nCurveSel);
	DDX_Text(pDX, IDC_EDIT19, m_BchannelNO);
	DDV_MinMaxByte(pDX, m_BchannelNO, 0, 255);
	DDX_Text(pDX, IDC_EDIT20, m_BDot);
	DDV_MinMaxByte(pDX, m_BDot, 0, 255);
	DDX_CBIndex(pDX, IDC_COMBO2, m_BPrecision);
	DDX_Text(pDX, IDC_EDIT21, m_fRatio);
	DDX_Control(pDX, IDC_LIST2, m_CurveList);

	DDX_Control(pDX, IDC_COMBO1,ModeBox);
	DDX_Control(pDX, IDC_COLORSTATIC, m_staticcolor);
	DDX_Text(pDX, IDC_EDIT22, m_nlinenode);
	DDV_MinMaxInt(pDX, m_nlinenode, 0, 127);
	DDX_Text(pDX, IDC_EDIT24, m_nlineline);
	DDV_MinMaxInt(pDX, m_nlineline, 0, 127);
	DDX_Text(pDX, IDC_EDIT25, m_nlinertu);
	DDV_MinMaxInt(pDX, m_nlinertu, 0, 127);
	DDX_Text(pDX, IDC_EDIT30, m_unit);
	DDV_MaxChars(pDX, m_unit, 7);
}
void CSecondCurConfig::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CSecondCurConfig)
	DDX_Control(pDX, IDC_SHQ_SECONDINFOLIST, m_infolist);
	//}}AFX_DATA_MAP
	DDX_Check(pDX, IDC_CHECK1, m_bChecked);
	DDX_CBIndex(pDX, IDC_COMBO1, m_nIndex);
	DDX_Text(pDX, IDC_EDIT1, m_nMax);
	DDX_Text(pDX, IDC_EDIT26, m_nMin);
	DDX_Text(pDX, IDC_EDIT29, m_nWidth);
	DDX_Control(pDX, IDC_COLOR3, m_corl);
	DDX_Control(pDX, IDC_COLOR, m_corls);
}
void CShipClassEditorDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CShipClassEditorDlg)
	DDX_Control(pDX, IDC_SOUNDS, m_SoundsEditor);
	DDX_Control(pDX, IDC_SCLASS_WINDOW, m_ShipClassWindow);
	DDX_Control(pDX, IDC_SCLASS_NEW, m_ShipClassNew);
	DDX_Control(pDX, IDC_SCLASS_DELETE, m_ShipClassDelete);
	DDX_Control(pDX, IDC_MODELS, m_ModelsEditor);
	DDX_Control(pDX, IDC_GOALS, m_GoalsEditor);
	DDX_Check(pDX, IDC_SCLASS_AFTERBURNER, m_ShipClassAfterburner);
	DDX_CBIndex(pDX, IDC_SCLASS_AI_CLASS, m_ShipClassAIClass);
	DDX_CBString(pDX, IDC_SCLASS_ARMOR, m_ShipClassArmor);
	DDX_Check(pDX, IDC_SCLASS_CLOAK, m_ShipClassCloak);
	DDX_CBIndex(pDX, IDC_SCLASS_DEBRIS_MODEL, m_ShipClassDebrisModel);
	DDX_CBIndex(pDX, IDC_SCLASS_3D_OBJECT, m_ShipClassModel);
	DDX_Text(pDX, IDC_SCLASS_ENGINES, m_ShipClassEngine);
	DDX_CBString(pDX, IDC_SCLASS_EXPLOSION1, m_ShipClassExplosion1);
	DDX_CBString(pDX, IDC_SCLASS_EXPLOSION2, m_ShipClassExplosion2);
	DDX_CBString(pDX, IDC_SCLASS_IFF, m_ShipClassIFF);
	DDX_Text(pDX, IDC_SCLASS_MANUFACTURER, m_ShipClassManufacturer);
	DDX_Text(pDX, IDC_SCLASS_MAX_BANK, m_ShipClassMaxBank);
	DDX_Text(pDX, IDC_SCLASS_MAX_PITCH, m_ShipClassMaxPitch);
	DDX_Text(pDX, IDC_SCLASS_MAX_ROLL, m_ShipClassMaxRoll);
	DDX_Text(pDX, IDC_SCLASS_MAX_SPEED, m_ShipClassMaxSpeed);
	DDX_CBString(pDX, IDC_SCLASS_NAME, m_ShipClassName);
	DDX_Text(pDX, IDC_SCLASS_POWER_PLANT, m_ShipClassPowerPlant);
	DDX_Text(pDX, IDC_SCLASS_SCORE, m_ShipClassScore);
	DDX_Text(pDX, IDC_SCLASS_SHIELDS, m_ShipClassShields);
	DDX_Check(pDX, IDC_SCLASS_WARPDRIVE, m_ShipClassWarpdrive);
	DDX_CBString(pDX, IDC_SCLASS_TURRET_WEAPON1, m_ShipClassTurretWeapon1);
	DDX_CBString(pDX, IDC_SCLASS_TURRET_WEAPON2, m_ShipClassTurretWeapon2);
	DDX_CBString(pDX, IDC_SCLASS_WEAPON_SPECIAL, m_ShipClassWeaponSpecial);
	DDX_CBString(pDX, IDC_SCLASS_WEAPON1, m_ShipClassWeapon1);
	DDX_CBString(pDX, IDC_SCLASS_WEAPON2, m_ShipClassWeapon2);
	//}}AFX_DATA_MAP
}
Exemple #19
0
void CDlgSelRP::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CDlgSelRP)
	DDX_Control(pDX, IDC_BUTTON3, m_Button1);
	DDX_Control(pDX, IDC_EDIT69, m_Edit2);
	DDX_Control(pDX, IDC_EDIT46, m_Edit1);
	DDX_Control(pDX, IDC_DATETIMEPICKER8, m_dt4);
	DDX_Control(pDX, IDC_COMBO1, m_Combo0);
	DDX_Control(pDX, IDC_DATETIMEPICKER7, m_dt3);
	DDX_Control(pDX, IDC_DATETIMEPICKER6, m_dt2);
	DDX_Control(pDX, IDC_DATETIMEPICKER1, m_dt1);
	DDX_Control(pDX, IDC_CHECK11, m_Check4);
	DDX_Control(pDX, IDC_CHECK2, m_Check3);
	DDX_Control(pDX, IDC_CHECK31, m_Check2);
	DDX_Control(pDX, IDC_CHECK1, m_Check1);
	DDX_Control(pDX, IDC_CHECK4, m_Check6);
	DDX_Control(pDX, IDC_CHECK3, m_Check5);
	DDX_Control(pDX, IDC_COMBO6, m_Combo2);
	DDX_Control(pDX, IDC_COMBO3, m_Combo1);
	DDX_Check(pDX, IDC_CHECK1, m_c1);
	DDX_Check(pDX, IDC_CHECK31, m_c2);
	DDX_Check(pDX, IDC_CHECK2, m_c3);
	DDX_Check(pDX, IDC_CHECK11, m_c4);
	DDX_Check(pDX, IDC_CHECK3, m_c5);
	DDX_Check(pDX, IDC_CHECK4, m_c6);
	DDX_DateTimeCtrl(pDX, IDC_DATETIMEPICKER1, m_d1);
	DDX_DateTimeCtrl(pDX, IDC_DATETIMEPICKER6, m_d2);
	DDX_DateTimeCtrl(pDX, IDC_DATETIMEPICKER7, m_d3);
	DDX_DateTimeCtrl(pDX, IDC_DATETIMEPICKER8, m_d4);
	DDX_CBIndex(pDX, IDC_COMBO1, m_cb0);
	DDX_Text(pDX, IDC_EDIT46, m_ed1);
	DDX_Text(pDX, IDC_EDIT69, m_ed2);
	DDX_CBIndex(pDX, IDC_COMBO3, m_cb1);
	DDX_CBIndex(pDX, IDC_COMBO6, m_cb2);
	//}}AFX_DATA_MAP
}
void CObjectToolPal::DoDataExchange(CDataExchange* pDX)
{
	CGuiDialogBar::DoDataExchange(pDX);

	DDX_Control(pDX, IDC_OBJECT_SELECT, m_ObjectSelect );
	DDX_Control(pDX, IDC_OBJECT_MOVE, m_ObjectMove );
	DDX_Control(pDX, IDC_OBJECT_ROTATE, m_ObjectRotate );
	DDX_Control(pDX, IDC_OBJECT_SCALE, m_ObjectScale );
	DDX_Radio(pDX, IDC_OBJECT_SELECT, m_ObjectManipulateState );

	DDX_Text(pDX, IDC_EDIT_SENSITIVITY, m_fSensitivity);
	DDX_CBIndex(pDX, IDC_LOCK, m_iLockIndex);
	DDX_Control(pDX, IDC_LOCK, m_LockMovement);
	DDX_Control(pDX, IDC_LOCKVALUE, m_LockValue );
	DDX_Control(pDX, IDC_LOCKVALUE_CHECK, m_LockValueCheck );

	DDX_Control(pDX, IDC_OBJECT_CREATE, m_ObjectCreate);
	DDX_Control(pDX, ID_EDIT_CLEAR, m_ObjectDelete);
	
	DDX_CBIndex(pDX, IDC_HUGNEAREST, m_iHugIndex);
	DDX_Control(pDX, IDC_HUGNEAREST, m_HugCombo);
	DDX_Control(pDX, IDC_OBJECT_ENABLE_COLLISIONS, m_EnableCollisions);
	DDX_Control(pDX, IDC_OBJECT_ZOOMTO, m_ObjectZoomTo);
	DDX_Control(pDX, IDC_EDIT_SENSITIVITY, m_EditSensitivity);
	DDX_Control(pDX, IDC_SPIN_SENSITIVITY, m_SpinnerSensitivity);

	DDX_Control(pDX, IDC_GRID_CHECK, m_CheckGrid);
	DDX_Control(pDX, IDC_GRID_EDIT, m_EditGrid);
	DDX_Text(pDX, IDC_GRID_EDIT, m_fSnapToGrid);
	DDX_Control(pDX, IDC_GRID_SPIN, m_SpinnerGrid);

	m_EditGrid.EnableWindow(m_CheckGrid.GetCheck() == 1);
	m_SpinnerGrid.EnableWindow(m_CheckGrid.GetCheck() == 1);
	m_HugCombo.EnableWindow(m_EnableCollisions.GetCheck() == 1);
	// Enable the hug combo always for now until a more robust hug is implemented
//	m_HugCombo.EnableWindow(m_EnableCollisions.GetCheck() == false);
}
Exemple #21
0
void CPPageFullscreen::DoDataExchange(CDataExchange* pDX)
{
	__super::DoDataExchange(pDX);
	DDX_Check(pDX, IDC_CHECK1, m_launchfullscreen);
	DDX_Check(pDX, IDC_CHECK2, m_fSetFullscreenRes);
	DDX_Check(pDX, IDC_CHECK3, m_fSetDefault);
	DDX_CBIndex(pDX, IDC_COMBO1, m_iMonitorType);
	DDX_Control(pDX, IDC_COMBO1, m_iMonitorTypeCtrl);
	DDX_Control(pDX, IDC_LIST1, m_list);
	DDX_Check(pDX, IDC_CHECK4, m_iShowBarsWhenFullScreen);
	DDX_Text(pDX, IDC_EDIT1, m_nShowBarsWhenFullScreenTimeOut);
	DDX_Check(pDX, IDC_CHECK5, m_fExitFullScreenAtTheEnd);
	DDX_Control(pDX, IDC_SPIN1, m_nTimeOutCtrl);
	DDX_Check(pDX, IDC_RESTORERESCHECK, m_fRestoreResAfterExit);
}
void COptionPageFile::DoDataExchange(CDataExchange* pDX)
{
	CMFCPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(COptionPageFile)
	DDX_Control(pDX,IDC_OPTIONS_SAVE_LABEL2,m_wndSaveIntervalLabel2);
	DDX_Control(pDX,IDC_OPTIONS_SAVE_INTERVALL_EDIT,m_wndSaveIntervalEdit);
	DDX_Control(pDX,IDC_OPTIONS_SAVE_INTERVALL_SPIN,m_wndSaveIntervalSpin);
	DDX_Check(pDX,IDC_OPTIONS_SAVE_AUTOMATIC,m_bSaveAutomatic);
	DDX_Check(pDX,IDC_OPTIONS_SAVE_BEFORE_COMPILATION,m_bSaveBeforeCompilation);
	DDX_Text(pDX,IDC_OPTIONS_SAVE_INTERVALL_EDIT,m_unSaveInterval);
	DDV_MinMaxUInt(pDX, m_unSaveInterval, 1, 1000);
	DDX_CBIndex(pDX,IDC_OPTIONS_FILETYPE,m_nFileFormat);
	DDX_Check(pDX,IDC_OPTIONS_SAVE_NEWDOCS,m_bSaveNewDocuments);
	//}}AFX_DATA_MAP
}
Exemple #23
0
void CInsertDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	DDX_Text(pDX, IDC_EDIT1, m_name);
	DDV_MaxChars(pDX, m_name, 30);
	DDX_Text(pDX, IDC_EDIT2, m_contact);
	DDV_MaxChars(pDX, m_contact, 11);
	DDX_Text(pDX, IDC_EDIT3, m_email);
	DDV_MaxChars(pDX, m_email, 40);
	DDX_CBString(pDX, IDC_COMBO4, m_route);
	DDV_MaxChars(pDX, m_route, 80);
	DDX_CBIndex(pDX, IDC_COMBO6, m_seat);
	DDV_MinMaxInt(pDX, m_seat, 0, 10);
	DDX_Text(pDX, IDC_EDIT7, m_amount);
}
Exemple #24
0
void COutputPage::DoDataExchange(CDataExchange* pDX)
{
    CWizardPage::DoDataExchange(pDX);

    DDX_Control(pDX, IDC_TORRENT_NAME, m_wndName);
    DDX_Control(pDX, IDC_FOLDER, m_wndFolders);
    DDX_CBString(pDX, IDC_FOLDER, m_sFolder);
    DDX_Text(pDX, IDC_TORRENT_NAME, m_sName);
    DDX_Check(pDX, IDC_AUTO_PIECE_SIZE, m_bAutoPieces);
    DDX_CBIndex(pDX, IDC_PIECE_SIZE, m_nPieceIndex);
    DDX_Control(pDX, IDC_PIECE_SIZE, m_wndPieceSize);
    DDX_Check(pDX, IDC_CHECK_SHA1, m_bSHA1);
    DDX_Check(pDX, IDC_CHECK_ED2K, m_bED2K);
    DDX_Check(pDX, IDC_CHECK_MD5, m_bMD5);
}
Exemple #25
0
void CAxisSetting::DoDataExchange(CDataExchange* pDX)
{
	CDialogEx::DoDataExchange(pDX);
	DDX_Text(pDX, IDC_EDIT_Vmax, m_fVmax);
	DDX_Text(pDX, IDC_EDIT_Ta, m_uiTa);
	DDX_Control(pDX, IDC_COMBO_SpdType, m_ctrlSpdType);
	DDX_Text(pDX, IDC_EDIT_EnableAxis, m_uiEnableAxis);	
	DDX_Control(pDX, IDC_TAB_SwitchAxis, m_ctrlSwitchAxis);
	DDX_CBIndex(pDX, IDC_COMBO_SpdType, m_intcmbxSpdType);	
	DDX_Text(pDX, IDC_EDIT_ShowPosTimeSlot, m_uiShowPosTimeSlot);
	DDX_Text(pDX, IDC_EDIT_L1, m_fScaraRobot_L1);
	DDX_Text(pDX, IDC_EDIT_L2, m_fScaraRobot_L2);
	DDX_Text(pDX, IDC_EDIT_Height, m_fScaraRobot_Height);
	DDX_CBIndex(pDX, IDC_COMBO_Arm_Type, m_iScaraRobot_Arm_dir);
	DDX_Control(pDX, IDC_COMBO_Arm_Type, m_ctrlArm_Type);
	DDX_Text(pDX, IDC_EDIT_ChkErrTimeSlot, m_uiCheckErrTimeSlot);
	DDX_Text(pDX, IDC_EDIT_Jog_MaxRPM, m_iJog_MaxRPM);
	DDX_Text(pDX, IDC_EDIT_Jog_Speed, m_fJog_Speed);
	DDX_Text(pDX, IDC_EDIT_HomeJ1, m_HomeJ1);
	DDX_Text(pDX, IDC_EDIT_HomeJ2, m_HomeJ2);
	DDX_Text(pDX, IDC_EDIT_HomeJ3, m_HomeJ3);
	DDX_Text(pDX, IDC_EDIT_HomeJ4, m_HomeJ4);

}
Exemple #26
0
void CMyCreateClientDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CMyCreateClientDlg)
	DDX_Control(pDX, IDC_COMBO_IPLIST, m_IpList);
	DDX_Text(pDX, IDC_EDIT_PORT, m_Port);
	DDV_MaxChars(pDX, m_Port, 5);
	DDX_Text(pDX, IDC_EDIT_BAK_URL, m_BakUrl);
	DDV_MaxChars(pDX, m_BakUrl, 128);
	DDX_Text(pDX, IDC_EDIT_CONTROL_DLL, m_CtrlFile);
	DDV_MaxChars(pDX, m_CtrlFile, 250);
	DDX_Radio(pDX, IDC_RADIO_VIP, m_IsVip);
	DDX_CBIndex(pDX, IDC_COMBO_PROC, m_Proc);
	//}}AFX_DATA_MAP
}
Exemple #27
0
void DlgOptionsChart::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(DlgOptionsChart)
	DDX_Control(pDX, IDC_COMBOLSIZE, m_comboLSize);
	DDX_Check(pDX, IDC_BGGRID, m_bggrid);
	DDX_Check(pDX, IDC_MAXAPMMARKER, m_maxapm);
	DDX_Check(pDX, IDC_BGGRADIENT, m_bggradient);
	DDX_Check(pDX, IDC_COLOREDEVENTLIST, m_coloredevents);
	DDX_Text(pDX, IDC_BMPPATH, m_bmppath);
	DDX_Check(pDX, IDC_USEBMP, m_usebmp);
	DDX_Radio(pDX, IDC_RADIO1, m_imgposition);
	DDX_CBIndex(pDX, IDC_COMBOTYPE, m_comboType);
	//}}AFX_DATA_MAP
}
Exemple #28
0
void CPPagePlayback::DoDataExchange(CDataExchange* pDX)
{
	__super::DoDataExchange(pDX);

	DDX_Control(pDX, IDC_SLIDER1, m_volumectrl);
	DDX_Control(pDX, IDC_SLIDER2, m_balancectrl);
	DDX_Slider(pDX, IDC_SLIDER1, m_nVolume);
	DDX_Slider(pDX, IDC_SLIDER2, m_nBalance);
	DDX_Radio(pDX, IDC_RADIO1, m_iLoopForever);
	DDX_Control(pDX, IDC_EDIT1, m_loopnumctrl);
	DDX_Text(pDX, IDC_EDIT1, m_nLoops);
	DDX_Check(pDX, IDC_CHECK1, m_fRewind);
	DDX_CBIndex(pDX, IDC_COMBO1, m_iZoomLevel);
	DDX_Check(pDX, IDC_CHECK5, m_iRememberZoomLevel);
	DDX_Check(pDX, IDC_CHECK7, m_fEnableWorkerThreadForOpening);
	DDX_Check(pDX, IDC_CHECK6, m_fReportFailedPins);
	DDX_Text(pDX, IDC_EDIT2, m_subtitlesLanguageOrder);
	DDX_Text(pDX, IDC_EDIT3, m_audiosLanguageOrder);
	DDX_CBIndex(pDX, IDC_COMBOVOLUME, m_nVolumeStep);
	DDX_Control(pDX, IDC_COMBOVOLUME, m_nVolumeStepCtrl);
	DDX_Control(pDX, IDC_COMBOSPEEDSTEP, m_nSpeedStepCtrl);
	DDX_Check(pDX, IDC_CHECK4, m_fUseInternalSelectTrackLogic);
	DDX_Control(pDX, IDC_COMBO1, m_zoomlevelctrl);
}
Exemple #29
0
void PropCompare::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(PropCompare)
	DDX_CBIndex(pDX, IDC_DIFF_ALGORITHM, m_nDiffAlgorithm);
	DDX_Check(pDX, IDC_IGNCASE_CHECK, m_bIgnoreCase);
	DDX_Check(pDX, IDC_IGNBLANKS_CHECK, m_bIgnoreBlankLines);
	DDX_Check(pDX, IDC_FILTERCOMMENTS_CHECK, m_bFilterCommentsLines);
	DDX_Check(pDX, IDC_CP_SENSITIVE, m_bIgnoreCodepage);
	DDX_Check(pDX, IDC_EOL_SENSITIVE, m_bIgnoreEol);
	DDX_Radio(pDX, IDC_WHITESPACE, m_nIgnoreWhite);
	DDX_Check(pDX, IDC_MOVED_BLOCKS, m_bMovedBlocks);
	DDX_Check(pDX, IDC_MATCH_SIMILAR_LINES, m_bMatchSimilarLines);
	//}}AFX_DATA_MAP
}
Exemple #30
0
void COptionsPrintPage::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(COptionsPrintPage)
	DDX_Text(pDX, IDC_EDIT_BOTTOM, m_intBottom);
	DDV_MinMaxInt(pDX, m_intBottom, 0, 1024);
	DDX_Text(pDX, IDC_EDIT_LEFT, m_intLeft);
	DDV_MinMaxInt(pDX, m_intLeft, 0, 1024);
	DDX_Text(pDX, IDC_EDIT_RIGHT, m_intRight);
	DDV_MinMaxInt(pDX, m_intRight, 0, 1024);
	DDX_Text(pDX, IDC_EDIT_TOP, m_intTop);
	DDV_MinMaxInt(pDX, m_intTop, 0, 1024);
	DDX_CBIndex(pDX, IDC_COMBO_UNITS, m_intUnits);
	//}}AFX_DATA_MAP
}