wxDialog(parent, ID_DIALOG_DSN, title)
{
int chSize; // Height of Font * 1.4 = Height of wxTextCtrl
wxDialog(parent, ID_DIALOG_DSN, title)
{
int chSize; // Height of Font * 1.4 = Height of wxTextCtrl
m_UserName = new wxTextCtrl(this, -1, "");
m_UserName->SetFont(* pDoc->ft_Doc);
m_UserName = new wxTextCtrl(this, -1, "");
m_UserName->SetFont(* pDoc->ft_Doc);
layout = new wxLayoutConstraints;
layout->left.SameAs(m_Label1, wxRight, 10);
layout = new wxLayoutConstraints;
layout->left.SameAs(m_Label1, wxRight, 10);