Ejemplo n.º 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();
 }
 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 ();
 }