//------------------------------------------------------------------------------ // Source code generated by wxDesigner from file: Askha.wdr // Do not modify this file, all changes will be lost! //------------------------------------------------------------------------------ #ifdef __GNUG__ #pragma implementation "Askha_wdr.h" #endif // For compilers that support precompilation #include "wx/wxprec.h" #ifdef __BORLANDC__ #pragma hdrstop #endif // Include private header #include "ssst_wdr.h" // Implement window functions wxSizer *createDlgSearch( wxWindow *parent, bool call_fit, bool set_sizer ) { wxBoxSizer *item0 = new wxBoxSizer( wxVERTICAL ); wxBoxSizer *item1 = new wxBoxSizer( wxVERTICAL ); wxFlexGridSizer *item2 = new wxFlexGridSizer( 3, 0, 0 ); wxStaticText *item3 = new wxStaticText( parent, ID_TEXT, wxT("&Suchbegriff"), wxDefaultPosition, wxDefaultSize, 0 ); item2->Add( item3, 0, wxALIGN_CENTER|wxALL, 5 ); wxTextCtrl *item4 = new wxTextCtrl( parent, ID_MUSTER, wxT(""), wxDefaultPosition, wxSize(200,-1), 0 ); item2->Add( item4, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item5 = new wxButton( parent, ID_SEARCH, wxT("&Suchen"), wxDefaultPosition, wxDefaultSize, 0 ); item5->SetDefault(); item2->Add( item5, 0, wxALIGN_CENTER|wxALL, 5 ); item1->Add( item2, 0, wxALIGN_CENTER|wxALL, 5 ); wxListCtrl *item6 = new wxListCtrl( parent, ID_LISTE, wxDefaultPosition, wxSize(350,300), wxLC_REPORT|wxSUNKEN_BORDER ); item1->Add( item6, 0, wxALIGN_CENTER|wxALL, 5 ); wxBoxSizer *item7 = new wxBoxSizer( wxHORIZONTAL ); wxBoxSizer *item8 = new wxBoxSizer( wxHORIZONTAL ); wxButton *item9 = new wxButton( parent, ID_OPEN, wxT("Ö&ffnen"), wxDefaultPosition, wxDefaultSize, 0 ); item8->Add( item9, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item10 = new wxButton( parent, ID_CONFIG, wxT("&Konfiguration..."), wxDefaultPosition, wxDefaultSize, 0 ); item8->Add( item10, 0, wxALIGN_CENTER|wxALL, 5 ); item8->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 5 ); item8->Add( 20, 20, 0, wxALIGN_CENTER|wxALL, 5 ); item7->Add( item8, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item11 = new wxButton( parent, ID_CLOSE, wxT("&Schliessen"), wxDefaultPosition, wxDefaultSize, 0 ); item7->Add( item11, 0, wxALIGN_CENTER|wxALL, 5 ); item1->Add( item7, 0, wxALIGN_CENTER|wxALL, 5 ); item0->Add( item1, 0, wxALIGN_CENTER|wxALL, 5 ); if (set_sizer) { parent->SetAutoLayout( TRUE ); parent->SetSizer( item0 ); if (call_fit) { item0->Fit( parent ); item0->SetSizeHints( parent ); } } return item0; } wxSizer *createDlgConfig( wxWindow *parent, bool call_fit, bool set_sizer ) { wxBoxSizer *item0 = new wxBoxSizer( wxVERTICAL ); wxBoxSizer *item1 = new wxBoxSizer( wxVERTICAL ); wxFlexGridSizer *item2 = new wxFlexGridSizer( 3, 0, 0 ); wxStaticText *item3 = new wxStaticText( parent, ID_TEXT, wxT("swish-e &Executable"), wxDefaultPosition, wxDefaultSize, 0 ); item2->Add( item3, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); wxStaticText *item4 = new wxStaticText( parent, ID_PATH, wxT("text"), wxDefaultPosition, wxSize(300,-1), wxST_NO_AUTORESIZE ); item2->Add( item4, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item5 = new wxButton( parent, ID_SWISHE, wxT("..."), wxDefaultPosition, wxDefaultSize, 0 ); item2->Add( item5, 0, wxALIGN_CENTER|wxALL, 5 ); item1->Add( item2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); wxStaticText *item6 = new wxStaticText( parent, ID_TEXT, wxT("Indexdateien"), wxDefaultPosition, wxDefaultSize, 0 ); item1->Add( item6, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); wxString *strs7 = (wxString*) NULL; wxCheckListBox *item7 = new wxCheckListBox( parent, ID_LISTBOX, wxDefaultPosition, wxSize(500,100), 0, strs7, wxLB_SINGLE ); item1->Add( item7, 0, wxALIGN_CENTER|wxALL, 5 ); wxBoxSizer *item8 = new wxBoxSizer( wxHORIZONTAL ); wxButton *item9 = new wxButton( parent, ID_ADD, wxT("&Hinzu"), wxDefaultPosition, wxDefaultSize, 0 ); item8->Add( item9, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item10 = new wxButton( parent, ID_DELETE, wxT("&Löschen"), wxDefaultPosition, wxDefaultSize, 0 ); item8->Add( item10, 0, wxALIGN_CENTER|wxALL, 5 ); item1->Add( item8, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 5 ); wxBoxSizer *item11 = new wxBoxSizer( wxHORIZONTAL ); wxButton *item12 = new wxButton( parent, wxID_OK, wxT("OK"), wxDefaultPosition, wxDefaultSize, 0 ); item12->SetDefault(); item11->Add( item12, 0, wxALIGN_CENTER|wxALL, 5 ); wxButton *item13 = new wxButton( parent, wxID_CANCEL, wxT("Abbruch"), wxDefaultPosition, wxDefaultSize, 0 ); item11->Add( item13, 0, wxALIGN_CENTER|wxALL, 5 ); item1->Add( item11, 0, wxALIGN_CENTER|wxALL, 5 ); item0->Add( item1, 0, wxALIGN_CENTER|wxALL, 5 ); if (set_sizer) { parent->SetAutoLayout( TRUE ); parent->SetSizer( item0 ); if (call_fit) { item0->Fit( parent ); item0->SetSizeHints( parent ); } } return item0; } // End of generated file