CPANPLUS-Shell-Wx

 view release on metacpan or  search on metacpan

lib/CPANPLUS/Shell/Wx/res/PrefsWin.wxg  view on Meta::CPAN

<?xml version="1.0"?>
<!-- generated by wxGlade 0.6.1 on Mon Jul 14 10:31:12 2008 -->

<application path="/mnt/development/wxCPANPLUS/CPANPLUS-Shell-Wx-0.01/lib/CPANPLUS/Shell/Wx/res/PrefsWin.xrc" name="" class="" option="0" language="XRC" top_window="prefs_window" encoding="UTF-8" use_gettext="1" overwrite="0" use_new_namespace="1" fo...
    <object class="CPANPLUS::Shell::Wx::Configure" name="prefs_window" base="EditDialog">
        <style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxTHICK_FRAME</style>
        <title>wxCPAN Preferences</title>
        <size>500, 420</size>
        <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
            <orient>wxVERTICAL</orient>
            <object class="sizeritem">
                <flag>wxEXPAND</flag>
                <border>0</border>
                <option>1</option>
                <object class="wxNotebook" name="notebook_1" base="EditNotebook">
                    <style>0</style>
                    <tabs>
                        <tab window="notebook_1_pane_1">General</tab>
                        <tab window="notebook_1_pane_2">Mirrors</tab>
                        <tab window="notebook_1_pane_3">Build</tab>
                        <tab window="notebook_1_pane_4">Network</tab>
                        <tab window="notebook_1_pane_5">Paths</tab>
                        <tab window="notebook_1_pane_6">Libraries</tab>
                        <tab window="notebook_1_pane_7">Programs</tab>
                        <tab window="notebook_1_pane_8">wxCPAN</tab>
                    </tabs>
                    <size>395, 375</size>
                    <object class="wxPanel" name="notebook_1_pane_1" base="EditPanel">
                        <style>wxTAB_TRAVERSAL</style>
                        <object class="wxFlexGridSizer" name="grid_sizer_1" base="EditFlexGridSizer">
                            <hgap>20</hgap>
                            <rows>4</rows>
                            <cols>2</cols>
                            <vgap>10</vgap>
                            <object class="sizeritem">
                                <flag>wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_show_startup_tip" base="EditCheckBox">
                                    <checked>1</checked>
                                    <label>Show Startup Tips</label>
                                    <tooltip>A boolean indicating whether or not to show start up tips in the interactive shell. Defaults to 'true'.</tooltip>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_prefer_bin" base="EditCheckBox">
                                    <label>Prefer External Binaries</label>
                                    <tooltip>A boolean indicating whether or not to prefer command line programs over perl modules. Defaults to 'false' unless you do not have Compress::Zlib installed (as that would mean we could not extract .tar.gz f...
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_verbose" base="EditCheckBox">
                                    <label>Verbose Output</label>
                                    <tooltip>    A boolean indicating whether or not CPANPLUS runs in verbose mode. Defaults to 'true' if you have the environment variable PERL5_CPANPLUS_VERBOSE set to true, 'false' otherwise.\n\nIt is recommended yo...
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxADJUST_MINSIZE</flag>
                                <border>0</border>

lib/CPANPLUS/Shell/Wx/res/PrefsWin.wxg  view on Meta::CPAN

                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::TextCtrl" name="program_sudo" base="EditTextCtrl">
                                    <tooltip>A string holding the path to your sudo binary if your install path requires super user permissions. Looks for sudo in your path, or remains empty if you do not require super user permissiosn to install.</t...
                                    <size>187, 27</size>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::Button" name="selectFile_program_sudo" base="EditButton">
                                    <label>Select...</label>
                                    <tooltip>Select location of sudo binary.</tooltip>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="wxStaticText" name="label_18" base="EditStaticText">
                                    <attribute>1</attribute>
                                    <label>perlwrapper</label>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::TextCtrl" name="program_perlwrapper" base="EditTextCtrl">
                                    <tooltip>A string holding the path to the cpanp-run-perl utility bundled with CPANPLUS, which is used to enable autoflushing in spawned processes.</tooltip>
                                    <size>187, 27</size>
                                </object>
                            </object>
                            <object class="sizeritem">
                                <flag>wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
                                <border>0</border>
                                <option>0</option>
                                <object class="CPANPLUS::Shell::Wx::Configure::Button" name="selectFile_program_perlwrapper" base="EditButton">
                                    <label>Select...</label>
                                    <tooltip>Select the 'cpanp-run-perl' application.</tooltip>
                                </object>
                            </object>
                        </object>
                    </object>
                    <object class="wxPanel" name="notebook_1_pane_8" base="EditPanel">
                        <style>wxTAB_TRAVERSAL</style>
                    </object>
                </object>
            </object>
            <object class="sizeritem">
                <flag>wxALIGN_BOTTOM|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL</flag>
                <border>0</border>
                <option>0</option>
                <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
                    <orient>wxHORIZONTAL</orient>
                    <object class="sizeritem">
                        <flag>wxBOTTOM|wxALIGN_BOTTOM|wxALIGN_CENTER_HORIZONTAL|wxADJUST_MINSIZE</flag>
                        <border>0</border>
                        <option>0</option>
                        <object class="CPANPLUS::Shell::Wx::Configure::Button" name="prefs_cancel" base="EditButton">
                            <label>&amp;Cancel</label>
                            <tooltip>Discard changes to preferences.</tooltip>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <flag>wxALIGN_BOTTOM|wxALIGN_CENTER_HORIZONTAL|wxADJUST_MINSIZE</flag>
                        <border>0</border>
                        <option>0</option>
                        <object class="CPANPLUS::Shell::Wx::Configure::Button" name="prefs_save" base="EditButton">
                            <default>1</default>
                            <label>&amp;Save</label>
                            <tooltip>Save changes to prefereces.</tooltip>
                        </object>
                    </object>
                </object>
            </object>
        </object>
    </object>
</application>



( run in 1.038 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )