Example #1
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.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.rbox.Hide();
     this.Hide();
 }
Example #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.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();
 }