Changeset 124

Show
Ignore:
Timestamp:
Wed Aug 15 06:45:11 2007
Author:
mbutscher
Message:

branches/mbutscher/work:

* Global configuration file "WikidPad.config" and directory

"WikidPadGlobals" are now recognized with or without
preceding dot. If file/directory doesn't exist it is
created with or without dot depending on used OS (Windows
or not).
* Shortcut to close current tab made configurable and added
additional entries for shortcuts fo going to next and
previous tab
* Support for read-only wikis
* Bug fixed: Bad character at the end of entries in doc.
structure window (depending on used font)
* Drag and drop of tabs to change their order.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/mbutscher/TodoList.txt

    r122 r124  
    9 9  
    10 10  
    11   +++ Page structure tree  
    12   i would also recommend adding a 'Show All (Levels)' kind of  
    13   option that would... well, show all levels, like a toc tree  
    14   (or maybe a 'Show 1/Show 2 etc. level' like in Word's outliner  
    15   function). Do you know what I mean?  
      11  
      12  
      13 *Details*:  
      14 Make cycle configurable  
      15 Create a shortcut for backward cycle.  
      16  
    16 17  
    17 18  
     
    43 46  
    44 47  
      48 ... for opening/creating another wiki.  
      49  
      50  
    45 51 +++ Suppress self-referencing auto-links  
    46 52 My only suggestion would be that it maybe shouldn't work on its own page? I mean, say I create a wikiword called [Germany]. Chances are that the number of occurences of the word 'Germany' on this page is plentiful, and so are the links (that are in fact useless and so only litter the page).  
     
    482 489  
    483 490  
      491 > As its a new feature - he's a new suggestion. Can the doc structure be  
      492 > dockable into the tree pane like "View" pane can? (or make it dockable  
      493 > into the new timeline pane you are possibly considering ;)  
      494 *Other*:  
      495 I still think it should be shown over (overlaid on?) the tree pane, with a tab+keyboard shortcut. If I already have a tree-view pane visible, the documap thing will bloat the screen unnecessarily  
      496 *Other*:  
      497 Horizontal split (tree over editor)  
      498  
      499  
    484 500 +++ Timer hook  
    485 501 > 4.It'll be very useful to have one more hook function, which is called  
     
    748 765  
    749 766  
    750   +++ Customizable layout  
    751   Esp. horizontal split (tree over editor)  
    752    
    753    
    754 767 +++ No more delayed respect of camelCaseWordsEnabled attribute  
    755 768 > (2) If I insert \[camelCaseWordsEnabled=false] in a page, in which  
  • branches/mbutscher/work/WikidPad.xrc

    r123 r124  
    1   <?xml version="1.0" encoding="iso-8859-1"?>  
    2   <resource>  
    3     <object class="wxDialog" name="DateformatDialog">  
    4       <title>Choose date format</title>  
    5       <centered>1</centered>  
    6       <object class="wxBoxSizer">  
    7         <orient>wxVERTICAL</orient>  
    8         <object class="sizeritem">  
    9           <object class="wxComboBox" name="fieldFormat">  
    10             <content/>  
    11             <style>wxCB_DROPDOWN</style>  
    12           </object>  
    13           <option>0</option>  
    14           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    15           <border>5</border>  
    16         </object>  
    17         <object class="sizeritem">  
    18           <object class="wxBoxSizer">  
    19             <orient>wxHORIZONTAL</orient>  
    20             <object class="sizeritem">  
    21               <object class="wxButton" name="btnOk">  
    22                 <label>OK</label>  
    23                 <default>1</default>  
    24                 <style></style>  
    25               </object>  
    26               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    27               <border>5</border>  
    28             </object>  
    29             <object class="sizeritem">  
    30               <object class="wxButton" name="btnCancel">  
    31                 <label>Cancel</label>  
    32               </object>  
    33               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    34               <border>5</border>  
    35             </object>  
    36           </object>  
    37         </object>  
    38         <object class="sizeritem">  
    39           <object class="wxStaticText">  
    40             <label>Preview:</label>  
    41           </object>  
    42           <option>0</option>  
    43           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    44           <border>5</border>  
    45         </object>  
    46         <object class="sizeritem">  
    47           <object class="wxStaticText" name="fieldPreview">  
    48             <label></label>  
    49             <size>25</size>  
    50             <style>wxST_NO_AUTORESIZE|wxSUNKEN_BORDER</style>  
    51           </object>  
    52           <option>0</option>  
    53           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    54           <border>5</border>  
    55         </object>  
    56         <object class="sizeritem">  
    57           <object class="unknown" name="htmlExplain"/>  
    58           <option>1</option>  
    59           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    60           <border>5</border>  
    61           <minsize>400,400</minsize>  
    62         </object>  
    63       </object>  
    64     </object>  
    65     <object class="wxDialog" name="OptionsDialog">  
    66       <title>Options</title>  
    67       <centered>1</centered>  
    68       <style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>  
    69       <object class="wxBoxSizer">  
    70         <orient>wxVERTICAL</orient>  
    71         <object class="sizeritem">  
    72           <object class="wxBoxSizer">  
    73             <orient>wxHORIZONTAL</orient>  
    74             <object class="sizeritem">  
    75               <object class="wxListBox" name="lbPages">  
    76                 <content/>  
    77               </object>  
    78               <option>1</option>  
    79               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    80               <border>5</border>  
    81             </object>  
    82             <object class="sizeritem">  
    83               <object class="wxPanel" name="panelPages"/>  
    84               <option>2</option>  
    85             </object>  
    86           </object>  
    87           <option>1</option>  
    88           <flag>wxEXPAND</flag>  
    89         </object>  
    90         <object class="sizeritem">  
    91           <object class="wxBoxSizer">  
    92             <orient>wxHORIZONTAL</orient>  
    93             <object class="sizeritem">  
    94               <object class="wxButton" name="btnOk">  
    95                 <label>OK</label>  
    96                 <default>1</default>  
    97                 <style></style>  
    98               </object>  
    99               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    100               <border>5</border>  
    101             </object>  
    102             <object class="sizeritem">  
    103               <object class="wxButton" name="btnCancel">  
    104                 <label>Cancel</label>  
    105               </object>  
    106               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    107               <border>5</border>  
    108             </object>  
    109           </object>  
    110           <option>0</option>  
    111           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    112           <border>5</border>  
    113         </object>  
    114       </object>  
    115     </object>  
    116     <object class="wxPanel" name="OptionsPageApplication">  
    117       <object class="wxBoxSizer">  
    118         <orient>wxVERTICAL</orient>  
    119         <object class="sizeritem">  
    120           <object class="wxCheckBox" name="cbShowOnTray">  
    121             <label>&amp;Minimize to Tray</label>  
    122           </object>  
    123           <option>0</option>  
    124           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    125           <border>5</border>  
    126         </object>  
    127         <object class="sizeritem">  
    128           <object class="wxCheckBox" name="cbMinimizeOnCloseButton">  
    129             <label>Minimize on &amp;close button</label>  
    130           </object>  
    131           <option>0</option>  
    132           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    133           <border>5</border>  
    134         </object>  
    135         <object class="sizeritem">  
    136           <object class="wxCheckBox" name="cbNewWindowWikiUrl">  
    137             <label>&amp;New window on wiki URL</label>  
    138           </object>  
    139           <option>0</option>  
    140           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    141           <border>5</border>  
    142         </object>  
    143         <object class="sizeritem">  
    144           <object class="wxCheckBox" name="cbLowResources">  
    145             <label>&amp;Low resource usage</label>  
    146           </object>  
    147           <option>0</option>  
    148           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    149           <border>5</border>  
    150         </object>  
    151         <object class="sizeritem">  
    152           <object class="wxCheckBox" name="cbSingleProcess">  
    153             <label>&amp;Single process per user</label>  
    154           </object>  
    155           <option>0</option>  
    156           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    157           <border>5</border>  
    158         </object>  
    159         <object class="sizeritem">  
    160           <object class="wxBoxSizer">  
    161             <orient>wxHORIZONTAL</orient>  
    162             <object class="sizeritem">  
    163               <object class="wxStaticText">  
    164                 <label>Statusbar time format:</label>  
    165               </object>  
    166               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    167               <border>5</border>  
    168             </object>  
    169             <object class="sizeritem">  
    170               <object class="wxTextCtrl" name="tfPageStatusTimeFormat">  
    171                 <bg>#C0C0C0</bg>  
    172                 <enabled>0</enabled>  
    173                 <focused>0</focused>  
    174                   </object>  
    175               <flag>wxALL|wxEXPAND</flag>  
    176               <border>5</border>  
    177             </object>  
    178             <object class="sizeritem">  
    179               <object class="wxButton" name="btnSelectPageStatusTimeFormat">  
    180                 <label>...</label>  
    181               </object>  
    182               <option>0</option>  
    183               <flag>wxALL|wxALIGN_BOTTOM</flag>  
    184               <border>5</border>  
    185               <minsize>20,-1</minsize>  
    186             </object>  
    187           </object>  
    188           <option>0</option>  
    189           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    190         </object>  
    191         <object class="sizeritem">  
    192           <object class="wxStaticLine"/>  
    193           <option>0</option>  
    194           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    195           <border>5</border>  
    196         </object>  
    197         <object class="sizeritem">  
    198           <object class="wxCheckBox" name="cbLogWindowAutoShow">  
    199             <label>Auto-show log window</label>  
    200           </object>  
    201           <option>0</option>  
    202           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    203           <border>5</border>  
    204         </object>  
    205         <object class="sizeritem">  
    206           <object class="wxCheckBox" name="cbLogWindowAutoHide">  
    207             <label>Auto-hide log window</label>  
    208           </object>  
    209           <option>0</option>  
    210           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    211           <border>5</border>  
    212         </object>  
    213         <object class="sizeritem">  
    214           <object class="wxFlexGridSizer">  
    215             <object class="sizeritem">  
    216               <object class="wxStaticText">  
    217                 <label>Structure window pos.:</label>  
    218               </object>  
    219               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    220               <border>5</border>  
    221             </object>  
    222             <object class="sizeritem">  
    223               <object class="wxChoice" name="chDocStructurePosition">  
    224                 <content>  
    225                   <item>Hidden</item>  
    226                   <item>Left</item>  
    227                   <item>Right</item>  
    228                   <item>Top</item>  
    229                   <item>Bottom</item>  
    230                 </content>  
    231                 <selection>0</selection>  
    232                   </object>  
    233               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    234               <border>5</border>  
    235             </object>  
    236             <object class="sizeritem">  
    237               <object class="wxStaticText">  
    238                 <label>Structure window depth:</label>  
    239               </object>  
    240               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    241               <border>5</border>  
    242             </object>  
    243             <cols>2</cols>  
    244             <rows>2</rows>  
    245             <object class="sizeritem">  
    246               <object class="wxSpinCtrl" name="scDocStructureDepth">  
    247                 <value>15</value>  
    248                 <min>1</min>  
    249                 <max>15</max>  
    250               </object>  
    251               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    252               <border>5</border>  
    253             </object>  
    254           </object>  
    255           <option>0</option>  
    256           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    257         </object>  
    258         <object class="sizeritem">  
    259           <object class="wxCheckBox" name="cbDocStructureAutoHide">  
    260             <label>Auto-hide structure window</label>  
    261           </object>  
    262           <option>0</option>  
    263           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    264           <border>5</border>  
    265         </object>  
    266         <object class="sizeritem">  
    267           <object class="wxStaticLine"/>  
    268           <option>0</option>  
    269           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    270           <border>5</border>  
    271         </object>  
    272         <object class="sizeritem">  
    273           <object class="wxBoxSizer">  
    274             <orient>wxHORIZONTAL</orient>  
    275             <object class="sizeritem">  
    276               <object class="wxStaticText">  
    277                 <label>Sort order:</label>  
    278               </object>  
    279               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    280               <border>5</border>  
    281             </object>  
    282             <object class="sizeritem">  
    283               <object class="wxChoice" name="chCollationOrder">  
    284                 <content>  
    285                   <item>Default</item>  
    286                   <item>C</item>  
    287                 </content>  
    288                 <selection>0</selection>  
    289                 <style></style>  
    290               </object>  
    291               <option>0</option>  
    292               <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    293               <border>5</border>  
    294             </object>  
    295             <object class="sizeritem">  
    296               <object class="wxCheckBox" name="cbCollationUppercaseFirst">  
    297                 <label>Uppercase first</label>  
    298           </object>  
    299               <option>0</option>  
    300               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    301               <border>5</border>  
    302         </object>  
    303           </object>  
    304           <option>0</option>  
    305           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    306         </object>  
    307         <object class="sizeritem">  
    308           <object class="wxBoxSizer">  
    309             <orient>wxHORIZONTAL</orient>  
    310             <object class="sizeritem">  
    311               <object class="wxStaticText">  
    312                 <label>Rename links when renaming wiki word:</label>  
    313               </object>  
    314               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    315               <border>5</border>  
    316             </object>  
    317             <object class="sizeritem">  
    318               <object class="wxChoice" name="chWikiWordRenameWikiLinks">  
    319                 <content>  
    320                   <item>No</item>  
    321                   <item>Yes</item>  
    322                   <item>Ask</item>  
    323                 </content>  
    324                 <selection>2</selection>  
    325               </object>  
    326               <option>0</option>  
    327               <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    328               <border>5</border>  
    329             </object>  
    330           </object>  
    331           <option>0</option>  
    332           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    333         </object>  
    334         <object class="sizeritem">  
    335           <object class="wxBoxSizer">  
    336             <orient>wxHORIZONTAL</orient>  
    337             <object class="sizeritem">  
    338               <object class="wxCheckBox" name="cbHotKeyShowHideByAppIsActive">  
    339                 <label>App-bound hotkey:</label>  
    340           </object>  
    341               <option>0</option>  
    342               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    343               <border>5</border>  
    344         </object>  
    345             <object class="sizeritem">  
    346               <object class="wxTextCtrl" name="tfHotKeyShowHideByApp">  
    347                   </object>  
    348               <flag>wxALL|wxEXPAND</flag>  
    349               <border>5</border>  
    350             </object>  
    351           </object>  
    352           <option>0</option>  
    353           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    354         </object>  
    355       </object>  
    356     </object>  
    357     <object class="wxPanel" name="OptionsPageSecurity">  
    358       <object class="wxBoxSizer">  
    359         <orient>wxVERTICAL</orient>  
    360         <object class="sizeritem">  
    361           <object class="wxCheckBox" name="cbProcessAutoGenerated">  
    362             <label>&amp;Process auto-generated areas</label>  
    363           </object>  
    364           <option>0</option>  
    365           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    366           <border>5</border>  
    367         </object>  
    368         <object class="sizeritem">  
    369           <object class="wxCheckBox" name="cbInsertionsAllowEval">  
    370             <label>Process &amp;insertion scripts</label>  
    371           </object>  
    372           <option>0</option>  
    373           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    374           <border>5</border>  
    375         </object>  
    376         <object class="spacer">  
    377           <size>5,5</size>  
    378         </object>  
    379         <object class="sizeritem">  
    380           <object class="wxBoxSizer">  
    381             <orient>wxHORIZONTAL</orient>  
    382             <object class="sizeritem">  
    383               <object class="wxStaticText">  
    384                 <label>&amp;Script security:</label>  
    385               </object>  
    386               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    387               <border>5</border>  
    388             </object>  
    389             <object class="sizeritem">  
    390               <object class="wxChoice" name="chScriptSecurityLevel">  
    391                 <content>  
    392                   <item>No scripts</item>  
    393                   <item>No import_scripts</item>  
    394                   <item>No global.import_scripts</item>  
    395                   <item>Allow everything</item>  
    396                 </content>  
    397                 <selection>0</selection>  
    398                   </object>  
    399                 </object>  
    400           </object>  
    401           <option>0</option>  
    402           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    403         </object>  
    404       </object>  
    405     </object>  
    406     <object class="wxPanel" name="OptionsPageTree">  
    407       <object class="wxBoxSizer">  
    408         <orient>wxVERTICAL</orient>  
    409         <object class="sizeritem">  
    410           <object class="wxCheckBox" name="cbTreeAutoFollow">  
    411             <label>&amp;Tree auto-follow</label>  
    412           </object>  
    413           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    414           <border>5</border>  
    415         </object>  
    416         <object class="sizeritem">  
    417           <object class="wxCheckBox" name="cbTreeUpdateAfterSave">  
    418             <label>Tree &amp;update after save</label>  
    419           </object>  
    420           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    421           <border>5</border>  
    422         </object>  
    423         <object class="sizeritem">  
    424           <object class="wxCheckBox" name="cbHideUndefinedWords">  
    425             <label>&amp;Hide Undefined WikiWords in Tree</label>  
    426           </object>  
    427           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    428           <border>5</border>  
    429         </object>  
    430         <object class="sizeritem">  
    431           <object class="wxCheckBox" name="cbTreeNoCycles">  
    432             <label>No &amp;cycles in tree</label>  
    433           </object>  
    434           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    435           <border>5</border>  
    436         </object>  
    437         <object class="sizeritem">  
    438           <object class="wxCheckBox" name="cbTreeAutoHide">  
    439             <label>Tree auto-hide</label>  
    440           </object>  
    441           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    442           <border>5</border>  
    443         </object>  
    444         <object class="sizeritem">  
    445           <object class="wxFlexGridSizer">  
    446             <object class="sizeritem">  
    447               <object class="wxStaticText">  
    448                 <label>Position main tree:</label>  
    449               </object>  
    450               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    451               <border>5</border>  
    452             </object>  
    453             <object class="sizeritem">  
    454               <object class="wxChoice" name="chMainTreePosition">  
    455                 <content>  
    456                   <item>Left</item>  
    457                   <item>Right</item>  
    458                   <item>Top</item>  
    459                   <item>Bottom</item>  
    460                 </content>  
    461                 <selection>0</selection>  
    462                   </object>  
    463               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    464               <border>5</border>  
    465             </object>  
    466             <object class="sizeritem">  
    467               <object class="wxStaticText">  
    468                 <label>Position view tree:</label>  
    469               </object>  
    470               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    471               <border>5</border>  
    472             </object>  
    473             <object class="sizeritem">  
    474               <object class="wxChoice" name="chViewsTreePosition">  
    475                 <content>  
    476                   <item>Hidden</item>  
    477                   <item>Above</item>  
    478                   <item>Below</item>  
    479                   <item>Left</item>  
    480                   <item>Right</item>  
    481                 </content>  
    482                 <selection>0</selection>  
    483                   </object>  
    484               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    485               <border>5</border>  
    486             </object>  
    487             <cols>2</cols>  
    488             <rows>2</rows>  
    489           </object>  
    490           <option>0</option>  
    491           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    492         </object>  
    493       </object>  
    494     </object>  
    495     <object class="wxPanel" name="OptionsPageHtml">  
    496       <object class="wxBoxSizer">  
    497         <orient>wxVERTICAL</orient>  
    498         <object class="sizeritem">  
    499           <object class="wxCheckBox" name="cbStartBrowserAfterExport">  
    500             <label>&amp;Start browser after export</label>  
    501           </object>  
    502           <option>0</option>  
    503           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    504           <border>5</border>  
    505         </object>  
    506         <object class="sizeritem">  
    507           <object class="wxBoxSizer">  
    508             <orient>wxHORIZONTAL</orient>  
    509             <object class="sizeritem">  
    510               <object class="wxStaticText">  
    511                 <label>Font name for HTML preview:</label>  
    512               </object>  
    513               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    514               <border>5</border>  
    515             </object>  
    516             <object class="sizeritem">  
    517               <object class="wxTextCtrl" name="tfFacenameHtmlPreview"/>  
    518               <flag>wxALL|wxEXPAND</flag>  
    519               <border>5</border>  
    520             </object>  
    521             <object class="sizeritem">  
    522               <object class="wxButton" name="btnSelectFaceHtmlPrev">  
    523                 <label>...</label>  
    524               </object>  
    525               <flag>wxALL|wxEXPAND|wxALIGN_BOTTOM</flag>  
    526               <border>5</border>  
    527               <minsize>20,-1</minsize>  
    528             </object>  
    529           </object>  
    530           <option>0</option>  
    531           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    532         </object>  
    533         <object class="sizeritem">  
    534           <object class="wxFlexGridSizer">  
    535             <object class="sizeritem">  
    536               <object class="wxStaticText">  
    537                 <label>Props. to</label>  
    538                 <style></style>