mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
NEW:add some new changes for send print job
1. change tray id like to A1, B1, C1, D1 2. can change the name of the project that is sent 3. add ams mapping instructions Change-Id: If301f4051f640157a53d6927a0ddf2facf4961b4
This commit is contained in:
@@ -158,6 +158,27 @@ public:
|
||||
wxStaticText * m_tip_disable_ams;
|
||||
};
|
||||
|
||||
class AmsTutorialPopup : public wxPopupTransientWindow
|
||||
{
|
||||
public:
|
||||
Label* text_title;
|
||||
wxStaticBitmap* img_top;
|
||||
wxStaticBitmap* arrows_top;
|
||||
wxStaticText* tip_top;
|
||||
wxStaticBitmap* arrows_bottom;
|
||||
wxStaticText* tip_bottom;
|
||||
wxStaticBitmap* img_middle;
|
||||
wxStaticText* tip_middle;
|
||||
wxStaticBitmap* img_botton;
|
||||
|
||||
AmsTutorialPopup(wxWindow* parent);
|
||||
~AmsTutorialPopup() {};
|
||||
|
||||
void paintEvent(wxPaintEvent& evt);
|
||||
virtual void OnDismiss() wxOVERRIDE;
|
||||
virtual bool ProcessLeftDown(wxMouseEvent& event) wxOVERRIDE;
|
||||
};
|
||||
|
||||
|
||||
wxDECLARE_EVENT(EVT_SET_FINISH_MAPPING, wxCommandEvent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user