protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.TaggerDialog
     this.Name           = "LongoMatch.Gui.Dialog.TaggerDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Tag play");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child LongoMatch.Gui.Dialog.TaggerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tagsnotebook             = new global::Gtk.Notebook();
     this.tagsnotebook.CanFocus    = true;
     this.tagsnotebook.Name        = "tagsnotebook";
     this.tagsnotebook.CurrentPage = 0;
     // Container child tagsnotebook.Gtk.Notebook+NotebookChild
     this.taggerwidget1        = new global::LongoMatch.Gui.Component.TaggerWidget();
     this.taggerwidget1.Events = ((global::Gdk.EventMask)(256));
     this.taggerwidget1.Name   = "taggerwidget1";
     this.tagsnotebook.Add(this.taggerwidget1);
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Tags");
     this.tagsnotebook.SetTabLabel(this.taggerwidget1, this.label1);
     this.label1.ShowAll();
     this.hbox1.Add(this.tagsnotebook);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tagsnotebook]));
     w3.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.playersnotebook             = new global::Gtk.Notebook();
     this.playersnotebook.CanFocus    = true;
     this.playersnotebook.Name        = "playersnotebook";
     this.playersnotebook.CurrentPage = 0;
     // Container child playersnotebook.Gtk.Notebook+NotebookChild
     this.playersbox         = new global::Gtk.VBox();
     this.playersbox.Name    = "playersbox";
     this.playersbox.Spacing = 6;
     this.playersnotebook.Add(this.playersbox);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Players");
     this.playersnotebook.SetTabLabel(this.playersbox, this.label2);
     this.label2.ShowAll();
     this.hbox1.Add(this.playersnotebook);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.playersnotebook]));
     w5.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w6.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.TaggerDialog.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name        = "dialog1_ActionArea";
     w7.Spacing     = 6;
     w7.BorderWidth = ((uint)(5));
     w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
     w8.Expand = false;
     w8.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 620;
     this.DefaultHeight = 267;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Dialog.TaggerDialog
     this.Name = "LongoMatch.Gui.Dialog.TaggerDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Tag play");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child LongoMatch.Gui.Dialog.TaggerDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.tagsnotebook = new global::Gtk.Notebook ();
     this.tagsnotebook.CanFocus = true;
     this.tagsnotebook.Name = "tagsnotebook";
     this.tagsnotebook.CurrentPage = 0;
     // Container child tagsnotebook.Gtk.Notebook+NotebookChild
     this.taggerwidget1 = new global::LongoMatch.Gui.Component.TaggerWidget ();
     this.taggerwidget1.Events = ((global::Gdk.EventMask)(256));
     this.taggerwidget1.Name = "taggerwidget1";
     this.tagsnotebook.Add (this.taggerwidget1);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Tags");
     this.tagsnotebook.SetTabLabel (this.taggerwidget1, this.label1);
     this.label1.ShowAll ();
     this.hbox1.Add (this.tagsnotebook);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.tagsnotebook]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.playersnotebook = new global::Gtk.Notebook ();
     this.playersnotebook.CanFocus = true;
     this.playersnotebook.Name = "playersnotebook";
     this.playersnotebook.CurrentPage = 0;
     // Container child playersnotebook.Gtk.Notebook+NotebookChild
     this.playersbox = new global::Gtk.VBox ();
     this.playersbox.Name = "playersbox";
     this.playersbox.Spacing = 6;
     this.playersnotebook.Add (this.playersbox);
     // Notebook tab
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Players");
     this.playersnotebook.SetTabLabel (this.playersbox, this.label2);
     this.label2.ShowAll ();
     this.hbox1.Add (this.playersnotebook);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.playersnotebook]));
     w5.Position = 1;
     w1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w6.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.TaggerDialog.ActionArea
     global::Gtk.HButtonBox w7 = this.ActionArea;
     w7.Name = "dialog1_ActionArea";
     w7.Spacing = 6;
     w7.BorderWidth = ((uint)(5));
     w7.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-ok";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w7 [this.buttonOk]));
     w8.Expand = false;
     w8.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 620;
     this.DefaultHeight = 278;
     this.Show ();
 }