|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
| 2 | +<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0"> |
| 3 | + <object class="wxDialog" name="dlgSliderDataImport"> |
| 4 | + <style>wxCAPTION|wxDEFAULT_DIALOG_STYLE</style> |
| 5 | + <size>650,500</size> |
| 6 | + <title>Slider Data Import Options...</title> |
| 7 | + <centered>1</centered> |
| 8 | + <object class="wxBoxSizer"> |
| 9 | + <orient>wxVERTICAL</orient> |
| 10 | + <object class="sizeritem"> |
| 11 | + <option>0</option> |
| 12 | + <flag>wxEXPAND</flag> |
| 13 | + <border>5</border> |
| 14 | + <object class="wxBoxSizer"> |
| 15 | + <orient>wxHORIZONTAL</orient> |
| 16 | + <object class="sizeritem"> |
| 17 | + <option>0</option> |
| 18 | + <flag>wxALL</flag> |
| 19 | + <border>5</border> |
| 20 | + <object class="wxStaticText"> |
| 21 | + <label>Select the shapes that slider data will be imported for:</label> |
| 22 | + </object> |
| 23 | + </object> |
| 24 | + <object class="spacer"> |
| 25 | + <option>1</option> |
| 26 | + <flag>wxEXPAND</flag> |
| 27 | + <border>5</border> |
| 28 | + <size>0,0</size> |
| 29 | + </object> |
| 30 | + </object> |
| 31 | + </object> |
| 32 | + <object class="sizeritem"> |
| 33 | + <option>0</option> |
| 34 | + <flag>wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT</flag> |
| 35 | + <border>5</border> |
| 36 | + <minsize>300,80</minsize> |
| 37 | + <object class="wxCheckListBox" name="sliderShapesImportList"> |
| 38 | + <style>wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_EXTENDED|wxLB_SORT</style> |
| 39 | + </object> |
| 40 | + </object> |
| 41 | + <object class="sizeritem"> |
| 42 | + <option>0</option> |
| 43 | + <flag>wxEXPAND</flag> |
| 44 | + <border>5</border> |
| 45 | + <object class="wxBoxSizer"> |
| 46 | + <orient>wxHORIZONTAL</orient> |
| 47 | + <object class="sizeritem"> |
| 48 | + <option>0</option> |
| 49 | + <flag>wxALL</flag> |
| 50 | + <border>5</border> |
| 51 | + <object class="wxStaticText"> |
| 52 | + <label>Select the sliders to be imported</label> |
| 53 | + </object> |
| 54 | + </object> |
| 55 | + <object class="spacer"> |
| 56 | + <option>1</option> |
| 57 | + <flag>wxEXPAND</flag> |
| 58 | + <border>5</border> |
| 59 | + <size>0,0</size> |
| 60 | + </object> |
| 61 | + </object> |
| 62 | + </object> |
| 63 | + <object class="sizeritem"> |
| 64 | + <option>0</option> |
| 65 | + <flag>wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT</flag> |
| 66 | + <border>5</border> |
| 67 | + <minsize>300,200</minsize> |
| 68 | + <object class="wxCheckListBox" name="sliderImportList"> |
| 69 | + <style>wxLB_HSCROLL|wxLB_NEEDED_SB|wxLB_EXTENDED|wxLB_SORT</style> |
| 70 | + </object> |
| 71 | + </object> |
| 72 | + <object class="sizeritem"> |
| 73 | + <option>0</option> |
| 74 | + <flag>wxALL|wxEXPAND</flag> |
| 75 | + <border>5</border> |
| 76 | + <object class="wxCheckBox" name="chkImportMergeSliders"> |
| 77 | + <label>Merge Sliders</label> |
| 78 | + <checked>1</checked> |
| 79 | + </object> |
| 80 | + </object> |
| 81 | + <object class="sizeritem"> |
| 82 | + <option>0</option> |
| 83 | + <flag>wxEXPAND|wxALL</flag> |
| 84 | + <border>10</border> |
| 85 | + <object class="wxStdDialogButtonSizer"> |
| 86 | + <object class="button"> |
| 87 | + <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag> |
| 88 | + <border>5</border> |
| 89 | + <object class="wxButton" name="wxID_OK"> |
| 90 | + <label>&OK</label> |
| 91 | + </object> |
| 92 | + </object> |
| 93 | + <object class="button"> |
| 94 | + <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag> |
| 95 | + <border>5</border> |
| 96 | + <object class="wxButton" name="wxID_CANCEL"> |
| 97 | + <label>&Cancel</label> |
| 98 | + </object> |
| 99 | + </object> |
| 100 | + </object> |
| 101 | + </object> |
| 102 | + </object> |
| 103 | + </object> |
| 104 | + <object class="wxMenu" name="sliderDataContext"> |
| 105 | + <object class="wxMenuItem" name="sliderDataContextNone"> |
| 106 | + <label>Select None</label> |
| 107 | + </object> |
| 108 | + <object class="wxMenuItem" name="sliderDataContextAll"> |
| 109 | + <label>Select All</label> |
| 110 | + </object> |
| 111 | + <object class="wxMenuItem" name="sliderDataContextInvert"> |
| 112 | + <label>Invert Selection</label> |
| 113 | + </object> |
| 114 | + </object> |
| 115 | +</resource> |
0 commit comments