1 <?xml version=
"1.0" encoding=
"ISO-8859-1"?>
3 <resource xmlns=
"http://www.wxwindows.org/wxxrc" version=
"2.3.0.1">
5 <object class=
"wxDialog" name=
"non_derived_dialog">
6 <title>Non-Derived Dialog Example
</title>
8 <object class=
"wxFlexGridSizer">
13 <growablecols>0</growablecols>
14 <growablerows>0</growablerows>
15 <object class=
"sizeritem">
16 <flag>wxGROW|wxALIGN_CENTER_VERTICAL|wxALL
</flag>
18 <object class=
"wxTextCtrl" name=
"message_textctrl">
20 <style>wxTE_MULTILINE
</style>
21 <value>This is the basic non-derived XRC dialog. It is just an instance of wxDialog, not a instance of a class derived from wxDialog that was given some added functionality.\n\nYou can put whatever controls you want on these non-derived dialogs, but the dialog won't interact with the controls, nor do anything in response to any of their events. It only has the built-in functionality of a wxDialog, and that is it. A non-derived dialog can automatically close itself when you hit either the OK or Cancel button (returning a return code of what button you pressed), and not much else.\n\nThese are useful for an About dialog, or a message dialog popup, but that's about it. For the rest you will almost certainly use a derived dialog (see next example).
</value>
24 <object class=
"sizeritem">
25 <flag>wxALIGN_CENTRE|wxALL
</flag>
27 <object class=
"wxBoxSizer">
28 <orient>wxHORIZONTAL
</orient>
29 <object class=
"sizeritem">
30 <flag>wxALIGN_CENTRE|wxALL
</flag>
32 <object class=
"wxButton" name=
"wxID_OK">
36 <object class=
"sizeritem">
37 <flag>wxALIGN_CENTRE|wxALL
</flag>
39 <object class=
"wxButton" name=
"wxID_CANCEL">