354 wxBoxSizer *item0 =
new wxBoxSizer( wxVERTICAL );
356 wxListCtrl *item1 =
new wxListCtrl( parent,
ID_LIST, wxDefaultPosition, wxSize(400,200), wxLC_REPORT|wxLC_SINGLE_SEL );
357 item0->Add( item1, 0, wxALIGN_CENTER|wxALL, 5 );
359 wxGridSizer *item2 =
new wxGridSizer( 3, 0, 0 );
361 wxButton *item3 =
new wxButton( parent,
ID_ADD, wxT(
"&Add..."), wxDefaultPosition, wxDefaultSize, 0 );
362 item2->Add( item3, 0, wxALIGN_CENTER|wxALL, 5 );
364 wxButton *item4 =
new wxButton( parent,
ID_EDIT, wxT(
"&Edit..."), wxDefaultPosition, wxDefaultSize, 0 );
365 item2->Add( item4, 0, wxALIGN_CENTER|wxALL, 5 );
367 wxButton *item5 =
new wxButton( parent,
ID_DELETE, wxT(
"&Delete"), wxDefaultPosition, wxDefaultSize, 0 );
368 item2->Add( item5, 0, wxALIGN_CENTER|wxALL, 5 );
370 item0->Add( item2, 0, wxGROW, 5 );
372 wxStaticLine *item6 =
new wxStaticLine( parent,
ID_LINE, wxDefaultPosition, wxSize(20,-1), wxLI_HORIZONTAL );
373 item0->Add( item6, 0, wxGROW|wxALL, 5 );
375 wxGridSizer *item7 =
new wxGridSizer( 2, 0, 0 );
377 wxButton *item8 =
new wxButton( parent,
ID_HELP, wxT(
"&Help"), wxDefaultPosition, wxDefaultSize, 0 );
378 item7->Add( item8, 0, wxALL, 5 );
380 wxBoxSizer *item9 =
new wxBoxSizer( wxHORIZONTAL );
382 wxButton *item10 =
new wxButton( parent, wxID_OK, wxT(
"&OK"), wxDefaultPosition, wxDefaultSize, 0 );
383 item9->Add( item10, 0, wxALIGN_CENTER|wxALL, 5 );
385 wxButton *item11 =
new wxButton( parent, wxID_CANCEL, wxT(
"&Cancel"), wxDefaultPosition, wxDefaultSize, 0 );
386 item9->Add( item11, 0, wxALIGN_CENTER|wxALL, 5 );
388 item7->Add( item9, 0, wxALL, 5 );
390 item0->Add( item7, 0, wxGROW, 5 );
394 parent->SetSizer( item0 );
396 item0->SetSizeHints( parent );
@ TXT_BUTTON_EDIT_DIALOG
Label for edit button (with trailing ...).
@ TXT_BUTTON_ADD_DIALOG
Label for add button (with trailing ...).
static GUITextGenerator * instance()
static ProDeTextGenerator * instance()
@ TXT_LABEL_BUTTON_EDIT
Label for &Edit... button.
@ TXT_COLUMN_MAX_ADDRESS
Label for max-address column.
@ TXT_COLUMN_MIN_ADDRESS
Label for min-address column.
@ TXT_LABEL_BUTTON_DELETE
Label for &Delete button.
@ TXT_ADDRESS_SPACES_DIALOG_TITLE
Address spaces dialog title.
@ TXT_COLUMN_MAU
Label for MAU column in a list.
@ TXT_COLUMN_BIT_WIDTH
Label for bit width column in a list.
@ TXT_COLUMN_NAME
Label for name column in a list.
virtual boost::format text(int textId)