App-Music-ChordPro
view release on metacpan or search on metacpan
lib/ChordPro/Wx/SettingsDialog.wxg view on Meta::CPAN
<object class="wxBoxSizer" name="sz_prefs_outer" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>1</option>
<border>5</border>
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
<object class="wxNotebook" name="nb_preferences" base="EditNotebook">
<style>wxNB_TOP</style>
<tabs>
<tab window="nb_config">Presets</tab>
<tab window="nb_notations">Notations</tab>
<tab window="nb_editor">Editor</tab>
<tab window="nb_messages">Messages</tab>
<tab window="nb_pdf_preview">PDF Preview</tab>
<tab window="nb_html_preview">HTML Preview</tab>
</tabs>
<object class="wxPanel" name="nb_config" base="EditPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>15</border>
<flag>wxALL|wxEXPAND</flag>
<object class="wxStaticText" name="label_1" base="EditStaticText">
<size>-1, 35</size>
<foreground>#0068d9</foreground>
<font>
<size>18</size>
<family>default</family>
<style>normal</style>
<weight>normal</weight>
<underlined>0</underlined>
<face />
</font>
<style>wxALIGN_CENTER_HORIZONTAL</style>
<label>Instrument and Style Presets</label>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>15</border>
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_6" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>1</option>
<border>25</border>
<flag>wxRIGHT|wxEXPAND</flag>
<object class="wxBoxSizer" name="sz_instrument" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxStaticText" name="l_instrument" base="EditStaticText">
<font>
<size>11</size>
<family>default</family>
<style>normal</style>
<weight>bold</weight>
<underlined>0</underlined>
<face />
</font>
<label>Instrument</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxChoice" name="ch_instrument" base="EditChoice">
<events>
<handler event="EVT_CHOICE">OnChangeInstrument</handler>
</events>
<size>250, -1</size>
<selection>0</selection>
<choices>
<choice>Guitar</choice>
<choice>Ukulele</choice>
<choice>Mandolin</choice>
<choice>Keyboard</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticText" name="l_instrument_desc" base="EditStaticText">
<style>wxST_NO_AUTORESIZE</style>
<label>\n\n</label>
<attribute>1</attribute>
<wrap>250</wrap>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="spacer" name="spacer" base="EditSpacer">
<width>20</width>
<height>20</height>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxStaticText" name="l_style" base="EditStaticText">
<font>
<size>11</size>
<family>default</family>
<style>normal</style>
<weight>bold</weight>
<underlined>0</underlined>
<face />
</font>
<label>Style</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxChoice" name="ch_style" base="EditChoice">
<events>
<handler event="EVT_CHOICE">OnChangeStyle</handler>
</events>
<size>250, -1</size>
<selection>0</selection>
<choices>
<choice>Default</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticText" name="l_style_desc" base="EditStaticText">
<style>wxST_NO_AUTORESIZE</style>
<label>\n\n</label>
<attribute>1</attribute>
<wrap>250</wrap>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>15</border>
<flag>wxRIGHT|wxEXPAND</flag>
<object class="wxBoxSizer" name="sz_stylemods" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM</flag>
<object class="wxStaticText" name="l_stylemods" base="EditStaticText">
<font>
<size>11</size>
<family>default</family>
<style>normal</style>
<weight>bold</weight>
<underlined>0</underlined>
<face />
</font>
<label>Style Modifiers</label>
<attribute>1</attribute>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="ChordPro::Wx::CheckListBox" name="ch_stylemods" base="EditCheckListBox">
<extracode_pre>use ChordPro::Wx::CheckListBox;</extracode_pre>
<events>
<handler event="EVT_CHECKLISTBOX">OnChangeStylemods</handler>
</events>
<choices>
<choice>None</choice>
</choices>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>15</border>
<flag>wxRIGHT|wxEXPAND</flag>
<object class="wxBoxSizer" name="sz_stylemods_desc" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<attribute>1</attribute>
<object class="sizeritem">
<option>0</option>
<border>5</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxStaticText" name="l_spacer" base="EditStaticText">
<font>
<size>11</size>
<family>default</family>
<style>normal</style>
<weight>bold</weight>
<underlined>0</underlined>
<face />
</font>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>10</border>
<flag>wxBOTTOM|wxEXPAND</flag>
<object class="wxStaticText" name="l_stylemods_desc" base="EditStaticText">
<style>wxST_NO_AUTORESIZE</style>
<attribute>1</attribute>
<wrap>250</wrap>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticText" name="l_stylemods_tip" base="EditStaticText">
<style>wxST_NO_AUTORESIZE</style>
<label>\n\n</label>
<attribute>1</attribute>
<wrap>250</wrap>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>15</border>
<flag>wxALL|wxEXPAND</flag>
<object class="wxStaticLine" name="static_line_2" base="EditStaticLine">
<style>wxLI_HORIZONTAL</style>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>15</border>
<flag>wxLEFT|wxRIGHT|wxBOTTOM|wxEXPAND</flag>
<object class="wxGridBagSizer" name="sz_presets" base="EditGridBagSizer">
<attribute>1</attribute>
<rows>3</rows>
<cols>3</cols>
<vgap>15</vgap>
<hgap>15</hgap>
<growable_cols>1</growable_cols>
<object class="sizeritem">
<border>5</border>
<flag>wxALIGN_CENTER_VERTICAL</flag>
<object class="wxCheckBox" name="cb_configfile" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">OnConfigFile</handler>
</events>
<tooltip>Use a custom configuration file</tooltip>
<label>Custom Configuration File</label>
</object>
</object>
( run in 0.948 second using v1.01-cache-2.11-cpan-98e64b0badf )