40 #include <wx/stattext.h>
41 #include <wx/radiobut.h>
43 #include <wx/bitmap.h>
44 #include <wx/button.h>
45 #include <wx/textctrl.h>
75 SetExtraStyle(wxWS_EX_BLOCK_EVENTS);
76 wxDialog::Create( parent,
id, caption, pos,
size, style );
81 GetSizer()->SetSizeHints(
this);
105 wxBoxSizer* itemBoxSizer2 =
new wxBoxSizer(wxVERTICAL);
106 itemDialog1->SetSizer(itemBoxSizer2);
108 wxStaticText* itemStaticText3 =
new wxStaticText( itemDialog1, wxID_STATIC,
_(
"Do you really want to delete the following:"), wxDefaultPosition, wxDefaultSize, 0 );
109 itemBoxSizer2->Add(itemStaticText3, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
111 wxTextCtrl* itemTextCtrl4 =
new wxTextCtrl( itemDialog1,
ID_TEXTCTRL1,
wxT(
""), wxDefaultPosition, itemDialog1->ConvertDialogToPixels(wxSize(250, 120)), wxTE_MULTILINE );
112 itemBoxSizer2->Add(itemTextCtrl4, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
114 wxStdDialogButtonSizer* itemStdDialogButtonSizer5 =
new wxStdDialogButtonSizer;
116 itemBoxSizer2->Add(itemStdDialogButtonSizer5, 0, wxALIGN_RIGHT|wxALL, 5);
117 wxButton* itemButton6 =
new wxButton( itemDialog1, wxID_OK,
_(
"&OK"), wxDefaultPosition, wxDefaultSize, 0 );
118 itemStdDialogButtonSizer5->AddButton(itemButton6);
120 wxButton* itemButton7 =
new wxButton( itemDialog1, wxID_CANCEL,
_(
"&Cancel"), wxDefaultPosition, wxDefaultSize, 0 );
121 itemStdDialogButtonSizer5->AddButton(itemButton7);
123 itemStdDialogButtonSizer5->Realize();
126 itemTextCtrl4->SetValidator( wxTextValidator(wxFILTER_NONE, &
m_Text) );
bool Create(wxWindow *parent, wxWindowID id=ID_CSEQFEATREMOVEDLG, const wxString &caption=_("Feature Delete Dialog"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(400, 300), long style=wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL)
wxBitmap GetBitmapResource(const wxString &name)
static bool ShowToolTips()
wxIcon GetIconResource(const wxString &name)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const struct ncbi::grid::netcache::search::fields::SIZE size