protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Dialog.ChooseProjectDialog
     this.Name = "LongoMatch.Gui.Dialog.ChooseProjectDialog";
     this.Title = global::VAS.Core.Catalog.GetString ("Choose project");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint = true;
     // Internal child LongoMatch.Gui.Dialog.ChooseProjectDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.projectlistwidget1 = new global::LongoMatch.Gui.Component.ProjectListWidget ();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name = "projectlistwidget1";
     w1.Add (this.projectlistwidget1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.projectlistwidget1]));
     w2.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.ChooseProjectDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name = "dialog1_ActionArea";
     w3.Spacing = 10;
     w3.BorderWidth = ((uint)(5));
     w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.okButton = new global::Gtk.Button ();
     this.okButton.CanFocus = true;
     this.okButton.Name = "okButton";
     this.okButton.UseStock = true;
     this.okButton.UseUnderline = true;
     this.okButton.Label = "gtk-ok";
     this.AddActionWidget (this.okButton, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.okButton]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 699;
     this.DefaultHeight = 481;
     this.Show ();
 }
Esempio n. 2
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Panel.OpenProjectPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Panel.OpenProjectPanel";
     // Container child LongoMatch.Gui.Panel.OpenProjectPanel.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.panelheader1        = new global::LongoMatch.Gui.Panel.PanelHeader();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name   = "panelheader1";
     this.vbox4.Add(this.panelheader1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.panelheader1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.contentalignment              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.contentalignment.Name         = "contentalignment";
     this.contentalignment.LeftPadding  = ((uint)(12));
     this.contentalignment.RightPadding = ((uint)(12));
     // Container child contentalignment.Gtk.Container+ContainerChild
     this.projectlistwidget        = new global::LongoMatch.Gui.Component.ProjectListWidget();
     this.projectlistwidget.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget.Name   = "projectlistwidget";
     this.contentalignment.Add(this.projectlistwidget);
     this.vbox4.Add(this.contentalignment);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.contentalignment]));
     w3.Position = 1;
     this.Add(this.vbox4);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Panel.OpenProjectPanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Panel.OpenProjectPanel";
     // Container child LongoMatch.Gui.Panel.OpenProjectPanel.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.panelheader1 = new global::LongoMatch.Gui.Panel.PanelHeader ();
     this.panelheader1.Events = ((global::Gdk.EventMask)(256));
     this.panelheader1.Name = "panelheader1";
     this.vbox4.Add (this.panelheader1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.panelheader1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.contentalignment = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.contentalignment.Name = "contentalignment";
     this.contentalignment.LeftPadding = ((uint)(12));
     this.contentalignment.RightPadding = ((uint)(12));
     // Container child contentalignment.Gtk.Container+ContainerChild
     this.projectlistwidget = new global::LongoMatch.Gui.Component.ProjectListWidget ();
     this.projectlistwidget.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget.Name = "projectlistwidget";
     this.contentalignment.Add (this.projectlistwidget);
     this.vbox4.Add (this.contentalignment);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.contentalignment]));
     w3.Position = 1;
     this.Add (this.vbox4);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Esempio n. 4
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.Dialog.ChooseProjectDialog
     this.Name           = "LongoMatch.Gui.Dialog.ChooseProjectDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Choose project");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.Gravity        = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint  = true;
     // Internal child LongoMatch.Gui.Dialog.ChooseProjectDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.projectlistwidget1        = new global::LongoMatch.Gui.Component.ProjectListWidget();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name   = "projectlistwidget1";
     w1.Add(this.projectlistwidget1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.projectlistwidget1]));
     w2.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.ChooseProjectDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name        = "dialog1_ActionArea";
     w3.Spacing     = 10;
     w3.BorderWidth = ((uint)(5));
     w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.okButton              = new global::Gtk.Button();
     this.okButton.CanFocus     = true;
     this.okButton.Name         = "okButton";
     this.okButton.UseStock     = true;
     this.okButton.UseUnderline = true;
     this.okButton.Label        = "gtk-ok";
     this.AddActionWidget(this.okButton, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.okButton]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 699;
     this.DefaultHeight = 481;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Dialog.OpenProjectDialog
     this.Name = "LongoMatch.Gui.Dialog.OpenProjectDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Open Project");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.OpenProjectDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.projectlistwidget = new global::LongoMatch.Gui.Component.ProjectListWidget ();
     this.projectlistwidget.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget.Name = "projectlistwidget";
     w1.Add (this.projectlistwidget);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.projectlistwidget]));
     w2.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.OpenProjectDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name = "dialog1_ActionArea";
     w3.Spacing = 6;
     w3.BorderWidth = ((uint)(5));
     w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel = new global::Gtk.Button ();
     this.buttonCancel.CanDefault = true;
     this.buttonCancel.CanFocus = true;
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseStock = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label = "gtk-cancel";
     this.AddActionWidget (this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.Fill = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.Sensitive = false;
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-open";
     this.AddActionWidget (this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 615;
     this.DefaultHeight = 359;
     this.Show ();
     this.projectlistwidget.ProjectsSelected += new global::LongoMatch.Handlers.ProjectsSelectedHandler (this.OnProjectlistwidgetProjectsSelected);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.OpenProjectDialog
     this.Name            = "LongoMatch.Gui.Dialog.OpenProjectDialog";
     this.Title           = global::Mono.Unix.Catalog.GetString("Open Project");
     this.Icon            = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.OpenProjectDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.projectlistwidget        = new global::LongoMatch.Gui.Component.ProjectListWidget();
     this.projectlistwidget.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget.Name   = "projectlistwidget";
     w1.Add(this.projectlistwidget);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.projectlistwidget]));
     w2.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.OpenProjectDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name        = "dialog1_ActionArea";
     w3.Spacing     = 6;
     w3.BorderWidth = ((uint)(5));
     w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.Sensitive    = false;
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-open";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 615;
     this.DefaultHeight = 359;
     this.Show();
     this.projectlistwidget.ProjectsSelected += new global::LongoMatch.Handlers.ProjectsSelectedHandler(this.OnProjectlistwidgetProjectsSelected);
 }
Esempio n. 8
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.ProjectsManager
     this.Name            = "LongoMatch.Gui.Dialog.ProjectsManager";
     this.Title           = global::Mono.Unix.Catalog.GetString("Projects Manager");
     this.Icon            = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.ProjectsManager.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.dialog1_VBox1             = new global::Gtk.VBox();
     this.dialog1_VBox1.Name        = "dialog1_VBox1";
     this.dialog1_VBox1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 349;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.projectlistwidget1        = new global::LongoMatch.Gui.Component.ProjectListWidget();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name   = "projectlistwidget1";
     this.hpaned1.Add(this.projectlistwidget1);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.projectlistwidget1]));
     w2.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.projectdetails              = new global::LongoMatch.Gui.Component.ProjectDetailsWidget();
     this.projectdetails.Sensitive    = false;
     this.projectdetails.Events       = ((global::Gdk.EventMask)(256));
     this.projectdetails.Name         = "projectdetails";
     this.projectdetails.Edited       = false;
     this.projectdetails.LocalGoals   = 0;
     this.projectdetails.VisitorGoals = 0;
     this.projectdetails.Date         = new global::System.DateTime(0);
     this.GtkAlignment2.Add(this.projectdetails);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel6           = new global::Gtk.Label();
     this.GtkLabel6.Name      = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Project Details</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel6;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.saveButton = new global::Gtk.Button();
     this.saveButton.TooltipMarkup = "Save the selected project";
     this.saveButton.Sensitive     = false;
     this.saveButton.CanFocus      = true;
     this.saveButton.Name          = "saveButton";
     this.saveButton.UseStock      = true;
     this.saveButton.UseUnderline  = true;
     this.saveButton.Label         = "gtk-save";
     this.vbox2.Add(this.saveButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.saveButton]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.deleteButton = new global::Gtk.Button();
     this.deleteButton.TooltipMarkup = "Delete the selected project";
     this.deleteButton.Sensitive     = false;
     this.deleteButton.CanFocus      = true;
     this.deleteButton.Name          = "deleteButton";
     this.deleteButton.UseStock      = true;
     this.deleteButton.UseUnderline  = true;
     this.deleteButton.Label         = "gtk-delete";
     this.vbox2.Add(this.deleteButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.deleteButton]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.exportbutton = new global::Gtk.Button();
     this.exportbutton.TooltipMarkup = "Export the selected project to a file";
     this.exportbutton.Sensitive     = false;
     this.exportbutton.CanFocus      = true;
     this.exportbutton.Name          = "exportbutton";
     this.exportbutton.UseUnderline  = true;
     // Container child exportbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w8 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w9 = new global::Gtk.HBox();
     w9.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "stock_export", global::Gtk.IconSize.Menu);
     w9.Add(w10);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w12 = new global::Gtk.Label();
     w12.LabelProp    = global::Mono.Unix.Catalog.GetString("_Export");
     w12.UseUnderline = true;
     w9.Add(w12);
     w8.Add(w9);
     this.exportbutton.Add(w8);
     this.vbox2.Add(this.exportbutton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.exportbutton]));
     w16.Position = 3;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hpaned1.Add(this.vbox2);
     this.hbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hpaned1]));
     w18.Position = 0;
     this.dialog1_VBox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1 [this.hbox2]));
     w19.Position = 0;
     // Container child dialog1_VBox1.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.dialog1_VBox1.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1 [this.hseparator3]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.dialog1_VBox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog1_VBox1]));
     w21.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.ProjectsManager.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Name        = "dialog1_ActionArea";
     w22.Spacing     = 6;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-quit";
     this.AddActionWidget(this.buttonOk, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
     w23.Expand = false;
     w23.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 757;
     this.DefaultHeight = 512;
     this.Show();
     this.projectlistwidget1.ProjectsSelected += new global::LongoMatch.Handlers.ProjectsSelectedHandler(this.OnProjectlistwidget1ProjectsSelected);
     this.projectdetails.EditedEvent          += new global::System.EventHandler(this.OnProjectdetailsEditedEvent);
     this.saveButton.Pressed   += new global::System.EventHandler(this.OnSaveButtonPressed);
     this.deleteButton.Pressed += new global::System.EventHandler(this.OnDeleteButtonPressed);
     this.exportbutton.Clicked += new global::System.EventHandler(this.OnExportbuttonClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 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.Dialog.ProjectsManager
     this.Name = "LongoMatch.Gui.Dialog.ProjectsManager";
     this.Title = global::Mono.Unix.Catalog.GetString ("Projects Manager");
     this.Icon = global::Stetic.IconLoader.LoadIcon (this, "longomatch", global::Gtk.IconSize.Dialog);
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal = true;
     this.Gravity = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.ProjectsManager.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.dialog1_VBox1 = new global::Gtk.VBox ();
     this.dialog1_VBox1.Name = "dialog1_VBox1";
     this.dialog1_VBox1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.hpaned1 = new global::Gtk.HPaned ();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name = "hpaned1";
     this.hpaned1.Position = 349;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.projectlistwidget1 = new global::LongoMatch.Gui.Component.ProjectListWidget ();
     this.projectlistwidget1.Events = ((global::Gdk.EventMask)(256));
     this.projectlistwidget1.Name = "projectlistwidget1";
     this.hpaned1.Add (this.projectlistwidget1);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.projectlistwidget1]));
     w2.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.projectdetails = new global::LongoMatch.Gui.Component.ProjectDetailsWidget ();
     this.projectdetails.Sensitive = false;
     this.projectdetails.Events = ((global::Gdk.EventMask)(256));
     this.projectdetails.Name = "projectdetails";
     this.projectdetails.Edited = false;
     this.projectdetails.LocalGoals = 0;
     this.projectdetails.VisitorGoals = 0;
     this.projectdetails.Date = new global::System.DateTime (0);
     this.GtkAlignment2.Add (this.projectdetails);
     this.frame1.Add (this.GtkAlignment2);
     this.GtkLabel6 = new global::Gtk.Label ();
     this.GtkLabel6.Name = "GtkLabel6";
     this.GtkLabel6.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Project Details</b>");
     this.GtkLabel6.UseMarkup = true;
     this.frame1.LabelWidget = this.GtkLabel6;
     this.vbox2.Add (this.frame1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w5.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.saveButton = new global::Gtk.Button ();
     this.saveButton.TooltipMarkup = "Save the selected project";
     this.saveButton.Sensitive = false;
     this.saveButton.CanFocus = true;
     this.saveButton.Name = "saveButton";
     this.saveButton.UseStock = true;
     this.saveButton.UseUnderline = true;
     this.saveButton.Label = "gtk-save";
     this.vbox2.Add (this.saveButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.saveButton]));
     w6.Position = 1;
     w6.Expand = false;
     w6.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.deleteButton = new global::Gtk.Button ();
     this.deleteButton.TooltipMarkup = "Delete the selected project";
     this.deleteButton.Sensitive = false;
     this.deleteButton.CanFocus = true;
     this.deleteButton.Name = "deleteButton";
     this.deleteButton.UseStock = true;
     this.deleteButton.UseUnderline = true;
     this.deleteButton.Label = "gtk-delete";
     this.vbox2.Add (this.deleteButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.deleteButton]));
     w7.Position = 2;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.exportbutton = new global::Gtk.Button ();
     this.exportbutton.TooltipMarkup = "Export the selected project to a file";
     this.exportbutton.Sensitive = false;
     this.exportbutton.CanFocus = true;
     this.exportbutton.Name = "exportbutton";
     this.exportbutton.UseUnderline = true;
     // Container child exportbutton.Gtk.Container+ContainerChild
     global::Gtk.Alignment w8 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w9 = new global::Gtk.HBox ();
     w9.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w10 = new global::Gtk.Image ();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "stock_export", global::Gtk.IconSize.Menu);
     w9.Add (w10);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w12 = new global::Gtk.Label ();
     w12.LabelProp = global::Mono.Unix.Catalog.GetString ("_Export");
     w12.UseUnderline = true;
     w9.Add (w12);
     w8.Add (w9);
     this.exportbutton.Add (w8);
     this.vbox2.Add (this.exportbutton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.exportbutton]));
     w16.Position = 3;
     w16.Expand = false;
     w16.Fill = false;
     this.hpaned1.Add (this.vbox2);
     this.hbox2.Add (this.hpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.hpaned1]));
     w18.Position = 0;
     this.dialog1_VBox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1 [this.hbox2]));
     w19.Position = 0;
     // Container child dialog1_VBox1.Gtk.Box+BoxChild
     this.hseparator3 = new global::Gtk.HSeparator ();
     this.hseparator3.Name = "hseparator3";
     this.dialog1_VBox1.Add (this.hseparator3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox1 [this.hseparator3]));
     w20.PackType = ((global::Gtk.PackType)(1));
     w20.Position = 1;
     w20.Expand = false;
     w20.Fill = false;
     w1.Add (this.dialog1_VBox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.dialog1_VBox1]));
     w21.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.ProjectsManager.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Name = "dialog1_ActionArea";
     w22.Spacing = 6;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk = new global::Gtk.Button ();
     this.buttonOk.CanDefault = true;
     this.buttonOk.CanFocus = true;
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.UseStock = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label = "gtk-quit";
     this.AddActionWidget (this.buttonOk, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
     w23.Expand = false;
     w23.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 757;
     this.DefaultHeight = 512;
     this.Show ();
     this.projectlistwidget1.ProjectsSelected += new global::LongoMatch.Handlers.ProjectsSelectedHandler (this.OnProjectlistwidget1ProjectsSelected);
     this.projectdetails.EditedEvent += new global::System.EventHandler (this.OnProjectdetailsEditedEvent);
     this.saveButton.Pressed += new global::System.EventHandler (this.OnSaveButtonPressed);
     this.deleteButton.Pressed += new global::System.EventHandler (this.OnDeleteButtonPressed);
     this.exportbutton.Clicked += new global::System.EventHandler (this.OnExportbuttonClicked);
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }