Changeset 494 for trunk/matml

Show
Ignore:
Timestamp:
11/27/2009 11:55:24 PM (2 years ago)
Author:
powell
Message:

Added spinodal to the mix.

Location:
trunk/matml/src/ternary
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/ternary/Ternary.c

    r493 r494  
    2020double T_iso=298., P=1., T_min=273., T_max=373.; 
    2121int P1_res=20, P2_res=20, T_steps=50, numpoints=462, refine=2, *verts=NULL; 
     22gboolean spinodal_toggle [2]; 
    2223 
    2324char P1_name[100], P2_name[100], gv_version [100], *entry_names[] = { 
     
    7071  energy_point *points=NULL; 
    7172  hull_facet *hullfacets = NULL; 
    72   phase_boundary *allbounds=NULL; 
     73  phase_boundary spinodals [2], *allbounds=NULL; 
    7374  visual_point *vpoints=NULL; 
    7475 
     
    107108                allparams, 2, T_iso, P, 1e-10, 1e-7, 0); 
    108109 
    109   // Display free energy surface 
     110  // Calculate spinodals if appropriate 
     111  printf ("Spinodals: %d %d\n", spinodal_toggle [0], spinodal_toggle [1]); 
     112  if (spinodal_toggle [0]) 
     113    if (i=calc_spinodal 
     114        (&points, &numpoints, verts, P1_res*P1_res, T_iso,P, allparams,0, 
     115         spinodals)) 
     116      { printf ("main: Error %d in calc_spinodal\n", i); exit (i); } 
     117  if (spinodal_toggle [1]) 
     118    if (i=calc_spinodal 
     119        (&points, &numpoints, verts+P1_res*P1_res, P2_res*P2_res, T_iso,P, 
     120         allparams,1, spinodals+1)) 
     121      { printf ("main: Error %d in calc_spinodal\n", i); exit (i); } 
     122 
     123  // Display free energy surface, spinodals and boundaries using geomview 
    110124  if (isotherm_geomview_pipe) 
    111125    { 
     
    118132           numpoints, vpoints, P1_res*P1_res + P2_res*P2_res, verts)) 
    119133        { printf ("main: Error %d in Geomview Display\n", i); exit (i); } 
     134 
     135      if (spinodal_toggle [0]) 
     136        if (i=GeomviewDisplayPhaseBoundary 
     137            (isotherm_geomview_pipe, "Spinodal 1", "spin", "-face +edge", 
     138             numpoints, vpoints, spinodals)) 
     139          { printf ("main: Error %d in Geomview Display\n", i); exit (i); } 
     140      if (spinodal_toggle [1]) 
     141        if (i=GeomviewDisplayPhaseBoundary 
     142            (isotherm_geomview_pipe, "Spinodal 2", "spin", "-face +edge", 
     143             numpoints, vpoints, spinodals)) 
     144          { printf ("main: Error %d in Geomview Display\n", i); exit (i); } 
    120145 
    121146      // Calculate and display phase boundaries 
     
    196221  else 
    197222    printf ("Internal error, on_hscale_value_changed got widget not in table\n"); 
     223} 
     224 
     225void on_spinodal_togglebutton_toggled (GtkWidget *widget, gpointer user_data) 
     226{ 
     227  spinodal_toggle [0] = gtk_toggle_button_get_active 
     228    (GTK_TOGGLE_BUTTON(glade_xml_get_widget(xml, "P1_spinodal_togglebutton"))); 
     229  spinodal_toggle [1] = gtk_toggle_button_get_active 
     230    (GTK_TOGGLE_BUTTON(glade_xml_get_widget(xml, "P2_spinodal_togglebutton"))); 
     231  if (isotherm_geomview_pipe || phdiag_geomview_pipe) 
     232    recalculate_and_display (); 
    198233} 
    199234 
     
    269304  on_spinbutton_value_changed (NULL, NULL); 
    270305  on_name_entry_activate (NULL, NULL); 
     306  on_spinodal_togglebutton_toggled (NULL, NULL); 
    271307 
    272308  // Run main loop 
  • trunk/matml/src/ternary/Ternary.glade

    r491 r494  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    22<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 
    3 <!--Generated with glade3 3.4.5 on Thu Nov 26 15:53:09 2009 --> 
     3<!--Generated with glade3 3.4.5 on Fri Nov 27 23:20:43 2009 --> 
    44<glade-interface> 
    55  <widget class="GtkWindow" id="main_window"> 
     
    154154            <property name="n_columns">5</property> 
    155155            <child> 
    156               <widget class="GtkHBox" id="hbox7"> 
    157                 <property name="visible">True</property> 
    158                 <child> 
    159                   <widget class="GtkLabel" id="label24"> 
    160                     <property name="visible">True</property> 
    161                     <property name="label" translatable="yes"> Refinement steps: </property> 
    162                   </widget> 
    163                   <packing> 
    164                     <property name="expand">False</property> 
    165                   </packing> 
    166                 </child> 
    167                 <child> 
    168                   <widget class="GtkSpinButton" id="refine_spinbutton"> 
    169                     <property name="visible">True</property> 
    170                     <property name="can_focus">True</property> 
    171                     <property name="adjustment">3 0 10 1 2 2</property> 
    172                     <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_refines_spinbutton"/> 
    173                   </widget> 
    174                   <packing> 
    175                     <property name="expand">False</property> 
    176                     <property name="position">1</property> 
    177                   </packing> 
    178                 </child> 
     156              <widget class="GtkLabel" id="label18"> 
     157                <property name="visible">True</property> 
     158                <property name="label" translatable="yes">Component 1:</property> 
     159              </widget> 
     160              <packing> 
     161                <property name="x_options">GTK_FILL</property> 
     162                <property name="y_options">GTK_FILL</property> 
     163              </packing> 
     164            </child> 
     165            <child> 
     166              <widget class="GtkLabel" id="label19"> 
     167                <property name="visible">True</property> 
     168                <property name="label" translatable="yes">Component 2:</property> 
     169              </widget> 
     170              <packing> 
     171                <property name="top_attach">1</property> 
     172                <property name="bottom_attach">2</property> 
     173                <property name="x_options">GTK_FILL</property> 
     174                <property name="y_options">GTK_FILL</property> 
     175              </packing> 
     176            </child> 
     177            <child> 
     178              <widget class="GtkLabel" id="label20"> 
     179                <property name="visible">True</property> 
     180                <property name="label" translatable="yes">Component 3:</property> 
     181              </widget> 
     182              <packing> 
     183                <property name="top_attach">2</property> 
     184                <property name="bottom_attach">3</property> 
     185                <property name="x_options">GTK_FILL</property> 
     186                <property name="y_options">GTK_FILL</property> 
     187              </packing> 
     188            </child> 
     189            <child> 
     190              <widget class="GtkEntry" id="component1_name"> 
     191                <property name="visible">True</property> 
     192                <property name="can_focus">True</property> 
     193                <property name="text" translatable="yes">Water</property> 
     194                <signal name="activate" handler="on_name_entry_activate" object="component1_name"/> 
     195              </widget> 
     196              <packing> 
     197                <property name="left_attach">1</property> 
     198                <property name="right_attach">2</property> 
     199                <property name="y_options">GTK_FILL</property> 
     200              </packing> 
     201            </child> 
     202            <child> 
     203              <widget class="GtkEntry" id="component2_name"> 
     204                <property name="visible">True</property> 
     205                <property name="can_focus">True</property> 
     206                <property name="text" translatable="yes">Solvent</property> 
     207                <signal name="activate" handler="on_name_entry_activate" object="component2_name"/> 
     208              </widget> 
     209              <packing> 
     210                <property name="left_attach">1</property> 
     211                <property name="right_attach">2</property> 
     212                <property name="top_attach">1</property> 
     213                <property name="bottom_attach">2</property> 
     214                <property name="y_options">GTK_FILL</property> 
     215              </packing> 
     216            </child> 
     217            <child> 
     218              <widget class="GtkEntry" id="component3_name"> 
     219                <property name="visible">True</property> 
     220                <property name="can_focus">True</property> 
     221                <property name="text" translatable="yes">Polymer</property> 
     222                <signal name="activate" handler="on_name_entry_activate" object="component3_name"/> 
     223              </widget> 
     224              <packing> 
     225                <property name="left_attach">1</property> 
     226                <property name="right_attach">2</property> 
     227                <property name="top_attach">2</property> 
     228                <property name="bottom_attach">3</property> 
     229                <property name="y_options">GTK_FILL</property> 
     230              </packing> 
     231            </child> 
     232            <child> 
     233              <widget class="GtkLabel" id="label2"> 
     234                <property name="visible">True</property> 
     235                <property name="label" translatable="yes">Gas constant R: </property> 
    179236              </widget> 
    180237              <packing> 
    181238                <property name="left_attach">2</property> 
     239                <property name="right_attach">3</property> 
     240                <property name="x_options">GTK_FILL</property> 
     241                <property name="y_options">GTK_FILL</property> 
     242              </packing> 
     243            </child> 
     244            <child> 
     245              <widget class="GtkEntry" id="R_entry"> 
     246                <property name="width_request">60</property> 
     247                <property name="visible">True</property> 
     248                <property name="can_focus">True</property> 
     249                <property name="text" translatable="yes">8.314</property> 
     250                <signal name="activate" handler="on_entry_activate" object="R_entry"/> 
     251              </widget> 
     252              <packing> 
     253                <property name="left_attach">3</property> 
     254                <property name="right_attach">4</property> 
     255                <property name="x_options">GTK_FILL</property> 
     256                <property name="y_options">GTK_FILL</property> 
     257              </packing> 
     258            </child> 
     259            <child> 
     260              <widget class="GtkHScale" id="R_hscale"> 
     261                <property name="width_request">80</property> 
     262                <property name="visible">True</property> 
     263                <property name="can_focus">True</property> 
     264                <property name="adjustment">8.3100000000000005 0 50 1 10 10</property> 
     265                <property name="draw_value">False</property> 
     266                <signal name="value_changed" handler="on_hscale_value_changed" object="R_hscale"/> 
     267              </widget> 
     268              <packing> 
     269                <property name="left_attach">4</property> 
    182270                <property name="right_attach">5</property> 
    183                 <property name="top_attach">2</property> 
    184                 <property name="bottom_attach">3</property> 
     271                <property name="x_options">GTK_FILL</property> 
     272                <property name="y_options">GTK_FILL</property> 
     273              </packing> 
     274            </child> 
     275            <child> 
     276              <widget class="GtkLabel" id="label3"> 
     277                <property name="visible">True</property> 
     278                <property name="label" translatable="yes">Pressure: </property> 
     279              </widget> 
     280              <packing> 
     281                <property name="left_attach">2</property> 
     282                <property name="right_attach">3</property> 
     283                <property name="top_attach">1</property> 
     284                <property name="bottom_attach">2</property> 
     285                <property name="x_options">GTK_FILL</property> 
     286                <property name="y_options">GTK_FILL</property> 
     287              </packing> 
     288            </child> 
     289            <child> 
     290              <widget class="GtkEntry" id="P_entry"> 
     291                <property name="width_request">60</property> 
     292                <property name="visible">True</property> 
     293                <property name="can_focus">True</property> 
     294                <property name="text" translatable="yes">101300</property> 
     295                <signal name="activate" handler="on_entry_activate" object="P_entry"/> 
     296              </widget> 
     297              <packing> 
     298                <property name="left_attach">3</property> 
     299                <property name="right_attach">4</property> 
     300                <property name="top_attach">1</property> 
     301                <property name="bottom_attach">2</property> 
     302                <property name="x_options">GTK_FILL</property> 
     303                <property name="y_options">GTK_FILL</property> 
    185304              </packing> 
    186305            </child> 
     
    204323            </child> 
    205324            <child> 
    206               <widget class="GtkEntry" id="P_entry"> 
    207                 <property name="width_request">60</property> 
    208                 <property name="visible">True</property> 
    209                 <property name="can_focus">True</property> 
    210                 <property name="text" translatable="yes">101300</property> 
    211                 <signal name="activate" handler="on_entry_activate" object="P_entry"/> 
    212               </widget> 
    213               <packing> 
    214                 <property name="left_attach">3</property> 
    215                 <property name="right_attach">4</property> 
    216                 <property name="top_attach">1</property> 
    217                 <property name="bottom_attach">2</property> 
    218                 <property name="x_options">GTK_FILL</property> 
    219                 <property name="y_options">GTK_FILL</property> 
    220               </packing> 
    221             </child> 
    222             <child> 
    223               <widget class="GtkLabel" id="label3"> 
    224                 <property name="visible">True</property> 
    225                 <property name="label" translatable="yes">Pressure: </property> 
     325              <widget class="GtkHBox" id="hbox7"> 
     326                <property name="visible">True</property> 
     327                <child> 
     328                  <widget class="GtkLabel" id="label24"> 
     329                    <property name="visible">True</property> 
     330                    <property name="label" translatable="yes"> Refinement steps: </property> 
     331                  </widget> 
     332                  <packing> 
     333                    <property name="expand">False</property> 
     334                  </packing> 
     335                </child> 
     336                <child> 
     337                  <widget class="GtkSpinButton" id="refine_spinbutton"> 
     338                    <property name="visible">True</property> 
     339                    <property name="can_focus">True</property> 
     340                    <property name="adjustment">3 0 10 1 2 2</property> 
     341                    <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_refines_spinbutton"/> 
     342                  </widget> 
     343                  <packing> 
     344                    <property name="expand">False</property> 
     345                    <property name="position">1</property> 
     346                  </packing> 
     347                </child> 
    226348              </widget> 
    227349              <packing> 
    228350                <property name="left_attach">2</property> 
    229                 <property name="right_attach">3</property> 
    230                 <property name="top_attach">1</property> 
    231                 <property name="bottom_attach">2</property> 
    232                 <property name="x_options">GTK_FILL</property> 
    233                 <property name="y_options">GTK_FILL</property> 
    234               </packing> 
    235             </child> 
    236             <child> 
    237               <widget class="GtkHScale" id="R_hscale"> 
    238                 <property name="width_request">80</property> 
    239                 <property name="visible">True</property> 
    240                 <property name="can_focus">True</property> 
    241                 <property name="adjustment">8.3100000000000005 0 50 1 10 10</property> 
    242                 <property name="draw_value">False</property> 
    243                 <signal name="value_changed" handler="on_hscale_value_changed" object="R_hscale"/> 
    244               </widget> 
    245               <packing> 
    246                 <property name="left_attach">4</property> 
    247351                <property name="right_attach">5</property> 
    248                 <property name="x_options">GTK_FILL</property> 
    249                 <property name="y_options">GTK_FILL</property> 
    250               </packing> 
    251             </child> 
    252             <child> 
    253               <widget class="GtkEntry" id="R_entry"> 
    254                 <property name="width_request">60</property> 
    255                 <property name="visible">True</property> 
    256                 <property name="can_focus">True</property> 
    257                 <property name="text" translatable="yes">8.314</property> 
    258                 <signal name="activate" handler="on_entry_activate" object="R_entry"/> 
    259               </widget> 
    260               <packing> 
    261                 <property name="left_attach">3</property> 
    262                 <property name="right_attach">4</property> 
    263                 <property name="x_options">GTK_FILL</property> 
    264                 <property name="y_options">GTK_FILL</property> 
    265               </packing> 
    266             </child> 
    267             <child> 
    268               <widget class="GtkLabel" id="label2"> 
    269                 <property name="visible">True</property> 
    270                 <property name="label" translatable="yes">Gas constant R: </property> 
    271               </widget> 
    272               <packing> 
    273                 <property name="left_attach">2</property> 
    274                 <property name="right_attach">3</property> 
    275                 <property name="x_options">GTK_FILL</property> 
    276                 <property name="y_options">GTK_FILL</property> 
    277               </packing> 
    278             </child> 
    279             <child> 
    280               <widget class="GtkEntry" id="component3_name"> 
    281                 <property name="visible">True</property> 
    282                 <property name="can_focus">True</property> 
    283                 <property name="text" translatable="yes">Polymer</property> 
    284                 <signal name="activate" handler="on_name_entry_activate" object="component3_name"/> 
    285               </widget> 
    286               <packing> 
    287                 <property name="left_attach">1</property> 
    288                 <property name="right_attach">2</property> 
    289352                <property name="top_attach">2</property> 
    290353                <property name="bottom_attach">3</property> 
    291                 <property name="y_options">GTK_FILL</property> 
    292               </packing> 
    293             </child> 
    294             <child> 
    295               <widget class="GtkEntry" id="component2_name"> 
    296                 <property name="visible">True</property> 
    297                 <property name="can_focus">True</property> 
    298                 <property name="text" translatable="yes">Solvent</property> 
    299                 <signal name="activate" handler="on_name_entry_activate" object="component2_name"/> 
    300               </widget> 
    301               <packing> 
    302                 <property name="left_attach">1</property> 
    303                 <property name="right_attach">2</property> 
    304                 <property name="top_attach">1</property> 
    305                 <property name="bottom_attach">2</property> 
    306                 <property name="y_options">GTK_FILL</property> 
    307               </packing> 
    308             </child> 
    309             <child> 
    310               <widget class="GtkEntry" id="component1_name"> 
    311                 <property name="visible">True</property> 
    312                 <property name="can_focus">True</property> 
    313                 <property name="text" translatable="yes">Water</property> 
    314                 <signal name="activate" handler="on_name_entry_activate" object="component1_name"/> 
    315               </widget> 
    316               <packing> 
    317                 <property name="left_attach">1</property> 
    318                 <property name="right_attach">2</property> 
    319                 <property name="y_options">GTK_FILL</property> 
    320               </packing> 
    321             </child> 
    322             <child> 
    323               <widget class="GtkLabel" id="label20"> 
    324                 <property name="visible">True</property> 
    325                 <property name="label" translatable="yes">Component 3:</property> 
    326               </widget> 
    327               <packing> 
    328                 <property name="top_attach">2</property> 
    329                 <property name="bottom_attach">3</property> 
    330                 <property name="x_options">GTK_FILL</property> 
    331                 <property name="y_options">GTK_FILL</property> 
    332               </packing> 
    333             </child> 
    334             <child> 
    335               <widget class="GtkLabel" id="label19"> 
    336                 <property name="visible">True</property> 
    337                 <property name="label" translatable="yes">Component 2:</property> 
    338               </widget> 
    339               <packing> 
    340                 <property name="top_attach">1</property> 
    341                 <property name="bottom_attach">2</property> 
    342                 <property name="x_options">GTK_FILL</property> 
    343                 <property name="y_options">GTK_FILL</property> 
    344               </packing> 
    345             </child> 
    346             <child> 
    347               <widget class="GtkLabel" id="label18"> 
    348                 <property name="visible">True</property> 
    349                 <property name="label" translatable="yes">Component 1:</property> 
    350               </widget> 
    351               <packing> 
    352                 <property name="x_options">GTK_FILL</property> 
    353                 <property name="y_options">GTK_FILL</property> 
    354354              </packing> 
    355355            </child> 
     
    677677                <property name="n_columns">9</property> 
    678678                <child> 
    679                   <widget class="GtkEntry" id="P1_O123_entry"> 
     679                  <widget class="GtkHScale" id="P1_O13_hscale"> 
     680                    <property name="width_request">70</property> 
     681                    <property name="visible">True</property> 
     682                    <property name="can_focus">True</property> 
     683                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     684                    <property name="draw_value">False</property> 
     685                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O13_hscale"/> 
     686                  </widget> 
     687                  <packing> 
     688                    <property name="left_attach">5</property> 
     689                    <property name="right_attach">6</property> 
     690                    <property name="top_attach">4</property> 
     691                    <property name="bottom_attach">5</property> 
     692                    <property name="y_options">GTK_FILL</property> 
     693                  </packing> 
     694                </child> 
     695                <child> 
     696                  <widget class="GtkHScale" id="P1_C3_hscale"> 
     697                    <property name="width_request">70</property> 
     698                    <property name="visible">True</property> 
     699                    <property name="can_focus">True</property> 
     700                    <property name="adjustment">100 -100 100 1 10 10</property> 
     701                    <property name="draw_value">False</property> 
     702                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
     703                  </widget> 
     704                  <packing> 
     705                    <property name="left_attach">5</property> 
     706                    <property name="right_attach">6</property> 
     707                    <property name="top_attach">3</property> 
     708                    <property name="bottom_attach">4</property> 
     709                    <property name="y_options">GTK_FILL</property> 
     710                  </packing> 
     711                </child> 
     712                <child> 
     713                  <widget class="GtkHScale" id="P1_C2_hscale"> 
     714                    <property name="width_request">70</property> 
     715                    <property name="visible">True</property> 
     716                    <property name="can_focus">True</property> 
     717                    <property name="adjustment">100 -100 100 1 10 10</property> 
     718                    <property name="draw_value">False</property> 
     719                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
     720                  </widget> 
     721                  <packing> 
     722                    <property name="left_attach">5</property> 
     723                    <property name="right_attach">6</property> 
     724                    <property name="top_attach">2</property> 
     725                    <property name="bottom_attach">3</property> 
     726                    <property name="y_options">GTK_FILL</property> 
     727                  </packing> 
     728                </child> 
     729                <child> 
     730                  <widget class="GtkHScale" id="P1_C1_hscale"> 
     731                    <property name="width_request">70</property> 
     732                    <property name="visible">True</property> 
     733                    <property name="can_focus">True</property> 
     734                    <property name="adjustment">100 -100 100 1 10 10</property> 
     735                    <property name="draw_value">False</property> 
     736                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C1_hscale"/> 
     737                  </widget> 
     738                  <packing> 
     739                    <property name="left_attach">5</property> 
     740                    <property name="right_attach">6</property> 
     741                    <property name="top_attach">1</property> 
     742                    <property name="bottom_attach">2</property> 
     743                    <property name="y_options">GTK_FILL</property> 
     744                  </packing> 
     745                </child> 
     746                <child> 
     747                  <widget class="GtkHScale" id="P1_O12_hscale"> 
     748                    <property name="width_request">70</property> 
     749                    <property name="visible">True</property> 
     750                    <property name="can_focus">True</property> 
     751                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     752                    <property name="draw_value">False</property> 
     753                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O12_hscale"/> 
     754                  </widget> 
     755                  <packing> 
     756                    <property name="left_attach">2</property> 
     757                    <property name="right_attach">3</property> 
     758                    <property name="top_attach">4</property> 
     759                    <property name="bottom_attach">5</property> 
     760                    <property name="y_options">GTK_FILL</property> 
     761                  </packing> 
     762                </child> 
     763                <child> 
     764                  <widget class="GtkEntry" id="P1_G3_entry"> 
     765                    <property name="width_request">50</property> 
     766                    <property name="visible">True</property> 
     767                    <property name="can_focus">True</property> 
     768                    <property name="text" translatable="yes">-350</property> 
     769                    <signal name="activate" handler="on_entry_activate" object="P1_G3_entry"/> 
     770                  </widget> 
     771                  <packing> 
     772                    <property name="left_attach">1</property> 
     773                    <property name="right_attach">2</property> 
     774                    <property name="top_attach">3</property> 
     775                    <property name="bottom_attach">4</property> 
     776                    <property name="y_options">GTK_FILL</property> 
     777                  </packing> 
     778                </child> 
     779                <child> 
     780                  <widget class="GtkEntry" id="P1_G2_entry"> 
     781                    <property name="width_request">50</property> 
     782                    <property name="visible">True</property> 
     783                    <property name="can_focus">True</property> 
     784                    <property name="text" translatable="yes">-250</property> 
     785                    <signal name="activate" handler="on_entry_activate" object="P1_G2_entry"/> 
     786                  </widget> 
     787                  <packing> 
     788                    <property name="left_attach">1</property> 
     789                    <property name="right_attach">2</property> 
     790                    <property name="top_attach">2</property> 
     791                    <property name="bottom_attach">3</property> 
     792                    <property name="y_options">GTK_FILL</property> 
     793                  </packing> 
     794                </child> 
     795                <child> 
     796                  <widget class="GtkEntry" id="P1_G1_entry"> 
     797                    <property name="width_request">50</property> 
     798                    <property name="visible">True</property> 
     799                    <property name="can_focus">True</property> 
     800                    <property name="text" translatable="yes">0</property> 
     801                    <signal name="activate" handler="on_entry_activate" object="P1_G1_entry"/> 
     802                  </widget> 
     803                  <packing> 
     804                    <property name="left_attach">1</property> 
     805                    <property name="right_attach">2</property> 
     806                    <property name="top_attach">1</property> 
     807                    <property name="bottom_attach">2</property> 
     808                    <property name="y_options">GTK_FILL</property> 
     809                  </packing> 
     810                </child> 
     811                <child> 
     812                  <widget class="GtkHScale" id="P1_G3_hscale"> 
     813                    <property name="width_request">70</property> 
     814                    <property name="visible">True</property> 
     815                    <property name="can_focus">True</property> 
     816                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     817                    <property name="draw_value">False</property> 
     818                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
     819                  </widget> 
     820                  <packing> 
     821                    <property name="left_attach">2</property> 
     822                    <property name="right_attach">3</property> 
     823                    <property name="top_attach">3</property> 
     824                    <property name="bottom_attach">4</property> 
     825                    <property name="y_options">GTK_FILL</property> 
     826                  </packing> 
     827                </child> 
     828                <child> 
     829                  <widget class="GtkHScale" id="P1_G2_hscale"> 
     830                    <property name="width_request">70</property> 
     831                    <property name="visible">True</property> 
     832                    <property name="can_focus">True</property> 
     833                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     834                    <property name="draw_value">False</property> 
     835                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
     836                  </widget> 
     837                  <packing> 
     838                    <property name="left_attach">2</property> 
     839                    <property name="right_attach">3</property> 
     840                    <property name="top_attach">2</property> 
     841                    <property name="bottom_attach">3</property> 
     842                    <property name="y_options">GTK_FILL</property> 
     843                  </packing> 
     844                </child> 
     845                <child> 
     846                  <widget class="GtkHScale" id="P1_G1_hscale"> 
     847                    <property name="width_request">70</property> 
     848                    <property name="visible">True</property> 
     849                    <property name="can_focus">True</property> 
     850                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     851                    <property name="draw_value">False</property> 
     852                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G1_hscale"/> 
     853                  </widget> 
     854                  <packing> 
     855                    <property name="left_attach">2</property> 
     856                    <property name="right_attach">3</property> 
     857                    <property name="top_attach">1</property> 
     858                    <property name="bottom_attach">2</property> 
     859                    <property name="y_options">GTK_FILL</property> 
     860                  </packing> 
     861                </child> 
     862                <child> 
     863                  <widget class="GtkLabel" id="label12"> 
     864                    <property name="visible">True</property> 
     865                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     866                    <property name="use_markup">True</property> 
     867                  </widget> 
     868                  <packing> 
     869                    <property name="top_attach">3</property> 
     870                    <property name="bottom_attach">4</property> 
     871                    <property name="x_options">GTK_FILL</property> 
     872                    <property name="y_options">GTK_FILL</property> 
     873                  </packing> 
     874                </child> 
     875                <child> 
     876                  <widget class="GtkLabel" id="label11"> 
     877                    <property name="visible">True</property> 
     878                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     879                    <property name="use_markup">True</property> 
     880                  </widget> 
     881                  <packing> 
     882                    <property name="top_attach">2</property> 
     883                    <property name="bottom_attach">3</property> 
     884                    <property name="x_options">GTK_FILL</property> 
     885                    <property name="y_options">GTK_FILL</property> 
     886                  </packing> 
     887                </child> 
     888                <child> 
     889                  <widget class="GtkLabel" id="label10"> 
     890                    <property name="visible">True</property> 
     891                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     892                    <property name="use_markup">True</property> 
     893                  </widget> 
     894                  <packing> 
     895                    <property name="top_attach">1</property> 
     896                    <property name="bottom_attach">2</property> 
     897                    <property name="x_options">GTK_FILL</property> 
     898                    <property name="y_options">GTK_FILL</property> 
     899                  </packing> 
     900                </child> 
     901                <child> 
     902                  <widget class="GtkHScale" id="P1_S1_hscale"> 
     903                    <property name="width_request">70</property> 
     904                    <property name="visible">True</property> 
     905                    <property name="can_focus">True</property> 
     906                    <property name="adjustment">1 0 2 1 10 10</property> 
     907                    <property name="draw_value">False</property> 
     908                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S1_hscale"/> 
     909                  </widget> 
     910                  <packing> 
     911                    <property name="left_attach">8</property> 
     912                    <property name="right_attach">9</property> 
     913                    <property name="top_attach">1</property> 
     914                    <property name="bottom_attach">2</property> 
     915                    <property name="y_options">GTK_FILL</property> 
     916                  </packing> 
     917                </child> 
     918                <child> 
     919                  <widget class="GtkHScale" id="P1_S2_hscale"> 
     920                    <property name="width_request">70</property> 
     921                    <property name="visible">True</property> 
     922                    <property name="can_focus">True</property> 
     923                    <property name="adjustment">1 0 2 1 10 10</property> 
     924                    <property name="draw_value">False</property> 
     925                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S2_hscale"/> 
     926                  </widget> 
     927                  <packing> 
     928                    <property name="left_attach">8</property> 
     929                    <property name="right_attach">9</property> 
     930                    <property name="top_attach">2</property> 
     931                    <property name="bottom_attach">3</property> 
     932                    <property name="y_options">GTK_FILL</property> 
     933                  </packing> 
     934                </child> 
     935                <child> 
     936                  <widget class="GtkHScale" id="P1_S3_hscale"> 
     937                    <property name="width_request">70</property> 
     938                    <property name="visible">True</property> 
     939                    <property name="can_focus">True</property> 
     940                    <property name="adjustment">1 0 2 1 10 10</property> 
     941                    <property name="draw_value">False</property> 
     942                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S3_hscale"/> 
     943                  </widget> 
     944                  <packing> 
     945                    <property name="left_attach">8</property> 
     946                    <property name="right_attach">9</property> 
     947                    <property name="top_attach">3</property> 
     948                    <property name="bottom_attach">4</property> 
     949                    <property name="y_options">GTK_FILL</property> 
     950                  </packing> 
     951                </child> 
     952                <child> 
     953                  <widget class="GtkHScale" id="P1_O23_hscale"> 
     954                    <property name="width_request">70</property> 
     955                    <property name="visible">True</property> 
     956                    <property name="can_focus">True</property> 
     957                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     958                    <property name="draw_value">False</property> 
     959                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O23_hscale"/> 
     960                  </widget> 
     961                  <packing> 
     962                    <property name="left_attach">8</property> 
     963                    <property name="right_attach">9</property> 
     964                    <property name="top_attach">4</property> 
     965                    <property name="bottom_attach">5</property> 
     966                    <property name="y_options">GTK_FILL</property> 
     967                  </packing> 
     968                </child> 
     969                <child> 
     970                  <widget class="GtkHScale" id="P1_O123_hscale"> 
     971                    <property name="width_request">70</property> 
     972                    <property name="visible">True</property> 
     973                    <property name="can_focus">True</property> 
     974                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     975                    <property name="draw_value">False</property> 
     976                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O123_hscale"/> 
     977                  </widget> 
     978                  <packing> 
     979                    <property name="left_attach">8</property> 
     980                    <property name="right_attach">9</property> 
     981                    <property name="top_attach">5</property> 
     982                    <property name="bottom_attach">6</property> 
     983                    <property name="y_options">GTK_FILL</property> 
     984                  </packing> 
     985                </child> 
     986                <child> 
     987                  <widget class="GtkEntry" id="P1_S1_entry"> 
    680988                    <property name="width_request">60</property> 
    681989                    <property name="visible">True</property> 
    682990                    <property name="can_focus">True</property> 
    683                     <property name="text" translatable="yes">400</property> 
    684                     <signal name="activate" handler="on_entry_activate" object="P1_O123_entry"/> 
     991                    <property name="text" translatable="yes">1.0</property> 
     992                    <signal name="activate" handler="on_entry_activate" object="P1_S1_entry"/> 
    685993                  </widget> 
    686994                  <packing> 
    687995                    <property name="left_attach">7</property> 
    688996                    <property name="right_attach">8</property> 
    689                     <property name="top_attach">5</property> 
    690                     <property name="bottom_attach">6</property> 
    691                     <property name="y_options">GTK_FILL</property> 
    692                   </packing> 
    693                 </child> 
    694                 <child> 
    695                   <widget class="GtkLabel" id="label21"> 
    696                     <property name="visible">True</property> 
    697                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
     997                    <property name="top_attach">1</property> 
     998                    <property name="bottom_attach">2</property> 
     999                    <property name="y_options">GTK_FILL</property> 
     1000                  </packing> 
     1001                </child> 
     1002                <child> 
     1003                  <widget class="GtkLabel" id="label13"> 
     1004                    <property name="visible">True</property> 
     1005                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;: </property> 
    6981006                    <property name="use_markup">True</property> 
    6991007                  </widget> 
     
    7011009                    <property name="left_attach">6</property> 
    7021010                    <property name="right_attach">7</property> 
    703                     <property name="top_attach">5</property> 
    704                     <property name="bottom_attach">6</property> 
    705                     <property name="y_options">GTK_FILL</property> 
    706                   </packing> 
    707                 </child> 
    708                 <child> 
    709                   <widget class="GtkHBox" id="hbox10"> 
    710                     <property name="visible">True</property> 
    711                     <child> 
    712                       <widget class="GtkLabel" id="label33"> 
    713                         <property name="visible">True</property> 
    714                         <property name="label" translatable="yes">Polynomials: </property> 
     1011                    <property name="top_attach">1</property> 
     1012                    <property name="bottom_attach">2</property> 
     1013                    <property name="x_options">GTK_FILL</property> 
     1014                    <property name="y_options">GTK_FILL</property> 
     1015                  </packing> 
     1016                </child> 
     1017                <child> 
     1018                  <widget class="GtkEntry" id="P1_C1_entry"> 
     1019                    <property name="width_request">50</property> 
     1020                    <property name="visible">True</property> 
     1021                    <property name="can_focus">True</property> 
     1022                    <property name="text" translatable="yes">3.2</property> 
     1023                    <signal name="activate" handler="on_entry_activate" object="P1_C1_entry"/> 
     1024                  </widget> 
     1025                  <packing> 
     1026                    <property name="left_attach">4</property> 
     1027                    <property name="right_attach">5</property> 
     1028                    <property name="top_attach">1</property> 
     1029                    <property name="bottom_attach">2</property> 
     1030                    <property name="y_options">GTK_FILL</property> 
     1031                  </packing> 
     1032                </child> 
     1033                <child> 
     1034                  <widget class="GtkLabel" id="label30"> 
     1035                    <property name="visible">True</property> 
     1036                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     1037                    <property name="use_markup">True</property> 
     1038                  </widget> 
     1039                  <packing> 
     1040                    <property name="left_attach">3</property> 
     1041                    <property name="right_attach">4</property> 
     1042                    <property name="top_attach">1</property> 
     1043                    <property name="bottom_attach">2</property> 
     1044                    <property name="x_options">GTK_FILL</property> 
     1045                    <property name="y_options">GTK_FILL</property> 
     1046                  </packing> 
     1047                </child> 
     1048                <child> 
     1049                  <widget class="GtkLabel" id="label14"> 
     1050                    <property name="visible">True</property> 
     1051                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
     1052                    <property name="use_markup">True</property> 
     1053                  </widget> 
     1054                  <packing> 
     1055                    <property name="left_attach">6</property> 
     1056                    <property name="right_attach">7</property> 
     1057                    <property name="top_attach">2</property> 
     1058                    <property name="bottom_attach">3</property> 
     1059                    <property name="x_options">GTK_FILL</property> 
     1060                    <property name="y_options">GTK_FILL</property> 
     1061                  </packing> 
     1062                </child> 
     1063                <child> 
     1064                  <widget class="GtkEntry" id="P1_S2_entry"> 
     1065                    <property name="width_request">60</property> 
     1066                    <property name="visible">True</property> 
     1067                    <property name="can_focus">True</property> 
     1068                    <property name="text" translatable="yes">0.5</property> 
     1069                    <signal name="activate" handler="on_entry_activate" object="P1_S2_entry"/> 
     1070                  </widget> 
     1071                  <packing> 
     1072                    <property name="left_attach">7</property> 
     1073                    <property name="right_attach">8</property> 
     1074                    <property name="top_attach">2</property> 
     1075                    <property name="bottom_attach">3</property> 
     1076                    <property name="y_options">GTK_FILL</property> 
     1077                  </packing> 
     1078                </child> 
     1079                <child> 
     1080                  <widget class="GtkLabel" id="label15"> 
     1081                    <property name="visible">True</property> 
     1082                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
     1083                    <property name="use_markup">True</property> 
     1084                  </widget> 
     1085                  <packing> 
     1086                    <property name="left_attach">6</property> 
     1087                    <property name="right_attach">7</property> 
     1088                    <property name="top_attach">3</property> 
     1089                    <property name="bottom_attach">4</property> 
     1090                    <property name="x_options">GTK_FILL</property> 
     1091                    <property name="y_options">GTK_FILL</property> 
     1092                  </packing> 
     1093                </child> 
     1094                <child> 
     1095                  <widget class="GtkEntry" id="P1_S3_entry"> 
     1096                    <property name="width_request">60</property> 
     1097                    <property name="visible">True</property> 
     1098                    <property name="can_focus">True</property> 
     1099                    <property name="text" translatable="yes">0.1</property> 
     1100                    <signal name="activate" handler="on_entry_activate" object="P1_S3_entry"/> 
     1101                  </widget> 
     1102                  <packing> 
     1103                    <property name="left_attach">7</property> 
     1104                    <property name="right_attach">8</property> 
     1105                    <property name="top_attach">3</property> 
     1106                    <property name="bottom_attach">4</property> 
     1107                    <property name="y_options">GTK_FILL</property> 
     1108                  </packing> 
     1109                </child> 
     1110                <child> 
     1111                  <widget class="GtkLabel" id="label8"> 
     1112                    <property name="visible">True</property> 
     1113                    <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
     1114                    <property name="use_markup">True</property> 
     1115                  </widget> 
     1116                  <packing> 
     1117                    <property name="x_options">GTK_FILL</property> 
     1118                    <property name="y_options">GTK_FILL</property> 
     1119                  </packing> 
     1120                </child> 
     1121                <child> 
     1122                  <widget class="GtkEntry" id="P1_T_entry"> 
     1123                    <property name="width_request">50</property> 
     1124                    <property name="visible">True</property> 
     1125                    <property name="can_focus">True</property> 
     1126                    <property name="text" translatable="yes">273</property> 
     1127                    <signal name="activate" handler="on_entry_activate" object="P1_T_entry"/> 
     1128                  </widget> 
     1129                  <packing> 
     1130                    <property name="left_attach">1</property> 
     1131                    <property name="right_attach">2</property> 
     1132                    <property name="y_options">GTK_FILL</property> 
     1133                  </packing> 
     1134                </child> 
     1135                <child> 
     1136                  <widget class="GtkHScale" id="P1_T_hscale"> 
     1137                    <property name="width_request">70</property> 
     1138                    <property name="visible">True</property> 
     1139                    <property name="can_focus">True</property> 
     1140                    <property name="adjustment">100 0 4000 1 10 10</property> 
     1141                    <property name="draw_value">False</property> 
     1142                    <signal name="value_changed" handler="on_hscale_value_changed" object="P1_T_hscale"/> 
     1143                  </widget> 
     1144                  <packing> 
     1145                    <property name="left_attach">2</property> 
     1146                    <property name="right_attach">3</property> 
     1147                    <property name="y_options">GTK_FILL</property> 
     1148                  </packing> 
     1149                </child> 
     1150                <child> 
     1151                  <widget class="GtkHBox" id="hbox3"> 
     1152                    <property name="visible">True</property> 
     1153                    <child> 
     1154                      <widget class="GtkLabel" id="label22"> 
     1155                        <property name="visible">True</property> 
     1156                        <property name="label" translatable="yes"> Initial resolution: </property> 
     1157                        <property name="use_markup">True</property> 
    7151158                      </widget> 
    7161159                      <packing> 
     
    7191162                    </child> 
    7201163                    <child> 
    721                       <widget class="GtkSpinButton" id="P1_poly_spinbutton"> 
    722                         <property name="width_request">30</property> 
     1164                      <widget class="GtkSpinButton" id="P1_res_spinbutton"> 
    7231165                        <property name="visible">True</property> 
    7241166                        <property name="can_focus">True</property> 
    725                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    726                         <property name="adjustment">0 0 0 1 10 10</property> 
     1167                        <property name="adjustment">20 10 200 1 10 10</property> 
     1168                        <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_res2_spinbutton"/> 
    7271169                      </widget> 
    7281170                      <packing> 
     1171                        <property name="expand">False</property> 
    7291172                        <property name="position">1</property> 
    7301173                      </packing> 
    7311174                    </child> 
    7321175                    <child> 
    733                       <widget class="GtkLabel" id="label34"> 
    734                         <property name="visible">True</property> 
    735                         <property name="label" translatable="yes">Gaussians: </property> 
     1176                      <widget class="GtkToggleButton" id="P1_spinodal_togglebutton"> 
     1177                        <property name="visible">True</property> 
     1178                        <property name="can_focus">True</property> 
     1179                        <property name="receives_default">True</property> 
     1180                        <property name="label" translatable="yes">Spinodal</property> 
     1181                        <property name="response_id">0</property> 
     1182                        <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P1_spinodal_togglebutton"/> 
    7361183                      </widget> 
    7371184                      <packing> 
     
    7401187                      </packing> 
    7411188                    </child> 
    742                     <child> 
    743                       <widget class="GtkSpinButton" id="P1_gauss_spinbutton"> 
    744                         <property name="width_request">30</property> 
    745                         <property name="visible">True</property> 
    746                         <property name="can_focus">True</property> 
    747                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    748                         <property name="adjustment">0 0 0 1 10 10</property> 
    749                       </widget> 
    750                       <packing> 
    751                         <property name="position">3</property> 
    752                       </packing> 
    753                     </child> 
    754                   </widget> 
    755                   <packing> 
    756                     <property name="right_attach">6</property> 
    757                     <property name="top_attach">5</property> 
    758                     <property name="bottom_attach">6</property> 
    759                     <property name="y_options">GTK_FILL</property> 
    760                   </packing> 
    761                 </child> 
    762                 <child> 
    763                   <widget class="GtkEntry" id="P1_O23_entry"> 
    764                     <property name="width_request">60</property> 
    765                     <property name="visible">True</property> 
    766                     <property name="can_focus">True</property> 
    767                     <property name="text" translatable="yes">-1500</property> 
    768                     <signal name="activate" handler="on_entry_activate" object="P1_O23_entry"/> 
    769                   </widget> 
    770                   <packing> 
    771                     <property name="left_attach">7</property> 
    772                     <property name="right_attach">8</property> 
    773                     <property name="top_attach">4</property> 
    774                     <property name="bottom_attach">5</property> 
    775                     <property name="y_options">GTK_FILL</property> 
    776                   </packing> 
    777                 </child> 
    778                 <child> 
    779                   <widget class="GtkLabel" id="label17"> 
    780                     <property name="visible">True</property> 
    781                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
    782                     <property name="use_markup">True</property> 
    783                   </widget> 
    784                   <packing> 
    785                     <property name="left_attach">6</property> 
    786                     <property name="right_attach">7</property> 
    787                     <property name="top_attach">4</property> 
    788                     <property name="bottom_attach">5</property> 
    789                     <property name="y_options">GTK_FILL</property> 
    790                   </packing> 
    791                 </child> 
    792                 <child> 
    793                   <widget class="GtkEntry" id="P1_O13_entry"> 
    794                     <property name="width_request">60</property> 
    795                     <property name="visible">True</property> 
    796                     <property name="can_focus">True</property> 
    797                     <property name="text" translatable="yes">5000</property> 
    798                     <signal name="activate" handler="on_entry_activate" object="P1_O13_entry"/> 
     1189                  </widget> 
     1190                  <packing> 
     1191                    <property name="left_attach">3</property> 
     1192                    <property name="right_attach">9</property> 
     1193                    <property name="y_options">GTK_FILL</property> 
     1194                  </packing> 
     1195                </child> 
     1196                <child> 
     1197                  <widget class="GtkEntry" id="P1_C2_entry"> 
     1198                    <property name="width_request">50</property> 
     1199                    <property name="visible">True</property> 
     1200                    <property name="can_focus">True</property> 
     1201                    <property name="text" translatable="yes">2.2</property> 
     1202                    <signal name="activate" handler="on_entry_activate" object="P1_C2_entry"/> 
    7991203                  </widget> 
    8001204                  <packing> 
    8011205                    <property name="left_attach">4</property> 
    8021206                    <property name="right_attach">5</property> 
    803                     <property name="top_attach">4</property> 
    804                     <property name="bottom_attach">5</property> 
    805                     <property name="y_options">GTK_FILL</property> 
    806                   </packing> 
    807                 </child> 
    808                 <child> 
    809                   <widget class="GtkLabel" id="label16"> 
    810                     <property name="visible">True</property> 
    811                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
     1207                    <property name="top_attach">2</property> 
     1208                    <property name="bottom_attach">3</property> 
     1209                    <property name="y_options">GTK_FILL</property> 
     1210                  </packing> 
     1211                </child> 
     1212                <child> 
     1213                  <widget class="GtkEntry" id="P1_C3_entry"> 
     1214                    <property name="width_request">50</property> 
     1215                    <property name="visible">True</property> 
     1216                    <property name="can_focus">True</property> 
     1217                    <property name="text" translatable="yes">1.5</property> 
     1218                    <signal name="activate" handler="on_entry_activate" object="P1_C3_entry"/> 
     1219                  </widget> 
     1220                  <packing> 
     1221                    <property name="left_attach">4</property> 
     1222                    <property name="right_attach">5</property> 
     1223                    <property name="top_attach">3</property> 
     1224                    <property name="bottom_attach">4</property> 
     1225                    <property name="y_options">GTK_FILL</property> 
     1226                  </packing> 
     1227                </child> 
     1228                <child> 
     1229                  <widget class="GtkLabel" id="label31"> 
     1230                    <property name="visible">True</property> 
     1231                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    8121232                    <property name="use_markup">True</property> 
    8131233                  </widget> 
     
    8151235                    <property name="left_attach">3</property> 
    8161236                    <property name="right_attach">4</property> 
    817                     <property name="top_attach">4</property> 
    818                     <property name="bottom_attach">5</property> 
    819                     <property name="y_options">GTK_FILL</property> 
    820                   </packing> 
    821                 </child> 
    822                 <child> 
    823                   <widget class="GtkEntry" id="P1_O12_entry"> 
    824                     <property name="width_request">60</property> 
    825                     <property name="visible">True</property> 
    826                     <property name="can_focus">True</property> 
    827                     <property name="text" translatable="yes">-150</property> 
    828                     <signal name="activate" handler="on_entry_activate" object="P1_O12_entry"/> 
    829                   </widget> 
    830                   <packing> 
    831                     <property name="left_attach">1</property> 
    832                     <property name="right_attach">2</property> 
    833                     <property name="top_attach">4</property> 
    834                     <property name="bottom_attach">5</property> 
    835                     <property name="y_options">GTK_FILL</property> 
    836                   </packing> 
    837                 </child> 
    838                 <child> 
    839                   <widget class="GtkLabel" id="label1"> 
    840                     <property name="visible">True</property> 
    841                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
    842                     <property name="use_markup">True</property> 
    843                   </widget> 
    844                   <packing> 
    845                     <property name="top_attach">4</property> 
    846                     <property name="bottom_attach">5</property> 
     1237                    <property name="top_attach">2</property> 
     1238                    <property name="bottom_attach">3</property> 
     1239                    <property name="x_options">GTK_FILL</property> 
    8471240                    <property name="y_options">GTK_FILL</property> 
    8481241                  </packing> 
     
    8641257                </child> 
    8651258                <child> 
    866                   <widget class="GtkLabel" id="label31"> 
     1259                  <widget class="GtkLabel" id="label1"> 
     1260                    <property name="visible">True</property> 
     1261                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
     1262                    <property name="use_markup">True</property> 
     1263                  </widget> 
     1264                  <packing> 
     1265                    <property name="top_attach">4</property> 
     1266                    <property name="bottom_attach">5</property> 
     1267                    <property name="y_options">GTK_FILL</property> 
     1268                  </packing> 
     1269                </child> 
     1270                <child> 
     1271                  <widget class="GtkEntry" id="P1_O12_entry"> 
     1272                    <property name="width_request">60</property> 
     1273                    <property name="visible">True</property> 
     1274                    <property name="can_focus">True</property> 
     1275                    <property name="text" translatable="yes">-150</property> 
     1276                    <signal name="activate" handler="on_entry_activate" object="P1_O12_entry"/> 
     1277                  </widget> 
     1278                  <packing> 
     1279                    <property name="left_attach">1</property> 
     1280                    <property name="right_attach">2</property> 
     1281                    <property name="top_attach">4</property> 
     1282                    <property name="bottom_attach">5</property> 
     1283                    <property name="y_options">GTK_FILL</property> 
     1284                  </packing> 
     1285                </child> 
     1286                <child> 
     1287                  <widget class="GtkLabel" id="label16"> 
     1288                    <property name="visible">True</property> 
     1289                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
     1290                    <property name="use_markup">True</property> 
     1291                  </widget> 
     1292                  <packing> 
     1293                    <property name="left_attach">3</property> 
     1294                    <property name="right_attach">4</property> 
     1295                    <property name="top_attach">4</property> 
     1296                    <property name="bottom_attach">5</property> 
     1297                    <property name="y_options">GTK_FILL</property> 
     1298                  </packing> 
     1299                </child> 
     1300                <child> 
     1301                  <widget class="GtkEntry" id="P1_O13_entry"> 
     1302                    <property name="width_request">60</property> 
     1303                    <property name="visible">True</property> 
     1304                    <property name="can_focus">True</property> 
     1305                    <property name="text" translatable="yes">5000</property> 
     1306                    <signal name="activate" handler="on_entry_activate" object="P1_O13_entry"/> 
     1307                  </widget> 
     1308                  <packing> 
     1309                    <property name="left_attach">4</property> 
     1310                    <property name="right_attach">5</property> 
     1311                    <property name="top_attach">4</property> 
     1312                    <property name="bottom_attach">5</property> 
     1313                    <property name="y_options">GTK_FILL</property> 
     1314                  </packing> 
     1315                </child> 
     1316                <child> 
     1317                  <widget class="GtkLabel" id="label17"> 
     1318                    <property name="visible">True</property> 
     1319                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
     1320                    <property name="use_markup">True</property> 
     1321                  </widget> 
     1322                  <packing> 
     1323                    <property name="left_attach">6</property> 
     1324                    <property name="right_attach">7</property> 
     1325                    <property name="top_attach">4</property> 
     1326                    <property name="bottom_attach">5</property> 
     1327                    <property name="y_options">GTK_FILL</property> 
     1328                  </packing> 
     1329                </child> 
     1330                <child> 
     1331                  <widget class="GtkEntry" id="P1_O23_entry"> 
     1332                    <property name="width_request">60</property> 
     1333                    <property name="visible">True</property> 
     1334                    <property name="can_focus">True</property> 
     1335                    <property name="text" translatable="yes">-1500</property> 
     1336                    <signal name="activate" handler="on_entry_activate" object="P1_O23_entry"/> 
     1337                  </widget> 
     1338                  <packing> 
     1339                    <property name="left_attach">7</property> 
     1340                    <property name="right_attach">8</property> 
     1341                    <property name="top_attach">4</property> 
     1342                    <property name="bottom_attach">5</property> 
     1343                    <property name="y_options">GTK_FILL</property> 
     1344                  </packing> 
     1345                </child> 
     1346                <child> 
     1347                  <widget class="GtkHBox" id="hbox10"> 
     1348                    <property name="visible">True</property> 
     1349                    <child> 
     1350                      <widget class="GtkLabel" id="label33"> 
     1351                        <property name="visible">True</property> 
     1352                        <property name="label" translatable="yes">Polynomials: </property> 
     1353                      </widget> 
     1354                      <packing> 
     1355                        <property name="expand">False</property> 
     1356                      </packing> 
     1357                    </child> 
     1358                    <child> 
     1359                      <widget class="GtkSpinButton" id="P1_poly_spinbutton"> 
     1360                        <property name="width_request">30</property> 
     1361                        <property name="visible">True</property> 
     1362                        <property name="can_focus">True</property> 
     1363                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1364                        <property name="adjustment">0 0 0 1 10 10</property> 
     1365                      </widget> 
     1366                      <packing> 
     1367                        <property name="position">1</property> 
     1368                      </packing> 
     1369                    </child> 
     1370                    <child> 
     1371                      <widget class="GtkLabel" id="label34"> 
     1372                        <property name="visible">True</property> 
     1373                        <property name="label" translatable="yes">Gaussians: </property> 
     1374                      </widget> 
     1375                      <packing> 
     1376                        <property name="expand">False</property> 
     1377                        <property name="position">2</property> 
     1378                      </packing> 
     1379                    </child> 
     1380                    <child> 
     1381                      <widget class="GtkSpinButton" id="P1_gauss_spinbutton"> 
     1382                        <property name="width_request">30</property> 
     1383                        <property name="visible">True</property> 
     1384                        <property name="can_focus">True</property> 
     1385                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1386                        <property name="adjustment">0 0 0 1 10 10</property> 
     1387                      </widget> 
     1388                      <packing> 
     1389                        <property name="position">3</property> 
     1390                      </packing> 
     1391                    </child> 
     1392                  </widget> 
     1393                  <packing> 
     1394                    <property name="right_attach">6</property> 
     1395                    <property name="top_attach">5</property> 
     1396                    <property name="bottom_attach">6</property> 
     1397                    <property name="y_options">GTK_FILL</property> 
     1398                  </packing> 
     1399                </child> 
     1400                <child> 
     1401                  <widget class="GtkLabel" id="label21"> 
     1402                    <property name="visible">True</property> 
     1403                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
     1404                    <property name="use_markup">True</property> 
     1405                  </widget> 
     1406                  <packing> 
     1407                    <property name="left_attach">6</property> 
     1408                    <property name="right_attach">7</property> 
     1409                    <property name="top_attach">5</property> 
     1410                    <property name="bottom_attach">6</property> 
     1411                    <property name="y_options">GTK_FILL</property> 
     1412                  </packing> 
     1413                </child> 
     1414                <child> 
     1415                  <widget class="GtkEntry" id="P1_O123_entry"> 
     1416                    <property name="width_request">60</property> 
     1417                    <property name="visible">True</property> 
     1418                    <property name="can_focus">True</property> 
     1419                    <property name="text" translatable="yes">400</property> 
     1420                    <signal name="activate" handler="on_entry_activate" object="P1_O123_entry"/> 
     1421                  </widget> 
     1422                  <packing> 
     1423                    <property name="left_attach">7</property> 
     1424                    <property name="right_attach">8</property> 
     1425                    <property name="top_attach">5</property> 
     1426                    <property name="bottom_attach">6</property> 
     1427                    <property name="y_options">GTK_FILL</property> 
     1428                  </packing> 
     1429                </child> 
     1430              </widget> 
     1431            </child> 
     1432            <child> 
     1433              <widget class="GtkHBox" id="hbox2"> 
     1434                <property name="visible">True</property> 
     1435                <child> 
     1436                  <widget class="GtkLabel" id="label52"> 
     1437                    <property name="visible">True</property> 
     1438                    <property name="label" translatable="yes">Phase 1: </property> 
     1439                  </widget> 
     1440                </child> 
     1441                <child> 
     1442                  <widget class="GtkEntry" id="P1_name_entry"> 
     1443                    <property name="width_request">60</property> 
     1444                    <property name="visible">True</property> 
     1445                    <property name="can_focus">True</property> 
     1446                    <property name="text" translatable="yes">Solid</property> 
     1447                    <signal name="activate" handler="on_name_entry_activate" object="P1_name_entry"/> 
     1448                  </widget> 
     1449                  <packing> 
     1450                    <property name="position">1</property> 
     1451                  </packing> 
     1452                </child> 
     1453                <child> 
     1454                  <widget class="GtkButton" id="P1_hide_button"> 
     1455                    <property name="visible">True</property> 
     1456                    <property name="sensitive">False</property> 
     1457                    <property name="can_focus">True</property> 
     1458                    <property name="receives_default">True</property> 
     1459                    <property name="tooltip" translatable="yes">Not yet implemented</property> 
     1460                    <property name="label" translatable="yes">X</property> 
     1461                    <property name="response_id">0</property> 
     1462                  </widget> 
     1463                  <packing> 
     1464                    <property name="expand">False</property> 
     1465                    <property name="position">2</property> 
     1466                  </packing> 
     1467                </child> 
     1468              </widget> 
     1469              <packing> 
     1470                <property name="type">tab</property> 
     1471                <property name="tab_fill">False</property> 
     1472              </packing> 
     1473            </child> 
     1474            <child> 
     1475              <widget class="GtkTable" id="P1_table1"> 
     1476                <property name="visible">True</property> 
     1477                <property name="n_rows">6</property> 
     1478                <property name="n_columns">9</property> 
     1479                <child> 
     1480                  <widget class="GtkHScale" id="P2_O13_hscale"> 
     1481                    <property name="width_request">70</property> 
     1482                    <property name="visible">True</property> 
     1483                    <property name="can_focus">True</property> 
     1484                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1485                    <property name="draw_value">False</property> 
     1486                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O13_hscale"/> 
     1487                  </widget> 
     1488                  <packing> 
     1489                    <property name="left_attach">5</property> 
     1490                    <property name="right_attach">6</property> 
     1491                    <property name="top_attach">4</property> 
     1492                    <property name="bottom_attach">5</property> 
     1493                    <property name="y_options">GTK_FILL</property> 
     1494                  </packing> 
     1495                </child> 
     1496                <child> 
     1497                  <widget class="GtkHScale" id="P2_C3_hscale"> 
     1498                    <property name="width_request">70</property> 
     1499                    <property name="visible">True</property> 
     1500                    <property name="can_focus">True</property> 
     1501                    <property name="adjustment">1.5 -100 100 1 10 10</property> 
     1502                    <property name="draw_value">False</property> 
     1503                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C3_hscale"/> 
     1504                  </widget> 
     1505                  <packing> 
     1506                    <property name="left_attach">5</property> 
     1507                    <property name="right_attach">6</property> 
     1508                    <property name="top_attach">3</property> 
     1509                    <property name="bottom_attach">4</property> 
     1510                    <property name="y_options">GTK_FILL</property> 
     1511                  </packing> 
     1512                </child> 
     1513                <child> 
     1514                  <widget class="GtkHScale" id="P2_C2_hscale"> 
     1515                    <property name="width_request">70</property> 
     1516                    <property name="visible">True</property> 
     1517                    <property name="can_focus">True</property> 
     1518                    <property name="adjustment">2.2000000000000002 -100 100 1 10 10</property> 
     1519                    <property name="draw_value">False</property> 
     1520                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C2_hscale"/> 
     1521                  </widget> 
     1522                  <packing> 
     1523                    <property name="left_attach">5</property> 
     1524                    <property name="right_attach">6</property> 
     1525                    <property name="top_attach">2</property> 
     1526                    <property name="bottom_attach">3</property> 
     1527                    <property name="y_options">GTK_FILL</property> 
     1528                  </packing> 
     1529                </child> 
     1530                <child> 
     1531                  <widget class="GtkHScale" id="P2_C1_hscale"> 
     1532                    <property name="width_request">70</property> 
     1533                    <property name="visible">True</property> 
     1534                    <property name="can_focus">True</property> 
     1535                    <property name="adjustment">3.2000000000000002 -100 100 1 10 10</property> 
     1536                    <property name="draw_value">False</property> 
     1537                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C1_hscale"/> 
     1538                  </widget> 
     1539                  <packing> 
     1540                    <property name="left_attach">5</property> 
     1541                    <property name="right_attach">6</property> 
     1542                    <property name="top_attach">1</property> 
     1543                    <property name="bottom_attach">2</property> 
     1544                    <property name="y_options">GTK_FILL</property> 
     1545                  </packing> 
     1546                </child> 
     1547                <child> 
     1548                  <widget class="GtkHScale" id="P2_O12_hscale"> 
     1549                    <property name="width_request">70</property> 
     1550                    <property name="visible">True</property> 
     1551                    <property name="can_focus">True</property> 
     1552                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1553                    <property name="draw_value">False</property> 
     1554                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O12_hscale"/> 
     1555                  </widget> 
     1556                  <packing> 
     1557                    <property name="left_attach">2</property> 
     1558                    <property name="right_attach">3</property> 
     1559                    <property name="top_attach">4</property> 
     1560                    <property name="bottom_attach">5</property> 
     1561                    <property name="y_options">GTK_FILL</property> 
     1562                  </packing> 
     1563                </child> 
     1564                <child> 
     1565                  <widget class="GtkEntry" id="P2_G3_entry"> 
     1566                    <property name="width_request">50</property> 
     1567                    <property name="visible">True</property> 
     1568                    <property name="can_focus">True</property> 
     1569                    <property name="text" translatable="yes">600</property> 
     1570                    <signal name="activate" handler="on_entry_activate" object="P2_G3_entry"/> 
     1571                  </widget> 
     1572                  <packing> 
     1573                    <property name="left_attach">1</property> 
     1574                    <property name="right_attach">2</property> 
     1575                    <property name="top_attach">3</property> 
     1576                    <property name="bottom_attach">4</property> 
     1577                    <property name="y_options">GTK_FILL</property> 
     1578                  </packing> 
     1579                </child> 
     1580                <child> 
     1581                  <widget class="GtkEntry" id="P2_G2_entry"> 
     1582                    <property name="width_request">50</property> 
     1583                    <property name="visible">True</property> 
     1584                    <property name="can_focus">True</property> 
     1585                    <property name="text" translatable="yes">350</property> 
     1586                    <signal name="activate" handler="on_entry_activate" object="P2_G2_entry"/> 
     1587                  </widget> 
     1588                  <packing> 
     1589                    <property name="left_attach">1</property> 
     1590                    <property name="right_attach">2</property> 
     1591                    <property name="top_attach">2</property> 
     1592                    <property name="bottom_attach">3</property> 
     1593                    <property name="y_options">GTK_FILL</property> 
     1594                  </packing> 
     1595                </child> 
     1596                <child> 
     1597                  <widget class="GtkEntry" id="P2_G1_entry"> 
     1598                    <property name="width_request">50</property> 
     1599                    <property name="visible">True</property> 
     1600                    <property name="can_focus">True</property> 
     1601                    <property name="text" translatable="yes">450</property> 
     1602                    <signal name="activate" handler="on_entry_activate" object="P2_G1_entry"/> 
     1603                  </widget> 
     1604                  <packing> 
     1605                    <property name="left_attach">1</property> 
     1606                    <property name="right_attach">2</property> 
     1607                    <property name="top_attach">1</property> 
     1608                    <property name="bottom_attach">2</property> 
     1609                    <property name="y_options">GTK_FILL</property> 
     1610                  </packing> 
     1611                </child> 
     1612                <child> 
     1613                  <widget class="GtkHScale" id="P2_G3_hscale"> 
     1614                    <property name="width_request">70</property> 
     1615                    <property name="visible">True</property> 
     1616                    <property name="can_focus">True</property> 
     1617                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1618                    <property name="draw_value">False</property> 
     1619                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G3_hscale"/> 
     1620                  </widget> 
     1621                  <packing> 
     1622                    <property name="left_attach">2</property> 
     1623                    <property name="right_attach">3</property> 
     1624                    <property name="top_attach">3</property> 
     1625                    <property name="bottom_attach">4</property> 
     1626                    <property name="y_options">GTK_FILL</property> 
     1627                  </packing> 
     1628                </child> 
     1629                <child> 
     1630                  <widget class="GtkHScale" id="P2_G2_hscale"> 
     1631                    <property name="width_request">70</property> 
     1632                    <property name="visible">True</property> 
     1633                    <property name="can_focus">True</property> 
     1634                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1635                    <property name="draw_value">False</property> 
     1636                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G2_hscale"/> 
     1637                  </widget> 
     1638                  <packing> 
     1639                    <property name="left_attach">2</property> 
     1640                    <property name="right_attach">3</property> 
     1641                    <property name="top_attach">2</property> 
     1642                    <property name="bottom_attach">3</property> 
     1643                    <property name="y_options">GTK_FILL</property> 
     1644                  </packing> 
     1645                </child> 
     1646                <child> 
     1647                  <widget class="GtkHScale" id="P2_G1_hscale"> 
     1648                    <property name="width_request">70</property> 
     1649                    <property name="visible">True</property> 
     1650                    <property name="can_focus">True</property> 
     1651                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1652                    <property name="draw_value">False</property> 
     1653                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G1_hscale"/> 
     1654                  </widget> 
     1655                  <packing> 
     1656                    <property name="left_attach">2</property> 
     1657                    <property name="right_attach">3</property> 
     1658                    <property name="top_attach">1</property> 
     1659                    <property name="bottom_attach">2</property> 
     1660                    <property name="y_options">GTK_FILL</property> 
     1661                  </packing> 
     1662                </child> 
     1663                <child> 
     1664                  <widget class="GtkLabel" id="label9"> 
     1665                    <property name="visible">True</property> 
     1666                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1667                    <property name="use_markup">True</property> 
     1668                  </widget> 
     1669                  <packing> 
     1670                    <property name="top_attach">3</property> 
     1671                    <property name="bottom_attach">4</property> 
     1672                    <property name="x_options">GTK_FILL</property> 
     1673                    <property name="y_options">GTK_FILL</property> 
     1674                  </packing> 
     1675                </child> 
     1676                <child> 
     1677                  <widget class="GtkLabel" id="label25"> 
     1678                    <property name="visible">True</property> 
     1679                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1680                    <property name="use_markup">True</property> 
     1681                  </widget> 
     1682                  <packing> 
     1683                    <property name="top_attach">2</property> 
     1684                    <property name="bottom_attach">3</property> 
     1685                    <property name="x_options">GTK_FILL</property> 
     1686                    <property name="y_options">GTK_FILL</property> 
     1687                  </packing> 
     1688                </child> 
     1689                <child> 
     1690                  <widget class="GtkLabel" id="label35"> 
     1691                    <property name="visible">True</property> 
     1692                    <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
     1693                    <property name="use_markup">True</property> 
     1694                  </widget> 
     1695                  <packing> 
     1696                    <property name="top_attach">1</property> 
     1697                    <property name="bottom_attach">2</property> 
     1698                    <property name="x_options">GTK_FILL</property> 
     1699                    <property name="y_options">GTK_FILL</property> 
     1700                  </packing> 
     1701                </child> 
     1702                <child> 
     1703                  <widget class="GtkHScale" id="P2_S1_hscale"> 
     1704                    <property name="width_request">70</property> 
     1705                    <property name="visible">True</property> 
     1706                    <property name="can_focus">True</property> 
     1707                    <property name="adjustment">1 0 2 1 10 10</property> 
     1708                    <property name="draw_value">False</property> 
     1709                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S1_hscale"/> 
     1710                  </widget> 
     1711                  <packing> 
     1712                    <property name="left_attach">8</property> 
     1713                    <property name="right_attach">9</property> 
     1714                    <property name="top_attach">1</property> 
     1715                    <property name="bottom_attach">2</property> 
     1716                    <property name="y_options">GTK_FILL</property> 
     1717                  </packing> 
     1718                </child> 
     1719                <child> 
     1720                  <widget class="GtkHScale" id="P2_S2_hscale"> 
     1721                    <property name="width_request">70</property> 
     1722                    <property name="visible">True</property> 
     1723                    <property name="can_focus">True</property> 
     1724                    <property name="adjustment">0.5 0 2 1 10 10</property> 
     1725                    <property name="draw_value">False</property> 
     1726                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S2_hscale"/> 
     1727                  </widget> 
     1728                  <packing> 
     1729                    <property name="left_attach">8</property> 
     1730                    <property name="right_attach">9</property> 
     1731                    <property name="top_attach">2</property> 
     1732                    <property name="bottom_attach">3</property> 
     1733                    <property name="y_options">GTK_FILL</property> 
     1734                  </packing> 
     1735                </child> 
     1736                <child> 
     1737                  <widget class="GtkHScale" id="P2_S3_hscale"> 
     1738                    <property name="width_request">70</property> 
     1739                    <property name="visible">True</property> 
     1740                    <property name="can_focus">True</property> 
     1741                    <property name="adjustment">0.20000000000000001 0 2 1 10 10</property> 
     1742                    <property name="draw_value">False</property> 
     1743                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S3_hscale"/> 
     1744                  </widget> 
     1745                  <packing> 
     1746                    <property name="left_attach">8</property> 
     1747                    <property name="right_attach">9</property> 
     1748                    <property name="top_attach">3</property> 
     1749                    <property name="bottom_attach">4</property> 
     1750                    <property name="y_options">GTK_FILL</property> 
     1751                  </packing> 
     1752                </child> 
     1753                <child> 
     1754                  <widget class="GtkHScale" id="P2_O23_hscale"> 
     1755                    <property name="width_request">70</property> 
     1756                    <property name="visible">True</property> 
     1757                    <property name="can_focus">True</property> 
     1758                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1759                    <property name="draw_value">False</property> 
     1760                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O23_hscale"/> 
     1761                  </widget> 
     1762                  <packing> 
     1763                    <property name="left_attach">8</property> 
     1764                    <property name="right_attach">9</property> 
     1765                    <property name="top_attach">4</property> 
     1766                    <property name="bottom_attach">5</property> 
     1767                    <property name="y_options">GTK_FILL</property> 
     1768                  </packing> 
     1769                </child> 
     1770                <child> 
     1771                  <widget class="GtkHScale" id="P2_O123_hscale"> 
     1772                    <property name="width_request">70</property> 
     1773                    <property name="visible">True</property> 
     1774                    <property name="can_focus">True</property> 
     1775                    <property name="adjustment">100 -10000 10000 10 100 100</property> 
     1776                    <property name="draw_value">False</property> 
     1777                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O123_hscale"/> 
     1778                  </widget> 
     1779                  <packing> 
     1780                    <property name="left_attach">8</property> 
     1781                    <property name="right_attach">9</property> 
     1782                    <property name="top_attach">5</property> 
     1783                    <property name="bottom_attach">6</property> 
     1784                    <property name="y_options">GTK_FILL</property> 
     1785                  </packing> 
     1786                </child> 
     1787                <child> 
     1788                  <widget class="GtkEntry" id="P2_S1_entry"> 
     1789                    <property name="width_request">60</property> 
     1790                    <property name="visible">True</property> 
     1791                    <property name="can_focus">True</property> 
     1792                    <property name="text" translatable="yes">1.0</property> 
     1793                    <signal name="activate" handler="on_entry_activate" object="P2_S1_entry"/> 
     1794                  </widget> 
     1795                  <packing> 
     1796                    <property name="left_attach">7</property> 
     1797                    <property name="right_attach">8</property> 
     1798                    <property name="top_attach">1</property> 
     1799                    <property name="bottom_attach">2</property> 
     1800                    <property name="y_options">GTK_FILL</property> 
     1801                  </packing> 
     1802                </child> 
     1803                <child> 
     1804                  <widget class="GtkLabel" id="label36"> 
     1805                    <property name="visible">True</property> 
     1806                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;: </property> 
     1807                    <property name="use_markup">True</property> 
     1808                  </widget> 
     1809                  <packing> 
     1810                    <property name="left_attach">6</property> 
     1811                    <property name="right_attach">7</property> 
     1812                    <property name="top_attach">1</property> 
     1813                    <property name="bottom_attach">2</property> 
     1814                    <property name="x_options">GTK_FILL</property> 
     1815                    <property name="y_options">GTK_FILL</property> 
     1816                  </packing> 
     1817                </child> 
     1818                <child> 
     1819                  <widget class="GtkEntry" id="P2_C1_entry"> 
     1820                    <property name="width_request">50</property> 
     1821                    <property name="visible">True</property> 
     1822                    <property name="can_focus">True</property> 
     1823                    <property name="text" translatable="yes">10</property> 
     1824                    <signal name="activate" handler="on_entry_activate" object="P2_C1_entry"/> 
     1825                  </widget> 
     1826                  <packing> 
     1827                    <property name="left_attach">4</property> 
     1828                    <property name="right_attach">5</property> 
     1829                    <property name="top_attach">1</property> 
     1830                    <property name="bottom_attach">2</property> 
     1831                    <property name="y_options">GTK_FILL</property> 
     1832                  </packing> 
     1833                </child> 
     1834                <child> 
     1835                  <widget class="GtkLabel" id="label37"> 
     1836                    <property name="visible">True</property> 
     1837                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     1838                    <property name="use_markup">True</property> 
     1839                  </widget> 
     1840                  <packing> 
     1841                    <property name="left_attach">3</property> 
     1842                    <property name="right_attach">4</property> 
     1843                    <property name="top_attach">1</property> 
     1844                    <property name="bottom_attach">2</property> 
     1845                    <property name="x_options">GTK_FILL</property> 
     1846                    <property name="y_options">GTK_FILL</property> 
     1847                  </packing> 
     1848                </child> 
     1849                <child> 
     1850                  <widget class="GtkLabel" id="label38"> 
     1851                    <property name="visible">True</property> 
     1852                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
     1853                    <property name="use_markup">True</property> 
     1854                  </widget> 
     1855                  <packing> 
     1856                    <property name="left_attach">6</property> 
     1857                    <property name="right_attach">7</property> 
     1858                    <property name="top_attach">2</property> 
     1859                    <property name="bottom_attach">3</property> 
     1860                    <property name="x_options">GTK_FILL</property> 
     1861                    <property name="y_options">GTK_FILL</property> 
     1862                  </packing> 
     1863                </child> 
     1864                <child> 
     1865                  <widget class="GtkEntry" id="P2_S2_entry"> 
     1866                    <property name="width_request">60</property> 
     1867                    <property name="visible">True</property> 
     1868                    <property name="can_focus">True</property> 
     1869                    <property name="text" translatable="yes">0.8</property> 
     1870                    <signal name="activate" handler="on_entry_activate" object="P2_S2_entry"/> 
     1871                  </widget> 
     1872                  <packing> 
     1873                    <property name="left_attach">7</property> 
     1874                    <property name="right_attach">8</property> 
     1875                    <property name="top_attach">2</property> 
     1876                    <property name="bottom_attach">3</property> 
     1877                    <property name="y_options">GTK_FILL</property> 
     1878                  </packing> 
     1879                </child> 
     1880                <child> 
     1881                  <widget class="GtkLabel" id="label39"> 
     1882                    <property name="visible">True</property> 
     1883                    <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
     1884                    <property name="use_markup">True</property> 
     1885                  </widget> 
     1886                  <packing> 
     1887                    <property name="left_attach">6</property> 
     1888                    <property name="right_attach">7</property> 
     1889                    <property name="top_attach">3</property> 
     1890                    <property name="bottom_attach">4</property> 
     1891                    <property name="x_options">GTK_FILL</property> 
     1892                    <property name="y_options">GTK_FILL</property> 
     1893                  </packing> 
     1894                </child> 
     1895                <child> 
     1896                  <widget class="GtkEntry" id="P2_S3_entry"> 
     1897                    <property name="width_request">60</property> 
     1898                    <property name="visible">True</property> 
     1899                    <property name="can_focus">True</property> 
     1900                    <property name="text" translatable="yes">0.5</property> 
     1901                    <signal name="activate" handler="on_entry_activate" object="P2_S3_entry"/> 
     1902                  </widget> 
     1903                  <packing> 
     1904                    <property name="left_attach">7</property> 
     1905                    <property name="right_attach">8</property> 
     1906                    <property name="top_attach">3</property> 
     1907                    <property name="bottom_attach">4</property> 
     1908                    <property name="y_options">GTK_FILL</property> 
     1909                  </packing> 
     1910                </child> 
     1911                <child> 
     1912                  <widget class="GtkLabel" id="label40"> 
     1913                    <property name="visible">True</property> 
     1914                    <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
     1915                    <property name="use_markup">True</property> 
     1916                  </widget> 
     1917                  <packing> 
     1918                    <property name="x_options">GTK_FILL</property> 
     1919                    <property name="y_options">GTK_FILL</property> 
     1920                  </packing> 
     1921                </child> 
     1922                <child> 
     1923                  <widget class="GtkEntry" id="P2_T_entry"> 
     1924                    <property name="width_request">50</property> 
     1925                    <property name="visible">True</property> 
     1926                    <property name="can_focus">True</property> 
     1927                    <property name="text" translatable="yes">273</property> 
     1928                    <signal name="activate" handler="on_entry_activate" object="P2_T_entry"/> 
     1929                  </widget> 
     1930                  <packing> 
     1931                    <property name="left_attach">1</property> 
     1932                    <property name="right_attach">2</property> 
     1933                    <property name="y_options">GTK_FILL</property> 
     1934                  </packing> 
     1935                </child> 
     1936                <child> 
     1937                  <widget class="GtkHScale" id="P2_T_hscale"> 
     1938                    <property name="width_request">70</property> 
     1939                    <property name="visible">True</property> 
     1940                    <property name="can_focus">True</property> 
     1941                    <property name="adjustment">100 0 4000 1 10 10</property> 
     1942                    <property name="draw_value">False</property> 
     1943                    <signal name="value_changed" handler="on_hscale_value_changed" object="P2_T_hscale"/> 
     1944                  </widget> 
     1945                  <packing> 
     1946                    <property name="left_attach">2</property> 
     1947                    <property name="right_attach">3</property> 
     1948                    <property name="y_options">GTK_FILL</property> 
     1949                  </packing> 
     1950                </child> 
     1951                <child> 
     1952                  <widget class="GtkHBox" id="hbox1"> 
     1953                    <property name="visible">True</property> 
     1954                    <child> 
     1955                      <widget class="GtkLabel" id="label41"> 
     1956                        <property name="visible">True</property> 
     1957                        <property name="label" translatable="yes">Initial resolution: </property> 
     1958                        <property name="use_markup">True</property> 
     1959                      </widget> 
     1960                      <packing> 
     1961                        <property name="expand">False</property> 
     1962                      </packing> 
     1963                    </child> 
     1964                    <child> 
     1965                      <widget class="GtkSpinButton" id="P2_res_spinbutton"> 
     1966                        <property name="visible">True</property> 
     1967                        <property name="can_focus">True</property> 
     1968                        <property name="adjustment">20 10 500 1 10 10</property> 
     1969                        <signal name="value_changed" handler="on_spinbutton_value_changed" object="P2_res_spinbutton"/> 
     1970                      </widget> 
     1971                      <packing> 
     1972                        <property name="expand">False</property> 
     1973                        <property name="position">1</property> 
     1974                      </packing> 
     1975                    </child> 
     1976                    <child> 
     1977                      <widget class="GtkToggleButton" id="P2_spinodal_togglebutton"> 
     1978                        <property name="visible">True</property> 
     1979                        <property name="can_focus">True</property> 
     1980                        <property name="receives_default">True</property> 
     1981                        <property name="label" translatable="yes">Spinodal</property> 
     1982                        <property name="response_id">0</property> 
     1983                        <signal name="toggled" handler="on_spinodal_togglebutton_toggled" object="P2_spinodal_togglebutton"/> 
     1984                      </widget> 
     1985                      <packing> 
     1986                        <property name="expand">False</property> 
     1987                        <property name="position">2</property> 
     1988                      </packing> 
     1989                    </child> 
     1990                  </widget> 
     1991                  <packing> 
     1992                    <property name="left_attach">3</property> 
     1993                    <property name="right_attach">9</property> 
     1994                    <property name="y_options">GTK_FILL</property> 
     1995                  </packing> 
     1996                </child> 
     1997                <child> 
     1998                  <widget class="GtkEntry" id="P2_C2_entry"> 
     1999                    <property name="width_request">50</property> 
     2000                    <property name="visible">True</property> 
     2001                    <property name="can_focus">True</property> 
     2002                    <property name="text" translatable="yes">15</property> 
     2003                    <signal name="activate" handler="on_entry_activate" object="P2_C2_entry"/> 
     2004                  </widget> 
     2005                  <packing> 
     2006                    <property name="left_attach">4</property> 
     2007                    <property name="right_attach">5</property> 
     2008                    <property name="top_attach">2</property> 
     2009                    <property name="bottom_attach">3</property> 
     2010                    <property name="y_options">GTK_FILL</property> 
     2011                  </packing> 
     2012                </child> 
     2013                <child> 
     2014                  <widget class="GtkEntry" id="P2_C3_entry"> 
     2015                    <property name="width_request">50</property> 
     2016                    <property name="visible">True</property> 
     2017                    <property name="can_focus">True</property> 
     2018                    <property name="text" translatable="yes">8</property> 
     2019                    <signal name="activate" handler="on_entry_activate" object="P2_C3_entry"/> 
     2020                  </widget> 
     2021                  <packing> 
     2022                    <property name="left_attach">4</property> 
     2023                    <property name="right_attach">5</property> 
     2024                    <property name="top_attach">3</property> 
     2025                    <property name="bottom_attach">4</property> 
     2026                    <property name="y_options">GTK_FILL</property> 
     2027                  </packing> 
     2028                </child> 
     2029                <child> 
     2030                  <widget class="GtkLabel" id="label44"> 
    8672031                    <property name="visible">True</property> 
    8682032                    <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     
    8792043                </child> 
    8802044                <child> 
    881                   <widget class="GtkEntry" id="P1_C3_entry"> 
    882                     <property name="width_request">50</property> 
    883                     <property name="visible">True</property> 
    884                     <property name="can_focus">True</property> 
    885                     <property name="text" translatable="yes">1.5</property> 
    886                     <signal name="activate" handler="on_entry_activate" object="P1_C3_entry"/> 
    887                   </widget> 
    888                   <packing> 
    889                     <property name="left_attach">4</property> 
    890                     <property name="right_attach">5</property> 
    891                     <property name="top_attach">3</property> 
    892                     <property name="bottom_attach">4</property> 
    893                     <property name="y_options">GTK_FILL</property> 
    894                   </packing> 
    895                 </child> 
    896                 <child> 
    897                   <widget class="GtkEntry" id="P1_C2_entry"> 
    898                     <property name="width_request">50</property> 
    899                     <property name="visible">True</property> 
    900                     <property name="can_focus">True</property> 
    901                     <property name="text" translatable="yes">2.2</property> 
    902                     <signal name="activate" handler="on_entry_activate" object="P1_C2_entry"/> 
    903                   </widget> 
    904                   <packing> 
    905                     <property name="left_attach">4</property> 
    906                     <property name="right_attach">5</property> 
    907                     <property name="top_attach">2</property> 
    908                     <property name="bottom_attach">3</property> 
    909                     <property name="y_options">GTK_FILL</property> 
    910                   </packing> 
    911                 </child> 
    912                 <child> 
    913                   <widget class="GtkHBox" id="hbox3"> 
    914                     <property name="visible">True</property> 
    915                     <child> 
    916                       <widget class="GtkLabel" id="label22"> 
    917                         <property name="visible">True</property> 
    918                         <property name="label" translatable="yes"> Initial resolution: </property> 
    919                         <property name="use_markup">True</property> 
    920                       </widget> 
    921                       <packing> 
    922                         <property name="expand">False</property> 
    923                       </packing> 
    924                     </child> 
    925                     <child> 
    926                       <widget class="GtkSpinButton" id="P1_res_spinbutton"> 
    927                         <property name="visible">True</property> 
    928                         <property name="can_focus">True</property> 
    929                         <property name="adjustment">20 10 200 1 10 10</property> 
    930                         <signal name="value_changed" handler="on_spinbutton_value_changed" object="P1_res2_spinbutton"/> 
    931                       </widget> 
    932                       <packing> 
    933                         <property name="expand">False</property> 
    934                         <property name="position">1</property> 
    935                       </packing> 
    936                     </child> 
    937                   </widget> 
    938                   <packing> 
    939                     <property name="left_attach">3</property> 
    940                     <property name="right_attach">9</property> 
    941                     <property name="y_options">GTK_FILL</property> 
    942                   </packing> 
    943                 </child> 
    944                 <child> 
    945                   <widget class="GtkHScale" id="P1_T_hscale"> 
    946                     <property name="width_request">70</property> 
    947                     <property name="visible">True</property> 
    948                     <property name="can_focus">True</property> 
    949                     <property name="adjustment">100 0 4000 1 10 10</property> 
    950                     <property name="draw_value">False</property> 
    951                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_T_hscale"/> 
    952                   </widget> 
    953                   <packing> 
    954                     <property name="left_attach">2</property> 
    955                     <property name="right_attach">3</property> 
    956                     <property name="y_options">GTK_FILL</property> 
    957                   </packing> 
    958                 </child> 
    959                 <child> 
    960                   <widget class="GtkEntry" id="P1_T_entry"> 
    961                     <property name="width_request">50</property> 
    962                     <property name="visible">True</property> 
    963                     <property name="can_focus">True</property> 
    964                     <property name="text" translatable="yes">273</property> 
    965                     <signal name="activate" handler="on_entry_activate" object="P1_T_entry"/> 
    966                   </widget> 
    967                   <packing> 
    968                     <property name="left_attach">1</property> 
    969                     <property name="right_attach">2</property> 
    970                     <property name="y_options">GTK_FILL</property> 
    971                   </packing> 
    972                 </child> 
    973                 <child> 
    974                   <widget class="GtkLabel" id="label8"> 
    975                     <property name="visible">True</property> 
    976                     <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
    977                     <property name="use_markup">True</property> 
    978                   </widget> 
    979                   <packing> 
    980                     <property name="x_options">GTK_FILL</property> 
    981                     <property name="y_options">GTK_FILL</property> 
    982                   </packing> 
    983                 </child> 
    984                 <child> 
    985                   <widget class="GtkEntry" id="P1_S3_entry"> 
    986                     <property name="width_request">60</property> 
    987                     <property name="visible">True</property> 
    988                     <property name="can_focus">True</property> 
    989                     <property name="text" translatable="yes">0.1</property> 
    990                     <signal name="activate" handler="on_entry_activate" object="P1_S3_entry"/> 
    991                   </widget> 
    992                   <packing> 
    993                     <property name="left_attach">7</property> 
    994                     <property name="right_attach">8</property> 
    995                     <property name="top_attach">3</property> 
    996                     <property name="bottom_attach">4</property> 
    997                     <property name="y_options">GTK_FILL</property> 
    998                   </packing> 
    999                 </child> 
    1000                 <child> 
    1001                   <widget class="GtkLabel" id="label15"> 
    1002                     <property name="visible">True</property> 
    1003                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
    1004                     <property name="use_markup">True</property> 
    1005                   </widget> 
    1006                   <packing> 
    1007                     <property name="left_attach">6</property> 
    1008                     <property name="right_attach">7</property> 
    1009                     <property name="top_attach">3</property> 
    1010                     <property name="bottom_attach">4</property> 
    1011                     <property name="x_options">GTK_FILL</property> 
    1012                     <property name="y_options">GTK_FILL</property> 
    1013                   </packing> 
    1014                 </child> 
    1015                 <child> 
    1016                   <widget class="GtkEntry" id="P1_S2_entry"> 
    1017                     <property name="width_request">60</property> 
    1018                     <property name="visible">True</property> 
    1019                     <property name="can_focus">True</property> 
    1020                     <property name="text" translatable="yes">0.5</property> 
    1021                     <signal name="activate" handler="on_entry_activate" object="P1_S2_entry"/> 
    1022                   </widget> 
    1023                   <packing> 
    1024                     <property name="left_attach">7</property> 
    1025                     <property name="right_attach">8</property> 
    1026                     <property name="top_attach">2</property> 
    1027                     <property name="bottom_attach">3</property> 
    1028                     <property name="y_options">GTK_FILL</property> 
    1029                   </packing> 
    1030                 </child> 
    1031                 <child> 
    1032                   <widget class="GtkLabel" id="label14"> 
    1033                     <property name="visible">True</property> 
    1034                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
    1035                     <property name="use_markup">True</property> 
    1036                   </widget> 
    1037                   <packing> 
    1038                     <property name="left_attach">6</property> 
    1039                     <property name="right_attach">7</property> 
    1040                     <property name="top_attach">2</property> 
    1041                     <property name="bottom_attach">3</property> 
    1042                     <property name="x_options">GTK_FILL</property> 
    1043                     <property name="y_options">GTK_FILL</property> 
    1044                   </packing> 
    1045                 </child> 
    1046                 <child> 
    1047                   <widget class="GtkLabel" id="label30"> 
    1048                     <property name="visible">True</property> 
    1049                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    1050                     <property name="use_markup">True</property> 
    1051                   </widget> 
    1052                   <packing> 
    1053                     <property name="left_attach">3</property> 
    1054                     <property name="right_attach">4</property> 
    1055                     <property name="top_attach">1</property> 
    1056                     <property name="bottom_attach">2</property> 
    1057                     <property name="x_options">GTK_FILL</property> 
    1058                     <property name="y_options">GTK_FILL</property> 
    1059                   </packing> 
    1060                 </child> 
    1061                 <child> 
    1062                   <widget class="GtkEntry" id="P1_C1_entry"> 
    1063                     <property name="width_request">50</property> 
    1064                     <property name="visible">True</property> 
    1065                     <property name="can_focus">True</property> 
    1066                     <property name="text" translatable="yes">3.2</property> 
    1067                     <signal name="activate" handler="on_entry_activate" object="P1_C1_entry"/> 
    1068                   </widget> 
    1069                   <packing> 
    1070                     <property name="left_attach">4</property> 
    1071                     <property name="right_attach">5</property> 
    1072                     <property name="top_attach">1</property> 
    1073                     <property name="bottom_attach">2</property> 
    1074                     <property name="y_options">GTK_FILL</property> 
    1075                   </packing> 
    1076                 </child> 
    1077                 <child> 
    1078                   <widget class="GtkLabel" id="label13"> 
    1079                     <property name="visible">True</property> 
    1080                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;: </property> 
    1081                     <property name="use_markup">True</property> 
    1082                   </widget> 
    1083                   <packing> 
    1084                     <property name="left_attach">6</property> 
    1085                     <property name="right_attach">7</property> 
    1086                     <property name="top_attach">1</property> 
    1087                     <property name="bottom_attach">2</property> 
    1088                     <property name="x_options">GTK_FILL</property> 
    1089                     <property name="y_options">GTK_FILL</property> 
    1090                   </packing> 
    1091                 </child> 
    1092                 <child> 
    1093                   <widget class="GtkEntry" id="P1_S1_entry"> 
    1094                     <property name="width_request">60</property> 
    1095                     <property name="visible">True</property> 
    1096                     <property name="can_focus">True</property> 
    1097                     <property name="text" translatable="yes">1.0</property> 
    1098                     <signal name="activate" handler="on_entry_activate" object="P1_S1_entry"/> 
    1099                   </widget> 
    1100                   <packing> 
    1101                     <property name="left_attach">7</property> 
    1102                     <property name="right_attach">8</property> 
    1103                     <property name="top_attach">1</property> 
    1104                     <property name="bottom_attach">2</property> 
    1105                     <property name="y_options">GTK_FILL</property> 
    1106                   </packing> 
    1107                 </child> 
    1108                 <child> 
    1109                   <widget class="GtkHScale" id="P1_O123_hscale"> 
    1110                     <property name="width_request">70</property> 
    1111                     <property name="visible">True</property> 
    1112                     <property name="can_focus">True</property> 
    1113                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1114                     <property name="draw_value">False</property> 
    1115                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O123_hscale"/> 
    1116                   </widget> 
    1117                   <packing> 
    1118                     <property name="left_attach">8</property> 
    1119                     <property name="right_attach">9</property> 
    1120                     <property name="top_attach">5</property> 
    1121                     <property name="bottom_attach">6</property> 
    1122                     <property name="y_options">GTK_FILL</property> 
    1123                   </packing> 
    1124                 </child> 
    1125                 <child> 
    1126                   <widget class="GtkHScale" id="P1_O23_hscale"> 
    1127                     <property name="width_request">70</property> 
    1128                     <property name="visible">True</property> 
    1129                     <property name="can_focus">True</property> 
    1130                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1131                     <property name="draw_value">False</property> 
    1132                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O23_hscale"/> 
    1133                   </widget> 
    1134                   <packing> 
    1135                     <property name="left_attach">8</property> 
    1136                     <property name="right_attach">9</property> 
    1137                     <property name="top_attach">4</property> 
    1138                     <property name="bottom_attach">5</property> 
    1139                     <property name="y_options">GTK_FILL</property> 
    1140                   </packing> 
    1141                 </child> 
    1142                 <child> 
    1143                   <widget class="GtkHScale" id="P1_S3_hscale"> 
    1144                     <property name="width_request">70</property> 
    1145                     <property name="visible">True</property> 
    1146                     <property name="can_focus">True</property> 
    1147                     <property name="adjustment">1 0 2 1 10 10</property> 
    1148                     <property name="draw_value">False</property> 
    1149                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S3_hscale"/> 
    1150                   </widget> 
    1151                   <packing> 
    1152                     <property name="left_attach">8</property> 
    1153                     <property name="right_attach">9</property> 
    1154                     <property name="top_attach">3</property> 
    1155                     <property name="bottom_attach">4</property> 
    1156                     <property name="y_options">GTK_FILL</property> 
    1157                   </packing> 
    1158                 </child> 
    1159                 <child> 
    1160                   <widget class="GtkHScale" id="P1_S2_hscale"> 
    1161                     <property name="width_request">70</property> 
    1162                     <property name="visible">True</property> 
    1163                     <property name="can_focus">True</property> 
    1164                     <property name="adjustment">1 0 2 1 10 10</property> 
    1165                     <property name="draw_value">False</property> 
    1166                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S2_hscale"/> 
    1167                   </widget> 
    1168                   <packing> 
    1169                     <property name="left_attach">8</property> 
    1170                     <property name="right_attach">9</property> 
    1171                     <property name="top_attach">2</property> 
    1172                     <property name="bottom_attach">3</property> 
    1173                     <property name="y_options">GTK_FILL</property> 
    1174                   </packing> 
    1175                 </child> 
    1176                 <child> 
    1177                   <widget class="GtkHScale" id="P1_S1_hscale"> 
    1178                     <property name="width_request">70</property> 
    1179                     <property name="visible">True</property> 
    1180                     <property name="can_focus">True</property> 
    1181                     <property name="adjustment">1 0 2 1 10 10</property> 
    1182                     <property name="draw_value">False</property> 
    1183                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_S1_hscale"/> 
    1184                   </widget> 
    1185                   <packing> 
    1186                     <property name="left_attach">8</property> 
    1187                     <property name="right_attach">9</property> 
    1188                     <property name="top_attach">1</property> 
    1189                     <property name="bottom_attach">2</property> 
    1190                     <property name="y_options">GTK_FILL</property> 
    1191                   </packing> 
    1192                 </child> 
    1193                 <child> 
    1194                   <widget class="GtkLabel" id="label10"> 
    1195                     <property name="visible">True</property> 
    1196                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1197                     <property name="use_markup">True</property> 
    1198                   </widget> 
    1199                   <packing> 
    1200                     <property name="top_attach">1</property> 
    1201                     <property name="bottom_attach">2</property> 
    1202                     <property name="x_options">GTK_FILL</property> 
    1203                     <property name="y_options">GTK_FILL</property> 
    1204                   </packing> 
    1205                 </child> 
    1206                 <child> 
    1207                   <widget class="GtkLabel" id="label11"> 
    1208                     <property name="visible">True</property> 
    1209                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1210                     <property name="use_markup">True</property> 
    1211                   </widget> 
    1212                   <packing> 
    1213                     <property name="top_attach">2</property> 
    1214                     <property name="bottom_attach">3</property> 
    1215                     <property name="x_options">GTK_FILL</property> 
    1216                     <property name="y_options">GTK_FILL</property> 
    1217                   </packing> 
    1218                 </child> 
    1219                 <child> 
    1220                   <widget class="GtkLabel" id="label12"> 
    1221                     <property name="visible">True</property> 
    1222                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1223                     <property name="use_markup">True</property> 
    1224                   </widget> 
    1225                   <packing> 
    1226                     <property name="top_attach">3</property> 
    1227                     <property name="bottom_attach">4</property> 
    1228                     <property name="x_options">GTK_FILL</property> 
    1229                     <property name="y_options">GTK_FILL</property> 
    1230                   </packing> 
    1231                 </child> 
    1232                 <child> 
    1233                   <widget class="GtkHScale" id="P1_G1_hscale"> 
    1234                     <property name="width_request">70</property> 
    1235                     <property name="visible">True</property> 
    1236                     <property name="can_focus">True</property> 
    1237                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1238                     <property name="draw_value">False</property> 
    1239                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G1_hscale"/> 
    1240                   </widget> 
    1241                   <packing> 
    1242                     <property name="left_attach">2</property> 
    1243                     <property name="right_attach">3</property> 
    1244                     <property name="top_attach">1</property> 
    1245                     <property name="bottom_attach">2</property> 
    1246                     <property name="y_options">GTK_FILL</property> 
    1247                   </packing> 
    1248                 </child> 
    1249                 <child> 
    1250                   <widget class="GtkHScale" id="P1_G2_hscale"> 
    1251                     <property name="width_request">70</property> 
    1252                     <property name="visible">True</property> 
    1253                     <property name="can_focus">True</property> 
    1254                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1255                     <property name="draw_value">False</property> 
    1256                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
    1257                   </widget> 
    1258                   <packing> 
    1259                     <property name="left_attach">2</property> 
    1260                     <property name="right_attach">3</property> 
    1261                     <property name="top_attach">2</property> 
    1262                     <property name="bottom_attach">3</property> 
    1263                     <property name="y_options">GTK_FILL</property> 
    1264                   </packing> 
    1265                 </child> 
    1266                 <child> 
    1267                   <widget class="GtkHScale" id="P1_G3_hscale"> 
    1268                     <property name="width_request">70</property> 
    1269                     <property name="visible">True</property> 
    1270                     <property name="can_focus">True</property> 
    1271                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1272                     <property name="draw_value">False</property> 
    1273                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
    1274                   </widget> 
    1275                   <packing> 
    1276                     <property name="left_attach">2</property> 
    1277                     <property name="right_attach">3</property> 
    1278                     <property name="top_attach">3</property> 
    1279                     <property name="bottom_attach">4</property> 
    1280                     <property name="y_options">GTK_FILL</property> 
    1281                   </packing> 
    1282                 </child> 
    1283                 <child> 
    1284                   <widget class="GtkEntry" id="P1_G1_entry"> 
    1285                     <property name="width_request">50</property> 
    1286                     <property name="visible">True</property> 
    1287                     <property name="can_focus">True</property> 
    1288                     <property name="text" translatable="yes">0</property> 
    1289                     <signal name="activate" handler="on_entry_activate" object="P1_G1_entry"/> 
    1290                   </widget> 
    1291                   <packing> 
    1292                     <property name="left_attach">1</property> 
    1293                     <property name="right_attach">2</property> 
    1294                     <property name="top_attach">1</property> 
    1295                     <property name="bottom_attach">2</property> 
    1296                     <property name="y_options">GTK_FILL</property> 
    1297                   </packing> 
    1298                 </child> 
    1299                 <child> 
    1300                   <widget class="GtkEntry" id="P1_G2_entry"> 
    1301                     <property name="width_request">50</property> 
    1302                     <property name="visible">True</property> 
    1303                     <property name="can_focus">True</property> 
    1304                     <property name="text" translatable="yes">-250</property> 
    1305                     <signal name="activate" handler="on_entry_activate" object="P1_G2_entry"/> 
    1306                   </widget> 
    1307                   <packing> 
    1308                     <property name="left_attach">1</property> 
    1309                     <property name="right_attach">2</property> 
    1310                     <property name="top_attach">2</property> 
    1311                     <property name="bottom_attach">3</property> 
    1312                     <property name="y_options">GTK_FILL</property> 
    1313                   </packing> 
    1314                 </child> 
    1315                 <child> 
    1316                   <widget class="GtkEntry" id="P1_G3_entry"> 
    1317                     <property name="width_request">50</property> 
    1318                     <property name="visible">True</property> 
    1319                     <property name="can_focus">True</property> 
    1320                     <property name="text" translatable="yes">-350</property> 
    1321                     <signal name="activate" handler="on_entry_activate" object="P1_G3_entry"/> 
    1322                   </widget> 
    1323                   <packing> 
    1324                     <property name="left_attach">1</property> 
    1325                     <property name="right_attach">2</property> 
    1326                     <property name="top_attach">3</property> 
    1327                     <property name="bottom_attach">4</property> 
    1328                     <property name="y_options">GTK_FILL</property> 
    1329                   </packing> 
    1330                 </child> 
    1331                 <child> 
    1332                   <widget class="GtkHScale" id="P1_O12_hscale"> 
    1333                     <property name="width_request">70</property> 
    1334                     <property name="visible">True</property> 
    1335                     <property name="can_focus">True</property> 
    1336                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1337                     <property name="draw_value">False</property> 
    1338                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O12_hscale"/> 
    1339                   </widget> 
    1340                   <packing> 
    1341                     <property name="left_attach">2</property> 
    1342                     <property name="right_attach">3</property> 
    1343                     <property name="top_attach">4</property> 
    1344                     <property name="bottom_attach">5</property> 
    1345                     <property name="y_options">GTK_FILL</property> 
    1346                   </packing> 
    1347                 </child> 
    1348                 <child> 
    1349                   <widget class="GtkHScale" id="P1_C1_hscale"> 
    1350                     <property name="width_request">70</property> 
    1351                     <property name="visible">True</property> 
    1352                     <property name="can_focus">True</property> 
    1353                     <property name="adjustment">100 -100 100 1 10 10</property> 
    1354                     <property name="draw_value">False</property> 
    1355                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_C1_hscale"/> 
    1356                   </widget> 
    1357                   <packing> 
    1358                     <property name="left_attach">5</property> 
    1359                     <property name="right_attach">6</property> 
    1360                     <property name="top_attach">1</property> 
    1361                     <property name="bottom_attach">2</property> 
    1362                     <property name="y_options">GTK_FILL</property> 
    1363                   </packing> 
    1364                 </child> 
    1365                 <child> 
    1366                   <widget class="GtkHScale" id="P1_C2_hscale"> 
    1367                     <property name="width_request">70</property> 
    1368                     <property name="visible">True</property> 
    1369                     <property name="can_focus">True</property> 
    1370                     <property name="adjustment">100 -100 100 1 10 10</property> 
    1371                     <property name="draw_value">False</property> 
    1372                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G2_hscale"/> 
    1373                   </widget> 
    1374                   <packing> 
    1375                     <property name="left_attach">5</property> 
    1376                     <property name="right_attach">6</property> 
    1377                     <property name="top_attach">2</property> 
    1378                     <property name="bottom_attach">3</property> 
    1379                     <property name="y_options">GTK_FILL</property> 
    1380                   </packing> 
    1381                 </child> 
    1382                 <child> 
    1383                   <widget class="GtkHScale" id="P1_C3_hscale"> 
    1384                     <property name="width_request">70</property> 
    1385                     <property name="visible">True</property> 
    1386                     <property name="can_focus">True</property> 
    1387                     <property name="adjustment">100 -100 100 1 10 10</property> 
    1388                     <property name="draw_value">False</property> 
    1389                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_G3_hscale"/> 
    1390                   </widget> 
    1391                   <packing> 
    1392                     <property name="left_attach">5</property> 
    1393                     <property name="right_attach">6</property> 
    1394                     <property name="top_attach">3</property> 
    1395                     <property name="bottom_attach">4</property> 
    1396                     <property name="y_options">GTK_FILL</property> 
    1397                   </packing> 
    1398                 </child> 
    1399                 <child> 
    1400                   <widget class="GtkHScale" id="P1_O13_hscale"> 
    1401                     <property name="width_request">70</property> 
    1402                     <property name="visible">True</property> 
    1403                     <property name="can_focus">True</property> 
    1404                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1405                     <property name="draw_value">False</property> 
    1406                     <signal name="value_changed" handler="on_hscale_value_changed" object="P1_O13_hscale"/> 
    1407                   </widget> 
    1408                   <packing> 
    1409                     <property name="left_attach">5</property> 
    1410                     <property name="right_attach">6</property> 
    1411                     <property name="top_attach">4</property> 
    1412                     <property name="bottom_attach">5</property> 
    1413                     <property name="y_options">GTK_FILL</property> 
    1414                   </packing> 
    1415                 </child> 
    1416               </widget> 
    1417             </child> 
    1418             <child> 
    1419               <widget class="GtkHBox" id="hbox2"> 
    1420                 <property name="visible">True</property> 
    1421                 <child> 
    1422                   <widget class="GtkLabel" id="label52"> 
    1423                     <property name="visible">True</property> 
    1424                     <property name="label" translatable="yes">Phase 1: </property> 
    1425                   </widget> 
    1426                 </child> 
    1427                 <child> 
    1428                   <widget class="GtkEntry" id="P1_name_entry"> 
    1429                     <property name="width_request">60</property> 
    1430                     <property name="visible">True</property> 
    1431                     <property name="can_focus">True</property> 
    1432                     <property name="text" translatable="yes">Solid</property> 
    1433                     <signal name="activate" handler="on_name_entry_activate" object="P1_name_entry"/> 
    1434                   </widget> 
    1435                   <packing> 
    1436                     <property name="position">1</property> 
    1437                   </packing> 
    1438                 </child> 
    1439                 <child> 
    1440                   <widget class="GtkButton" id="P1_hide_button"> 
    1441                     <property name="visible">True</property> 
    1442                     <property name="sensitive">False</property> 
    1443                     <property name="can_focus">True</property> 
    1444                     <property name="receives_default">True</property> 
    1445                     <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1446                     <property name="label" translatable="yes">X</property> 
    1447                     <property name="response_id">0</property> 
    1448                   </widget> 
    1449                   <packing> 
    1450                     <property name="expand">False</property> 
    1451                     <property name="position">2</property> 
    1452                   </packing> 
    1453                 </child> 
    1454               </widget> 
    1455               <packing> 
    1456                 <property name="type">tab</property> 
    1457                 <property name="tab_fill">False</property> 
    1458               </packing> 
    1459             </child> 
    1460             <child> 
    1461               <widget class="GtkTable" id="P1_table1"> 
    1462                 <property name="visible">True</property> 
    1463                 <property name="n_rows">6</property> 
    1464                 <property name="n_columns">9</property> 
    1465                 <child> 
    1466                   <widget class="GtkEntry" id="P2_O123_entry"> 
    1467                     <property name="width_request">60</property> 
    1468                     <property name="visible">True</property> 
    1469                     <property name="can_focus">True</property> 
    1470                     <property name="text" translatable="yes">-1000</property> 
    1471                     <signal name="activate" handler="on_entry_activate" object="P2_O123_entry"/> 
    1472                   </widget> 
    1473                   <packing> 
    1474                     <property name="left_attach">7</property> 
    1475                     <property name="right_attach">8</property> 
    1476                     <property name="top_attach">5</property> 
    1477                     <property name="bottom_attach">6</property> 
    1478                     <property name="y_options">GTK_FILL</property> 
    1479                   </packing> 
    1480                 </child> 
    1481                 <child> 
    1482                   <widget class="GtkLabel" id="label51"> 
    1483                     <property name="visible">True</property> 
    1484                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
    1485                     <property name="use_markup">True</property> 
    1486                   </widget> 
    1487                   <packing> 
    1488                     <property name="left_attach">6</property> 
    1489                     <property name="right_attach">7</property> 
    1490                     <property name="top_attach">5</property> 
    1491                     <property name="bottom_attach">6</property> 
    1492                     <property name="y_options">GTK_FILL</property> 
    1493                   </packing> 
    1494                 </child> 
    1495                 <child> 
    1496                   <widget class="GtkHBox" id="hbox6"> 
    1497                     <property name="visible">True</property> 
    1498                     <child> 
    1499                       <widget class="GtkLabel" id="label49"> 
    1500                         <property name="visible">True</property> 
    1501                         <property name="label" translatable="yes">Polynomials: </property> 
    1502                       </widget> 
    1503                       <packing> 
    1504                         <property name="expand">False</property> 
    1505                       </packing> 
    1506                     </child> 
    1507                     <child> 
    1508                       <widget class="GtkSpinButton" id="P2_poly_spinbutton"> 
    1509                         <property name="width_request">30</property> 
    1510                         <property name="visible">True</property> 
    1511                         <property name="can_focus">True</property> 
    1512                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1513                         <property name="adjustment">0 0 0 1 10 10</property> 
    1514                       </widget> 
    1515                       <packing> 
    1516                         <property name="position">1</property> 
    1517                       </packing> 
    1518                     </child> 
    1519                     <child> 
    1520                       <widget class="GtkLabel" id="label50"> 
    1521                         <property name="visible">True</property> 
    1522                         <property name="label" translatable="yes">Gaussians: </property> 
    1523                       </widget> 
    1524                       <packing> 
    1525                         <property name="expand">False</property> 
    1526                         <property name="position">2</property> 
    1527                       </packing> 
    1528                     </child> 
    1529                     <child> 
    1530                       <widget class="GtkSpinButton" id="P2_gauss_spinbutton"> 
    1531                         <property name="width_request">30</property> 
    1532                         <property name="visible">True</property> 
    1533                         <property name="can_focus">True</property> 
    1534                         <property name="tooltip" translatable="yes">Not yet implemented</property> 
    1535                         <property name="adjustment">0 0 0 1 10 10</property> 
    1536                       </widget> 
    1537                       <packing> 
    1538                         <property name="position">3</property> 
    1539                       </packing> 
    1540                     </child> 
    1541                   </widget> 
    1542                   <packing> 
    1543                     <property name="right_attach">6</property> 
    1544                     <property name="top_attach">5</property> 
    1545                     <property name="bottom_attach">6</property> 
    1546                     <property name="y_options">GTK_FILL</property> 
    1547                   </packing> 
    1548                 </child> 
    1549                 <child> 
    1550                   <widget class="GtkEntry" id="P2_O23_entry"> 
    1551                     <property name="width_request">60</property> 
    1552                     <property name="visible">True</property> 
    1553                     <property name="can_focus">True</property> 
    1554                     <property name="text" translatable="yes">50</property> 
    1555                     <signal name="activate" handler="on_entry_activate" object="P2_O23_entry"/> 
    1556                   </widget> 
    1557                   <packing> 
    1558                     <property name="left_attach">7</property> 
    1559                     <property name="right_attach">8</property> 
    1560                     <property name="top_attach">4</property> 
    1561                     <property name="bottom_attach">5</property> 
    1562                     <property name="y_options">GTK_FILL</property> 
    1563                   </packing> 
    1564                 </child> 
    1565                 <child> 
    1566                   <widget class="GtkLabel" id="label48"> 
    1567                     <property name="visible">True</property> 
    1568                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
    1569                     <property name="use_markup">True</property> 
    1570                   </widget> 
    1571                   <packing> 
    1572                     <property name="left_attach">6</property> 
    1573                     <property name="right_attach">7</property> 
    1574                     <property name="top_attach">4</property> 
    1575                     <property name="bottom_attach">5</property> 
    1576                     <property name="y_options">GTK_FILL</property> 
    1577                   </packing> 
    1578                 </child> 
    1579                 <child> 
    1580                   <widget class="GtkEntry" id="P2_O13_entry"> 
    1581                     <property name="width_request">60</property> 
    1582                     <property name="visible">True</property> 
    1583                     <property name="can_focus">True</property> 
    1584                     <property name="text" translatable="yes">400</property> 
    1585                     <signal name="activate" handler="on_entry_activate" object="P2_O13_entry"/> 
    1586                   </widget> 
    1587                   <packing> 
    1588                     <property name="left_attach">4</property> 
    1589                     <property name="right_attach">5</property> 
    1590                     <property name="top_attach">4</property> 
    1591                     <property name="bottom_attach">5</property> 
    1592                     <property name="y_options">GTK_FILL</property> 
    1593                   </packing> 
    1594                 </child> 
    1595                 <child> 
    1596                   <widget class="GtkLabel" id="label47"> 
    1597                     <property name="visible">True</property> 
    1598                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
    1599                     <property name="use_markup">True</property> 
    1600                   </widget> 
    1601                   <packing> 
    1602                     <property name="left_attach">3</property> 
    1603                     <property name="right_attach">4</property> 
    1604                     <property name="top_attach">4</property> 
    1605                     <property name="bottom_attach">5</property> 
    1606                     <property name="y_options">GTK_FILL</property> 
    1607                   </packing> 
    1608                 </child> 
    1609                 <child> 
    1610                   <widget class="GtkEntry" id="P2_O12_entry"> 
    1611                     <property name="width_request">60</property> 
    1612                     <property name="visible">True</property> 
    1613                     <property name="can_focus">True</property> 
    1614                     <property name="text" translatable="yes">100</property> 
    1615                     <signal name="activate" handler="on_entry_activate" object="P2_O12_entry"/> 
    1616                   </widget> 
    1617                   <packing> 
    1618                     <property name="left_attach">1</property> 
    1619                     <property name="right_attach">2</property> 
    1620                     <property name="top_attach">4</property> 
    1621                     <property name="bottom_attach">5</property> 
    1622                     <property name="y_options">GTK_FILL</property> 
    1623                   </packing> 
    1624                 </child> 
    1625                 <child> 
    1626                   <widget class="GtkLabel" id="label46"> 
    1627                     <property name="visible">True</property> 
    1628                     <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
    1629                     <property name="use_markup">True</property> 
    1630                   </widget> 
    1631                   <packing> 
    1632                     <property name="top_attach">4</property> 
    1633                     <property name="bottom_attach">5</property> 
    1634                     <property name="y_options">GTK_FILL</property> 
    1635                   </packing> 
    1636                 </child> 
    1637                 <child> 
    16382045                  <widget class="GtkLabel" id="label45"> 
    16392046                    <property name="visible">True</property> 
     
    16512058                </child> 
    16522059                <child> 
    1653                   <widget class="GtkLabel" id="label44"> 
    1654                     <property name="visible">True</property> 
    1655                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
     2060                  <widget class="GtkLabel" id="label46"> 
     2061                    <property name="visible">True</property> 
     2062                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;12&lt;/sub&gt;: </property> 
     2063                    <property name="use_markup">True</property> 
     2064                  </widget> 
     2065                  <packing> 
     2066                    <property name="top_attach">4</property> 
     2067                    <property name="bottom_attach">5</property> 
     2068                    <property name="y_options">GTK_FILL</property> 
     2069                  </packing> 
     2070                </child> 
     2071                <child> 
     2072                  <widget class="GtkEntry" id="P2_O12_entry"> 
     2073                    <property name="width_request">60</property> 
     2074                    <property name="visible">True</property> 
     2075                    <property name="can_focus">True</property> 
     2076                    <property name="text" translatable="yes">100</property> 
     2077                    <signal name="activate" handler="on_entry_activate" object="P2_O12_entry"/> 
     2078                  </widget> 
     2079                  <packing> 
     2080                    <property name="left_attach">1</property> 
     2081                    <property name="right_attach">2</property> 
     2082                    <property name="top_attach">4</property> 
     2083                    <property name="bottom_attach">5</property> 
     2084                    <property name="y_options">GTK_FILL</property> 
     2085                  </packing> 
     2086                </child> 
     2087                <child> 
     2088                  <widget class="GtkLabel" id="label47"> 
     2089                    <property name="visible">True</property> 
     2090                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;13&lt;/sub&gt;: </property> 
    16562091                    <property name="use_markup">True</property> 
    16572092                  </widget> 
     
    16592094                    <property name="left_attach">3</property> 
    16602095                    <property name="right_attach">4</property> 
    1661                     <property name="top_attach">2</property> 
    1662                     <property name="bottom_attach">3</property> 
    1663                     <property name="x_options">GTK_FILL</property> 
    1664                     <property name="y_options">GTK_FILL</property> 
    1665                   </packing> 
    1666                 </child> 
    1667                 <child> 
    1668                   <widget class="GtkEntry" id="P2_C3_entry"> 
    1669                     <property name="width_request">50</property> 
    1670                     <property name="visible">True</property> 
    1671                     <property name="can_focus">True</property> 
    1672                     <property name="text" translatable="yes">8</property> 
    1673                     <signal name="activate" handler="on_entry_activate" object="P2_C3_entry"/> 
     2096                    <property name="top_attach">4</property> 
     2097                    <property name="bottom_attach">5</property> 
     2098                    <property name="y_options">GTK_FILL</property> 
     2099                  </packing> 
     2100                </child> 
     2101                <child> 
     2102                  <widget class="GtkEntry" id="P2_O13_entry"> 
     2103                    <property name="width_request">60</property> 
     2104                    <property name="visible">True</property> 
     2105                    <property name="can_focus">True</property> 
     2106                    <property name="text" translatable="yes">400</property> 
     2107                    <signal name="activate" handler="on_entry_activate" object="P2_O13_entry"/> 
    16742108                  </widget> 
    16752109                  <packing> 
    16762110                    <property name="left_attach">4</property> 
    16772111                    <property name="right_attach">5</property> 
    1678                     <property name="top_attach">3</property> 
    1679                     <property name="bottom_attach">4</property> 
    1680                     <property name="y_options">GTK_FILL</property> 
    1681                   </packing> 
    1682                 </child> 
    1683                 <child> 
    1684                   <widget class="GtkEntry" id="P2_C2_entry"> 
    1685                     <property name="width_request">50</property> 
    1686                     <property name="visible">True</property> 
    1687                     <property name="can_focus">True</property> 
    1688                     <property name="text" translatable="yes">15</property> 
    1689                     <signal name="activate" handler="on_entry_activate" object="P2_C2_entry"/> 
    1690                   </widget> 
    1691                   <packing> 
    1692                     <property name="left_attach">4</property> 
    1693                     <property name="right_attach">5</property> 
    1694                     <property name="top_attach">2</property> 
    1695                     <property name="bottom_attach">3</property> 
    1696                     <property name="y_options">GTK_FILL</property> 
    1697                   </packing> 
    1698                 </child> 
    1699                 <child> 
    1700                   <widget class="GtkHBox" id="hbox1"> 
    1701                     <property name="visible">True</property> 
    1702                     <child> 
    1703                       <widget class="GtkLabel" id="label41"> 
    1704                         <property name="visible">True</property> 
    1705                         <property name="label" translatable="yes">Initial resolution: </property> 
    1706                         <property name="use_markup">True</property> 
     2112                    <property name="top_attach">4</property> 
     2113                    <property name="bottom_attach">5</property> 
     2114                    <property name="y_options">GTK_FILL</property> 
     2115                  </packing> 
     2116                </child> 
     2117                <child> 
     2118                  <widget class="GtkLabel" id="label48"> 
     2119                    <property name="visible">True</property> 
     2120                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;23&lt;/sub&gt;: </property> 
     2121                    <property name="use_markup">True</property> 
     2122                  </widget> 
     2123                  <packing> 
     2124                    <property name="left_attach">6</property> 
     2125                    <property name="right_attach">7</property> 
     2126                    <property name="top_attach">4</property> 
     2127                    <property name="bottom_attach">5</property> 
     2128                    <property name="y_options">GTK_FILL</property> 
     2129                  </packing> 
     2130                </child> 
     2131                <child> 
     2132                  <widget class="GtkEntry" id="P2_O23_entry"> 
     2133                    <property name="width_request">60</property> 
     2134                    <property name="visible">True</property> 
     2135                    <property name="can_focus">True</property> 
     2136                    <property name="text" translatable="yes">50</property> 
     2137                    <signal name="activate" handler="on_entry_activate" object="P2_O23_entry"/> 
     2138                  </widget> 
     2139                  <packing> 
     2140                    <property name="left_attach">7</property> 
     2141                    <property name="right_attach">8</property> 
     2142                    <property name="top_attach">4</property> 
     2143                    <property name="bottom_attach">5</property> 
     2144                    <property name="y_options">GTK_FILL</property> 
     2145                  </packing> 
     2146                </child> 
     2147                <child> 
     2148                  <widget class="GtkHBox" id="hbox6"> 
     2149                    <property name="visible">True</property> 
     2150                    <child> 
     2151                      <widget class="GtkLabel" id="label49"> 
     2152                        <property name="visible">True</property> 
     2153                        <property name="label" translatable="yes">Polynomials: </property> 
    17072154                      </widget> 
    17082155                      <packing> 
     
    17112158                    </child> 
    17122159                    <child> 
    1713                       <widget class="GtkSpinButton" id="P2_res_spinbutton"> 
     2160                      <widget class="GtkSpinButton" id="P2_poly_spinbutton"> 
     2161                        <property name="width_request">30</property> 
    17142162                        <property name="visible">True</property> 
    17152163                        <property name="can_focus">True</property> 
    1716                         <property name="adjustment">20 10 500 1 10 10</property> 
    1717                         <signal name="value_changed" handler="on_spinbutton_value_changed" object="P2_res_spinbutton"/> 
     2164                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     2165                        <property name="adjustment">0 0 0 1 10 10</property> 
     2166                      </widget> 
     2167                      <packing> 
     2168                        <property name="position">1</property> 
     2169                      </packing> 
     2170                    </child> 
     2171                    <child> 
     2172                      <widget class="GtkLabel" id="label50"> 
     2173                        <property name="visible">True</property> 
     2174                        <property name="label" translatable="yes">Gaussians: </property> 
    17182175                      </widget> 
    17192176                      <packing> 
    17202177                        <property name="expand">False</property> 
    1721                         <property name="position">1</property> 
     2178                        <property name="position">2</property> 
    17222179                      </packing> 
    17232180                    </child> 
    1724                   </widget> 
    1725                   <packing> 
    1726                     <property name="left_attach">3</property> 
    1727                     <property name="right_attach">9</property> 
    1728                     <property name="y_options">GTK_FILL</property> 
    1729                   </packing> 
    1730                 </child> 
    1731                 <child> 
    1732                   <widget class="GtkHScale" id="P2_T_hscale"> 
    1733                     <property name="width_request">70</property> 
    1734                     <property name="visible">True</property> 
    1735                     <property name="can_focus">True</property> 
    1736                     <property name="adjustment">100 0 4000 1 10 10</property> 
    1737                     <property name="draw_value">False</property> 
    1738                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_T_hscale"/> 
    1739                   </widget> 
    1740                   <packing> 
    1741                     <property name="left_attach">2</property> 
    1742                     <property name="right_attach">3</property> 
    1743                     <property name="y_options">GTK_FILL</property> 
    1744                   </packing> 
    1745                 </child> 
    1746                 <child> 
    1747                   <widget class="GtkEntry" id="P2_T_entry"> 
    1748                     <property name="width_request">50</property> 
    1749                     <property name="visible">True</property> 
    1750                     <property name="can_focus">True</property> 
    1751                     <property name="text" translatable="yes">273</property> 
    1752                     <signal name="activate" handler="on_entry_activate" object="P2_T_entry"/> 
    1753                   </widget> 
    1754                   <packing> 
    1755                     <property name="left_attach">1</property> 
    1756                     <property name="right_attach">2</property> 
    1757                     <property name="y_options">GTK_FILL</property> 
    1758                   </packing> 
    1759                 </child> 
    1760                 <child> 
    1761                   <widget class="GtkLabel" id="label40"> 
    1762                     <property name="visible">True</property> 
    1763                     <property name="label" translatable="yes">Reference &lt;i&gt;T&lt;/i&gt;: </property> 
    1764                     <property name="use_markup">True</property> 
    1765                   </widget> 
    1766                   <packing> 
    1767                     <property name="x_options">GTK_FILL</property> 
    1768                     <property name="y_options">GTK_FILL</property> 
    1769                   </packing> 
    1770                 </child> 
    1771                 <child> 
    1772                   <widget class="GtkEntry" id="P2_S3_entry"> 
     2181                    <child> 
     2182                      <widget class="GtkSpinButton" id="P2_gauss_spinbutton"> 
     2183                        <property name="width_request">30</property> 
     2184                        <property name="visible">True</property> 
     2185                        <property name="can_focus">True</property> 
     2186                        <property name="tooltip" translatable="yes">Not yet implemented</property> 
     2187                        <property name="adjustment">0 0 0 1 10 10</property> 
     2188                      </widget> 
     2189                      <packing> 
     2190                        <property name="position">3</property> 
     2191                      </packing> 
     2192                    </child> 
     2193                  </widget> 
     2194                  <packing> 
     2195                    <property name="right_attach">6</property> 
     2196                    <property name="top_attach">5</property> 
     2197                    <property name="bottom_attach">6</property> 
     2198                    <property name="y_options">GTK_FILL</property> 
     2199                  </packing> 
     2200                </child> 
     2201                <child> 
     2202                  <widget class="GtkLabel" id="label51"> 
     2203                    <property name="visible">True</property> 
     2204                    <property name="label" translatable="yes">&lt;i&gt;Omega&lt;/i&gt;&lt;sub&gt;123&lt;/sub&gt;: </property> 
     2205                    <property name="use_markup">True</property> 
     2206                  </widget> 
     2207                  <packing> 
     2208                    <property name="left_attach">6</property> 
     2209                    <property name="right_attach">7</property> 
     2210                    <property name="top_attach">5</property> 
     2211                    <property name="bottom_attach">6</property> 
     2212                    <property name="y_options">GTK_FILL</property> 
     2213                  </packing> 
     2214                </child> 
     2215                <child> 
     2216                  <widget class="GtkEntry" id="P2_O123_entry"> 
    17732217                    <property name="width_request">60</property> 
    17742218                    <property name="visible">True</property> 
    17752219                    <property name="can_focus">True</property> 
    1776                     <property name="text" translatable="yes">0.5</property> 
    1777                     <signal name="activate" handler="on_entry_activate" object="P2_S3_entry"/> 
     2220                    <property name="text" translatable="yes">-1000</property> 
     2221                    <signal name="activate" handler="on_entry_activate" object="P2_O123_entry"/> 
    17782222                  </widget> 
    17792223                  <packing> 
    17802224                    <property name="left_attach">7</property> 
    17812225                    <property name="right_attach">8</property> 
    1782                     <property name="top_attach">3</property> 
    1783                     <property name="bottom_attach">4</property> 
    1784                     <property name="y_options">GTK_FILL</property> 
    1785                   </packing> 
    1786                 </child> 
    1787                 <child> 
    1788                   <widget class="GtkLabel" id="label39"> 
    1789                     <property name="visible">True</property> 
    1790                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt;: </property> 
    1791                     <property name="use_markup">True</property> 
    1792                   </widget> 
    1793                   <packing> 
    1794                     <property name="left_attach">6</property> 
    1795                     <property name="right_attach">7</property> 
    1796                     <property name="top_attach">3</property> 
    1797                     <property name="bottom_attach">4</property> 
    1798                     <property name="x_options">GTK_FILL</property> 
    1799                     <property name="y_options">GTK_FILL</property> 
    1800                   </packing> 
    1801                 </child> 
    1802                 <child> 
    1803                   <widget class="GtkEntry" id="P2_S2_entry"> 
    1804                     <property name="width_request">60</property> 
    1805                     <property name="visible">True</property> 
    1806                     <property name="can_focus">True</property> 
    1807                     <property name="text" translatable="yes">0.8</property> 
    1808                     <signal name="activate" handler="on_entry_activate" object="P2_S2_entry"/> 
    1809                   </widget> 
    1810                   <packing> 
    1811                     <property name="left_attach">7</property> 
    1812                     <property name="right_attach">8</property> 
    1813                     <property name="top_attach">2</property> 
    1814                     <property name="bottom_attach">3</property> 
    1815                     <property name="y_options">GTK_FILL</property> 
    1816                   </packing> 
    1817                 </child> 
    1818                 <child> 
    1819                   <widget class="GtkLabel" id="label38"> 
    1820                     <property name="visible">True</property> 
    1821                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt;: </property> 
    1822                     <property name="use_markup">True</property> 
    1823                   </widget> 
    1824                   <packing> 
    1825                     <property name="left_attach">6</property> 
    1826                     <property name="right_attach">7</property> 
    1827                     <property name="top_attach">2</property> 
    1828                     <property name="bottom_attach">3</property> 
    1829                     <property name="x_options">GTK_FILL</property> 
    1830                     <property name="y_options">GTK_FILL</property> 
    1831                   </packing> 
    1832                 </child> 
    1833                 <child> 
    1834                   <widget class="GtkLabel" id="label37"> 
    1835                     <property name="visible">True</property> 
    1836                     <property name="label" translatable="yes">&lt;i&gt;dG&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;/&lt;i&gt;dT&lt;/i&gt;: </property> 
    1837                     <property name="use_markup">True</property> 
    1838                   </widget> 
    1839                   <packing> 
    1840                     <property name="left_attach">3</property> 
    1841                     <property name="right_attach">4</property> 
    1842                     <property name="top_attach">1</property> 
    1843                     <property name="bottom_attach">2</property> 
    1844                     <property name="x_options">GTK_FILL</property> 
    1845                     <property name="y_options">GTK_FILL</property> 
    1846                   </packing> 
    1847                 </child> 
    1848                 <child> 
    1849                   <widget class="GtkEntry" id="P2_C1_entry"> 
    1850                     <property name="width_request">50</property> 
    1851                     <property name="visible">True</property> 
    1852                     <property name="can_focus">True</property> 
    1853                     <property name="text" translatable="yes">10</property> 
    1854                     <signal name="activate" handler="on_entry_activate" object="P2_C1_entry"/> 
    1855                   </widget> 
    1856                   <packing> 
    1857                     <property name="left_attach">4</property> 
    1858                     <property name="right_attach">5</property> 
    1859                     <property name="top_attach">1</property> 
    1860                     <property name="bottom_attach">2</property> 
    1861                     <property name="y_options">GTK_FILL</property> 
    1862                   </packing> 
    1863                 </child> 
    1864                 <child> 
    1865                   <widget class="GtkLabel" id="label36"> 
    1866                     <property name="visible">True</property> 
    1867                     <property name="label" translatable="yes">Entropy coeff &lt;i&gt;S&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt;: </property> 
    1868                     <property name="use_markup">True</property> 
    1869                   </widget> 
    1870                   <packing> 
    1871                     <property name="left_attach">6</property> 
    1872                     <property name="right_attach">7</property> 
    1873                     <property name="top_attach">1</property> 
    1874                     <property name="bottom_attach">2</property> 
    1875                     <property name="x_options">GTK_FILL</property> 
    1876                     <property name="y_options">GTK_FILL</property> 
    1877                   </packing> 
    1878                 </child> 
    1879                 <child> 
    1880                   <widget class="GtkEntry" id="P2_S1_entry"> 
    1881                     <property name="width_request">60</property> 
    1882                     <property name="visible">True</property> 
    1883                     <property name="can_focus">True</property> 
    1884                     <property name="text" translatable="yes">1.0</property> 
    1885                     <signal name="activate" handler="on_entry_activate" object="P2_S1_entry"/> 
    1886                   </widget> 
    1887                   <packing> 
    1888                     <property name="left_attach">7</property> 
    1889                     <property name="right_attach">8</property> 
    1890                     <property name="top_attach">1</property> 
    1891                     <property name="bottom_attach">2</property> 
    1892                     <property name="y_options">GTK_FILL</property> 
    1893                   </packing> 
    1894                 </child> 
    1895                 <child> 
    1896                   <widget class="GtkHScale" id="P2_O123_hscale"> 
    1897                     <property name="width_request">70</property> 
    1898                     <property name="visible">True</property> 
    1899                     <property name="can_focus">True</property> 
    1900                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1901                     <property name="draw_value">False</property> 
    1902                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O123_hscale"/> 
    1903                   </widget> 
    1904                   <packing> 
    1905                     <property name="left_attach">8</property> 
    1906                     <property name="right_attach">9</property> 
    19072226                    <property name="top_attach">5</property> 
    19082227                    <property name="bottom_attach">6</property> 
    1909                     <property name="y_options">GTK_FILL</property> 
    1910                   </packing> 
    1911                 </child> 
    1912                 <child> 
    1913                   <widget class="GtkHScale" id="P2_O23_hscale"> 
    1914                     <property name="width_request">70</property> 
    1915                     <property name="visible">True</property> 
    1916                     <property name="can_focus">True</property> 
    1917                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    1918                     <property name="draw_value">False</property> 
    1919                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O23_hscale"/> 
    1920                   </widget> 
    1921                   <packing> 
    1922                     <property name="left_attach">8</property> 
    1923                     <property name="right_attach">9</property> 
    1924                     <property name="top_attach">4</property> 
    1925                     <property name="bottom_attach">5</property> 
    1926                     <property name="y_options">GTK_FILL</property> 
    1927                   </packing> 
    1928                 </child> 
    1929                 <child> 
    1930                   <widget class="GtkHScale" id="P2_S3_hscale"> 
    1931                     <property name="width_request">70</property> 
    1932                     <property name="visible">True</property> 
    1933                     <property name="can_focus">True</property> 
    1934                     <property name="adjustment">0.20000000000000001 0 2 1 10 10</property> 
    1935                     <property name="draw_value">False</property> 
    1936                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S3_hscale"/> 
    1937                   </widget> 
    1938                   <packing> 
    1939                     <property name="left_attach">8</property> 
    1940                     <property name="right_attach">9</property> 
    1941                     <property name="top_attach">3</property> 
    1942                     <property name="bottom_attach">4</property> 
    1943                     <property name="y_options">GTK_FILL</property> 
    1944                   </packing> 
    1945                 </child> 
    1946                 <child> 
    1947                   <widget class="GtkHScale" id="P2_S2_hscale"> 
    1948                     <property name="width_request">70</property> 
    1949                     <property name="visible">True</property> 
    1950                     <property name="can_focus">True</property> 
    1951                     <property name="adjustment">0.5 0 2 1 10 10</property> 
    1952                     <property name="draw_value">False</property> 
    1953                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S2_hscale"/> 
    1954                   </widget> 
    1955                   <packing> 
    1956                     <property name="left_attach">8</property> 
    1957                     <property name="right_attach">9</property> 
    1958                     <property name="top_attach">2</property> 
    1959                     <property name="bottom_attach">3</property> 
    1960                     <property name="y_options">GTK_FILL</property> 
    1961                   </packing> 
    1962                 </child> 
    1963                 <child> 
    1964                   <widget class="GtkHScale" id="P2_S1_hscale"> 
    1965                     <property name="width_request">70</property> 
    1966                     <property name="visible">True</property> 
    1967                     <property name="can_focus">True</property> 
    1968                     <property name="adjustment">1 0 2 1 10 10</property> 
    1969                     <property name="draw_value">False</property> 
    1970                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_S1_hscale"/> 
    1971                   </widget> 
    1972                   <packing> 
    1973                     <property name="left_attach">8</property> 
    1974                     <property name="right_attach">9</property> 
    1975                     <property name="top_attach">1</property> 
    1976                     <property name="bottom_attach">2</property> 
    1977                     <property name="y_options">GTK_FILL</property> 
    1978                   </packing> 
    1979                 </child> 
    1980                 <child> 
    1981                   <widget class="GtkLabel" id="label35"> 
    1982                     <property name="visible">True</property> 
    1983                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;1&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1984                     <property name="use_markup">True</property> 
    1985                   </widget> 
    1986                   <packing> 
    1987                     <property name="top_attach">1</property> 
    1988                     <property name="bottom_attach">2</property> 
    1989                     <property name="x_options">GTK_FILL</property> 
    1990                     <property name="y_options">GTK_FILL</property> 
    1991                   </packing> 
    1992                 </child> 
    1993                 <child> 
    1994                   <widget class="GtkLabel" id="label25"> 
    1995                     <property name="visible">True</property> 
    1996                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;2&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    1997                     <property name="use_markup">True</property> 
    1998                   </widget> 
    1999                   <packing> 
    2000                     <property name="top_attach">2</property> 
    2001                     <property name="bottom_attach">3</property> 
    2002                     <property name="x_options">GTK_FILL</property> 
    2003                     <property name="y_options">GTK_FILL</property> 
    2004                   </packing> 
    2005                 </child> 
    2006                 <child> 
    2007                   <widget class="GtkLabel" id="label9"> 
    2008                     <property name="visible">True</property> 
    2009                     <property name="label" translatable="yes">&lt;i&gt;G&lt;/i&gt;&lt;sub&gt;3&lt;/sub&gt; at ref &lt;i&gt;T&lt;/i&gt;: </property> 
    2010                     <property name="use_markup">True</property> 
    2011                   </widget> 
    2012                   <packing> 
    2013                     <property name="top_attach">3</property> 
    2014                     <property name="bottom_attach">4</property> 
    2015                     <property name="x_options">GTK_FILL</property> 
    2016                     <property name="y_options">GTK_FILL</property> 
    2017                   </packing> 
    2018                 </child> 
    2019                 <child> 
    2020                   <widget class="GtkHScale" id="P2_G1_hscale"> 
    2021                     <property name="width_request">70</property> 
    2022                     <property name="visible">True</property> 
    2023                     <property name="can_focus">True</property> 
    2024                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    2025                     <property name="draw_value">False</property> 
    2026                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G1_hscale"/> 
    2027                   </widget> 
    2028                   <packing> 
    2029                     <property name="left_attach">2</property> 
    2030                     <property name="right_attach">3</property> 
    2031                     <property name="top_attach">1</property> 
    2032                     <property name="bottom_attach">2</property> 
    2033                     <property name="y_options">GTK_FILL</property> 
    2034                   </packing> 
    2035                 </child> 
    2036                 <child> 
    2037                   <widget class="GtkHScale" id="P2_G2_hscale"> 
    2038                     <property name="width_request">70</property> 
    2039                     <property name="visible">True</property> 
    2040                     <property name="can_focus">True</property> 
    2041                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    2042                     <property name="draw_value">False</property> 
    2043                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G2_hscale"/> 
    2044                   </widget> 
    2045                   <packing> 
    2046                     <property name="left_attach">2</property> 
    2047                     <property name="right_attach">3</property> 
    2048                     <property name="top_attach">2</property> 
    2049                     <property name="bottom_attach">3</property> 
    2050                     <property name="y_options">GTK_FILL</property> 
    2051                   </packing> 
    2052                 </child> 
    2053                 <child> 
    2054                   <widget class="GtkHScale" id="P2_G3_hscale"> 
    2055                     <property name="width_request">70</property> 
    2056                     <property name="visible">True</property> 
    2057                     <property name="can_focus">True</property> 
    2058                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    2059                     <property name="draw_value">False</property> 
    2060                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_G3_hscale"/> 
    2061                   </widget> 
    2062                   <packing> 
    2063                     <property name="left_attach">2</property> 
    2064                     <property name="right_attach">3</property> 
    2065                     <property name="top_attach">3</property> 
    2066                     <property name="bottom_attach">4</property> 
    2067                     <property name="y_options">GTK_FILL</property> 
    2068                   </packing> 
    2069                 </child> 
    2070                 <child> 
    2071                   <widget class="GtkEntry" id="P2_G1_entry"> 
    2072                     <property name="width_request">50</property> 
    2073                     <property name="visible">True</property> 
    2074                     <property name="can_focus">True</property> 
    2075                     <property name="text" translatable="yes">450</property> 
    2076                     <signal name="activate" handler="on_entry_activate" object="P2_G1_entry"/> 
    2077                   </widget> 
    2078                   <packing> 
    2079                     <property name="left_attach">1</property> 
    2080                     <property name="right_attach">2</property> 
    2081                     <property name="top_attach">1</property> 
    2082                     <property name="bottom_attach">2</property> 
    2083                     <property name="y_options">GTK_FILL</property> 
    2084                   </packing> 
    2085                 </child> 
    2086                 <child> 
    2087                   <widget class="GtkEntry" id="P2_G2_entry"> 
    2088                     <property name="width_request">50</property> 
    2089                     <property name="visible">True</property> 
    2090                     <property name="can_focus">True</property> 
    2091                     <property name="text" translatable="yes">350</property> 
    2092                     <signal name="activate" handler="on_entry_activate" object="P2_G2_entry"/> 
    2093                   </widget> 
    2094                   <packing> 
    2095                     <property name="left_attach">1</property> 
    2096                     <property name="right_attach">2</property> 
    2097                     <property name="top_attach">2</property> 
    2098                     <property name="bottom_attach">3</property> 
    2099                     <property name="y_options">GTK_FILL</property> 
    2100                   </packing> 
    2101                 </child> 
    2102                 <child> 
    2103                   <widget class="GtkEntry" id="P2_G3_entry"> 
    2104                     <property name="width_request">50</property> 
    2105                     <property name="visible">True</property> 
    2106                     <property name="can_focus">True</property> 
    2107                     <property name="text" translatable="yes">600</property> 
    2108                     <signal name="activate" handler="on_entry_activate" object="P2_G3_entry"/> 
    2109                   </widget> 
    2110                   <packing> 
    2111                     <property name="left_attach">1</property> 
    2112                     <property name="right_attach">2</property> 
    2113                     <property name="top_attach">3</property> 
    2114                     <property name="bottom_attach">4</property> 
    2115                     <property name="y_options">GTK_FILL</property> 
    2116                   </packing> 
    2117                 </child> 
    2118                 <child> 
    2119                   <widget class="GtkHScale" id="P2_O12_hscale"> 
    2120                     <property name="width_request">70</property> 
    2121                     <property name="visible">True</property> 
    2122                     <property name="can_focus">True</property> 
    2123                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    2124                     <property name="draw_value">False</property> 
    2125                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O12_hscale"/> 
    2126                   </widget> 
    2127                   <packing> 
    2128                     <property name="left_attach">2</property> 
    2129                     <property name="right_attach">3</property> 
    2130                     <property name="top_attach">4</property> 
    2131                     <property name="bottom_attach">5</property> 
    2132                     <property name="y_options">GTK_FILL</property> 
    2133                   </packing> 
    2134                 </child> 
    2135                 <child> 
    2136                   <widget class="GtkHScale" id="P2_C1_hscale"> 
    2137                     <property name="width_request">70</property> 
    2138                     <property name="visible">True</property> 
    2139                     <property name="can_focus">True</property> 
    2140                     <property name="adjustment">3.2000000000000002 -100 100 1 10 10</property> 
    2141                     <property name="draw_value">False</property> 
    2142                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C1_hscale"/> 
    2143                   </widget> 
    2144                   <packing> 
    2145                     <property name="left_attach">5</property> 
    2146                     <property name="right_attach">6</property> 
    2147                     <property name="top_attach">1</property> 
    2148                     <property name="bottom_attach">2</property> 
    2149                     <property name="y_options">GTK_FILL</property> 
    2150                   </packing> 
    2151                 </child> 
    2152                 <child> 
    2153                   <widget class="GtkHScale" id="P2_C2_hscale"> 
    2154                     <property name="width_request">70</property> 
    2155                     <property name="visible">True</property> 
    2156                     <property name="can_focus">True</property> 
    2157                     <property name="adjustment">2.2000000000000002 -100 100 1 10 10</property> 
    2158                     <property name="draw_value">False</property> 
    2159                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C2_hscale"/> 
    2160                   </widget> 
    2161                   <packing> 
    2162                     <property name="left_attach">5</property> 
    2163                     <property name="right_attach">6</property> 
    2164                     <property name="top_attach">2</property> 
    2165                     <property name="bottom_attach">3</property> 
    2166                     <property name="y_options">GTK_FILL</property> 
    2167                   </packing> 
    2168                 </child> 
    2169                 <child> 
    2170                   <widget class="GtkHScale" id="P2_C3_hscale"> 
    2171                     <property name="width_request">70</property> 
    2172                     <property name="visible">True</property> 
    2173                     <property name="can_focus">True</property> 
    2174                     <property name="adjustment">1.5 -100 100 1 10 10</property> 
    2175                     <property name="draw_value">False</property> 
    2176                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_C3_hscale"/> 
    2177                   </widget> 
    2178                   <packing> 
    2179                     <property name="left_attach">5</property> 
    2180                     <property name="right_attach">6</property> 
    2181                     <property name="top_attach">3</property> 
    2182                     <property name="bottom_attach">4</property> 
    2183                     <property name="y_options">GTK_FILL</property> 
    2184                   </packing> 
    2185                 </child> 
    2186                 <child> 
    2187                   <widget class="GtkHScale" id="P2_O13_hscale"> 
    2188                     <property name="width_request">70</property> 
    2189                     <property name="visible">True</property> 
    2190                     <property name="can_focus">True</property> 
    2191                     <property name="adjustment">100 -10000 10000 10 100 100</property> 
    2192                     <property name="draw_value">False</property> 
    2193                     <signal name="value_changed" handler="on_hscale_value_changed" object="P2_O13_hscale"/> 
    2194                   </widget> 
    2195                   <packing> 
    2196                     <property name="left_attach">5</property> 
    2197                     <property name="right_attach">6</property> 
    2198                     <property name="top_attach">4</property> 
    2199                     <property name="bottom_attach">5</property> 
    22002228                    <property name="y_options">GTK_FILL</property> 
    22012229                  </packing>