]> git.saurik.com Git - wxWidgets.git/blame - samples/resource/dialog1.wxr
Pixel corrections for wxListCtrl
[wxWidgets.git] / samples / resource / dialog1.wxr
CommitLineData
457814b5
JS
1static char *dialog1 = "dialog(name = 'dialog1',\
2 style = 'wxCAPTION | wxDEFAULT_DIALOG_STYLE',\
3 title = 'Test dialog box',\
4 x = 312, y = 234, width = 400, height = 300,\
5 modal = 0,\
6 label_font = [10, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\
7 button_font = [10, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\
8 control = [wxGroupBox, 'Groupbox', '0', 'group6', 5, 4, 380, 262,\
9 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
10 control = [wxRadioBox, 'Radiobox', 'wxHSCROLL | wxVERTICAL | wxVERTICAL_LABEL', 'radiobox2', 24, 23, 111, 63, ['One', 'Two', 'Three', 'Four'], 2,\
11 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\
12 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
8d71b555 13 control = [wxMultiText, 'Multitext', 'wxTE_MULTILINE', 'multitext3', 156, 126, 200, 70, 'wxWindows is a multi-platform, GUI toolkit.',\
457814b5
JS
14 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\
15 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
16 control = [wxListBox, 'Listbox', 'wxVERTICAL_LABEL', 'listbox4', 156, 26, 200, 80, ['Apples', 'Pears', 'Bananas'], 'wxSINGLE',\
17 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0],\
18 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
19 control = [1, wxButton, 'Press me', '0', 'button7', 33, 130, 84, 34,\
20 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
21 control = [2, wxButton, 'Cancel', '0', 'button8', 34, 181, 84, 34,\
22 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
23 control = [wxCheckBox, 'Checkbox', '0', 'checkbox9', 154, 220, 68, 14, 0,\
24 [11, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0]],\
25 control = [wxMessage, 'My message', '0', 'message10', 257, 218, 76, 13,\
26 [11, 'wxSWISS', 'wxITALIC', 'wxBOLD', 0]]).";
27