src/Builder4/RooProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 22 Sep 2017 06:44:34 +0000 (14:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 22 Sep 2017 06:44:34 +0000 (14:44 +0800)
src/Builder4/RooProjectSettings.vala

src/Builder4/RooProjectSettings.bjs
src/Builder4/RooProjectSettings.vala

index 7f9b8e0..4c0c9b2 100644 (file)
               }
              ]
             },
-            {
-             "label" : "Component Name",
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,1,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "name",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,1,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Title",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,2,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "title",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,2,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Region",
-             "tooltip_text" : "center, north, south, east, west",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,3,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "region",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,3,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Parent Name",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,4,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "parent",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,4,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Permission Name",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,5,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "permname",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,5,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Order (for tabs)",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,6,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "modOrder",
-             "$ visible" : true,
-             "xtype" : "Entry",
-             "* pack" : "attach,1,6,1,1",
-             "$ xns" : "Gtk"
-            },
-            {
-             "label" : "Module to build (Vala only)",
-             "$ visible" : true,
-             "xalign" : 0.90000000000000002,
-             "* pack" : "attach,0,7,1,1",
-             "xtype" : "Label",
-             "$ justify" : "Gtk.Justification.RIGHT",
-             "x_options" : 4,
-             "$ xns" : "Gtk"
-            },
-            {
-             "id" : "build_module",
-             "* init" : "this.el.add_attribute(_this.dbcellrenderer.el , \"markup\", 1 );",
-             "* pack" : "attach,1,7,1,1",
-             "xtype" : "ComboBox",
-             "$ xns" : "Gtk",
-             "items" : [
-              {
-               "id" : "dbcellrenderer",
-               "* pack" : "pack_start,true",
-               "xtype" : "CellRendererText",
-               "$ xns" : "Gtk"
-              },
-              {
-               "id" : "dbmodel",
-               "* pack" : "set_model",
-               "xtype" : "ListStore",
-               "$ columns" : "typeof(string),typeof(string)",
-               "n_columns" : 2,
-               "$ xns" : "Gtk",
-               "| void loadData" : "  (Gee.ArrayList<string> data, string cur) {\n    this.el.clear();                                    \n    Gtk.TreeIter iter;\n    var el = this.el;\n    \n   /// el.append(out iter);\n    \n     \n   // el.set_value(iter, 0, \"\");\n   // el.set_value(iter, 1, \"aaa  - Just add Element - aaa\");\n\n    el.append(out iter);\n\n    \n    el.set_value(iter, 0, \"\");\n    el.set_value(iter, 1, \"-- select a module --\");\n    _this.build_module.el.set_active_iter(iter);\n    \n    for (var i = 0; i < data.size;i++) {\n    \n\n        el.append(out iter);\n        \n        el.set_value(iter, 0, data.get(i));\n        el.set_value(iter, 1, data.get(i));\n        \n        if (data.get(i) == cur) {\n            _this.build_module.el.set_active_iter(iter);\n        }\n        \n    }\n     this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          \n                                     \n}\n"
-              }
-             ]
-            },
             {
              "label" : "Directory",
              "$ visible" : true,
              ]
             }
            ]
+          },
+          {
+           "label" : "filename",
+           "id" : "path",
+           "xalign" : 0,
+           "* pack" : "pack_start,false,false,0",
+           "xtype" : "Label",
+           "gint margin" : 3,
+           "$ xns" : "Gtk"
           }
          ]
         },
index 47987f3..db9939d 100644 (file)
@@ -25,18 +25,10 @@ public class Xcls_RooProjectSettings : Object
     public Xcls_filetype filetype;
     public Xcls_ftdbcellrenderer ftdbcellrenderer;
     public Xcls_ftdbmodel ftdbmodel;
-    public Xcls_name name;
-    public Xcls_title title;
-    public Xcls_region region;
-    public Xcls_parent parent;
-    public Xcls_permname permname;
-    public Xcls_modOrder modOrder;
-    public Xcls_build_module build_module;
-    public Xcls_dbcellrenderer dbcellrenderer;
-    public Xcls_dbmodel dbmodel;
     public Xcls_dir dir;
     public Xcls_dircellrenderer dircellrenderer;
     public Xcls_dirmodel dirmodel;
+    public Xcls_path path;
     public Xcls_database_DBTYPE database_DBTYPE;
     public Xcls_database_DBNAME database_DBNAME;
     public Xcls_database_DBUSERNAME database_DBUSERNAME;
@@ -153,7 +145,7 @@ public class Xcls_RooProjectSettings : Object
             var child_0 = new Xcls_Notebook3( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true,true,0 );
-            var child_1 = new Xcls_Box55( _this );
+            var child_1 = new Xcls_Box40( _this );
             child_1.ref();
             this.el.pack_end (  child_1.el , false,false,0 );
         }
@@ -184,7 +176,7 @@ public class Xcls_RooProjectSettings : Object
             var child_2 = new Xcls_Box6( _this );
             child_2.ref();
             this.el.append_page (  child_2.el , _this.label_global.el );
-            var child_3 = new Xcls_Box44( _this );
+            var child_3 = new Xcls_Box29( _this );
             child_3.ref();
             this.el.append_page (  child_3.el , _this.label_database.el );
         }
@@ -273,6 +265,9 @@ public class Xcls_RooProjectSettings : Object
             var child_5 = new Xcls_grid( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , false,false,4 );
+            var child_6 = new Xcls_path( _this );
+            child_6.ref();
+            this.el.pack_start (  child_6.el , false,false,0 );
         }
 
         // user defined functions
@@ -699,52 +694,10 @@ public class Xcls_RooProjectSettings : Object
             this.el.attach (  child_1.el , 1,0,1,1 );
             var child_2 = new Xcls_Label24( _this );
             child_2.ref();
-            this.el.attach (  child_2.el , 0,1,1,1 );
-            var child_3 = new Xcls_name( _this );
+            this.el.attach (  child_2.el , 0,8,1,1 );
+            var child_3 = new Xcls_dir( _this );
             child_3.ref();
-            this.el.attach (  child_3.el , 1,1,1,1 );
-            var child_4 = new Xcls_Label26( _this );
-            child_4.ref();
-            this.el.attach (  child_4.el , 0,2,1,1 );
-            var child_5 = new Xcls_title( _this );
-            child_5.ref();
-            this.el.attach (  child_5.el , 1,2,1,1 );
-            var child_6 = new Xcls_Label28( _this );
-            child_6.ref();
-            this.el.attach (  child_6.el , 0,3,1,1 );
-            var child_7 = new Xcls_region( _this );
-            child_7.ref();
-            this.el.attach (  child_7.el , 1,3,1,1 );
-            var child_8 = new Xcls_Label30( _this );
-            child_8.ref();
-            this.el.attach (  child_8.el , 0,4,1,1 );
-            var child_9 = new Xcls_parent( _this );
-            child_9.ref();
-            this.el.attach (  child_9.el , 1,4,1,1 );
-            var child_10 = new Xcls_Label32( _this );
-            child_10.ref();
-            this.el.attach (  child_10.el , 0,5,1,1 );
-            var child_11 = new Xcls_permname( _this );
-            child_11.ref();
-            this.el.attach (  child_11.el , 1,5,1,1 );
-            var child_12 = new Xcls_Label34( _this );
-            child_12.ref();
-            this.el.attach (  child_12.el , 0,6,1,1 );
-            var child_13 = new Xcls_modOrder( _this );
-            child_13.ref();
-            this.el.attach (  child_13.el , 1,6,1,1 );
-            var child_14 = new Xcls_Label36( _this );
-            child_14.ref();
-            this.el.attach (  child_14.el , 0,7,1,1 );
-            var child_15 = new Xcls_build_module( _this );
-            child_15.ref();
-            this.el.attach (  child_15.el , 1,7,1,1 );
-            var child_16 = new Xcls_Label40( _this );
-            child_16.ref();
-            this.el.attach (  child_16.el , 0,8,1,1 );
-            var child_17 = new Xcls_dir( _this );
-            child_17.ref();
-            this.el.attach (  child_17.el , 1,8,1,1 );
+            this.el.attach (  child_3.el , 1,8,1,1 );
         }
 
         // user defined functions
@@ -958,438 +911,6 @@ public class Xcls_RooProjectSettings : Object
 
         // ctor
         public Xcls_Label24(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Component Name" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_name : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_name(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.name = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label26 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label26(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Title" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_title : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_title(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.title = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label28 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label28(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Region" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.tooltip_text = "center, north, south, east, west";
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_region : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_region(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.region = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label30 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label30(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Parent Name" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_parent : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_parent(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.parent = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label32 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label32(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Permission Name" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_permname : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_permname(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.permname = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label34 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label34(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Order (for tabs)" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_modOrder : Object
-    {
-        public Gtk.Entry el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_modOrder(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.modOrder = this;
-            this.el = new Gtk.Entry();
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_Label36 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label36(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.Label( "Module to build (Vala only)" );
-
-            // my vars (dec)
-
-            // set gobject values
-            this.el.justify = Gtk.Justification.RIGHT;
-            this.el.xalign = 0.900000f;
-            this.el.visible = true;
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_build_module : Object
-    {
-        public Gtk.ComboBox el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_build_module(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.build_module = this;
-            this.el = new Gtk.ComboBox();
-
-            // my vars (dec)
-
-            // set gobject values
-            var child_0 = new Xcls_dbcellrenderer( _this );
-            child_0.ref();
-            this.el.pack_start (  child_0.el , true );
-            var child_1 = new Xcls_dbmodel( _this );
-            child_1.ref();
-            this.el.set_model (  child_1.el  );
-
-            // init method
-
-            this.el.add_attribute(_this.dbcellrenderer.el , "markup", 1 );
-        }
-
-        // user defined functions
-    }
-    public class Xcls_dbcellrenderer : Object
-    {
-        public Gtk.CellRendererText el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_dbcellrenderer(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.dbcellrenderer = this;
-            this.el = new Gtk.CellRendererText();
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-    public class Xcls_dbmodel : Object
-    {
-        public Gtk.ListStore el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_dbmodel(Xcls_RooProjectSettings _owner )
-        {
-            _this = _owner;
-            _this.dbmodel = this;
-            this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-        public void loadData (Gee.ArrayList<string> data, string cur) {
-            this.el.clear();                                    
-            Gtk.TreeIter iter;
-            var el = this.el;
-            
-           /// el.append(out iter);
-            
-             
-           // el.set_value(iter, 0, "");
-           // el.set_value(iter, 1, "aaa  - Just add Element - aaa");
-        
-            el.append(out iter);
-        
-            
-            el.set_value(iter, 0, "");
-            el.set_value(iter, 1, "-- select a module --");
-            _this.build_module.el.set_active_iter(iter);
-            
-            for (var i = 0; i < data.size;i++) {
-            
-        
-                el.append(out iter);
-                
-                el.set_value(iter, 0, data.get(i));
-                el.set_value(iter, 1, data.get(i));
-                
-                if (data.get(i) == cur) {
-                    _this.build_module.el.set_active_iter(iter);
-                }
-                
-            }
-             this.el.set_sort_column_id(0, Gtk.SortType.ASCENDING);          
-                                             
-        }
-    }
-
-
-    public class Xcls_Label40 : Object
-    {
-        public Gtk.Label el;
-        private Xcls_RooProjectSettings  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_Label40(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Directory" );
@@ -1528,8 +1049,33 @@ public class Xcls_RooProjectSettings : Object
 
 
 
+    public class Xcls_path : Object
+    {
+        public Gtk.Label el;
+        private Xcls_RooProjectSettings  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_path(Xcls_RooProjectSettings _owner )
+        {
+            _this = _owner;
+            _this.path = this;
+            this.el = new Gtk.Label( "filename" );
+
+            // my vars (dec)
+
+            // set gobject values
+            this.el.margin = 3;
+            this.el.xalign = 0f;
+        }
+
+        // user defined functions
+    }
 
-    public class Xcls_Box44 : Object
+
+    public class Xcls_Box29 : Object
     {
         public Gtk.Box el;
         private Xcls_RooProjectSettings  _this;
@@ -1538,7 +1084,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box44(Xcls_RooProjectSettings _owner )
+        public Xcls_Box29(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
@@ -1547,31 +1093,31 @@ public class Xcls_RooProjectSettings : Object
 
             // set gobject values
             this.el.homogeneous = false;
-            var child_0 = new Xcls_Label45( _this );
+            var child_0 = new Xcls_Label30( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_database_DBTYPE( _this );
             child_1.ref();
             this.el.pack_start (  child_1.el , false,false,0 );
-            var child_2 = new Xcls_Label47( _this );
+            var child_2 = new Xcls_Label32( _this );
             child_2.ref();
             this.el.pack_start (  child_2.el , false,false,0 );
             var child_3 = new Xcls_database_DBNAME( _this );
             child_3.ref();
             this.el.pack_start (  child_3.el , false,false,0 );
-            var child_4 = new Xcls_Label49( _this );
+            var child_4 = new Xcls_Label34( _this );
             child_4.ref();
             this.el.pack_start (  child_4.el , false,false,0 );
             var child_5 = new Xcls_database_DBUSERNAME( _this );
             child_5.ref();
             this.el.pack_start (  child_5.el , false,false,0 );
-            var child_6 = new Xcls_Label51( _this );
+            var child_6 = new Xcls_Label36( _this );
             child_6.ref();
             this.el.pack_start (  child_6.el , false,false,0 );
             var child_7 = new Xcls_database_DBPASSWORD( _this );
             child_7.ref();
             this.el.pack_start (  child_7.el , false,false,0 );
-            var child_8 = new Xcls_Button53( _this );
+            var child_8 = new Xcls_Button38( _this );
             child_8.ref();
             this.el.pack_start (  child_8.el , false,false,0 );
             var child_9 = new Xcls_database_ERROR( _this );
@@ -1581,7 +1127,7 @@ public class Xcls_RooProjectSettings : Object
 
         // user defined functions
     }
-    public class Xcls_Label45 : Object
+    public class Xcls_Label30 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -1590,7 +1136,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label45(Xcls_RooProjectSettings _owner )
+        public Xcls_Label30(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Type (eg. MySQL or PostgreSQL)" );
@@ -1639,7 +1185,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label47 : Object
+    public class Xcls_Label32 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -1648,7 +1194,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label47(Xcls_RooProjectSettings _owner )
+        public Xcls_Label32(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Name" );
@@ -1697,7 +1243,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label49 : Object
+    public class Xcls_Label34 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -1706,7 +1252,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label49(Xcls_RooProjectSettings _owner )
+        public Xcls_Label34(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Username" );
@@ -1755,7 +1301,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Label51 : Object
+    public class Xcls_Label36 : Object
     {
         public Gtk.Label el;
         private Xcls_RooProjectSettings  _this;
@@ -1764,7 +1310,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label51(Xcls_RooProjectSettings _owner )
+        public Xcls_Label36(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Label( "Password" );
@@ -1801,7 +1347,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Button53 : Object
+    public class Xcls_Button38 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1810,7 +1356,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button53(Xcls_RooProjectSettings _owner )
+        public Xcls_Button38(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -1879,7 +1425,7 @@ public class Xcls_RooProjectSettings : Object
 
 
 
-    public class Xcls_Box55 : Object
+    public class Xcls_Box40 : Object
     {
         public Gtk.Box el;
         private Xcls_RooProjectSettings  _this;
@@ -1888,7 +1434,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Box55(Xcls_RooProjectSettings _owner )
+        public Xcls_Box40(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 );
@@ -1899,17 +1445,17 @@ public class Xcls_RooProjectSettings : Object
             this.el.homogeneous = true;
             this.el.expand = false;
             this.el.vexpand = false;
-            var child_0 = new Xcls_Button56( _this );
+            var child_0 = new Xcls_Button41( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_Button57( _this );
+            var child_1 = new Xcls_Button42( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
         }
 
         // user defined functions
     }
-    public class Xcls_Button56 : Object
+    public class Xcls_Button41 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1918,7 +1464,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button56(Xcls_RooProjectSettings _owner )
+        public Xcls_Button41(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();
@@ -1940,7 +1486,7 @@ public class Xcls_RooProjectSettings : Object
         // user defined functions
     }
 
-    public class Xcls_Button57 : Object
+    public class Xcls_Button42 : Object
     {
         public Gtk.Button el;
         private Xcls_RooProjectSettings  _this;
@@ -1949,7 +1495,7 @@ public class Xcls_RooProjectSettings : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Button57(Xcls_RooProjectSettings _owner )
+        public Xcls_Button42(Xcls_RooProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Button();