~zsquareplusc/yahebwinpy/wx.aui-test

« back to all changes in this revision

Viewing changes to plugins/hexeditorwx/strings.wxg

  • Committer: Chris Liechti
  • Date: 2009-10-13 23:35:32 UTC
  • Revision ID: cliechti@gmx.net-20091013233532-9486h1c8pr01c6y1
Re-Import new yahebwinpy code base. It's actually 3 years old and evolved over this time, but the history needs a cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!-- generated by wxGlade 0.4.1cvs on Thu Aug 10 03:52:24 2006 -->
 
3
 
 
4
<application path="strings.py" name="" class="" option="0" language="python" top_window="frame_strings" encoding="ISO-8859-1" use_gettext="1" overwrite="0" use_new_namespace="1" for_version="2.6">
 
5
    <object class="StringsFrame" name="frame_strings" base="EditDialog">
 
6
        <style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxTHICK_FRAME</style>
 
7
        <title>Strings Viewer</title>
 
8
        <size>519, 255</size>
 
9
        <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
 
10
            <orient>wxVERTICAL</orient>
 
11
            <object class="sizeritem">
 
12
                <flag>wxEXPAND</flag>
 
13
                <border>0</border>
 
14
                <option>1</option>
 
15
                <object class="wxPanel" name="panel_1" base="EditPanel">
 
16
                    <style>wxTAB_TRAVERSAL</style>
 
17
                    <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
 
18
                        <orient>wxVERTICAL</orient>
 
19
                        <object class="sizeritem">
 
20
                            <flag>wxEXPAND</flag>
 
21
                            <border>0</border>
 
22
                            <option>0</option>
 
23
                            <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
 
24
                                <orient>wxHORIZONTAL</orient>
 
25
                                <object class="sizeritem">
 
26
                                    <border>0</border>
 
27
                                    <option>0</option>
 
28
                                    <object class="wxRadioBox" name="radio_box_range" base="EditRadioBox">
 
29
                                        <style>wxRA_SPECIFY_COLS</style>
 
30
                                        <selection>0</selection>
 
31
                                        <dimension>0</dimension>
 
32
                                        <label>Search range</label>
 
33
                                        <choices>
 
34
                                            <choice>Whole file</choice>
 
35
                                            <choice>Selection</choice>
 
36
                                        </choices>
 
37
                                    </object>
 
38
                                </object>
 
39
                                <object class="sizeritem">
 
40
                                    <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag>
 
41
                                    <border>4</border>
 
42
                                    <option>0</option>
 
43
                                    <object class="wxStaticText" name="label_1" base="EditStaticText">
 
44
                                        <attribute>1</attribute>
 
45
                                        <label>Min Length</label>
 
46
                                    </object>
 
47
                                </object>
 
48
                                <object class="sizeritem">
 
49
                                    <flag>wxALIGN_CENTER_VERTICAL</flag>
 
50
                                    <border>0</border>
 
51
                                    <option>0</option>
 
52
                                    <object class="wxSpinCtrl" name="spin_ctrl_minlen" base="EditSpinCtrl">
 
53
                                        <range>1, 30</range>
 
54
                                        <value>4</value>
 
55
                                    </object>
 
56
                                </object>
 
57
                                <object class="sizeritem">
 
58
                                    <flag>wxALL|wxALIGN_CENTER_VERTICAL</flag>
 
59
                                    <border>4</border>
 
60
                                    <option>0</option>
 
61
                                    <object class="wxButton" name="button_scan" base="EditButton">
 
62
                                        <label>Scan</label>
 
63
                                    </object>
 
64
                                </object>
 
65
                            </object>
 
66
                        </object>
 
67
                        <object class="sizeritem">
 
68
                            <flag>wxEXPAND</flag>
 
69
                            <border>0</border>
 
70
                            <option>1</option>
 
71
                            <object class="StringsListCtrl" name="list_ctrl_1" base="EditListCtrl">
 
72
                                <style>wxLC_REPORT|wxLC_VIRTUAL|wxLC_VRULES|wxSUNKEN_BORDER</style>
 
73
                            </object>
 
74
                        </object>
 
75
                    </object>
 
76
                </object>
 
77
            </object>
 
78
        </object>
 
79
    </object>
 
80
</application>