fix some bug

This commit is contained in:
QIDI TECH
2024-09-03 16:11:08 +08:00
parent 0ab17435c8
commit 4626916f7c
7 changed files with 295 additions and 238 deletions

View File

@@ -37,6 +37,8 @@ protected:
void create_bitmap(wxWindow* parent, std::string img);
//w29
void add_bitmap(wxWindow* parent, wxBoxSizer* m_top_sizer, std::string img,bool can_modify = false , int modify_size =350);
void create_paragraph(wxWindow* parent, Label* title, std::string title_txt, Label* content, std::string content_txt);
void create_txt(wxWindow* parent, Label* label, std::string label_txt);
};
class CalibrationPAStartPage : public CalibrationStartPage