Home
last modified time | relevance | path

Searched refs:m_pUserProperties (Results 1 – 1 of 1) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dprofile_wizard.cpp91 wxGridBagSizer *m_pUserProperties; member in ProfileWizard
241 m_pUserProperties = new wxGridBagSizer(5, 5); in ProfileWizard()
263 m_pUserProperties->Add(sz, wxGBPosition(1, 1), wxDefaultSpan, 0, 0); in ProfileWizard()
274 AddCellPair(this, m_pUserProperties, 2, _("Guide scope focal length (mm)"), m_pFocalLength); in ProfileWizard()
280 m_pUserProperties->Add(m_scaleIcon, wxGBPosition(3, 0)); in ProfileWizard()
284 m_pUserProperties->Add(m_pixelScale, wxGBPosition(3, 1), wxDefaultSpan, wxALL, 5); in ProfileWizard()
307 m_pvSizer->Add(m_pUserProperties, wxSizerFlags().Center().Border(wxALL, 5)); in ProfileWizard()
664 m_pUserProperties->Show(false); in UpdateState()
681 m_pUserProperties->Show(true); in UpdateState()
693 m_pUserProperties->Show(false); in UpdateState()
[all …]