ENH:X1 and X1C do not display privacy agreement licenses

Change-Id: I8d54067062676c849f50a298efc6d48a015eb5ef
This commit is contained in:
tao wang 2023-05-26 14:26:07 +08:00 committed by Lane.Wei
parent befdbe3d2a
commit 4552699bde
2 changed files with 26 additions and 3 deletions

View file

@ -46,6 +46,7 @@ struct MemoryStruct
class BindMachineDialog : public DPIDialog
{
private:
wxWindow* m_panel_agreement;
wxStaticText * m_printer_name;
wxStaticText * m_user_name;
StaticBox * m_panel_left;
@ -90,7 +91,7 @@ public:
void on_bind_success(wxCommandEvent &event);
void on_bind_printer(wxCommandEvent &event);
void on_dpi_changed(const wxRect &suggested_rect) override;
void update_machine_info(MachineObject *info) { m_machine_info = info; };
void update_machine_info(MachineObject *info);
void on_show(wxShowEvent &event);
void on_close(wxCloseEvent& event);
void on_destroy();