protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Panel.NewProjectPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Panel.NewProjectPanel";
     // Container child LongoMatch.Gui.Panel.NewProjectPanel.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this.headereventbox = new global::Gtk.EventBox();
     this.headereventbox.Name = "headereventbox";
     // Container child headereventbox.Gtk.Container+ContainerChild
     this.panelheader1 = new global::LongoMatch.Gui.Panel.PanelHeader();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name = "panelheader1";
     this.headereventbox.Add(this.panelheader1);
     this.vbox3.Add(this.headereventbox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.headereventbox]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1 = new global::Gtk.Notebook();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 1;
     this.notebook1.ShowBorder = false;
     this.notebook1.Scrollable = true;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.alignment2 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.hbox11 = new global::Gtk.HBox();
     this.hbox11.Name = "hbox11";
     this.hbox11.Homogeneous = true;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox12 = new global::Gtk.VBox();
     this.vbox12.Name = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.alignment4 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment4.Name = "alignment4";
     // Container child alignment4.Gtk.Container+ContainerChild
     this.filebutton = new global::Gtk.Button();
     this.filebutton.WidthRequest = 100;
     this.filebutton.HeightRequest = 100;
     this.filebutton.CanFocus = true;
     this.filebutton.Name = "filebutton";
     // Container child filebutton.Gtk.Container+ContainerChild
     this.fileimage = new global::Gtk.Image();
     this.fileimage.Name = "fileimage";
     this.filebutton.Add(this.fileimage);
     this.alignment4.Add(this.filebutton);
     this.vbox12.Add(this.alignment4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.alignment4]));
     w5.Position = 0;
     w5.Expand = false;
     w5.Fill = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 180;
     this.label2.Name = "label2";
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("Video file");
     this.label2.Wrap = true;
     this.label2.Justify = ((global::Gtk.Justification)(2));
     this.label2.WidthChars = 1;
     this.vbox12.Add(this.label2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox12[this.label2]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     this.hbox11.Add(this.vbox12);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox12]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox13 = new global::Gtk.VBox();
     this.vbox13.Name = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.alignment3 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment3.Name = "alignment3";
     // Container child alignment3.Gtk.Container+ContainerChild
     this.capturebutton = new global::Gtk.Button();
     this.capturebutton.WidthRequest = 100;
     this.capturebutton.HeightRequest = 100;
     this.capturebutton.CanFocus = true;
     this.capturebutton.Name = "capturebutton";
     // Container child capturebutton.Gtk.Container+ContainerChild
     this.captureimage = new global::Gtk.Image();
     this.captureimage.Name = "captureimage";
     this.capturebutton.Add(this.captureimage);
     this.alignment3.Add(this.capturebutton);
     this.vbox13.Add(this.alignment3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.alignment3]));
     w10.Position = 0;
     w10.Expand = false;
     w10.Fill = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 180;
     this.label4.Name = "label4";
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("Capture device");
     this.label4.Wrap = true;
     this.label4.Justify = ((global::Gtk.Justification)(2));
     this.label4.WidthChars = 1;
     this.vbox13.Add(this.label4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox13[this.label4]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.hbox11.Add(this.vbox13);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox13]));
     w12.Position = 1;
     w12.Expand = false;
     w12.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox14 = new global::Gtk.VBox();
     this.vbox14.Name = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.Gtk.Box+BoxChild
     this.alignment5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment5.Name = "alignment5";
     // Container child alignment5.Gtk.Container+ContainerChild
     this.fakebutton = new global::Gtk.Button();
     this.fakebutton.WidthRequest = 100;
     this.fakebutton.HeightRequest = 100;
     this.fakebutton.CanFocus = true;
     this.fakebutton.Name = "fakebutton";
     // Container child fakebutton.Gtk.Container+ContainerChild
     this.fakeimage = new global::Gtk.Image();
     this.fakeimage.Name = "fakeimage";
     this.fakebutton.Add(this.fakeimage);
     this.alignment5.Add(this.fakebutton);
     this.vbox14.Add(this.alignment5);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.alignment5]));
     w15.Position = 0;
     w15.Expand = false;
     w15.Fill = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 180;
     this.label5.Name = "label5";
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("Fake capture device");
     this.label5.Wrap = true;
     this.label5.Justify = ((global::Gtk.Justification)(2));
     this.label5.WidthChars = 1;
     this.vbox14.Add(this.label5);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox14[this.label5]));
     w16.Position = 1;
     w16.Expand = false;
     w16.Fill = false;
     this.hbox11.Add(this.vbox14);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox14]));
     w17.Position = 2;
     w17.Expand = false;
     w17.Fill = false;
     // Container child hbox11.Gtk.Box+BoxChild
     this.vbox15 = new global::Gtk.VBox();
     this.vbox15.Name = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.alignment6 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.alignment6.Name = "alignment6";
     // Container child alignment6.Gtk.Container+ContainerChild
     this.ipbutton = new global::Gtk.Button();
     this.ipbutton.WidthRequest = 100;
     this.ipbutton.HeightRequest = 100;
     this.ipbutton.CanFocus = true;
     this.ipbutton.Name = "ipbutton";
     // Container child ipbutton.Gtk.Container+ContainerChild
     this.ipimage = new global::Gtk.Image();
     this.ipimage.Name = "ipimage";
     this.ipbutton.Add(this.ipimage);
     this.alignment6.Add(this.ipbutton);
     this.vbox15.Add(this.alignment6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.alignment6]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 180;
     this.label6.Name = "label6";
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString("Ip camera");
     this.label6.Wrap = true;
     this.label6.Justify = ((global::Gtk.Justification)(2));
     this.label6.WidthChars = 1;
     this.vbox15.Add(this.label6);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox15[this.label6]));
     w21.Position = 1;
     w21.Expand = false;
     w21.Fill = false;
     this.hbox11.Add(this.vbox15);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.vbox15]));
     w22.Position = 3;
     w22.Expand = false;
     w22.Fill = false;
     this.alignment2.Add(this.hbox11);
     this.notebook1.Add(this.alignment2);
     // Notebook tab
     this.label1 = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::VAS.Core.Catalog.GetString("page1");
     this.notebook1.SetTabLabel(this.alignment2, this.label1);
     this.label1.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vbox5 = new global::Gtk.VBox();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     this.vbox5.BorderWidth = ((uint)(10));
     // Container child vbox5.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.topbox = new global::Gtk.HBox();
     this.topbox.Name = "topbox";
     this.topbox.Spacing = 6;
     // Container child topbox.Gtk.Box+BoxChild
     this.lefttable = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.lefttable.Name = "lefttable";
     this.lefttable.RowSpacing = ((uint)(6));
     this.lefttable.ColumnSpacing = ((uint)(6));
     // Container child lefttable.Gtk.Table+TableChild
     this.competitionentry = new global::Gtk.Entry();
     this.competitionentry.CanFocus = true;
     this.competitionentry.Name = "competitionentry";
     this.competitionentry.IsEditable = true;
     this.competitionentry.InvisibleChar = '●';
     this.lefttable.Add(this.competitionentry);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.lefttable[this.competitionentry]));
     w25.TopAttach = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.LeftAttach = ((uint)(1));
     w25.RightAttach = ((uint)(2));
     w25.XOptions = ((global::Gtk.AttachOptions)(4));
     w25.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.Competitionlabel = new global::Gtk.Label();
     this.Competitionlabel.Name = "Competitionlabel";
     this.Competitionlabel.Xalign = 1F;
     this.Competitionlabel.LabelProp = global::VAS.Core.Catalog.GetString("Competition");
     this.lefttable.Add(this.Competitionlabel);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.lefttable[this.Competitionlabel]));
     w26.TopAttach = ((uint)(1));
     w26.BottomAttach = ((uint)(2));
     w26.XOptions = ((global::Gtk.AttachOptions)(4));
     w26.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.datelabel2 = new global::Gtk.Label();
     this.datelabel2.Name = "datelabel2";
     this.datelabel2.Xalign = 1F;
     this.datelabel2.LabelProp = global::VAS.Core.Catalog.GetString("Date");
     this.lefttable.Add(this.datelabel2);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.lefttable[this.datelabel2]));
     w27.TopAttach = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.XOptions = ((global::Gtk.AttachOptions)(4));
     w27.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.datepicker1 = new global::VAS.UI.UI.Component.DatePicker ();
     this.datepicker1.Events = ((global::Gdk.EventMask)(256));
     this.datepicker1.Name = "datepicker1";
     this.datepicker1.Date = new global::System.DateTime(0);
     this.lefttable.Add(this.datepicker1);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.lefttable[this.datepicker1]));
     w28.TopAttach = ((uint)(3));
     w28.BottomAttach = ((uint)(4));
     w28.LeftAttach = ((uint)(1));
     w28.RightAttach = ((uint)(2));
     w28.XOptions = ((global::Gtk.AttachOptions)(0));
     w28.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child lefttable.Gtk.Table+TableChild
     this.desclabel = new global::Gtk.Label();
     this.desclabel.Name = "desclabel";
     this.desclabel.Xalign = 1F;
     this.desclabel.Yalign = 0F;
     this.desclabel.LabelProp = global::VAS.Core.Catalog.GetString("Description");
     this.lefttable.Add(this.desclabel);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.lefttable[this.desclabel]));
     w29.TopAttach = ((uint)(2));
     w29.BottomAttach = ((uint)(3));
     w29.XOptions = ((global::Gtk.AttachOptions)(4));
     w29.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.desctextview = new global::Gtk.TextView();
     this.desctextview.CanFocus = true;
     this.desctextview.Name = "desctextview";
     this.GtkScrolledWindow.Add(this.desctextview);
     this.lefttable.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.lefttable[this.GtkScrolledWindow]));
     w31.TopAttach = ((uint)(2));
     w31.BottomAttach = ((uint)(3));
     w31.LeftAttach = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.XOptions = ((global::Gtk.AttachOptions)(4));
     w31.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.seasonentry = new global::Gtk.Entry();
     this.seasonentry.CanFocus = true;
     this.seasonentry.Name = "seasonentry";
     this.seasonentry.IsEditable = true;
     this.seasonentry.InvisibleChar = '●';
     this.lefttable.Add(this.seasonentry);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.lefttable[this.seasonentry]));
     w32.LeftAttach = ((uint)(1));
     w32.RightAttach = ((uint)(2));
     w32.XOptions = ((global::Gtk.AttachOptions)(4));
     w32.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child lefttable.Gtk.Table+TableChild
     this.seasonlabel = new global::Gtk.Label();
     this.seasonlabel.Name = "seasonlabel";
     this.seasonlabel.Xalign = 1F;
     this.seasonlabel.LabelProp = global::VAS.Core.Catalog.GetString("Season");
     this.lefttable.Add(this.seasonlabel);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.lefttable[this.seasonlabel]));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     this.topbox.Add(this.lefttable);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.topbox[this.lefttable]));
     w34.Position = 0;
     w34.Expand = false;
     w34.Fill = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.centerbox = new global::Gtk.VBox();
     this.centerbox.WidthRequest = 500;
     this.centerbox.Name = "centerbox";
     this.centerbox.Spacing = 6;
     // Container child centerbox.Gtk.Box+BoxChild
     this.hbox15 = new global::Gtk.HBox();
     this.hbox15.HeightRequest = 60;
     this.hbox15.Name = "hbox15";
     // Container child hbox15.Gtk.Box+BoxChild
     this.hometeamscombobox = new global::LongoMatch.Gui.Component.HomeTeamsComboBox();
     this.hometeamscombobox.Name = "hometeamscombobox";
     this.hbox15.Add(this.hometeamscombobox);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.hometeamscombobox]));
     w35.Position = 0;
     // Container child hbox15.Gtk.Box+BoxChild
     this.vsimage = new global::Gtk.Image();
     this.vsimage.Name = "vsimage";
     this.hbox15.Add(this.vsimage);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.vsimage]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.awayteamscombobox = new global::LongoMatch.Gui.Component.AwayTeamsComboBox();
     this.awayteamscombobox.Name = "awayteamscombobox";
     this.hbox15.Add(this.awayteamscombobox);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.awayteamscombobox]));
     w37.Position = 2;
     this.centerbox.Add(this.hbox15);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.hbox15]));
     w38.Position = 0;
     w38.Expand = false;
     w38.Fill = false;
     // Container child centerbox.Gtk.Box+BoxChild
     this.mediafilesetselection1 = new global::LongoMatch.Gui.Component.MediaFileSetSelection();
     this.mediafilesetselection1.HeightRequest = 100;
     this.mediafilesetselection1.Events = ((global::Gdk.EventMask)(256));
     this.mediafilesetselection1.Name = "mediafilesetselection1";
     this.centerbox.Add(this.mediafilesetselection1);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.mediafilesetselection1]));
     w39.Position = 1;
     // Container child centerbox.Gtk.Box+BoxChild
     this.capturebox = new global::Gtk.VBox();
     this.capturebox.Name = "capturebox";
     this.capturebox.Spacing = 6;
     // Container child capturebox.Gtk.Box+BoxChild
     this.outputfiletable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.outputfiletable.Name = "outputfiletable";
     this.outputfiletable.RowSpacing = ((uint)(6));
     this.outputfiletable.ColumnSpacing = ((uint)(6));
     // Container child outputfiletable.Gtk.Table+TableChild
     this.capturemediafilechooser = new global::VAS.UI.Component.MediaFileChooser ();
     this.capturemediafilechooser.Events = ((global::Gdk.EventMask)(256));
     this.capturemediafilechooser.Name = "capturemediafilechooser";
     this.outputfiletable.Add(this.capturemediafilechooser);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.outputfiletable[this.capturemediafilechooser]));
     w40.LeftAttach = ((uint)(1));
     w40.RightAttach = ((uint)(2));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child outputfiletable.Gtk.Table+TableChild
     this.outputfilelabel = new global::Gtk.Label();
     this.outputfilelabel.Name = "outputfilelabel";
     this.outputfilelabel.Xalign = 1F;
     this.outputfilelabel.LabelProp = global::VAS.Core.Catalog.GetString("Output file");
     this.outputfiletable.Add(this.outputfilelabel);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.outputfiletable[this.outputfilelabel]));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.outputfiletable);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.outputfiletable]));
     w42.Position = 0;
     w42.Expand = false;
     w42.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.urltable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.urltable.Name = "urltable";
     this.urltable.RowSpacing = ((uint)(6));
     this.urltable.ColumnSpacing = ((uint)(6));
     // Container child urltable.Gtk.Table+TableChild
     this.urientry = new global::Gtk.Entry();
     this.urientry.CanFocus = true;
     this.urientry.Name = "urientry";
     this.urientry.IsEditable = true;
     this.urientry.InvisibleChar = '•';
     this.urltable.Add(this.urientry);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.urltable[this.urientry]));
     w43.LeftAttach = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child urltable.Gtk.Table+TableChild
     this.urilabel = new global::Gtk.Label();
     this.urilabel.Name = "urilabel";
     this.urilabel.Xalign = 1F;
     this.urilabel.LabelProp = global::VAS.Core.Catalog.GetString("URL");
     this.urltable.Add(this.urilabel);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.urltable[this.urilabel]));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.urltable);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.urltable]));
     w45.Position = 1;
     w45.Expand = false;
     w45.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.credentialtable = new global::Gtk.Table(((uint)(1)), ((uint)(4)), false);
     this.credentialtable.Name = "credentialtable";
     this.credentialtable.RowSpacing = ((uint)(6));
     this.credentialtable.ColumnSpacing = ((uint)(6));
     // Container child credentialtable.Gtk.Table+TableChild
     this.passwordentry = new global::Gtk.Entry();
     this.passwordentry.CanFocus = true;
     this.passwordentry.Name = "passwordentry";
     this.passwordentry.IsEditable = true;
     this.passwordentry.Visibility = false;
     this.passwordentry.InvisibleChar = '●';
     this.credentialtable.Add(this.passwordentry);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.passwordentry]));
     w46.LeftAttach = ((uint)(3));
     w46.RightAttach = ((uint)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.passwordlabel = new global::Gtk.Label();
     this.passwordlabel.Name = "passwordlabel";
     this.passwordlabel.Xalign = 1F;
     this.passwordlabel.LabelProp = global::VAS.Core.Catalog.GetString("Password");
     this.credentialtable.Add(this.passwordlabel);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.passwordlabel]));
     w47.LeftAttach = ((uint)(2));
     w47.RightAttach = ((uint)(3));
     w47.XOptions = ((global::Gtk.AttachOptions)(4));
     w47.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.userentry = new global::Gtk.Entry();
     this.userentry.CanFocus = true;
     this.userentry.Name = "userentry";
     this.userentry.IsEditable = true;
     this.userentry.InvisibleChar = '●';
     this.credentialtable.Add(this.userentry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.userentry]));
     w48.LeftAttach = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child credentialtable.Gtk.Table+TableChild
     this.userlabel = new global::Gtk.Label();
     this.userlabel.Name = "userlabel";
     this.userlabel.Xalign = 1F;
     this.userlabel.LabelProp = global::VAS.Core.Catalog.GetString("Username");
     this.credentialtable.Add(this.userlabel);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.credentialtable[this.userlabel]));
     w49.XOptions = ((global::Gtk.AttachOptions)(4));
     w49.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.credentialtable);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.credentialtable]));
     w50.Position = 2;
     w50.Expand = false;
     w50.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.devicetable = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.devicetable.Name = "devicetable";
     this.devicetable.RowSpacing = ((uint)(6));
     this.devicetable.ColumnSpacing = ((uint)(6));
     // Container child devicetable.Gtk.Table+TableChild
     this.device = new global::Gtk.Label();
     this.device.Name = "device";
     this.device.Xalign = 1F;
     this.device.LabelProp = global::VAS.Core.Catalog.GetString("Device");
     this.devicetable.Add(this.device);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.devicetable[this.device]));
     w51.XOptions = ((global::Gtk.AttachOptions)(4));
     w51.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.devicecombobox = global::Gtk.ComboBox.NewText();
     this.devicecombobox.WidthRequest = 300;
     this.devicecombobox.Name = "devicecombobox";
     this.devicetable.Add(this.devicecombobox);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.devicetable[this.devicecombobox]));
     w52.LeftAttach = ((uint)(1));
     w52.RightAttach = ((uint)(2));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.deviceformatcombobox = global::Gtk.ComboBox.NewText();
     this.deviceformatcombobox.Name = "deviceformatcombobox";
     this.devicetable.Add(this.deviceformatcombobox);
     global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.devicetable[this.deviceformatcombobox]));
     w53.TopAttach = ((uint)(1));
     w53.BottomAttach = ((uint)(2));
     w53.LeftAttach = ((uint)(1));
     w53.RightAttach = ((uint)(2));
     w53.XOptions = ((global::Gtk.AttachOptions)(4));
     w53.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child devicetable.Gtk.Table+TableChild
     this.deviceformatlabel = new global::Gtk.Label();
     this.deviceformatlabel.Name = "deviceformatlabel";
     this.deviceformatlabel.Xalign = 1F;
     this.deviceformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Device format");
     this.devicetable.Add(this.deviceformatlabel);
     global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.devicetable[this.deviceformatlabel]));
     w54.TopAttach = ((uint)(1));
     w54.BottomAttach = ((uint)(2));
     w54.XOptions = ((global::Gtk.AttachOptions)(4));
     w54.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.devicetable);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.devicetable]));
     w55.Position = 3;
     w55.Expand = false;
     w55.Fill = false;
     // Container child capturebox.Gtk.Box+BoxChild
     this.encpropstable = new global::Gtk.Table(((uint)(2)), ((uint)(4)), false);
     this.encpropstable.Name = "encpropstable";
     this.encpropstable.RowSpacing = ((uint)(6));
     this.encpropstable.ColumnSpacing = ((uint)(6));
     // Container child encpropstable.Gtk.Table+TableChild
     this.encodingcombobox = global::Gtk.ComboBox.NewText();
     this.encodingcombobox.Name = "encodingcombobox";
     this.encpropstable.Add(this.encodingcombobox);
     global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.encodingcombobox]));
     w56.LeftAttach = ((uint)(1));
     w56.RightAttach = ((uint)(2));
     w56.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.imagecombobox = global::Gtk.ComboBox.NewText();
     this.imagecombobox.Name = "imagecombobox";
     this.encpropstable.Add(this.imagecombobox);
     global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.imagecombobox]));
     w57.TopAttach = ((uint)(1));
     w57.BottomAttach = ((uint)(2));
     w57.LeftAttach = ((uint)(1));
     w57.RightAttach = ((uint)(2));
     w57.XOptions = ((global::Gtk.AttachOptions)(4));
     w57.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.outputsizelabel = new global::Gtk.Label();
     this.outputsizelabel.Name = "outputsizelabel";
     this.outputsizelabel.Xalign = 1F;
     this.outputsizelabel.LabelProp = global::VAS.Core.Catalog.GetString("Output size");
     this.encpropstable.Add(this.outputsizelabel);
     global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.outputsizelabel]));
     w58.TopAttach = ((uint)(1));
     w58.BottomAttach = ((uint)(2));
     w58.XOptions = ((global::Gtk.AttachOptions)(4));
     w58.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.qualitycombobox = global::Gtk.ComboBox.NewText();
     this.qualitycombobox.Name = "qualitycombobox";
     this.encpropstable.Add(this.qualitycombobox);
     global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.qualitycombobox]));
     w59.LeftAttach = ((uint)(3));
     w59.RightAttach = ((uint)(4));
     w59.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.qualityformatlabel = new global::Gtk.Label();
     this.qualityformatlabel.Name = "qualityformatlabel";
     this.qualityformatlabel.Xalign = 1F;
     this.qualityformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Quality");
     this.encpropstable.Add(this.qualityformatlabel);
     global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.qualityformatlabel]));
     w60.LeftAttach = ((uint)(2));
     w60.RightAttach = ((uint)(3));
     w60.XOptions = ((global::Gtk.AttachOptions)(4));
     w60.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child encpropstable.Gtk.Table+TableChild
     this.videoformatlabel = new global::Gtk.Label();
     this.videoformatlabel.Name = "videoformatlabel";
     this.videoformatlabel.Xalign = 1F;
     this.videoformatlabel.LabelProp = global::VAS.Core.Catalog.GetString("Format");
     this.encpropstable.Add(this.videoformatlabel);
     global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.encpropstable[this.videoformatlabel]));
     w61.XOptions = ((global::Gtk.AttachOptions)(4));
     w61.YOptions = ((global::Gtk.AttachOptions)(4));
     this.capturebox.Add(this.encpropstable);
     global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(this.capturebox[this.encpropstable]));
     w62.Position = 4;
     w62.Expand = false;
     w62.Fill = false;
     this.centerbox.Add(this.capturebox);
     global::Gtk.Box.BoxChild w63 = ((global::Gtk.Box.BoxChild)(this.centerbox[this.capturebox]));
     w63.Position = 2;
     w63.Expand = false;
     w63.Fill = false;
     this.topbox.Add(this.centerbox);
     global::Gtk.Box.BoxChild w64 = ((global::Gtk.Box.BoxChild)(this.topbox[this.centerbox]));
     w64.Position = 1;
     w64.Fill = false;
     // Container child topbox.Gtk.Box+BoxChild
     this.righttable = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.righttable.Name = "righttable";
     this.righttable.RowSpacing = ((uint)(6));
     this.righttable.ColumnSpacing = ((uint)(6));
     // Container child righttable.Gtk.Table+TableChild
     this.analysislabel = new global::Gtk.Label();
     this.analysislabel.Name = "analysislabel";
     this.analysislabel.LabelProp = global::VAS.Core.Catalog.GetString("Dashboard");
     this.righttable.Add(this.analysislabel);
     global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.righttable[this.analysislabel]));
     w65.XOptions = ((global::Gtk.AttachOptions)(4));
     w65.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child righttable.Gtk.Table+TableChild
     this.tagscombobox = global::Gtk.ComboBox.NewText();
     this.tagscombobox.Name = "tagscombobox";
     this.righttable.Add(this.tagscombobox);
     global::Gtk.Table.TableChild w66 = ((global::Gtk.Table.TableChild)(this.righttable[this.tagscombobox]));
     w66.LeftAttach = ((uint)(1));
     w66.RightAttach = ((uint)(2));
     w66.YOptions = ((global::Gtk.AttachOptions)(0));
     this.topbox.Add(this.righttable);
     global::Gtk.Box.BoxChild w67 = ((global::Gtk.Box.BoxChild)(this.topbox[this.righttable]));
     w67.Position = 2;
     w67.Expand = false;
     w67.Fill = false;
     this.alignment1.Add(this.topbox);
     this.vbox5.Add(this.alignment1);
     global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.alignment1]));
     w69.Position = 0;
     w69.Expand = false;
     w69.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox6 = new global::Gtk.VBox();
     this.vbox6.Name = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator1 = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox6.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hseparator1]));
     w70.Position = 0;
     w70.Expand = false;
     w70.Fill = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox14 = new global::Gtk.HBox();
     this.hbox14.Name = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.homealignment = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 1F);
     this.homealignment.Name = "homealignment";
     // Container child homealignment.Gtk.Container+ContainerChild
     this.hbox16 = new global::Gtk.HBox();
     this.hbox16.Name = "hbox16";
     this.hbox16.Spacing = 6;
     // Container child hbox16.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.Name = "label11";
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString("Tactics");
     this.hbox16.Add(this.label11);
     global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.label11]));
     w71.Position = 0;
     w71.Expand = false;
     w71.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hometacticsentry = new global::Gtk.Entry();
     this.hometacticsentry.CanFocus = true;
     this.hometacticsentry.Name = "hometacticsentry";
     this.hometacticsentry.IsEditable = true;
     this.hometacticsentry.InvisibleChar = '•';
     this.hbox16.Add(this.hometacticsentry);
     global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.hometacticsentry]));
     w72.Position = 1;
     w72.Expand = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.hometacticsbutton = new global::Gtk.Button();
     this.hometacticsbutton.CanFocus = true;
     this.hometacticsbutton.Name = "hometacticsbutton";
     this.hometacticsbutton.UseUnderline = true;
     global::Gtk.Image w73 = new global::Gtk.Image();
     w73.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.hometacticsbutton.Image = w73;
     this.hbox16.Add(this.hometacticsbutton);
     global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.hometacticsbutton]));
     w74.Position = 2;
     w74.Expand = false;
     w74.Fill = false;
     // Container child hbox16.Gtk.Box+BoxChild
     this.homecolor1button = new global::Gtk.ToggleButton();
     this.homecolor1button.WidthRequest = 30;
     this.homecolor1button.CanFocus = true;
     this.homecolor1button.Name = "homecolor1button";
     // Container child homecolor1button.Gtk.Container+ContainerChild
     this.homecolor1 = new global::Gtk.DrawingArea();
     this.homecolor1.Name = "homecolor1";
     this.homecolor1button.Add(this.homecolor1);
     this.hbox16.Add(this.homecolor1button);
     global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.homecolor1button]));
     w76.Position = 3;
     // Container child hbox16.Gtk.Box+BoxChild
     this.homecolor2button = new global::Gtk.ToggleButton();
     this.homecolor2button.WidthRequest = 30;
     this.homecolor2button.CanFocus = true;
     this.homecolor2button.Name = "homecolor2button";
     // Container child homecolor2button.Gtk.Container+ContainerChild
     this.homecolor2 = new global::Gtk.DrawingArea();
     this.homecolor2.Name = "homecolor2";
     this.homecolor2button.Add(this.homecolor2);
     this.hbox16.Add(this.homecolor2button);
     global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox16[this.homecolor2button]));
     w78.Position = 4;
     this.homealignment.Add(this.hbox16);
     this.hbox14.Add(this.homealignment);
     global::Gtk.Box.BoxChild w80 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.homealignment]));
     w80.Position = 0;
     // Container child hbox14.Gtk.Box+BoxChild
     this.awayalignment = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 1F);
     this.awayalignment.Name = "awayalignment";
     // Container child awayalignment.Gtk.Container+ContainerChild
     this.hbox17 = new global::Gtk.HBox();
     this.hbox17.Name = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.Name = "label12";
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString("Tactics");
     this.hbox17.Add(this.label12);
     global::Gtk.Box.BoxChild w81 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.label12]));
     w81.Position = 0;
     w81.Expand = false;
     w81.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaytacticsentry = new global::Gtk.Entry();
     this.awaytacticsentry.CanFocus = true;
     this.awaytacticsentry.Name = "awaytacticsentry";
     this.awaytacticsentry.IsEditable = true;
     this.awaytacticsentry.InvisibleChar = '•';
     this.hbox17.Add(this.awaytacticsentry);
     global::Gtk.Box.BoxChild w82 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaytacticsentry]));
     w82.Position = 1;
     w82.Expand = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaytacticsbutton = new global::Gtk.Button();
     this.awaytacticsbutton.CanFocus = true;
     this.awaytacticsbutton.Name = "awaytacticsbutton";
     this.awaytacticsbutton.UseUnderline = true;
     global::Gtk.Image w83 = new global::Gtk.Image();
     w83.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.awaytacticsbutton.Image = w83;
     this.hbox17.Add(this.awaytacticsbutton);
     global::Gtk.Box.BoxChild w84 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaytacticsbutton]));
     w84.Position = 2;
     w84.Expand = false;
     w84.Fill = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaycolor1button = new global::Gtk.ToggleButton();
     this.awaycolor1button.WidthRequest = 30;
     this.awaycolor1button.CanFocus = true;
     this.awaycolor1button.Name = "awaycolor1button";
     // Container child awaycolor1button.Gtk.Container+ContainerChild
     this.awaycolor1 = new global::Gtk.DrawingArea();
     this.awaycolor1.Name = "awaycolor1";
     this.awaycolor1button.Add(this.awaycolor1);
     this.hbox17.Add(this.awaycolor1button);
     global::Gtk.Box.BoxChild w86 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaycolor1button]));
     w86.Position = 3;
     // Container child hbox17.Gtk.Box+BoxChild
     this.awaycolor2button = new global::Gtk.ToggleButton();
     this.awaycolor2button.WidthRequest = 30;
     this.awaycolor2button.CanFocus = true;
     this.awaycolor2button.Name = "awaycolor2button";
     // Container child awaycolor2button.Gtk.Container+ContainerChild
     this.awaycolor2 = new global::Gtk.DrawingArea();
     this.awaycolor2.Name = "awaycolor2";
     this.awaycolor2button.Add(this.awaycolor2);
     this.hbox17.Add(this.awaycolor2button);
     global::Gtk.Box.BoxChild w88 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.awaycolor2button]));
     w88.Position = 4;
     this.awayalignment.Add(this.hbox17);
     this.hbox14.Add(this.awayalignment);
     global::Gtk.Box.BoxChild w90 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.awayalignment]));
     w90.Position = 1;
     this.vbox6.Add(this.hbox14);
     global::Gtk.Box.BoxChild w91 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox14]));
     w91.Position = 1;
     w91.Expand = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.drawingarea = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.vbox6.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w92 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.drawingarea]));
     w92.Position = 2;
     this.vbox5.Add(this.vbox6);
     global::Gtk.Box.BoxChild w93 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.vbox6]));
     w93.Position = 1;
     this.notebook1.Add(this.vbox5);
     global::Gtk.Notebook.NotebookChild w94 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vbox5]));
     w94.Position = 1;
     w94.TabFill = false;
     w94.MenuLabel = "";
     // Notebook tab
     this.label13 = new global::Gtk.Label();
     this.label13.Name = "label13";
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString("page2");
     this.notebook1.SetTabLabel(this.vbox5, this.label13);
     this.label13.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.projectperiods1 = new global::LongoMatch.Gui.Component.SynchronizationWidget();
     this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
     this.projectperiods1.Name = "projectperiods1";
     this.projectperiods1.FixedPeriods = false;
     this.notebook1.Add(this.projectperiods1);
     global::Gtk.Notebook.NotebookChild w95 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.projectperiods1]));
     w95.Position = 2;
     // Notebook tab
     this.label14 = new global::Gtk.Label();
     this.label14.Name = "label14";
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString("page3");
     this.notebook1.SetTabLabel(this.projectperiods1, this.label14);
     this.label14.ShowAll();
     this.vbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w96 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.notebook1]));
     w96.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Esempio n. 2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.TeamTemplateEditor
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.TeamTemplateEditor";
     // Container child LongoMatch.Gui.Component.TeamTemplateEditor.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.teamframe            = new global::Gtk.Frame();
     this.teamframe.Name       = "teamframe";
     this.teamframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child teamframe.Gtk.Container+ContainerChild
     this.GtkAlignment3               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name          = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding   = ((uint)(12));
     this.GtkAlignment3.TopPadding    = ((uint)(12));
     this.GtkAlignment3.RightPadding  = ((uint)(12));
     this.GtkAlignment3.BottomPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 30;
     // Container child hbox2.Gtk.Box+BoxChild
     this.shieldframe            = new global::Gtk.Frame();
     this.shieldframe.Name       = "shieldframe";
     this.shieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child shieldframe.Gtk.Container+ContainerChild
     this.shieldalignment = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.shieldalignment.WidthRequest  = 120;
     this.shieldalignment.HeightRequest = 120;
     this.shieldalignment.Name          = "shieldalignment";
     this.shieldalignment.LeftPadding   = ((uint)(6));
     this.shieldalignment.TopPadding    = ((uint)(6));
     this.shieldalignment.RightPadding  = ((uint)(6));
     this.shieldalignment.BottomPadding = ((uint)(6));
     // Container child shieldalignment.Gtk.Container+ContainerChild
     this.shieldeventbox      = new global::Gtk.EventBox();
     this.shieldeventbox.Name = "shieldeventbox";
     // Container child shieldeventbox.Gtk.Container+ContainerChild
     this.shieldvbox         = new global::Gtk.VBox();
     this.shieldvbox.Name    = "shieldvbox";
     this.shieldvbox.Spacing = 2;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.shieldimage      = new global::VAS.UI.Helpers.ImageView();
     this.shieldimage.Name = "shieldimage";
     this.shieldvbox.Add(this.shieldimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.shieldimage]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel1           = new global::Gtk.Label();
     this.teamshieldlabel1.Name      = "teamshieldlabel1";
     this.teamshieldlabel1.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Team shield</span>");
     this.teamshieldlabel1.UseMarkup = true;
     this.shieldvbox.Add(this.teamshieldlabel1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.teamshieldlabel1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel2           = new global::Gtk.Label();
     this.teamshieldlabel2.Name      = "teamshieldlabel2";
     this.teamshieldlabel2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"8\">click to change...</span>");
     this.teamshieldlabel2.UseMarkup = true;
     this.shieldvbox.Add(this.teamshieldlabel2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.shieldvbox[this.teamshieldlabel2]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.shieldeventbox.Add(this.shieldvbox);
     this.shieldalignment.Add(this.shieldeventbox);
     this.shieldframe.Add(this.shieldalignment);
     this.hbox2.Add(this.shieldframe);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.shieldframe]));
     w7.Position = 0;
     w7.Expand   = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.teamtable = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.teamtable.WidthRequest  = 300;
     this.teamtable.Name          = "teamtable";
     this.teamtable.RowSpacing    = ((uint)(6));
     this.teamtable.ColumnSpacing = ((uint)(6));
     // Container child teamtable.Gtk.Table+TableChild
     this.GtkLabel4           = new global::Gtk.Label();
     this.GtkLabel4.Name      = "GtkLabel4";
     this.GtkLabel4.Xalign    = 1F;
     this.GtkLabel4.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Team name</span>");
     this.GtkLabel4.UseMarkup = true;
     this.teamtable.Add(this.GtkLabel4);
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tacticsentry = new global::Gtk.Entry();
     this.tacticsentry.WidthRequest  = 30;
     this.tacticsentry.CanFocus      = true;
     this.tacticsentry.Name          = "tacticsentry";
     this.tacticsentry.IsEditable    = true;
     this.tacticsentry.InvisibleChar = '•';
     this.hbox5.Add(this.tacticsentry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.tacticsentry]));
     w9.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.applybutton          = new global::Gtk.Button();
     this.applybutton.CanFocus = true;
     this.applybutton.Name     = "applybutton";
     // Container child applybutton.Gtk.Container+ContainerChild
     this.applyimage      = new global::VAS.UI.Helpers.ImageView();
     this.applyimage.Name = "applyimage";
     this.applybutton.Add(this.applyimage);
     this.hbox5.Add(this.applybutton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.applybutton]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.teamtable.Add(this.hbox5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.teamtable[this.hbox5]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton1          = new global::Gtk.ColorButton();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name     = "colorbutton1";
     this.hbox6.Add(this.colorbutton1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.colorbutton1]));
     w13.Position = 0;
     w13.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton2          = new global::Gtk.ColorButton();
     this.colorbutton2.CanFocus = true;
     this.colorbutton2.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton2.Name     = "colorbutton2";
     this.hbox6.Add(this.colorbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.colorbutton2]));
     w14.Position = 1;
     w14.Fill     = false;
     this.teamtable.Add(this.hbox6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.teamtable[this.hbox6]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Tactics</span>");
     this.label2.UseMarkup = true;
     this.teamtable.Add(this.label2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.teamtable[this.label2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     // Container child teamtable.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Colors</span>");
     this.label4.UseMarkup = true;
     this.teamtable.Add(this.label4);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.teamtable[this.label4]));
     w17.TopAttach    = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     // Container child teamtable.Gtk.Table+TableChild
     this.teamnameentry = new global::Gtk.Entry();
     this.teamnameentry.WidthRequest  = 100;
     this.teamnameentry.CanFocus      = true;
     this.teamnameentry.Name          = "teamnameentry";
     this.teamnameentry.IsEditable    = true;
     this.teamnameentry.InvisibleChar = '•';
     this.teamtable.Add(this.teamnameentry);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.teamtable[this.teamnameentry]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add(this.teamtable);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.teamtable]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox5.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.hbox2]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.drawingarea      = new global::Gtk.DrawingArea();
     this.drawingarea.Name = "drawingarea";
     this.vbox5.Add(this.drawingarea);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.drawingarea]));
     w21.Position = 1;
     this.GtkAlignment3.Add(this.vbox5);
     this.teamframe.Add(this.GtkAlignment3);
     this.hbox4.Add(this.teamframe);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.teamframe]));
     w24.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2      = new global::Gtk.Alignment(0.5F, 0F, 1F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.playerframe            = new global::Gtk.Frame();
     this.playerframe.Name       = "playerframe";
     this.playerframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerframe.Gtk.Container+ContainerChild
     this.playerpropertyalignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.playerpropertyalignment.Name          = "playerpropertyalignment";
     this.playerpropertyalignment.LeftPadding   = ((uint)(12));
     this.playerpropertyalignment.TopPadding    = ((uint)(12));
     this.playerpropertyalignment.RightPadding  = ((uint)(12));
     this.playerpropertyalignment.BottomPadding = ((uint)(12));
     // Container child playerpropertyalignment.Gtk.Container+ContainerChild
     this.playerpropertyhbox         = new global::Gtk.HBox();
     this.playerpropertyhbox.Name    = "playerpropertyhbox";
     this.playerpropertyhbox.Spacing = 6;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.playerimageframe            = new global::Gtk.Frame();
     this.playerimageframe.Name       = "playerimageframe";
     this.playerimageframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerimageframe.Gtk.Container+ContainerChild
     this.playerimagealignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.playerimagealignment.Name          = "playerimagealignment";
     this.playerimagealignment.LeftPadding   = ((uint)(12));
     this.playerimagealignment.TopPadding    = ((uint)(12));
     this.playerimagealignment.RightPadding  = ((uint)(12));
     this.playerimagealignment.BottomPadding = ((uint)(12));
     // Container child playerimagealignment.Gtk.Container+ContainerChild
     this.playereventbox      = new global::Gtk.EventBox();
     this.playereventbox.Name = "playereventbox";
     // Container child playereventbox.Gtk.Container+ContainerChild
     this.playervbox         = new global::Gtk.VBox();
     this.playervbox.Name    = "playervbox";
     this.playervbox.Spacing = 2;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimage      = new global::VAS.UI.Helpers.ImageView();
     this.playerimage.Name = "playerimage";
     this.playervbox.Add(this.playerimage);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimage]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel1           = new global::Gtk.Label();
     this.playerimagelabel1.Name      = "playerimagelabel1";
     this.playerimagelabel1.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Player picture</span>");
     this.playerimagelabel1.UseMarkup = true;
     this.playervbox.Add(this.playerimagelabel1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimagelabel1]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel2           = new global::Gtk.Label();
     this.playerimagelabel2.Name      = "playerimagelabel2";
     this.playerimagelabel2.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"8\">click to change...</span>");
     this.playerimagelabel2.UseMarkup = true;
     this.playervbox.Add(this.playerimagelabel2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.playervbox[this.playerimagelabel2]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.playereventbox.Add(this.playervbox);
     this.playerimagealignment.Add(this.playereventbox);
     this.playerimageframe.Add(this.playerimagealignment);
     this.alignment1.Add(this.playerimageframe);
     this.playerpropertyhbox.Add(this.alignment1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox[this.alignment1]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(10)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.bdaydatepicker        = new global::VAS.UI.UI.Component.DatePicker();
     this.bdaydatepicker.Events = ((global::Gdk.EventMask)(256));
     this.bdaydatepicker.Name   = "bdaydatepicker";
     this.bdaydatepicker.Date   = new global::System.DateTime(0);
     this.table1.Add(this.bdaydatepicker);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1[this.bdaydatepicker]));
     w33.TopAttach    = ((uint)(8));
     w33.BottomAttach = ((uint)(9));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.heightspinbutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.heightspinbutton.CanFocus = true;
     this.heightspinbutton.Name     = "heightspinbutton";
     this.heightspinbutton.Adjustment.PageIncrement = 10;
     this.heightspinbutton.ClimbRate = 1;
     this.heightspinbutton.Digits    = ((uint)(2));
     this.heightspinbutton.Numeric   = true;
     this.heightspinbutton.Value     = 18;
     this.table1.Add(this.heightspinbutton);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table1[this.heightspinbutton]));
     w34.TopAttach    = ((uint)(6));
     w34.BottomAttach = ((uint)(7));
     w34.LeftAttach   = ((uint)(1));
     w34.RightAttach  = ((uint)(2));
     w34.XOptions     = ((global::Gtk.AttachOptions)(4));
     w34.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Position</span>");
     this.label11.UseMarkup = true;
     this.table1.Add(this.label11);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table1[this.label11]));
     w35.TopAttach    = ((uint)(4));
     w35.BottomAttach = ((uint)(5));
     w35.XOptions     = ((global::Gtk.AttachOptions)(4));
     w35.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 1F;
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Name</span>");
     this.label12.UseMarkup = true;
     this.table1.Add(this.label12);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table1[this.label12]));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 1F;
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Last name</span>");
     this.label13.UseMarkup = true;
     this.table1.Add(this.label13);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table1[this.label13]));
     w37.TopAttach    = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions     = ((global::Gtk.AttachOptions)(4));
     w37.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Nickname</span>");
     this.label14.UseMarkup = true;
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w38.TopAttach    = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.XOptions     = ((global::Gtk.AttachOptions)(4));
     w38.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Number</span>");
     this.label3.UseMarkup = true;
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w39.TopAttach    = ((uint)(5));
     w39.BottomAttach = ((uint)(6));
     w39.XOptions     = ((global::Gtk.AttachOptions)(4));
     w39.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Height</span>");
     this.label5.UseMarkup = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w40.TopAttach    = ((uint)(6));
     w40.BottomAttach = ((uint)(7));
     w40.XOptions     = ((global::Gtk.AttachOptions)(4));
     w40.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Weight</span>");
     this.label6.UseMarkup = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1[this.label6]));
     w41.TopAttach    = ((uint)(7));
     w41.BottomAttach = ((uint)(8));
     w41.XOptions     = ((global::Gtk.AttachOptions)(4));
     w41.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Birth Date</span>");
     this.label7.UseMarkup = true;
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1[this.label7]));
     w42.TopAttach    = ((uint)(8));
     w42.BottomAttach = ((uint)(9));
     w42.XOptions     = ((global::Gtk.AttachOptions)(4));
     w42.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">Nationality</span>");
     this.label8.UseMarkup = true;
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1[this.label8]));
     w43.TopAttach    = ((uint)(3));
     w43.BottomAttach = ((uint)(4));
     w43.XOptions     = ((global::Gtk.AttachOptions)(4));
     w43.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lastnameentry               = new global::Gtk.Entry();
     this.lastnameentry.CanFocus      = true;
     this.lastnameentry.Name          = "lastnameentry";
     this.lastnameentry.IsEditable    = true;
     this.lastnameentry.InvisibleChar = '●';
     this.table1.Add(this.lastnameentry);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1[this.lastnameentry]));
     w44.TopAttach    = ((uint)(1));
     w44.BottomAttach = ((uint)(2));
     w44.LeftAttach   = ((uint)(1));
     w44.RightAttach  = ((uint)(2));
     w44.XOptions     = ((global::Gtk.AttachOptions)(4));
     w44.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.mailentry               = new global::Gtk.Entry();
     this.mailentry.CanFocus      = true;
     this.mailentry.Name          = "mailentry";
     this.mailentry.IsEditable    = true;
     this.mailentry.InvisibleChar = '•';
     this.table1.Add(this.mailentry);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1[this.mailentry]));
     w45.TopAttach    = ((uint)(9));
     w45.BottomAttach = ((uint)(10));
     w45.LeftAttach   = ((uint)(1));
     w45.RightAttach  = ((uint)(2));
     w45.XOptions     = ((global::Gtk.AttachOptions)(4));
     w45.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.maillabel           = new global::Gtk.Label();
     this.maillabel.Name      = "maillabel";
     this.maillabel.Xalign    = 1F;
     this.maillabel.LabelProp = global::VAS.Core.Catalog.GetString("<span font_desc=\"10\">E-mail</span>");
     this.maillabel.UseMarkup = true;
     this.table1.Add(this.maillabel);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1[this.maillabel]));
     w46.TopAttach    = ((uint)(9));
     w46.BottomAttach = ((uint)(10));
     w46.XOptions     = ((global::Gtk.AttachOptions)(4));
     w46.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameentry               = new global::Gtk.Entry();
     this.nameentry.CanFocus      = true;
     this.nameentry.Name          = "nameentry";
     this.nameentry.IsEditable    = true;
     this.nameentry.InvisibleChar = '●';
     this.table1.Add(this.nameentry);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table1[this.nameentry]));
     w47.LeftAttach  = ((uint)(1));
     w47.RightAttach = ((uint)(2));
     w47.XOptions    = ((global::Gtk.AttachOptions)(4));
     w47.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nationalityentry               = new global::Gtk.Entry();
     this.nationalityentry.CanFocus      = true;
     this.nationalityentry.Name          = "nationalityentry";
     this.nationalityentry.IsEditable    = true;
     this.nationalityentry.InvisibleChar = '●';
     this.table1.Add(this.nationalityentry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1[this.nationalityentry]));
     w48.TopAttach    = ((uint)(3));
     w48.BottomAttach = ((uint)(4));
     w48.LeftAttach   = ((uint)(1));
     w48.RightAttach  = ((uint)(2));
     w48.XOptions     = ((global::Gtk.AttachOptions)(4));
     w48.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nicknameentry               = new global::Gtk.Entry();
     this.nicknameentry.CanFocus      = true;
     this.nicknameentry.Name          = "nicknameentry";
     this.nicknameentry.IsEditable    = true;
     this.nicknameentry.InvisibleChar = '●';
     this.table1.Add(this.nicknameentry);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table1[this.nicknameentry]));
     w49.TopAttach    = ((uint)(2));
     w49.BottomAttach = ((uint)(3));
     w49.LeftAttach   = ((uint)(1));
     w49.RightAttach  = ((uint)(2));
     w49.XOptions     = ((global::Gtk.AttachOptions)(4));
     w49.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.numberspinbutton          = new global::Gtk.SpinButton(0, 100, 1);
     this.numberspinbutton.CanFocus = true;
     this.numberspinbutton.Name     = "numberspinbutton";
     this.numberspinbutton.Adjustment.PageIncrement = 10;
     this.numberspinbutton.ClimbRate = 1;
     this.numberspinbutton.Numeric   = true;
     this.table1.Add(this.numberspinbutton);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table1[this.numberspinbutton]));
     w50.TopAttach    = ((uint)(5));
     w50.BottomAttach = ((uint)(6));
     w50.LeftAttach   = ((uint)(1));
     w50.RightAttach  = ((uint)(2));
     w50.XOptions     = ((global::Gtk.AttachOptions)(4));
     w50.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.positionentry               = new global::Gtk.Entry();
     this.positionentry.CanFocus      = true;
     this.positionentry.Name          = "positionentry";
     this.positionentry.IsEditable    = true;
     this.positionentry.InvisibleChar = '●';
     this.table1.Add(this.positionentry);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table1[this.positionentry]));
     w51.TopAttach    = ((uint)(4));
     w51.BottomAttach = ((uint)(5));
     w51.LeftAttach   = ((uint)(1));
     w51.RightAttach  = ((uint)(2));
     w51.XOptions     = ((global::Gtk.AttachOptions)(4));
     w51.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.weightspinbutton          = new global::Gtk.SpinButton(0, 1000, 1);
     this.weightspinbutton.CanFocus = true;
     this.weightspinbutton.Name     = "weightspinbutton";
     this.weightspinbutton.Adjustment.PageIncrement = 10;
     this.weightspinbutton.ClimbRate = 1;
     this.weightspinbutton.Numeric   = true;
     this.weightspinbutton.Value     = 80;
     this.table1.Add(this.weightspinbutton);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table1[this.weightspinbutton]));
     w52.TopAttach    = ((uint)(7));
     w52.BottomAttach = ((uint)(8));
     w52.LeftAttach   = ((uint)(1));
     w52.RightAttach  = ((uint)(2));
     w52.XOptions     = ((global::Gtk.AttachOptions)(4));
     w52.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.playerpropertyhbox.Add(this.table1);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox[this.table1]));
     w53.Position = 1;
     w53.Expand   = false;
     w53.Fill     = false;
     this.playerpropertyalignment.Add(this.playerpropertyhbox);
     this.playerframe.Add(this.playerpropertyalignment);
     this.alignment2.Add(this.playerframe);
     this.hbox4.Add(this.alignment2);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.alignment2]));
     w57.Position = 1;
     w57.Expand   = false;
     w57.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox4]));
     w58.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton              = new global::Gtk.Button();
     this.savebutton.CanFocus     = true;
     this.savebutton.Name         = "savebutton";
     this.savebutton.UseUnderline = true;
     this.savebutton.Label        = global::VAS.Core.Catalog.GetString("Save template");
     global::Gtk.Image w59 = new global::Gtk.Image();
     w59.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Dialog);
     this.savebutton.Image = w59;
     this.hbuttonbox2.Add(this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w60 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.savebutton]));
     w60.Expand = false;
     w60.Fill   = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.newplayerbutton              = new global::Gtk.Button();
     this.newplayerbutton.CanFocus     = true;
     this.newplayerbutton.Name         = "newplayerbutton";
     this.newplayerbutton.UseUnderline = true;
     this.newplayerbutton.Label        = global::VAS.Core.Catalog.GetString("New player");
     global::Gtk.Image w61 = new global::Gtk.Image();
     w61.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.Dialog);
     this.newplayerbutton.Image = w61;
     this.hbuttonbox2.Add(this.newplayerbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w62 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.newplayerbutton]));
     w62.Position = 1;
     w62.Expand   = false;
     w62.Fill     = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton              = new global::Gtk.Button();
     this.deletebutton.CanFocus     = true;
     this.deletebutton.Name         = "deletebutton";
     this.deletebutton.UseUnderline = true;
     this.deletebutton.Label        = global::VAS.Core.Catalog.GetString("Delete player");
     global::Gtk.Image w63 = new global::Gtk.Image();
     w63.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Dialog);
     this.deletebutton.Image = w63;
     this.hbuttonbox2.Add(this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w64 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2[this.deletebutton]));
     w64.Position = 2;
     w64.Expand   = false;
     w64.Fill     = false;
     this.vbox3.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbuttonbox2]));
     w65.Position = 1;
     w65.Expand   = false;
     w65.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Panel.ProjectsManagerPanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Panel.ProjectsManagerPanel";
     // Container child LongoMatch.Gui.Panel.ProjectsManagerPanel.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this.panelheader1 = new global::LongoMatch.Gui.Panel.PanelHeader ();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name = "panelheader1";
     this.vbox3.Add (this.panelheader1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.panelheader1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.notebook1 = new global::Gtk.Notebook ();
     this.notebook1.CanFocus = true;
     this.notebook1.Name = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.pm_content_alignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.pm_content_alignment.Name = "pm_content_alignment";
     this.pm_content_alignment.BorderWidth = ((uint)(12));
     // Container child pm_content_alignment.Gtk.Container+ContainerChild
     this.pm_hbox = new global::Gtk.HBox ();
     this.pm_hbox.Name = "pm_hbox";
     this.pm_hbox.Spacing = 6;
     // Container child pm_hbox.Gtk.Box+BoxChild
     this.projectlistwidget1 = new global::LongoMatch.Gui.Component.ProjectListWidget ();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name = "projectlistwidget1";
     this.pm_hbox.Add (this.projectlistwidget1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.pm_hbox [this.projectlistwidget1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child pm_hbox.Gtk.Box+BoxChild
     this.projectpropertiesalignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.projectpropertiesalignment.Name = "projectpropertiesalignment";
     this.projectpropertiesalignment.BottomPadding = ((uint)(12));
     // Container child projectpropertiesalignment.Gtk.Container+ContainerChild
     this.rbox = new global::Gtk.VBox ();
     this.rbox.Name = "rbox";
     this.rbox.Spacing = 6;
     // Container child rbox.Gtk.Box+BoxChild
     this.scrolledwindow3 = new global::Gtk.ScrolledWindow ();
     this.scrolledwindow3.CanFocus = true;
     this.scrolledwindow3.Name = "scrolledwindow3";
     this.scrolledwindow3.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport ();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.projectbox = new global::Gtk.VBox ();
     this.projectbox.Name = "projectbox";
     // Container child projectbox.Gtk.Box+BoxChild
     this.gamedescriptionheader1 = new global::LongoMatch.Gui.Component.GameDescriptionHeader ();
     this.gamedescriptionheader1.HeightRequest = 60;
     this.gamedescriptionheader1.Events = ((global::Gdk.EventMask)(256));
     this.gamedescriptionheader1.Name = "gamedescriptionheader1";
     this.projectbox.Add (this.gamedescriptionheader1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.projectbox [this.gamedescriptionheader1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     w4.Padding = ((uint)(50));
     // Container child projectbox.Gtk.Box+BoxChild
     this.infoeventbox = new global::Gtk.EventBox ();
     this.infoeventbox.Name = "infoeventbox";
     // Container child infoeventbox.Gtk.Container+ContainerChild
     this.infolabel = new global::Gtk.Label ();
     this.infolabel.Name = "infolabel";
     this.infolabel.LabelProp = global::VAS.Core.Catalog.GetString ("Information");
     this.infolabel.UseMarkup = true;
     this.infoeventbox.Add (this.infolabel);
     this.projectbox.Add (this.infoeventbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.projectbox [this.infoeventbox]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child projectbox.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(4)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(5));
     // Container child table1.Gtk.Table+TableChild
     this.competitionentry = new global::Gtk.Entry ();
     this.competitionentry.CanFocus = true;
     this.competitionentry.Name = "competitionentry";
     this.competitionentry.IsEditable = true;
     this.competitionentry.InvisibleChar = '●';
     this.table1.Add (this.competitionentry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.competitionentry]));
     w7.LeftAttach = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.Competitionlabel = new global::Gtk.Label ();
     this.Competitionlabel.Name = "Competitionlabel";
     this.Competitionlabel.Xalign = 1F;
     this.Competitionlabel.LabelProp = global::VAS.Core.Catalog.GetString ("Competition:");
     this.table1.Add (this.Competitionlabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.Competitionlabel]));
     w8.LeftAttach = ((uint)(2));
     w8.RightAttach = ((uint)(3));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.datepicker = new global::VAS.UI.UI.Component.DatePicker ();
     this.datepicker.WidthRequest = 150;
     this.datepicker.Events = ((global::Gdk.EventMask)(256));
     this.datepicker.Name = "datepicker";
     this.datepicker.Date = new global::System.DateTime (0);
     this.table1.Add (this.datepicker);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.datepicker]));
     w9.TopAttach = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach = ((uint)(3));
     w9.RightAttach = ((uint)(4));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.desctextview = new global::Gtk.TextView ();
     this.desctextview.CanFocus = true;
     this.desctextview.Name = "desctextview";
     this.GtkScrolledWindow.Add (this.desctextview);
     this.table1.Add (this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w11.TopAttach = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach = ((uint)(1));
     w11.RightAttach = ((uint)(2));
     w11.XOptions = ((global::Gtk.AttachOptions)(4));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString ("Description:");
     this.table1.Add (this.label14);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label14]));
     w12.TopAttach = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString ("Date:");
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w13.TopAttach = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach = ((uint)(2));
     w13.RightAttach = ((uint)(3));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9 = new global::Gtk.Label ();
     this.label9.Name = "label9";
     this.label9.Xalign = 1F;
     this.label9.LabelProp = global::VAS.Core.Catalog.GetString ("Analysis dashboard:");
     this.table1.Add (this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w14.TopAttach = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.seasonentry = new global::Gtk.Entry ();
     this.seasonentry.CanFocus = true;
     this.seasonentry.Name = "seasonentry";
     this.seasonentry.IsEditable = true;
     this.seasonentry.InvisibleChar = '●';
     this.table1.Add (this.seasonentry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.seasonentry]));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.seasonlabel = new global::Gtk.Label ();
     this.seasonlabel.Name = "seasonlabel";
     this.seasonlabel.Xalign = 1F;
     this.seasonlabel.LabelProp = global::VAS.Core.Catalog.GetString ("Season:");
     this.table1.Add (this.seasonlabel);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.seasonlabel]));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.templatelabel = new global::Gtk.Label ();
     this.templatelabel.Name = "templatelabel";
     this.templatelabel.Xalign = 0F;
     this.table1.Add (this.templatelabel);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.templatelabel]));
     w17.TopAttach = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions = ((global::Gtk.AttachOptions)(4));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     this.projectbox.Add (this.table1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.projectbox [this.table1]));
     w18.Position = 2;
     w18.Expand = false;
     w18.Padding = ((uint)(20));
     // Container child projectbox.Gtk.Box+BoxChild
     this.videoseventbox = new global::Gtk.EventBox ();
     this.videoseventbox.Name = "videoseventbox";
     // Container child videoseventbox.Gtk.Container+ContainerChild
     this.videoslabel = new global::Gtk.Label ();
     this.videoslabel.Name = "videoslabel";
     this.videoslabel.LabelProp = global::VAS.Core.Catalog.GetString ("Videos");
     this.videoslabel.UseMarkup = true;
     this.videoseventbox.Add (this.videoslabel);
     this.projectbox.Add (this.videoseventbox);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.projectbox [this.videoseventbox]));
     w20.Position = 3;
     w20.Expand = false;
     w20.Fill = false;
     // Container child projectbox.Gtk.Box+BoxChild
     this.videofileinfo_alignment = new global::Gtk.Alignment (0F, 0F, 1F, 0F);
     this.videofileinfo_alignment.Name = "videofileinfo_alignment";
     // Container child videofileinfo_alignment.Gtk.Container+ContainerChild
     this.videofileinfo_vbox = new global::Gtk.VBox ();
     this.videofileinfo_vbox.Name = "videofileinfo_vbox";
     this.videofileinfo_alignment.Add (this.videofileinfo_vbox);
     this.projectbox.Add (this.videofileinfo_alignment);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.projectbox [this.videofileinfo_alignment]));
     w22.Position = 4;
     w22.Padding = ((uint)(20));
     w3.Add (this.projectbox);
     this.scrolledwindow3.Add (w3);
     this.rbox.Add (this.scrolledwindow3);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.rbox [this.scrolledwindow3]));
     w25.Position = 0;
     // Container child rbox.Gtk.Box+BoxChild
     this.hbuttonbox1 = new global::Gtk.HButtonBox ();
     this.hbuttonbox1.Name = "hbuttonbox1";
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.openbutton = new global::Gtk.Button ();
     this.openbutton.TooltipMarkup = "Open";
     this.openbutton.Sensitive = false;
     this.openbutton.CanFocus = true;
     this.openbutton.Name = "openbutton";
     // Container child openbutton.Gtk.Container+ContainerChild
     this.openbuttonimage = new global::Gtk.Image ();
     this.openbuttonimage.Name = "openbuttonimage";
     this.openbutton.Add (this.openbuttonimage);
     this.hbuttonbox1.Add (this.openbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.openbutton]));
     w27.Expand = false;
     w27.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton = new global::Gtk.Button ();
     this.savebutton.TooltipMarkup = "Save";
     this.savebutton.Sensitive = false;
     this.savebutton.CanFocus = true;
     this.savebutton.Name = "savebutton";
     // Container child savebutton.Gtk.Container+ContainerChild
     this.savebuttonimage = new global::Gtk.Image ();
     this.savebuttonimage.Name = "savebuttonimage";
     this.savebutton.Add (this.savebuttonimage);
     this.hbuttonbox1.Add (this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.savebutton]));
     w29.Position = 1;
     w29.Expand = false;
     w29.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.exportbutton = new global::Gtk.Button ();
     this.exportbutton.TooltipMarkup = "Export";
     this.exportbutton.Sensitive = false;
     this.exportbutton.CanFocus = true;
     this.exportbutton.Name = "exportbutton";
     // Container child exportbutton.Gtk.Container+ContainerChild
     this.exportbuttonimage = new global::Gtk.Image ();
     this.exportbuttonimage.Name = "exportbuttonimage";
     this.exportbutton.Add (this.exportbuttonimage);
     this.hbuttonbox1.Add (this.exportbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.exportbutton]));
     w31.Position = 2;
     w31.Expand = false;
     w31.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.resyncbutton = new global::Gtk.Button ();
     this.resyncbutton.TooltipMarkup = "Adjust periods and secondary videos synchronisation";
     this.resyncbutton.Sensitive = false;
     this.resyncbutton.CanFocus = true;
     this.resyncbutton.Name = "resyncbutton";
     // Container child resyncbutton.Gtk.Container+ContainerChild
     this.resyncbuttonimage = new global::Gtk.Image ();
     this.resyncbuttonimage.Name = "resyncbuttonimage";
     this.resyncbutton.Add (this.resyncbuttonimage);
     this.hbuttonbox1.Add (this.resyncbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.resyncbutton]));
     w33.Position = 3;
     w33.Expand = false;
     w33.Fill = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton = new global::Gtk.Button ();
     this.deletebutton.TooltipMarkup = "Delete";
     this.deletebutton.Sensitive = false;
     this.deletebutton.CanFocus = true;
     this.deletebutton.Name = "deletebutton";
     // Container child deletebutton.Gtk.Container+ContainerChild
     this.deletebuttonimage = new global::Gtk.Image ();
     this.deletebuttonimage.Name = "deletebuttonimage";
     this.deletebutton.Add (this.deletebuttonimage);
     this.hbuttonbox1.Add (this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1 [this.deletebutton]));
     w35.Position = 4;
     w35.Expand = false;
     w35.Fill = false;
     this.rbox.Add (this.hbuttonbox1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.rbox [this.hbuttonbox1]));
     w36.Position = 1;
     w36.Expand = false;
     w36.Fill = false;
     this.projectpropertiesalignment.Add (this.rbox);
     this.pm_hbox.Add (this.projectpropertiesalignment);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.pm_hbox [this.projectpropertiesalignment]));
     w38.Position = 1;
     this.pm_content_alignment.Add (this.pm_hbox);
     this.notebook1.Add (this.pm_content_alignment);
     // Notebook tab
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.notebook1.SetTabLabel (this.pm_content_alignment, this.label1);
     this.label1.ShowAll ();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.projectperiods1 = new global::LongoMatch.Gui.Component.SynchronizationWidget ();
     this.projectperiods1.Events = ((global::Gdk.EventMask)(256));
     this.projectperiods1.Name = "projectperiods1";
     this.projectperiods1.FixedPeriods = false;
     this.notebook1.Add (this.projectperiods1);
     global::Gtk.Notebook.NotebookChild w41 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.projectperiods1]));
     w41.Position = 1;
     // Notebook tab
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.notebook1.SetTabLabel (this.projectperiods1, this.label3);
     this.label3.ShowAll ();
     this.vbox3.Add (this.notebook1);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.notebook1]));
     w42.Position = 1;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.projectbox.Hide ();
     this.rbox.Hide ();
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.TeamTemplateEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.TeamTemplateEditor";
     // Container child LongoMatch.Gui.Component.TeamTemplateEditor.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.teamframe = new global::Gtk.Frame ();
     this.teamframe.Name = "teamframe";
     this.teamframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child teamframe.Gtk.Container+ContainerChild
     this.GtkAlignment3 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     this.GtkAlignment3.TopPadding = ((uint)(12));
     this.GtkAlignment3.RightPadding = ((uint)(12));
     this.GtkAlignment3.BottomPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.vbox5 = new global::Gtk.VBox ();
     this.vbox5.Name = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 30;
     // Container child hbox2.Gtk.Box+BoxChild
     this.shieldframe = new global::Gtk.Frame ();
     this.shieldframe.Name = "shieldframe";
     this.shieldframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child shieldframe.Gtk.Container+ContainerChild
     this.shieldalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.shieldalignment.WidthRequest = 120;
     this.shieldalignment.HeightRequest = 120;
     this.shieldalignment.Name = "shieldalignment";
     this.shieldalignment.LeftPadding = ((uint)(6));
     this.shieldalignment.TopPadding = ((uint)(6));
     this.shieldalignment.RightPadding = ((uint)(6));
     this.shieldalignment.BottomPadding = ((uint)(6));
     // Container child shieldalignment.Gtk.Container+ContainerChild
     this.shieldeventbox = new global::Gtk.EventBox ();
     this.shieldeventbox.Name = "shieldeventbox";
     // Container child shieldeventbox.Gtk.Container+ContainerChild
     this.shieldvbox = new global::Gtk.VBox ();
     this.shieldvbox.Name = "shieldvbox";
     this.shieldvbox.Spacing = 2;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.shieldimage = new global::Gtk.Image ();
     this.shieldimage.Name = "shieldimage";
     this.shieldvbox.Add (this.shieldimage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.shieldimage]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel1 = new global::Gtk.Label ();
     this.teamshieldlabel1.Name = "teamshieldlabel1";
     this.teamshieldlabel1.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Team shield</span>");
     this.teamshieldlabel1.UseMarkup = true;
     this.shieldvbox.Add (this.teamshieldlabel1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.teamshieldlabel1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child shieldvbox.Gtk.Box+BoxChild
     this.teamshieldlabel2 = new global::Gtk.Label ();
     this.teamshieldlabel2.Name = "teamshieldlabel2";
     this.teamshieldlabel2.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.teamshieldlabel2.UseMarkup = true;
     this.shieldvbox.Add (this.teamshieldlabel2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.shieldvbox [this.teamshieldlabel2]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.shieldeventbox.Add (this.shieldvbox);
     this.shieldalignment.Add (this.shieldeventbox);
     this.shieldframe.Add (this.shieldalignment);
     this.hbox2.Add (this.shieldframe);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.shieldframe]));
     w7.Position = 0;
     w7.Expand = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.teamtable = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
     this.teamtable.WidthRequest = 300;
     this.teamtable.Name = "teamtable";
     this.teamtable.RowSpacing = ((uint)(6));
     this.teamtable.ColumnSpacing = ((uint)(6));
     // Container child teamtable.Gtk.Table+TableChild
     this.GtkLabel4 = new global::Gtk.Label ();
     this.GtkLabel4.Name = "GtkLabel4";
     this.GtkLabel4.Xalign = 1F;
     this.GtkLabel4.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Team name</span>");
     this.GtkLabel4.UseMarkup = true;
     this.teamtable.Add (this.GtkLabel4);
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.tacticsentry = new global::Gtk.Entry ();
     this.tacticsentry.WidthRequest = 30;
     this.tacticsentry.CanFocus = true;
     this.tacticsentry.Name = "tacticsentry";
     this.tacticsentry.IsEditable = true;
     this.tacticsentry.InvisibleChar = '•';
     this.hbox5.Add (this.tacticsentry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.tacticsentry]));
     w9.Position = 0;
     // Container child hbox5.Gtk.Box+BoxChild
     this.applybutton = new global::Gtk.Button ();
     this.applybutton.CanFocus = true;
     this.applybutton.Name = "applybutton";
     this.applybutton.UseUnderline = true;
     global::Gtk.Image w10 = new global::Gtk.Image ();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu);
     this.applybutton.Image = w10;
     this.hbox5.Add (this.applybutton);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.applybutton]));
     w11.Position = 1;
     w11.Expand = false;
     w11.Fill = false;
     this.teamtable.Add (this.hbox5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.teamtable [this.hbox5]));
     w12.TopAttach = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions = ((global::Gtk.AttachOptions)(4));
     w12.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.hbox6 = new global::Gtk.HBox ();
     this.hbox6.Name = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton1 = new global::Gtk.ColorButton ();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name = "colorbutton1";
     this.hbox6.Add (this.colorbutton1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.colorbutton1]));
     w13.Position = 0;
     w13.Fill = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.colorbutton2 = new global::Gtk.ColorButton ();
     this.colorbutton2.CanFocus = true;
     this.colorbutton2.Events = ((global::Gdk.EventMask)(784));
     this.colorbutton2.Name = "colorbutton2";
     this.hbox6.Add (this.colorbutton2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.colorbutton2]));
     w14.Position = 1;
     w14.Fill = false;
     this.teamtable.Add (this.hbox6);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.teamtable [this.hbox6]));
     w15.TopAttach = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions = ((global::Gtk.AttachOptions)(4));
     w15.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child teamtable.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 1F;
     this.label2.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Tactics</span>");
     this.label2.UseMarkup = true;
     this.teamtable.Add (this.label2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.teamtable [this.label2]));
     w16.TopAttach = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     // Container child teamtable.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Colors</span>");
     this.label4.UseMarkup = true;
     this.teamtable.Add (this.label4);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.teamtable [this.label4]));
     w17.TopAttach = ((uint)(2));
     w17.BottomAttach = ((uint)(3));
     // Container child teamtable.Gtk.Table+TableChild
     this.teamnameentry = new global::Gtk.Entry ();
     this.teamnameentry.WidthRequest = 100;
     this.teamnameentry.CanFocus = true;
     this.teamnameentry.Name = "teamnameentry";
     this.teamnameentry.IsEditable = true;
     this.teamnameentry.InvisibleChar = '•';
     this.teamtable.Add (this.teamnameentry);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.teamtable [this.teamnameentry]));
     w18.LeftAttach = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.YOptions = ((global::Gtk.AttachOptions)(4));
     this.hbox2.Add (this.teamtable);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.teamtable]));
     w19.Position = 1;
     w19.Expand = false;
     w19.Fill = false;
     this.vbox5.Add (this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox2]));
     w20.Position = 0;
     w20.Expand = false;
     w20.Fill = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.drawingarea = new global::Gtk.DrawingArea ();
     this.drawingarea.Name = "drawingarea";
     this.vbox5.Add (this.drawingarea);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.drawingarea]));
     w21.Position = 1;
     this.GtkAlignment3.Add (this.vbox5);
     this.teamframe.Add (this.GtkAlignment3);
     this.hbox4.Add (this.teamframe);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.teamframe]));
     w24.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0F, 1F, 0F);
     this.alignment2.Name = "alignment2";
     // Container child alignment2.Gtk.Container+ContainerChild
     this.playerframe = new global::Gtk.Frame ();
     this.playerframe.Name = "playerframe";
     this.playerframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerframe.Gtk.Container+ContainerChild
     this.playerpropertyalignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.playerpropertyalignment.Name = "playerpropertyalignment";
     this.playerpropertyalignment.LeftPadding = ((uint)(12));
     this.playerpropertyalignment.TopPadding = ((uint)(12));
     this.playerpropertyalignment.RightPadding = ((uint)(12));
     this.playerpropertyalignment.BottomPadding = ((uint)(12));
     // Container child playerpropertyalignment.Gtk.Container+ContainerChild
     this.playerpropertyhbox = new global::Gtk.HBox ();
     this.playerpropertyhbox.Name = "playerpropertyhbox";
     this.playerpropertyhbox.Spacing = 6;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (0.5F, 0F, 0F, 0F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.playerimageframe = new global::Gtk.Frame ();
     this.playerimageframe.Name = "playerimageframe";
     this.playerimageframe.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child playerimageframe.Gtk.Container+ContainerChild
     this.playerimagealignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.playerimagealignment.Name = "playerimagealignment";
     this.playerimagealignment.LeftPadding = ((uint)(12));
     this.playerimagealignment.TopPadding = ((uint)(12));
     this.playerimagealignment.RightPadding = ((uint)(12));
     this.playerimagealignment.BottomPadding = ((uint)(12));
     // Container child playerimagealignment.Gtk.Container+ContainerChild
     this.playereventbox = new global::Gtk.EventBox ();
     this.playereventbox.Name = "playereventbox";
     // Container child playereventbox.Gtk.Container+ContainerChild
     this.playervbox = new global::Gtk.VBox ();
     this.playervbox.Name = "playervbox";
     this.playervbox.Spacing = 2;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimage = new global::Gtk.Image ();
     this.playerimage.Name = "playerimage";
     this.playervbox.Add (this.playerimage);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimage]));
     w25.Position = 0;
     w25.Expand = false;
     w25.Fill = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel1 = new global::Gtk.Label ();
     this.playerimagelabel1.Name = "playerimagelabel1";
     this.playerimagelabel1.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Player picture</span>");
     this.playerimagelabel1.UseMarkup = true;
     this.playervbox.Add (this.playerimagelabel1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimagelabel1]));
     w26.Position = 1;
     w26.Expand = false;
     w26.Fill = false;
     // Container child playervbox.Gtk.Box+BoxChild
     this.playerimagelabel2 = new global::Gtk.Label ();
     this.playerimagelabel2.Name = "playerimagelabel2";
     this.playerimagelabel2.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"8\">click to change...</span>");
     this.playerimagelabel2.UseMarkup = true;
     this.playervbox.Add (this.playerimagelabel2);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.playervbox [this.playerimagelabel2]));
     w27.Position = 2;
     w27.Expand = false;
     w27.Fill = false;
     this.playereventbox.Add (this.playervbox);
     this.playerimagealignment.Add (this.playereventbox);
     this.playerimageframe.Add (this.playerimagealignment);
     this.alignment1.Add (this.playerimageframe);
     this.playerpropertyhbox.Add (this.alignment1);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox [this.alignment1]));
     w32.Position = 0;
     w32.Expand = false;
     w32.Fill = false;
     // Container child playerpropertyhbox.Gtk.Box+BoxChild
     this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
     this.table1.Name = "table1";
     this.table1.RowSpacing = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.bdaydatepicker = new global::VAS.UI.UI.Component.DatePicker();
     this.bdaydatepicker.Events = ((global::Gdk.EventMask)(256));
     this.bdaydatepicker.Name = "bdaydatepicker";
     this.bdaydatepicker.Date = new global::System.DateTime (0);
     this.table1.Add (this.bdaydatepicker);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1 [this.bdaydatepicker]));
     w33.TopAttach = ((uint)(8));
     w33.BottomAttach = ((uint)(9));
     w33.LeftAttach = ((uint)(1));
     w33.RightAttach = ((uint)(2));
     w33.XOptions = ((global::Gtk.AttachOptions)(4));
     w33.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.heightspinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.heightspinbutton.CanFocus = true;
     this.heightspinbutton.Name = "heightspinbutton";
     this.heightspinbutton.Adjustment.PageIncrement = 10;
     this.heightspinbutton.ClimbRate = 1;
     this.heightspinbutton.Digits = ((uint)(2));
     this.heightspinbutton.Numeric = true;
     this.heightspinbutton.Value = 18;
     this.table1.Add (this.heightspinbutton);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table1 [this.heightspinbutton]));
     w34.TopAttach = ((uint)(6));
     w34.BottomAttach = ((uint)(7));
     w34.LeftAttach = ((uint)(1));
     w34.RightAttach = ((uint)(2));
     w34.XOptions = ((global::Gtk.AttachOptions)(4));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label11 = new global::Gtk.Label ();
     this.label11.Name = "label11";
     this.label11.Xalign = 1F;
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Position</span>");
     this.label11.UseMarkup = true;
     this.table1.Add (this.label11);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table1 [this.label11]));
     w35.TopAttach = ((uint)(4));
     w35.BottomAttach = ((uint)(5));
     w35.XOptions = ((global::Gtk.AttachOptions)(4));
     w35.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label12 = new global::Gtk.Label ();
     this.label12.Name = "label12";
     this.label12.Xalign = 1F;
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Name</span>");
     this.label12.UseMarkup = true;
     this.table1.Add (this.label12);
     global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table1 [this.label12]));
     w36.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label13 = new global::Gtk.Label ();
     this.label13.Name = "label13";
     this.label13.Xalign = 1F;
     this.label13.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Last name</span>");
     this.label13.UseMarkup = true;
     this.table1.Add (this.label13);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table1 [this.label13]));
     w37.TopAttach = ((uint)(1));
     w37.BottomAttach = ((uint)(2));
     w37.XOptions = ((global::Gtk.AttachOptions)(4));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14 = new global::Gtk.Label ();
     this.label14.Name = "label14";
     this.label14.Xalign = 1F;
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Nickname</span>");
     this.label14.UseMarkup = true;
     this.table1.Add (this.label14);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table1 [this.label14]));
     w38.TopAttach = ((uint)(2));
     w38.BottomAttach = ((uint)(3));
     w38.XOptions = ((global::Gtk.AttachOptions)(4));
     w38.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3 = new global::Gtk.Label ();
     this.label3.Name = "label3";
     this.label3.Xalign = 1F;
     this.label3.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Number</span>");
     this.label3.UseMarkup = true;
     this.table1.Add (this.label3);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w39.TopAttach = ((uint)(5));
     w39.BottomAttach = ((uint)(6));
     w39.XOptions = ((global::Gtk.AttachOptions)(4));
     w39.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.Xalign = 1F;
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Height</span>");
     this.label5.UseMarkup = true;
     this.table1.Add (this.label5);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w40.TopAttach = ((uint)(6));
     w40.BottomAttach = ((uint)(7));
     w40.XOptions = ((global::Gtk.AttachOptions)(4));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6 = new global::Gtk.Label ();
     this.label6.Name = "label6";
     this.label6.Xalign = 1F;
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Weight</span>");
     this.label6.UseMarkup = true;
     this.table1.Add (this.label6);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w41.TopAttach = ((uint)(7));
     w41.BottomAttach = ((uint)(8));
     w41.XOptions = ((global::Gtk.AttachOptions)(4));
     w41.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 1F;
     this.label7.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Birth Date</span>");
     this.label7.UseMarkup = true;
     this.table1.Add (this.label7);
     global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w42.TopAttach = ((uint)(8));
     w42.BottomAttach = ((uint)(9));
     w42.XOptions = ((global::Gtk.AttachOptions)(4));
     w42.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label ();
     this.label8.Name = "label8";
     this.label8.Xalign = 1F;
     this.label8.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">Nationality</span>");
     this.label8.UseMarkup = true;
     this.table1.Add (this.label8);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w43.TopAttach = ((uint)(3));
     w43.BottomAttach = ((uint)(4));
     w43.XOptions = ((global::Gtk.AttachOptions)(4));
     w43.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lastnameentry = new global::Gtk.Entry ();
     this.lastnameentry.CanFocus = true;
     this.lastnameentry.Name = "lastnameentry";
     this.lastnameentry.IsEditable = true;
     this.lastnameentry.InvisibleChar = '●';
     this.table1.Add (this.lastnameentry);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table1 [this.lastnameentry]));
     w44.TopAttach = ((uint)(1));
     w44.BottomAttach = ((uint)(2));
     w44.LeftAttach = ((uint)(1));
     w44.RightAttach = ((uint)(2));
     w44.XOptions = ((global::Gtk.AttachOptions)(4));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.mailentry = new global::Gtk.Entry ();
     this.mailentry.CanFocus = true;
     this.mailentry.Name = "mailentry";
     this.mailentry.IsEditable = true;
     this.mailentry.InvisibleChar = '•';
     this.table1.Add (this.mailentry);
     global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table1 [this.mailentry]));
     w45.TopAttach = ((uint)(9));
     w45.BottomAttach = ((uint)(10));
     w45.LeftAttach = ((uint)(1));
     w45.RightAttach = ((uint)(2));
     w45.XOptions = ((global::Gtk.AttachOptions)(4));
     w45.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.maillabel = new global::Gtk.Label ();
     this.maillabel.Name = "maillabel";
     this.maillabel.Xalign = 1F;
     this.maillabel.LabelProp = global::VAS.Core.Catalog.GetString ("<span font_desc=\"10\">E-mail</span>");
     this.maillabel.UseMarkup = true;
     this.table1.Add (this.maillabel);
     global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table1 [this.maillabel]));
     w46.TopAttach = ((uint)(9));
     w46.BottomAttach = ((uint)(10));
     w46.XOptions = ((global::Gtk.AttachOptions)(4));
     w46.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameentry = new global::Gtk.Entry ();
     this.nameentry.CanFocus = true;
     this.nameentry.Name = "nameentry";
     this.nameentry.IsEditable = true;
     this.nameentry.InvisibleChar = '●';
     this.table1.Add (this.nameentry);
     global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameentry]));
     w47.LeftAttach = ((uint)(1));
     w47.RightAttach = ((uint)(2));
     w47.XOptions = ((global::Gtk.AttachOptions)(4));
     w47.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nationalityentry = new global::Gtk.Entry ();
     this.nationalityentry.CanFocus = true;
     this.nationalityentry.Name = "nationalityentry";
     this.nationalityentry.IsEditable = true;
     this.nationalityentry.InvisibleChar = '●';
     this.table1.Add (this.nationalityentry);
     global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table1 [this.nationalityentry]));
     w48.TopAttach = ((uint)(3));
     w48.BottomAttach = ((uint)(4));
     w48.LeftAttach = ((uint)(1));
     w48.RightAttach = ((uint)(2));
     w48.XOptions = ((global::Gtk.AttachOptions)(4));
     w48.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nicknameentry = new global::Gtk.Entry ();
     this.nicknameentry.CanFocus = true;
     this.nicknameentry.Name = "nicknameentry";
     this.nicknameentry.IsEditable = true;
     this.nicknameentry.InvisibleChar = '●';
     this.table1.Add (this.nicknameentry);
     global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table1 [this.nicknameentry]));
     w49.TopAttach = ((uint)(2));
     w49.BottomAttach = ((uint)(3));
     w49.LeftAttach = ((uint)(1));
     w49.RightAttach = ((uint)(2));
     w49.XOptions = ((global::Gtk.AttachOptions)(4));
     w49.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.numberspinbutton = new global::Gtk.SpinButton (0, 100, 1);
     this.numberspinbutton.CanFocus = true;
     this.numberspinbutton.Name = "numberspinbutton";
     this.numberspinbutton.Adjustment.PageIncrement = 10;
     this.numberspinbutton.ClimbRate = 1;
     this.numberspinbutton.Numeric = true;
     this.table1.Add (this.numberspinbutton);
     global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table1 [this.numberspinbutton]));
     w50.TopAttach = ((uint)(5));
     w50.BottomAttach = ((uint)(6));
     w50.LeftAttach = ((uint)(1));
     w50.RightAttach = ((uint)(2));
     w50.XOptions = ((global::Gtk.AttachOptions)(4));
     w50.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.positionentry = new global::Gtk.Entry ();
     this.positionentry.CanFocus = true;
     this.positionentry.Name = "positionentry";
     this.positionentry.IsEditable = true;
     this.positionentry.InvisibleChar = '●';
     this.table1.Add (this.positionentry);
     global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table1 [this.positionentry]));
     w51.TopAttach = ((uint)(4));
     w51.BottomAttach = ((uint)(5));
     w51.LeftAttach = ((uint)(1));
     w51.RightAttach = ((uint)(2));
     w51.XOptions = ((global::Gtk.AttachOptions)(4));
     w51.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.weightspinbutton = new global::Gtk.SpinButton (0, 1000, 1);
     this.weightspinbutton.CanFocus = true;
     this.weightspinbutton.Name = "weightspinbutton";
     this.weightspinbutton.Adjustment.PageIncrement = 10;
     this.weightspinbutton.ClimbRate = 1;
     this.weightspinbutton.Numeric = true;
     this.weightspinbutton.Value = 80;
     this.table1.Add (this.weightspinbutton);
     global::Gtk.Table.TableChild w52 = ((global::Gtk.Table.TableChild)(this.table1 [this.weightspinbutton]));
     w52.TopAttach = ((uint)(7));
     w52.BottomAttach = ((uint)(8));
     w52.LeftAttach = ((uint)(1));
     w52.RightAttach = ((uint)(2));
     w52.XOptions = ((global::Gtk.AttachOptions)(4));
     w52.YOptions = ((global::Gtk.AttachOptions)(4));
     this.playerpropertyhbox.Add (this.table1);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.playerpropertyhbox [this.table1]));
     w53.Position = 1;
     w53.Expand = false;
     w53.Fill = false;
     this.playerpropertyalignment.Add (this.playerpropertyhbox);
     this.playerframe.Add (this.playerpropertyalignment);
     this.alignment2.Add (this.playerframe);
     this.hbox4.Add (this.alignment2);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.alignment2]));
     w57.Position = 1;
     w57.Expand = false;
     w57.Fill = false;
     this.vbox3.Add (this.hbox4);
     global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w58.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(1));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton = new global::Gtk.Button ();
     this.savebutton.CanFocus = true;
     this.savebutton.Name = "savebutton";
     this.savebutton.UseUnderline = true;
     this.savebutton.Label = global::VAS.Core.Catalog.GetString ("Save template");
     global::Gtk.Image w59 = new global::Gtk.Image ();
     w59.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-save", global::Gtk.IconSize.Dialog);
     this.savebutton.Image = w59;
     this.hbuttonbox2.Add (this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w60 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.savebutton]));
     w60.Expand = false;
     w60.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.newplayerbutton = new global::Gtk.Button ();
     this.newplayerbutton.CanFocus = true;
     this.newplayerbutton.Name = "newplayerbutton";
     this.newplayerbutton.UseUnderline = true;
     this.newplayerbutton.Label = global::VAS.Core.Catalog.GetString ("New player");
     global::Gtk.Image w61 = new global::Gtk.Image ();
     w61.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-new", global::Gtk.IconSize.Dialog);
     this.newplayerbutton.Image = w61;
     this.hbuttonbox2.Add (this.newplayerbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w62 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.newplayerbutton]));
     w62.Position = 1;
     w62.Expand = false;
     w62.Fill = false;
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton = new global::Gtk.Button ();
     this.deletebutton.CanFocus = true;
     this.deletebutton.Name = "deletebutton";
     this.deletebutton.UseUnderline = true;
     this.deletebutton.Label = global::VAS.Core.Catalog.GetString ("Delete player");
     global::Gtk.Image w63 = new global::Gtk.Image ();
     w63.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-delete", global::Gtk.IconSize.Dialog);
     this.deletebutton.Image = w63;
     this.hbuttonbox2.Add (this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w64 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.deletebutton]));
     w64.Position = 2;
     w64.Expand = false;
     w64.Fill = false;
     this.vbox3.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox2]));
     w65.Position = 1;
     w65.Expand = false;
     w65.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Esempio n. 5
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Panel.ProjectsManagerPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Panel.ProjectsManagerPanel";
     // Container child LongoMatch.Gui.Panel.ProjectsManagerPanel.Gtk.Container+ContainerChild
     this.vbox3      = new global::Gtk.VBox();
     this.vbox3.Name = "vbox3";
     // Container child vbox3.Gtk.Box+BoxChild
     this.panelheader1        = new global::LongoMatch.Gui.Panel.PanelHeader();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name   = "panelheader1";
     this.vbox3.Add(this.panelheader1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.panelheader1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.pm_hbox         = new global::Gtk.HBox();
     this.pm_hbox.Name    = "pm_hbox";
     this.pm_hbox.Spacing = 6;
     // Container child pm_hbox.Gtk.Box+BoxChild
     this.projectlistwidget1        = new global::LongoMatch.Gui.Component.ProjectListWidget();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name   = "projectlistwidget1";
     this.pm_hbox.Add(this.projectlistwidget1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.pm_hbox[this.projectlistwidget1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child pm_hbox.Gtk.Box+BoxChild
     this.projectpropertiesalignment               = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.projectpropertiesalignment.Name          = "projectpropertiesalignment";
     this.projectpropertiesalignment.BottomPadding = ((uint)(12));
     // Container child projectpropertiesalignment.Gtk.Container+ContainerChild
     this.rbox         = new global::Gtk.VBox();
     this.rbox.Name    = "rbox";
     this.rbox.Spacing = 6;
     // Container child rbox.Gtk.Box+BoxChild
     this.scrolledwindow3                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus         = true;
     this.scrolledwindow3.Name             = "scrolledwindow3";
     this.scrolledwindow3.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     global::Gtk.Viewport w3 = new global::Gtk.Viewport();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.projectbox      = new global::Gtk.VBox();
     this.projectbox.Name = "projectbox";
     // Container child projectbox.Gtk.Box+BoxChild
     this.gamedescriptionheader1 = new global::LongoMatch.Gui.Component.GameDescriptionHeader();
     this.gamedescriptionheader1.HeightRequest = 60;
     this.gamedescriptionheader1.Events        = ((global::Gdk.EventMask)(256));
     this.gamedescriptionheader1.Name          = "gamedescriptionheader1";
     this.projectbox.Add(this.gamedescriptionheader1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.projectbox[this.gamedescriptionheader1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     w4.Padding  = ((uint)(50));
     // Container child projectbox.Gtk.Box+BoxChild
     this.infoeventbox      = new global::Gtk.EventBox();
     this.infoeventbox.Name = "infoeventbox";
     // Container child infoeventbox.Gtk.Container+ContainerChild
     this.infolabel           = new global::Gtk.Label();
     this.infolabel.Name      = "infolabel";
     this.infolabel.LabelProp = global::VAS.Core.Catalog.GetString("Information");
     this.infolabel.UseMarkup = true;
     this.infoeventbox.Add(this.infolabel);
     this.projectbox.Add(this.infoeventbox);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.projectbox[this.infoeventbox]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child projectbox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(5));
     this.table1.ColumnSpacing = ((uint)(5));
     // Container child table1.Gtk.Table+TableChild
     this.competitionentry               = new global::Gtk.Entry();
     this.competitionentry.CanFocus      = true;
     this.competitionentry.Name          = "competitionentry";
     this.competitionentry.IsEditable    = true;
     this.competitionentry.InvisibleChar = '●';
     this.table1.Add(this.competitionentry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.competitionentry]));
     w7.LeftAttach  = ((uint)(3));
     w7.RightAttach = ((uint)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.Competitionlabel           = new global::Gtk.Label();
     this.Competitionlabel.Name      = "Competitionlabel";
     this.Competitionlabel.Xalign    = 1F;
     this.Competitionlabel.LabelProp = global::VAS.Core.Catalog.GetString("Competition:");
     this.table1.Add(this.Competitionlabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.Competitionlabel]));
     w8.LeftAttach  = ((uint)(2));
     w8.RightAttach = ((uint)(3));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.datepicker = new global::VAS.UI.UI.Component.DatePicker();
     this.datepicker.WidthRequest = 150;
     this.datepicker.Events       = ((global::Gdk.EventMask)(256));
     this.datepicker.Name         = "datepicker";
     this.datepicker.Date         = new global::System.DateTime(0);
     this.table1.Add(this.datepicker);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.datepicker]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(3));
     w9.RightAttach  = ((uint)(4));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.desctextview          = new global::Gtk.TextView();
     this.desctextview.CanFocus = true;
     this.desctextview.Name     = "desctextview";
     this.GtkScrolledWindow.Add(this.desctextview);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 1F;
     this.label14.LabelProp = global::VAS.Core.Catalog.GetString("Description:");
     this.table1.Add(this.label14);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.label14]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::VAS.Core.Catalog.GetString("Date:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1[this.label5]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(2));
     w13.RightAttach  = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 1F;
     this.label9.LabelProp = global::VAS.Core.Catalog.GetString("Analysis dashboard:");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1[this.label9]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.seasonentry               = new global::Gtk.Entry();
     this.seasonentry.CanFocus      = true;
     this.seasonentry.Name          = "seasonentry";
     this.seasonentry.IsEditable    = true;
     this.seasonentry.InvisibleChar = '●';
     this.table1.Add(this.seasonentry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.seasonentry]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.seasonlabel           = new global::Gtk.Label();
     this.seasonlabel.Name      = "seasonlabel";
     this.seasonlabel.Xalign    = 1F;
     this.seasonlabel.LabelProp = global::VAS.Core.Catalog.GetString("Season:");
     this.table1.Add(this.seasonlabel);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.seasonlabel]));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.templatelabel        = new global::Gtk.Label();
     this.templatelabel.Name   = "templatelabel";
     this.templatelabel.Xalign = 0F;
     this.table1.Add(this.templatelabel);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.templatelabel]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.projectbox.Add(this.table1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.projectbox[this.table1]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Padding  = ((uint)(20));
     // Container child projectbox.Gtk.Box+BoxChild
     this.videoseventbox      = new global::Gtk.EventBox();
     this.videoseventbox.Name = "videoseventbox";
     // Container child videoseventbox.Gtk.Container+ContainerChild
     this.videoslabel           = new global::Gtk.Label();
     this.videoslabel.Name      = "videoslabel";
     this.videoslabel.LabelProp = global::VAS.Core.Catalog.GetString("Videos");
     this.videoslabel.UseMarkup = true;
     this.videoseventbox.Add(this.videoslabel);
     this.projectbox.Add(this.videoseventbox);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.projectbox[this.videoseventbox]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child projectbox.Gtk.Box+BoxChild
     this.videofileinfo_alignment      = new global::Gtk.Alignment(0F, 0F, 1F, 0F);
     this.videofileinfo_alignment.Name = "videofileinfo_alignment";
     // Container child videofileinfo_alignment.Gtk.Container+ContainerChild
     this.videofileinfo_vbox      = new global::Gtk.VBox();
     this.videofileinfo_vbox.Name = "videofileinfo_vbox";
     this.videofileinfo_alignment.Add(this.videofileinfo_vbox);
     this.projectbox.Add(this.videofileinfo_alignment);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.projectbox[this.videofileinfo_alignment]));
     w22.Position = 4;
     w22.Padding  = ((uint)(20));
     w3.Add(this.projectbox);
     this.scrolledwindow3.Add(w3);
     this.rbox.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.rbox[this.scrolledwindow3]));
     w25.Position = 0;
     // Container child rbox.Gtk.Box+BoxChild
     this.hbuttonbox1      = new global::Gtk.HButtonBox();
     this.hbuttonbox1.Name = "hbuttonbox1";
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.openbutton = new global::Gtk.Button();
     this.openbutton.TooltipMarkup = "Open";
     this.openbutton.Sensitive     = false;
     this.openbutton.CanFocus      = true;
     this.openbutton.Name          = "openbutton";
     // Container child openbutton.Gtk.Container+ContainerChild
     this.openbuttonimage      = new global::VAS.UI.Helpers.ImageView();
     this.openbuttonimage.Name = "openbuttonimage";
     this.openbutton.Add(this.openbuttonimage);
     this.hbuttonbox1.Add(this.openbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.openbutton]));
     w27.Expand = false;
     w27.Fill   = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.savebutton = new global::Gtk.Button();
     this.savebutton.TooltipMarkup = "Save";
     this.savebutton.Sensitive     = false;
     this.savebutton.CanFocus      = true;
     this.savebutton.Name          = "savebutton";
     // Container child savebutton.Gtk.Container+ContainerChild
     this.savebuttonimage      = new global::VAS.UI.Helpers.ImageView();
     this.savebuttonimage.Name = "savebuttonimage";
     this.savebutton.Add(this.savebuttonimage);
     this.hbuttonbox1.Add(this.savebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w29 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.savebutton]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.exportbutton = new global::Gtk.Button();
     this.exportbutton.TooltipMarkup = "Export";
     this.exportbutton.Sensitive     = false;
     this.exportbutton.CanFocus      = true;
     this.exportbutton.Name          = "exportbutton";
     // Container child exportbutton.Gtk.Container+ContainerChild
     this.exportbuttonimage      = new global::VAS.UI.Helpers.ImageView();
     this.exportbuttonimage.Name = "exportbuttonimage";
     this.exportbutton.Add(this.exportbuttonimage);
     this.hbuttonbox1.Add(this.exportbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.exportbutton]));
     w31.Position = 2;
     w31.Expand   = false;
     w31.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.resyncbutton = new global::Gtk.Button();
     this.resyncbutton.TooltipMarkup = "Adjust periods and secondary videos synchronisation";
     this.resyncbutton.Sensitive     = false;
     this.resyncbutton.CanFocus      = true;
     this.resyncbutton.Name          = "resyncbutton";
     // Container child resyncbutton.Gtk.Container+ContainerChild
     this.resyncbuttonimage      = new global::VAS.UI.Helpers.ImageView();
     this.resyncbuttonimage.Name = "resyncbuttonimage";
     this.resyncbutton.Add(this.resyncbuttonimage);
     this.hbuttonbox1.Add(this.resyncbutton);
     global::Gtk.ButtonBox.ButtonBoxChild w33 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.resyncbutton]));
     w33.Position = 3;
     w33.Expand   = false;
     w33.Fill     = false;
     // Container child hbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
     this.deletebutton = new global::Gtk.Button();
     this.deletebutton.TooltipMarkup = "Delete";
     this.deletebutton.Sensitive     = false;
     this.deletebutton.CanFocus      = true;
     this.deletebutton.Name          = "deletebutton";
     // Container child deletebutton.Gtk.Container+ContainerChild
     this.deletebuttonimage      = new global::VAS.UI.Helpers.ImageView();
     this.deletebuttonimage.Name = "deletebuttonimage";
     this.deletebutton.Add(this.deletebuttonimage);
     this.hbuttonbox1.Add(this.deletebutton);
     global::Gtk.ButtonBox.ButtonBoxChild w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox1[this.deletebutton]));
     w35.Position = 4;
     w35.Expand   = false;
     w35.Fill     = false;
     this.rbox.Add(this.hbuttonbox1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.rbox[this.hbuttonbox1]));
     w36.Position = 1;
     w36.Expand   = false;
     w36.Fill     = false;
     this.projectpropertiesalignment.Add(this.rbox);
     this.pm_hbox.Add(this.projectpropertiesalignment);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.pm_hbox[this.projectpropertiesalignment]));
     w38.Position = 1;
     this.vbox3.Add(this.pm_hbox);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.pm_hbox]));
     w39.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.projectbox.Hide();
     this.rbox.Hide();
     this.Hide();
 }