protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.AccountableSlipsView
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.AccountableSlipsView";
     // Container child Vodovoz.AccountableSlipsView.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.accountableslipfilter1 = new global::Vodovoz.AccountableSlipFilter ();
     this.accountableslipfilter1.Events = ((global::Gdk.EventMask)(256));
     this.accountableslipfilter1.Name = "accountableslipfilter1";
     this.vbox1.Add (this.accountableslipfilter1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.accountableslipfilter1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.representationSlips = new global::QSOrmProject.RepresentationTreeView ();
     this.representationSlips.CanFocus = true;
     this.representationSlips.Name = "representationSlips";
     this.GtkScrolledWindow.Add (this.representationSlips);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelCurrentDebt = new global::Gtk.Label ();
     this.labelCurrentDebt.Name = "labelCurrentDebt";
     this.labelCurrentDebt.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.hbox4.Add (this.labelCurrentDebt);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labelCurrentDebt]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelRecived = new global::Gtk.Label ();
     this.labelRecived.Name = "labelRecived";
     this.labelRecived.LabelProp = global::Mono.Unix.Catalog.GetString ("label2");
     this.hbox4.Add (this.labelRecived);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labelRecived]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelClosed = new global::Gtk.Label ();
     this.labelClosed.Name = "labelClosed";
     this.labelClosed.LabelProp = global::Mono.Unix.Catalog.GetString ("label3");
     this.hbox4.Add (this.labelClosed);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.labelClosed]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.AccountableSlipsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.AccountableSlipsView";
     // Container child Vodovoz.AccountableSlipsView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.accountableslipfilter1        = new global::Vodovoz.AccountableSlipFilter();
     this.accountableslipfilter1.Events = ((global::Gdk.EventMask)(256));
     this.accountableslipfilter1.Name   = "accountableslipfilter1";
     this.vbox1.Add(this.accountableslipfilter1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.accountableslipfilter1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.representationSlips          = new global::QSOrmProject.RepresentationTreeView();
     this.representationSlips.CanFocus = true;
     this.representationSlips.Name     = "representationSlips";
     this.GtkScrolledWindow.Add(this.representationSlips);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelCurrentDebt      = new global::Gtk.Label();
     this.labelCurrentDebt.Name = "labelCurrentDebt";
     this.hbox4.Add(this.labelCurrentDebt);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelCurrentDebt]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelRecived      = new global::Gtk.Label();
     this.labelRecived.Name = "labelRecived";
     this.hbox4.Add(this.labelRecived);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelRecived]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.labelClosed      = new global::Gtk.Label();
     this.labelClosed.Name = "labelClosed";
     this.hbox4.Add(this.labelClosed);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.labelClosed]));
     w6.PackType = ((global::Gtk.PackType)(1));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }