You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-254-gc2ef7767)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include "dialog_shim.h"
  12. #include <wx/string.h>
  13. #include <wx/stattext.h>
  14. #include <wx/gdicmn.h>
  15. #include <wx/font.h>
  16. #include <wx/colour.h>
  17. #include <wx/settings.h>
  18. #include <wx/choice.h>
  19. #include <wx/checkbox.h>
  20. #include <wx/gbsizer.h>
  21. #include <wx/sizer.h>
  22. #include <wx/statbox.h>
  23. #include <wx/radiobut.h>
  24. #include <wx/textctrl.h>
  25. #include <wx/button.h>
  26. #include <wx/bitmap.h>
  27. #include <wx/image.h>
  28. #include <wx/icon.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_PRINT_GENERIC_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_PRINT_GENERIC_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. enum
  39. {
  40. wxID_FRAME_SEL = 1000,
  41. wxID_PRINT_OPTIONS
  42. };
  43. wxBoxSizer* m_bUpperSizer;
  44. wxStaticBoxSizer* m_sbOptionsSizer;
  45. wxGridBagSizer* m_gbOptionsSizer;
  46. wxStaticText* m_outputModeLabel;
  47. wxChoice* m_outputMode;
  48. wxCheckBox* m_titleBlock;
  49. wxRadioButton* m_scale1;
  50. wxRadioButton* m_scaleFit;
  51. wxRadioButton* m_scaleCustom;
  52. wxTextCtrl* m_scaleCustomText;
  53. wxStaticText* m_infoText;
  54. wxButton* m_buttonOption;
  55. wxStdDialogButtonSizer* m_sdbSizer1;
  56. wxButton* m_sdbSizer1OK;
  57. wxButton* m_sdbSizer1Apply;
  58. wxButton* m_sdbSizer1Cancel;
  59. // Virtual event handlers, override them in your derived class
  60. virtual void onClose( wxCloseEvent& event ) { event.Skip(); }
  61. virtual void onSetCustomScale( wxCommandEvent& event ) { event.Skip(); }
  62. virtual void onPageSetup( wxCommandEvent& event ) { event.Skip(); }
  63. virtual void onPrintPreview( wxCommandEvent& event ) { event.Skip(); }
  64. virtual void onCancelButtonClick( wxCommandEvent& event ) { event.Skip(); }
  65. virtual void onPrintButtonClick( wxCommandEvent& event ) { event.Skip(); }
  66. public:
  67. DIALOG_PRINT_GENERIC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Print"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  68. ~DIALOG_PRINT_GENERIC_BASE();
  69. };