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.

89 lines
3.0 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Apr 16 2008)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO "NOT" EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __dialog_libedit_dimensions_base__
  8. #define __dialog_libedit_dimensions_base__
  9. #include <wx/intl.h>
  10. #include <wx/string.h>
  11. #include <wx/stattext.h>
  12. #include <wx/gdicmn.h>
  13. #include <wx/font.h>
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/choice.h>
  17. #include <wx/textctrl.h>
  18. #include <wx/spinctrl.h>
  19. #include <wx/sizer.h>
  20. #include <wx/statline.h>
  21. #include <wx/button.h>
  22. #include <wx/dialog.h>
  23. ///////////////////////////////////////////////////////////////////////////
  24. ///////////////////////////////////////////////////////////////////////////////
  25. /// Class DIALOG_LIBEDIT_DIMENSIONS_BASE
  26. ///////////////////////////////////////////////////////////////////////////////
  27. class DIALOG_LIBEDIT_DIMENSIONS_BASE : public wxDialog
  28. {
  29. DECLARE_EVENT_TABLE()
  30. private:
  31. // Private event handlers
  32. void _wxFB_OnSaveSetupClick( wxCommandEvent& event ){ OnSaveSetupClick( event ); }
  33. void _wxFB_OnCancelClick( wxCommandEvent& event ){ OnCancelClick( event ); }
  34. void _wxFB_OnOkClick( wxCommandEvent& event ){ OnOkClick( event ); }
  35. protected:
  36. wxStaticText* m_staticText3;
  37. wxChoice* m_choiceGridSize;
  38. wxStaticText* m_staticGridUnits;
  39. wxStaticText* m_staticText5;
  40. wxTextCtrl* m_CurrentGraphicLineThicknessCtrl;
  41. wxStaticText* m_staticLineWidthUnits;
  42. wxStaticText* m_staticText7;
  43. wxTextCtrl* m_CurrentGraphicTextSizeCtrl;
  44. wxStaticText* m_staticTextSizeUnits;
  45. wxStaticText* m_staticText9;
  46. wxChoice* m_choiceRepeatHorizontal;
  47. wxStaticText* m_staticRepeatXUnits;
  48. wxStaticText* m_staticText12;
  49. wxChoice* m_choiceRepeatVertical;
  50. wxStaticText* m_staticRepeatYUnits;
  51. wxStaticText* m_staticText15;
  52. wxTextCtrl* m_CurrentPinLenghtCtrl;
  53. wxStaticText* m_staticText161;
  54. wxStaticText* m_CurrentPinNameSizeText;
  55. wxTextCtrl* m_CurrentPinNameSizeCtrl;
  56. wxStaticText* m_staticText18;
  57. wxStaticText* m_CurrentPinNumberSizeText;
  58. wxTextCtrl* m_CurrentPinNumberSizeCtrl;
  59. wxStaticText* m_staticText20;
  60. wxStaticText* m_staticText16;
  61. wxSpinCtrl* m_spinRepeatLabel;
  62. wxStaticLine* m_staticline1;
  63. wxButton* m_buttonSave;
  64. wxStdDialogButtonSizer* m_sdbSizer1;
  65. wxButton* m_sdbSizer1OK;
  66. wxButton* m_sdbSizer1Cancel;
  67. // Virtual event handlers, overide them in your derived class
  68. virtual void OnSaveSetupClick( wxCommandEvent& event ){ event.Skip(); }
  69. virtual void OnCancelClick( wxCommandEvent& event ){ event.Skip(); }
  70. virtual void OnOkClick( wxCommandEvent& event ){ event.Skip(); }
  71. public:
  72. DIALOG_LIBEDIT_DIMENSIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Library Editor Options"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 412,349 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
  73. ~DIALOG_LIBEDIT_DIMENSIONS_BASE();
  74. };
  75. #endif //__dialog_libedit_dimensions_base__