
    // Set the icon for this dialog.  The framework does this automatically
    // when the application's main window is not a dialog
    SetIcon(m_hIcon, TRUE);             // Set big icon
    SetIcon(m_hIcon, FALSE);            // Set small icon

//***************************************************************************
// Pocztek dodanego kodu

    // Inicjalizuj wartoci okna dialogowego.
    m_information.SetCheck(1);
    m_initialize.SetCheck(1);
    m_stringData.SetWindowText("To jest test.");
    m_rawData.SetWindowText("To s jakie dane pierwotne.");

// Koniec dodanego kodu
//****************************************************************************

    return TRUE;  // return TRUE unless yoy set the focus to a control
