ENH:update ui layout for ip address dialog

Change-Id: I0095928e8c3951597d14783e1d4ef904946da993
This commit is contained in:
tao wang 2023-01-19 12:13:52 +08:00 committed by Lane.Wei
parent 6948fb7546
commit 94e6734cc0
3 changed files with 103 additions and 48 deletions

View file

@ -191,6 +191,8 @@ public:
TextInput* m_input_access_code{ nullptr };
wxStaticBitmap* m_img_help1{ nullptr };
wxStaticBitmap* m_img_help2{ nullptr };
wxStaticBitmap* m_img_step1{ nullptr };
wxStaticBitmap* m_img_step2{ nullptr };
bool m_show_access_code{ false };
std::shared_ptr<SendJob> m_send_job{nullptr};