App-Music-ChordPro-Wx

 view release on metacpan or  search on metacpan

lib/App/Music/ChordPro/Wx/PreferencesDialog.wxg  view on Meta::CPAN

<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.0pre on Mon Oct  8 17:05:34 2018 -->

<application encoding="UTF-8" for_version="2.8" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="perl" mark_blocks="1" option="0" overwrite="1" path="PreferencesDialog_wxg.pm" source_extension=".cpp" top_window=...
    <object class="App::Music::ChordPro::Wx::PreferencesDialog_wxg" name="d_prefs" base="EditDialog">
        <title>Preferences</title>
        <style>wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER</style>
        <object class="wxBoxSizer" name="sz_prefs_outer" base="EditBoxSizer">
            <orient>wxVERTICAL</orient>
            <object class="sizeritem">
                <option>1</option>
                <border>0</border>
                <flag>wxLEFT|wxRIGHT|wxTOP|wxEXPAND</flag>
                <object class="wxBoxSizer" name="sz_prefs_inner" base="EditBoxSizer">
                    <orient>wxVERTICAL</orient>
                    <object class="sizeritem">
                        <option>1</option>
                        <border>5</border>
                        <object class="wxFlexGridSizer" name="sizer_2" base="EditFlexGridSizer">
                            <rows>10</rows>
                            <cols>2</cols>
                            <vgap>5</vgap>
                            <hgap>5</hgap>
                            <growable_rows>0</growable_rows>
                            <growable_cols>1</growable_cols>
                            <object class="sizeritem">
                                <option>1</option>
                                <border>5</border>
                                <flag>wxLEFT|wxTOP</flag>
                                <object class="wxStaticText" name="l_config" base="EditStaticText">
                                    <label>Configuration</label>
                                    <attribute>1</attribute>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>1</option>
                                <border>5</border>
                                <flag>wxRIGHT|wxTOP|wxEXPAND|wxALIGN_CENTER_VERTICAL</flag>
                                <object class="wxCheckListBox" name="ch_config" base="EditCheckListBox">
                                    <events>
                                        <handler event="EVT_CHECKLISTBOX">OnChConfig</handler>
                                    </events>
                                    <size>130, 39d</size>
                                    <style>wxLB_EXTENDED|wxLB_NEEDED_SB</style>
                                    <selection>0</selection>
                                    <choices>
                                        <choice>Default</choice>
                                        <choice>Custom</choice>
                                    </choices>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>
                                <border>0</border>
                                <flag>wxEXPAND</flag>
                                <object class="spacer" name="spacer" base="EditSpacer">
                                    <width>5</width>
                                    <height>5</height>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>
                                <border>0</border>
                                <flag>wxALIGN_CENTER_VERTICAL</flag>
                                <object class="wxCheckBox" name="cb_skipstdcfg" base="EditCheckBox">
                                    <events>
                                        <handler event="EVT_CHECKBOX">OnSkipStdCfg</handler>
                                    </events>
                                    <tooltip>Ignore user and legacy configs, if any</tooltip>
                                    <label>Ignore standard configs</label>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>

lib/App/Music/ChordPro/Wx/PreferencesDialog.wxg  view on Meta::CPAN

                                <flag>wxLEFT|wxALIGN_CENTER_VERTICAL</flag>
                                <object class="wxStaticText" name="l_transcode" base="EditStaticText">
                                    <label>Transcode to</label>
                                    <attribute>1</attribute>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>
                                <border>5</border>
                                <flag>wxRIGHT|wxEXPAND|wxALIGN_CENTER_VERTICAL</flag>
                                <object class="wxChoice" name="ch_transcode" base="EditChoice">
                                    <events>
                                        <handler event="EVT_CHOICE">OnChTranscode</handler>
                                    </events>
                                    <selection>0</selection>
                                    <choices>
                                        <choice>-----</choice>
                                        <choice>Common (C, D, E, F, G, A, B)</choice>
                                        <choice>German (C, D, E, F, G, A, H)</choice>
                                        <choice>Latin (Do, Re, Mi, Fa, Sol, ...)</choice>
                                        <choice>Solfège (Do, Re, Mi, Fa, So, ...)</choice>
                                        <choice>Nashville (0, 1, 2, ...)</choice>
                                        <choice>Roman (I, II, III, ...)</choice>
                                    </choices>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>
                                <border>5</border>
                                <flag>wxLEFT|wxALIGN_CENTER_VERTICAL</flag>
                                <object class="wxStaticText" name="l_pdfviewer" base="EditStaticText">
                                    <label>PDF previewer</label>
                                    <attribute>1</attribute>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <option>0</option>
                                <border>5</border>
                                <flag>wxRIGHT|wxEXPAND</flag>
                                <object class="wxTextCtrl" name="t_pdfviewer" base="EditTextCtrl">
                                    <tooltip>Alternative PDF previewer.\n  %f will be replaced by the file name\n  %u will be replaced by the file URL\nLeave empty to use the system default viewer.</tooltip>
                                </object>
                            </object>
                        </object>
                    </object>
                </object>
            </object>
            <object class="sizeritem">
                <option>0</option>
                <border>0</border>
                <flag>wxEXPAND</flag>
                <object class="spacer" name="spacer" base="EditSpacer">
                    <width>1</width>
                    <height>1</height>
                </object>
            </object>
            <object class="sizeritem">
                <option>0</option>
                <border>5</border>
                <flag>wxALL|wxEXPAND</flag>
                <object class="wxBoxSizer" name="sz_prefs_buttons" base="EditBoxSizer">
                    <orient>wxHORIZONTAL</orient>
                    <object class="sizeritem">
                        <option>1</option>
                        <border>0</border>
                        <flag>wxEXPAND</flag>
                        <object class="spacer" name="spacer" base="EditSpacer">
                            <width>5</width>
                            <height>1</height>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <option>0</option>
                        <border>0</border>
                        <object class="wxButton" name="b_prefs_cancel" base="EditButton">
                            <events>
                                <handler event="EVT_BUTTON">OnCancel</handler>
                            </events>
                            <label>&amp;Cancel</label>
                            <stockitem>CANCEL</stockitem>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <option>0</option>
                        <border>5</border>
                        <flag>wxLEFT</flag>
                        <object class="wxButton" name="b_prefs_ok" base="EditButton">
                            <events>
                                <handler event="EVT_BUTTON">OnAccept</handler>
                            </events>
                            <label>&amp;OK</label>
                            <default>1</default>
                            <stockitem>OK</stockitem>
                        </object>
                    </object>
                </object>
            </object>
        </object>
    </object>
</application>



( run in 1.399 second using v1.01-cache-2.11-cpan-ceb78f64989 )