From 50cfb60dfff75eab0c4c0c8b61c0d5928039d504 Mon Sep 17 00:00:00 2001 From: iain holmes Date: Fri, 24 Nov 2017 17:02:56 +0000 Subject: Remove stetic files, and make the autogenerated UI files the definitive version Stop autogenerating files and in future any changes to the generated UI files can be made in the CS code itself --- ...atformLibraryProjectTemplateWizardPageWidget.cs | 448 +++++ ...ui.GtkNuGetPackageMetadataOptionsPanelWidget.cs | 581 ++++++ ....GtkPackagingProjectTemplateWizardPageWidget.cs | 264 +++ .../GtkProjectNuGetBuildOptionsPanelWidget.UI.cs | 4 +- .../GtkReferenceAssembliesOptionsPanelWidget.UI.cs | 4 +- .../MonoDevelop.Packaging.csproj | 11 +- ...atformLibraryProjectTemplateWizardPageWidget.cs | 448 ----- ...ui.GtkNuGetPackageMetadataOptionsPanelWidget.cs | 581 ------ ....GtkPackagingProjectTemplateWizardPageWidget.cs | 264 --- .../MonoDevelop.Packaging/gtk-gui/generated.cs | 88 - .../MonoDevelop.Packaging/gtk-gui/gui.stetic | 1855 -------------------- 11 files changed, 1301 insertions(+), 3247 deletions(-) create mode 100644 main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs create mode 100644 main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs create mode 100644 main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs delete mode 100644 main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs delete mode 100644 main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs delete mode 100644 main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs delete mode 100644 main/src/addins/MonoDevelop.Packaging/gtk-gui/generated.cs delete mode 100644 main/src/addins/MonoDevelop.Packaging/gtk-gui/gui.stetic (limited to 'main/src/addins/MonoDevelop.Packaging') diff --git a/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs new file mode 100644 index 0000000000..a3774a6aea --- /dev/null +++ b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs @@ -0,0 +1,448 @@ + +// This file has been generated by the GUI designer. Do not modify. +namespace MonoDevelop.Packaging.Gui +{ + public partial class GtkCrossPlatformLibraryProjectTemplateWizardPageWidget + { + private global::Gtk.HBox mainHBox; + + private global::Gtk.EventBox leftBorderEventBox; + + private global::Gtk.VBox configurationVBox; + + private global::Gtk.EventBox configurationTopEventBox; + + private global::Gtk.EventBox configurationTableEventBox; + + private global::Gtk.Table configurationTable; + + private global::Gtk.Label descriptionLabel; + + private global::Gtk.Entry descriptionTextBox; + + private global::Gtk.Label implementationLabel; + + private global::Gtk.EventBox nameEventBox; + + private global::Gtk.Label nameLabel; + + private global::Gtk.Entry nameTextBox; + + private global::Gtk.EventBox organizationInfoEventBox; + + private global::Gtk.Label paddingLabelSharedCode; + + private global::Gtk.Label paddingLabelTargetPlatforms; + + private global::Gtk.Label paddingLabelXaml; + + private global::Gtk.DrawingArea sharedCodeSeparator; + + private global::Gtk.VBox sharedCodeVBox; + + private global::Gtk.HBox usePortableClassLibraryHBox; + + private global::Gtk.RadioButton sharedProjectRadioButton; + + private global::Gtk.VBox usePortableLibraryInfoVBox; + + private global::Gtk.Label usePortableLibraryInfoIconPaddingLabel; + + private global::Gtk.EventBox usePortableLibraryInfoEventBox; + + private global::Gtk.HBox useSharedLibraryHBox; + + private global::Gtk.RadioButton portableClassLibraryRadioButton; + + private global::Gtk.VBox useSharedLibraryInfoVBox; + + private global::Gtk.Label useSharedLibraryInfoIconPaddingLabel; + + private global::Gtk.EventBox useSharedLibraryInfoEventBox; + + private global::Gtk.Label targetPlatformsLabel; + + private global::Gtk.DrawingArea targetPlatformsSeparator; + + private global::Gtk.VBox targetPlatformsVBox; + + private global::Gtk.CheckButton androidCheckButton; + + private global::Gtk.CheckButton iOSCheckButton; + + private global::Gtk.EventBox configurationBottomEventBox; + + private global::Gtk.EventBox backgroundLargeImageEventBox; + + private global::Gtk.VBox backgroundLargeImageVBox; + + protected virtual void Build () + { + MonoDevelop.Components.Gui.Initialize (this); + // Widget MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget + MonoDevelop.Components.BinContainer.Attach (this); + this.Name = "MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget"; + // Container child MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild + this.mainHBox = new global::Gtk.HBox (); + this.mainHBox.Name = "mainHBox"; + // Container child mainHBox.Gtk.Box+BoxChild + this.leftBorderEventBox = new global::Gtk.EventBox (); + this.leftBorderEventBox.WidthRequest = 30; + this.leftBorderEventBox.Name = "leftBorderEventBox"; + this.mainHBox.Add (this.leftBorderEventBox); + global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox])); + w1.Position = 0; + w1.Expand = false; + // Container child mainHBox.Gtk.Box+BoxChild + this.configurationVBox = new global::Gtk.VBox (); + this.configurationVBox.WidthRequest = 440; + this.configurationVBox.Name = "configurationVBox"; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationTopEventBox = new global::Gtk.EventBox (); + this.configurationTopEventBox.Name = "configurationTopEventBox"; + this.configurationVBox.Add (this.configurationTopEventBox); + global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox])); + w2.Position = 0; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationTableEventBox = new global::Gtk.EventBox (); + this.configurationTableEventBox.Name = "configurationTableEventBox"; + // Container child configurationTableEventBox.Gtk.Container+ContainerChild + this.configurationTable = new global::Gtk.Table (((uint)(9)), ((uint)(3)), false); + this.configurationTable.Name = "configurationTable"; + this.configurationTable.RowSpacing = ((uint)(7)); + this.configurationTable.ColumnSpacing = ((uint)(6)); + // Container child configurationTable.Gtk.Table+TableChild + this.descriptionLabel = new global::Gtk.Label (); + this.descriptionLabel.Name = "descriptionLabel"; + this.descriptionLabel.Xpad = 5; + this.descriptionLabel.Xalign = 1F; + this.descriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:"); + this.descriptionLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.descriptionLabel); + global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionLabel])); + w3.TopAttach = ((uint)(1)); + w3.BottomAttach = ((uint)(2)); + w3.XOptions = ((global::Gtk.AttachOptions)(4)); + w3.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.descriptionTextBox = new global::Gtk.Entry (); + this.descriptionTextBox.CanFocus = true; + this.descriptionTextBox.Name = "descriptionTextBox"; + this.descriptionTextBox.IsEditable = true; + this.descriptionTextBox.InvisibleChar = '●'; + this.configurationTable.Add (this.descriptionTextBox); + global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionTextBox])); + w4.TopAttach = ((uint)(1)); + w4.BottomAttach = ((uint)(2)); + w4.LeftAttach = ((uint)(1)); + w4.RightAttach = ((uint)(2)); + w4.XOptions = ((global::Gtk.AttachOptions)(4)); + w4.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.implementationLabel = new global::Gtk.Label (); + this.implementationLabel.Name = "implementationLabel"; + this.implementationLabel.Xpad = 5; + this.implementationLabel.Xalign = 1F; + this.implementationLabel.Yalign = 0.8F; + this.implementationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Implementation:"); + this.implementationLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.implementationLabel); + global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.implementationLabel])); + w5.TopAttach = ((uint)(6)); + w5.BottomAttach = ((uint)(7)); + w5.XOptions = ((global::Gtk.AttachOptions)(4)); + w5.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.nameEventBox = new global::Gtk.EventBox (); + this.nameEventBox.WidthRequest = 16; + this.nameEventBox.HeightRequest = 16; + this.nameEventBox.Name = "nameEventBox"; + this.nameEventBox.VisibleWindow = false; + this.configurationTable.Add (this.nameEventBox); + global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameEventBox])); + w6.LeftAttach = ((uint)(2)); + w6.RightAttach = ((uint)(3)); + w6.XOptions = ((global::Gtk.AttachOptions)(4)); + w6.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.nameLabel = new global::Gtk.Label (); + this.nameLabel.Name = "nameLabel"; + this.nameLabel.Xpad = 5; + this.nameLabel.Xalign = 1F; + this.nameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); + this.nameLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.nameLabel); + global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameLabel])); + w7.XOptions = ((global::Gtk.AttachOptions)(4)); + w7.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.nameTextBox = new global::Gtk.Entry (); + this.nameTextBox.CanFocus = true; + this.nameTextBox.Name = "nameTextBox"; + this.nameTextBox.IsEditable = true; + this.nameTextBox.InvisibleChar = '●'; + this.configurationTable.Add (this.nameTextBox); + global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameTextBox])); + w8.LeftAttach = ((uint)(1)); + w8.RightAttach = ((uint)(2)); + w8.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.organizationInfoEventBox = new global::Gtk.EventBox (); + this.organizationInfoEventBox.WidthRequest = 16; + this.organizationInfoEventBox.HeightRequest = 16; + this.organizationInfoEventBox.Name = "organizationInfoEventBox"; + this.organizationInfoEventBox.VisibleWindow = false; + this.configurationTable.Add (this.organizationInfoEventBox); + global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox])); + w9.TopAttach = ((uint)(1)); + w9.BottomAttach = ((uint)(2)); + w9.LeftAttach = ((uint)(2)); + w9.RightAttach = ((uint)(3)); + w9.XOptions = ((global::Gtk.AttachOptions)(2)); + w9.YOptions = ((global::Gtk.AttachOptions)(2)); + // Container child configurationTable.Gtk.Table+TableChild + this.paddingLabelSharedCode = new global::Gtk.Label (); + this.paddingLabelSharedCode.WidthRequest = 132; + this.paddingLabelSharedCode.Name = "paddingLabelSharedCode"; + this.paddingLabelSharedCode.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.paddingLabelSharedCode); + global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelSharedCode])); + w10.TopAttach = ((uint)(7)); + w10.BottomAttach = ((uint)(8)); + w10.XOptions = ((global::Gtk.AttachOptions)(4)); + w10.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.paddingLabelTargetPlatforms = new global::Gtk.Label (); + this.paddingLabelTargetPlatforms.WidthRequest = 132; + this.paddingLabelTargetPlatforms.Name = "paddingLabelTargetPlatforms"; + this.paddingLabelTargetPlatforms.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.paddingLabelTargetPlatforms); + global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelTargetPlatforms])); + w11.TopAttach = ((uint)(4)); + w11.BottomAttach = ((uint)(5)); + w11.XOptions = ((global::Gtk.AttachOptions)(4)); + w11.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.paddingLabelXaml = new global::Gtk.Label (); + this.paddingLabelXaml.WidthRequest = 132; + this.paddingLabelXaml.HeightRequest = 5; + this.paddingLabelXaml.Name = "paddingLabelXaml"; + this.paddingLabelXaml.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.paddingLabelXaml); + global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelXaml])); + w12.TopAttach = ((uint)(8)); + w12.BottomAttach = ((uint)(9)); + w12.XOptions = ((global::Gtk.AttachOptions)(4)); + w12.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.sharedCodeSeparator = new global::Gtk.DrawingArea (); + this.sharedCodeSeparator.HeightRequest = 1; + this.sharedCodeSeparator.Name = "sharedCodeSeparator"; + this.configurationTable.Add (this.sharedCodeSeparator); + global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeSeparator])); + w13.TopAttach = ((uint)(5)); + w13.BottomAttach = ((uint)(6)); + w13.RightAttach = ((uint)(3)); + w13.YPadding = ((uint)(10)); + w13.XOptions = ((global::Gtk.AttachOptions)(4)); + w13.YOptions = ((global::Gtk.AttachOptions)(0)); + // Container child configurationTable.Gtk.Table+TableChild + this.sharedCodeVBox = new global::Gtk.VBox (); + this.sharedCodeVBox.Name = "sharedCodeVBox"; + // Container child sharedCodeVBox.Gtk.Box+BoxChild + this.usePortableClassLibraryHBox = new global::Gtk.HBox (); + this.usePortableClassLibraryHBox.Name = "usePortableClassLibraryHBox"; + // Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild + this.sharedProjectRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Platform specific")); + this.sharedProjectRadioButton.CanFocus = true; + this.sharedProjectRadioButton.Name = "sharedProjectRadioButton"; + this.sharedProjectRadioButton.Active = true; + this.sharedProjectRadioButton.DrawIndicator = true; + this.sharedProjectRadioButton.UseUnderline = true; + this.sharedProjectRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero); + this.usePortableClassLibraryHBox.Add (this.sharedProjectRadioButton); + global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.sharedProjectRadioButton])); + w14.Position = 0; + // Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild + this.usePortableLibraryInfoVBox = new global::Gtk.VBox (); + this.usePortableLibraryInfoVBox.Name = "usePortableLibraryInfoVBox"; + // Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild + this.usePortableLibraryInfoIconPaddingLabel = new global::Gtk.Label (); + this.usePortableLibraryInfoIconPaddingLabel.HeightRequest = 1; + this.usePortableLibraryInfoIconPaddingLabel.Name = "usePortableLibraryInfoIconPaddingLabel"; + this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoIconPaddingLabel); + global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoIconPaddingLabel])); + w15.Position = 0; + w15.Expand = false; + w15.Fill = false; + // Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild + this.usePortableLibraryInfoEventBox = new global::Gtk.EventBox (); + this.usePortableLibraryInfoEventBox.WidthRequest = 16; + this.usePortableLibraryInfoEventBox.HeightRequest = 16; + this.usePortableLibraryInfoEventBox.Name = "usePortableLibraryInfoEventBox"; + this.usePortableLibraryInfoEventBox.VisibleWindow = false; + this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoEventBox); + global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoEventBox])); + w16.Position = 1; + this.usePortableClassLibraryHBox.Add (this.usePortableLibraryInfoVBox); + global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.usePortableLibraryInfoVBox])); + w17.Position = 1; + w17.Expand = false; + this.sharedCodeVBox.Add (this.usePortableClassLibraryHBox); + global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.usePortableClassLibraryHBox])); + w18.Position = 0; + w18.Expand = false; + w18.Fill = false; + w18.Padding = ((uint)(1)); + // Container child sharedCodeVBox.Gtk.Box+BoxChild + this.useSharedLibraryHBox = new global::Gtk.HBox (); + this.useSharedLibraryHBox.Name = "useSharedLibraryHBox"; + // Container child useSharedLibraryHBox.Gtk.Box+BoxChild + this.portableClassLibraryRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Single for all platforms")); + this.portableClassLibraryRadioButton.CanFocus = true; + this.portableClassLibraryRadioButton.Name = "portableClassLibraryRadioButton"; + this.portableClassLibraryRadioButton.DrawIndicator = true; + this.portableClassLibraryRadioButton.UseUnderline = true; + this.portableClassLibraryRadioButton.Group = this.sharedProjectRadioButton.Group; + this.useSharedLibraryHBox.Add (this.portableClassLibraryRadioButton); + global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.portableClassLibraryRadioButton])); + w19.Position = 0; + // Container child useSharedLibraryHBox.Gtk.Box+BoxChild + this.useSharedLibraryInfoVBox = new global::Gtk.VBox (); + this.useSharedLibraryInfoVBox.Name = "useSharedLibraryInfoVBox"; + // Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild + this.useSharedLibraryInfoIconPaddingLabel = new global::Gtk.Label (); + this.useSharedLibraryInfoIconPaddingLabel.HeightRequest = 1; + this.useSharedLibraryInfoIconPaddingLabel.Name = "useSharedLibraryInfoIconPaddingLabel"; + this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoIconPaddingLabel); + global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoIconPaddingLabel])); + w20.Position = 0; + w20.Expand = false; + w20.Fill = false; + // Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild + this.useSharedLibraryInfoEventBox = new global::Gtk.EventBox (); + this.useSharedLibraryInfoEventBox.WidthRequest = 16; + this.useSharedLibraryInfoEventBox.HeightRequest = 16; + this.useSharedLibraryInfoEventBox.Name = "useSharedLibraryInfoEventBox"; + this.useSharedLibraryInfoEventBox.VisibleWindow = false; + this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoEventBox); + global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoEventBox])); + w21.Position = 1; + this.useSharedLibraryHBox.Add (this.useSharedLibraryInfoVBox); + global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.useSharedLibraryInfoVBox])); + w22.Position = 1; + w22.Expand = false; + this.sharedCodeVBox.Add (this.useSharedLibraryHBox); + global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.useSharedLibraryHBox])); + w23.Position = 1; + w23.Expand = false; + w23.Fill = false; + w23.Padding = ((uint)(1)); + this.configurationTable.Add (this.sharedCodeVBox); + global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeVBox])); + w24.TopAttach = ((uint)(6)); + w24.BottomAttach = ((uint)(8)); + w24.LeftAttach = ((uint)(1)); + w24.RightAttach = ((uint)(3)); + w24.XOptions = ((global::Gtk.AttachOptions)(4)); + w24.YOptions = ((global::Gtk.AttachOptions)(0)); + // Container child configurationTable.Gtk.Table+TableChild + this.targetPlatformsLabel = new global::Gtk.Label (); + this.targetPlatformsLabel.Name = "targetPlatformsLabel"; + this.targetPlatformsLabel.Xpad = 5; + this.targetPlatformsLabel.Xalign = 1F; + this.targetPlatformsLabel.Yalign = 0.8F; + this.targetPlatformsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Platforms:"); + this.targetPlatformsLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.targetPlatformsLabel); + global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsLabel])); + w25.TopAttach = ((uint)(3)); + w25.BottomAttach = ((uint)(4)); + w25.XOptions = ((global::Gtk.AttachOptions)(4)); + w25.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.targetPlatformsSeparator = new global::Gtk.DrawingArea (); + this.targetPlatformsSeparator.HeightRequest = 1; + this.targetPlatformsSeparator.Name = "targetPlatformsSeparator"; + this.configurationTable.Add (this.targetPlatformsSeparator); + global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsSeparator])); + w26.TopAttach = ((uint)(2)); + w26.BottomAttach = ((uint)(3)); + w26.RightAttach = ((uint)(3)); + w26.YPadding = ((uint)(10)); + w26.XOptions = ((global::Gtk.AttachOptions)(4)); + w26.YOptions = ((global::Gtk.AttachOptions)(0)); + // Container child configurationTable.Gtk.Table+TableChild + this.targetPlatformsVBox = new global::Gtk.VBox (); + this.targetPlatformsVBox.Name = "targetPlatformsVBox"; + // Container child targetPlatformsVBox.Gtk.Box+BoxChild + this.androidCheckButton = new global::Gtk.CheckButton (); + this.androidCheckButton.CanFocus = true; + this.androidCheckButton.Name = "androidCheckButton"; + this.androidCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Android"); + this.androidCheckButton.Active = true; + this.androidCheckButton.DrawIndicator = true; + this.androidCheckButton.UseUnderline = true; + this.targetPlatformsVBox.Add (this.androidCheckButton); + global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.androidCheckButton])); + w27.Position = 0; + w27.Expand = false; + w27.Fill = false; + w27.Padding = ((uint)(1)); + // Container child targetPlatformsVBox.Gtk.Box+BoxChild + this.iOSCheckButton = new global::Gtk.CheckButton (); + this.iOSCheckButton.CanFocus = true; + this.iOSCheckButton.Name = "iOSCheckButton"; + this.iOSCheckButton.Label = global::Mono.Unix.Catalog.GetString ("iOS"); + this.iOSCheckButton.Active = true; + this.iOSCheckButton.DrawIndicator = true; + this.iOSCheckButton.UseUnderline = true; + this.targetPlatformsVBox.Add (this.iOSCheckButton); + global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.iOSCheckButton])); + w28.Position = 1; + w28.Expand = false; + w28.Fill = false; + w28.Padding = ((uint)(1)); + this.configurationTable.Add (this.targetPlatformsVBox); + global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsVBox])); + w29.TopAttach = ((uint)(3)); + w29.BottomAttach = ((uint)(5)); + w29.LeftAttach = ((uint)(1)); + w29.RightAttach = ((uint)(2)); + w29.XOptions = ((global::Gtk.AttachOptions)(4)); + w29.YOptions = ((global::Gtk.AttachOptions)(0)); + this.configurationTableEventBox.Add (this.configurationTable); + this.configurationVBox.Add (this.configurationTableEventBox); + global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox])); + w31.Position = 1; + w31.Expand = false; + w31.Fill = false; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationBottomEventBox = new global::Gtk.EventBox (); + this.configurationBottomEventBox.Name = "configurationBottomEventBox"; + this.configurationVBox.Add (this.configurationBottomEventBox); + global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox])); + w32.Position = 2; + this.mainHBox.Add (this.configurationVBox); + global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox])); + w33.Position = 1; + w33.Expand = false; + w33.Fill = false; + // Container child mainHBox.Gtk.Box+BoxChild + this.backgroundLargeImageEventBox = new global::Gtk.EventBox (); + this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox"; + // Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild + this.backgroundLargeImageVBox = new global::Gtk.VBox (); + this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox"; + this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox); + this.mainHBox.Add (this.backgroundLargeImageEventBox); + global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox])); + w35.Position = 2; + this.Add (this.mainHBox); + if ((this.Child != null)) { + this.Child.ShowAll (); + } + this.Hide (); + } + } +} diff --git a/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs new file mode 100644 index 0000000000..49a3bd30d5 --- /dev/null +++ b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs @@ -0,0 +1,581 @@ + +// This file has been generated by the GUI designer. Do not modify. +namespace MonoDevelop.Packaging.Gui +{ + public partial class GtkNuGetPackageMetadataOptionsPanelWidget + { + private global::Gtk.Notebook notebook; + + private global::Gtk.Table generalTable; + + private global::Gtk.Label packageAuthorsLabel; + + private global::Gtk.Entry packageAuthorsTextBox; + + private global::Gtk.VBox packageDescriptionLabelVBox; + + private global::Gtk.Label packageDescriptionLabel; + + private global::Gtk.Label packageDescriptionPaddingLabel; + + private global::Gtk.ScrolledWindow packageDescriptionScrolledWindow; + + private global::Gtk.TextView packageDescriptionTextView; + + private global::Gtk.Label packageIdLabel; + + private global::Gtk.Entry packageIdTextBox; + + private global::Gtk.Label packageVersionLabel; + + private global::Gtk.Entry packageVersionTextBox; + + private global::Gtk.Label generalTabPageLabel; + + private global::Gtk.Table detailsTable; + + private global::Gtk.Label packageCopyrightLabel; + + private global::Gtk.Entry packageCopyrightTextBox; + + private global::Gtk.CheckButton packageDevelopmentDependencyCheckBox; + + private global::Gtk.Label packageDevelopmentDependencyLabel; + + private global::Gtk.Label packageIconUrlLabel; + + private global::Gtk.Entry packageIconUrlTextBox; + + private global::Gtk.HBox packageLanguageHBox; + + private global::Gtk.ComboBoxEntry packageLanguageComboBox; + + private global::Gtk.Label packageLanguageLabel; + + private global::Gtk.Label packageLicenseUrlLabel; + + private global::Gtk.Entry packageLicenseUrlTextBox; + + private global::Gtk.Label packageOwnersLabel; + + private global::Gtk.Entry packageOwnersTextBox; + + private global::Gtk.Label packageProjectUrlLabel; + + private global::Gtk.Entry packageProjectUrlTextBox; + + private global::Gtk.VBox packageReleaseNotesLabelVBox; + + private global::Gtk.Label packageReleaseNotesLabel; + + private global::Gtk.Label packageReleaseNotesPaddingLabel; + + private global::Gtk.ScrolledWindow packageReleaseNotesScrolledWindow; + + private global::Gtk.TextView packageReleaseNotesTextView; + + private global::Gtk.CheckButton packageRequireLicenseAcceptanceCheckBox; + + private global::Gtk.Label packageRequireLicenseAcceptanceLabel; + + private global::Gtk.Label packageSummaryLabel; + + private global::Gtk.Entry packageSummaryTextBox; + + private global::Gtk.Label packageTagsLabel; + + private global::Gtk.Entry packageTagsTextBox; + + private global::Gtk.Label packageTitleLabel; + + private global::Gtk.Entry packageTitleTextBox; + + private global::Gtk.Label detailsTabPageLabel; + + protected virtual void Build() + { + MonoDevelop.Components.Gui.Initialize(this); + // Widget MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget + MonoDevelop.Components.BinContainer.Attach(this); + this.Name = "MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget"; + // Container child MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.Gtk.Container+ContainerChild + this.notebook = new global::Gtk.Notebook(); + this.notebook.CanFocus = true; + this.notebook.Name = "notebook"; + this.notebook.CurrentPage = 0; + // Container child notebook.Gtk.Notebook+NotebookChild + this.generalTable = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false); + this.generalTable.Name = "generalTable"; + this.generalTable.RowSpacing = ((uint)(6)); + this.generalTable.ColumnSpacing = ((uint)(6)); + this.generalTable.BorderWidth = ((uint)(10)); + // Container child generalTable.Gtk.Table+TableChild + this.packageAuthorsLabel = new global::Gtk.Label(); + this.packageAuthorsLabel.Name = "packageAuthorsLabel"; + this.packageAuthorsLabel.Xalign = 0F; + this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Authors:"); + this.generalTable.Add(this.packageAuthorsLabel); + global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsLabel])); + w1.TopAttach = ((uint)(2)); + w1.BottomAttach = ((uint)(3)); + w1.XOptions = ((global::Gtk.AttachOptions)(4)); + w1.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageAuthorsTextBox = new global::Gtk.Entry(); + this.packageAuthorsTextBox.CanFocus = true; + this.packageAuthorsTextBox.Name = "packageAuthorsTextBox"; + this.packageAuthorsTextBox.IsEditable = true; + this.packageAuthorsTextBox.InvisibleChar = '●'; + this.generalTable.Add(this.packageAuthorsTextBox); + global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsTextBox])); + w2.TopAttach = ((uint)(2)); + w2.BottomAttach = ((uint)(3)); + w2.LeftAttach = ((uint)(1)); + w2.RightAttach = ((uint)(2)); + w2.XOptions = ((global::Gtk.AttachOptions)(4)); + w2.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageDescriptionLabelVBox = new global::Gtk.VBox(); + this.packageDescriptionLabelVBox.Name = "packageDescriptionLabelVBox"; + this.packageDescriptionLabelVBox.Spacing = 6; + // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild + this.packageDescriptionLabel = new global::Gtk.Label(); + this.packageDescriptionLabel.WidthRequest = 164; + this.packageDescriptionLabel.Name = "packageDescriptionLabel"; + this.packageDescriptionLabel.Xalign = 0F; + this.packageDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Description:"); + this.packageDescriptionLabelVBox.Add(this.packageDescriptionLabel); + global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionLabel])); + w3.Position = 0; + w3.Expand = false; + w3.Fill = false; + w3.Padding = ((uint)(6)); + // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild + this.packageDescriptionPaddingLabel = new global::Gtk.Label(); + this.packageDescriptionPaddingLabel.Name = "packageDescriptionPaddingLabel"; + this.packageDescriptionPaddingLabel.Xalign = 0F; + this.packageDescriptionLabelVBox.Add(this.packageDescriptionPaddingLabel); + global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionPaddingLabel])); + w4.Position = 1; + w4.Expand = false; + w4.Fill = false; + this.generalTable.Add(this.packageDescriptionLabelVBox); + global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionLabelVBox])); + w5.TopAttach = ((uint)(3)); + w5.BottomAttach = ((uint)(4)); + w5.XOptions = ((global::Gtk.AttachOptions)(4)); + w5.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageDescriptionScrolledWindow = new global::Gtk.ScrolledWindow(); + this.packageDescriptionScrolledWindow.Name = "packageDescriptionScrolledWindow"; + this.packageDescriptionScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); + // Container child packageDescriptionScrolledWindow.Gtk.Container+ContainerChild + this.packageDescriptionTextView = new global::Gtk.TextView(); + this.packageDescriptionTextView.CanFocus = true; + this.packageDescriptionTextView.Name = "packageDescriptionTextView"; + this.packageDescriptionTextView.AcceptsTab = false; + this.packageDescriptionTextView.WrapMode = ((global::Gtk.WrapMode)(2)); + this.packageDescriptionScrolledWindow.Add(this.packageDescriptionTextView); + this.generalTable.Add(this.packageDescriptionScrolledWindow); + global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionScrolledWindow])); + w7.TopAttach = ((uint)(3)); + w7.BottomAttach = ((uint)(4)); + w7.LeftAttach = ((uint)(1)); + w7.RightAttach = ((uint)(2)); + w7.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageIdLabel = new global::Gtk.Label(); + this.packageIdLabel.Name = "packageIdLabel"; + this.packageIdLabel.Xalign = 0F; + this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ID:"); + this.generalTable.Add(this.packageIdLabel); + global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdLabel])); + w8.XOptions = ((global::Gtk.AttachOptions)(4)); + w8.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageIdTextBox = new global::Gtk.Entry(); + this.packageIdTextBox.CanFocus = true; + this.packageIdTextBox.Name = "packageIdTextBox"; + this.packageIdTextBox.IsEditable = true; + this.packageIdTextBox.InvisibleChar = '●'; + this.generalTable.Add(this.packageIdTextBox); + global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdTextBox])); + w9.LeftAttach = ((uint)(1)); + w9.RightAttach = ((uint)(2)); + w9.XOptions = ((global::Gtk.AttachOptions)(4)); + w9.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageVersionLabel = new global::Gtk.Label(); + this.packageVersionLabel.Name = "packageVersionLabel"; + this.packageVersionLabel.Xalign = 0F; + this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Version:"); + this.generalTable.Add(this.packageVersionLabel); + global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionLabel])); + w10.TopAttach = ((uint)(1)); + w10.BottomAttach = ((uint)(2)); + w10.XOptions = ((global::Gtk.AttachOptions)(4)); + w10.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child generalTable.Gtk.Table+TableChild + this.packageVersionTextBox = new global::Gtk.Entry(); + this.packageVersionTextBox.CanFocus = true; + this.packageVersionTextBox.Name = "packageVersionTextBox"; + this.packageVersionTextBox.IsEditable = true; + this.packageVersionTextBox.InvisibleChar = '●'; + this.generalTable.Add(this.packageVersionTextBox); + global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionTextBox])); + w11.TopAttach = ((uint)(1)); + w11.BottomAttach = ((uint)(2)); + w11.LeftAttach = ((uint)(1)); + w11.RightAttach = ((uint)(2)); + w11.XOptions = ((global::Gtk.AttachOptions)(4)); + w11.YOptions = ((global::Gtk.AttachOptions)(4)); + this.notebook.Add(this.generalTable); + // Notebook tab + this.generalTabPageLabel = new global::Gtk.Label(); + this.generalTabPageLabel.Name = "generalTabPageLabel"; + this.generalTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General"); + this.notebook.SetTabLabel(this.generalTable, this.generalTabPageLabel); + this.generalTabPageLabel.ShowAll(); + // Container child notebook.Gtk.Notebook+NotebookChild + this.detailsTable = new global::Gtk.Table(((uint)(13)), ((uint)(3)), false); + this.detailsTable.Name = "detailsTable"; + this.detailsTable.RowSpacing = ((uint)(6)); + this.detailsTable.ColumnSpacing = ((uint)(6)); + this.detailsTable.BorderWidth = ((uint)(10)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageCopyrightLabel = new global::Gtk.Label(); + this.packageCopyrightLabel.Name = "packageCopyrightLabel"; + this.packageCopyrightLabel.Xalign = 0F; + this.packageCopyrightLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Copyright:"); + this.detailsTable.Add(this.packageCopyrightLabel); + global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightLabel])); + w13.TopAttach = ((uint)(1)); + w13.BottomAttach = ((uint)(2)); + w13.XOptions = ((global::Gtk.AttachOptions)(4)); + w13.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageCopyrightTextBox = new global::Gtk.Entry(); + this.packageCopyrightTextBox.CanFocus = true; + this.packageCopyrightTextBox.Name = "packageCopyrightTextBox"; + this.packageCopyrightTextBox.IsEditable = true; + this.packageCopyrightTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageCopyrightTextBox); + global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightTextBox])); + w14.TopAttach = ((uint)(1)); + w14.BottomAttach = ((uint)(2)); + w14.LeftAttach = ((uint)(1)); + w14.RightAttach = ((uint)(2)); + w14.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageDevelopmentDependencyCheckBox = new global::Gtk.CheckButton(); + this.packageDevelopmentDependencyCheckBox.CanFocus = true; + this.packageDevelopmentDependencyCheckBox.Name = "packageDevelopmentDependencyCheckBox"; + this.packageDevelopmentDependencyCheckBox.Label = ""; + this.packageDevelopmentDependencyCheckBox.DrawIndicator = true; + this.packageDevelopmentDependencyCheckBox.UseUnderline = true; + this.packageDevelopmentDependencyCheckBox.Xalign = 0F; + this.detailsTable.Add(this.packageDevelopmentDependencyCheckBox); + global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyCheckBox])); + w15.TopAttach = ((uint)(8)); + w15.BottomAttach = ((uint)(9)); + w15.LeftAttach = ((uint)(1)); + w15.RightAttach = ((uint)(2)); + w15.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageDevelopmentDependencyLabel = new global::Gtk.Label(); + this.packageDevelopmentDependencyLabel.Name = "packageDevelopmentDependencyLabel"; + this.packageDevelopmentDependencyLabel.Xalign = 0F; + this.packageDevelopmentDependencyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Development Dependency:"); + this.detailsTable.Add(this.packageDevelopmentDependencyLabel); + global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyLabel])); + w16.TopAttach = ((uint)(8)); + w16.BottomAttach = ((uint)(9)); + w16.XOptions = ((global::Gtk.AttachOptions)(4)); + w16.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageIconUrlLabel = new global::Gtk.Label(); + this.packageIconUrlLabel.Name = "packageIconUrlLabel"; + this.packageIconUrlLabel.Xalign = 0F; + this.packageIconUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Icon URL:"); + this.detailsTable.Add(this.packageIconUrlLabel); + global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlLabel])); + w17.TopAttach = ((uint)(5)); + w17.BottomAttach = ((uint)(6)); + w17.XOptions = ((global::Gtk.AttachOptions)(4)); + w17.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageIconUrlTextBox = new global::Gtk.Entry(); + this.packageIconUrlTextBox.CanFocus = true; + this.packageIconUrlTextBox.Name = "packageIconUrlTextBox"; + this.packageIconUrlTextBox.IsEditable = true; + this.packageIconUrlTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageIconUrlTextBox); + global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlTextBox])); + w18.TopAttach = ((uint)(5)); + w18.BottomAttach = ((uint)(6)); + w18.LeftAttach = ((uint)(1)); + w18.RightAttach = ((uint)(2)); + w18.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageLanguageHBox = new global::Gtk.HBox(); + this.packageLanguageHBox.Name = "packageLanguageHBox"; + this.packageLanguageHBox.Spacing = 6; + // Container child packageLanguageHBox.Gtk.Box+BoxChild + this.packageLanguageComboBox = global::Gtk.ComboBoxEntry.NewText(); + this.packageLanguageComboBox.Name = "packageLanguageComboBox"; + this.packageLanguageHBox.Add(this.packageLanguageComboBox); + global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageLanguageHBox[this.packageLanguageComboBox])); + w19.Position = 0; + w19.Expand = false; + w19.Fill = false; + this.detailsTable.Add(this.packageLanguageHBox); + global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageHBox])); + w20.TopAttach = ((uint)(10)); + w20.BottomAttach = ((uint)(11)); + w20.LeftAttach = ((uint)(1)); + w20.RightAttach = ((uint)(2)); + w20.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageLanguageLabel = new global::Gtk.Label(); + this.packageLanguageLabel.Name = "packageLanguageLabel"; + this.packageLanguageLabel.Xalign = 0F; + this.packageLanguageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Language:"); + this.detailsTable.Add(this.packageLanguageLabel); + global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageLabel])); + w21.TopAttach = ((uint)(10)); + w21.BottomAttach = ((uint)(11)); + w21.XOptions = ((global::Gtk.AttachOptions)(4)); + w21.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageLicenseUrlLabel = new global::Gtk.Label(); + this.packageLicenseUrlLabel.Name = "packageLicenseUrlLabel"; + this.packageLicenseUrlLabel.Xalign = 0F; + this.packageLicenseUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("License URL:"); + this.detailsTable.Add(this.packageLicenseUrlLabel); + global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlLabel])); + w22.TopAttach = ((uint)(6)); + w22.BottomAttach = ((uint)(7)); + w22.XOptions = ((global::Gtk.AttachOptions)(4)); + w22.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageLicenseUrlTextBox = new global::Gtk.Entry(); + this.packageLicenseUrlTextBox.CanFocus = true; + this.packageLicenseUrlTextBox.Name = "packageLicenseUrlTextBox"; + this.packageLicenseUrlTextBox.IsEditable = true; + this.packageLicenseUrlTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageLicenseUrlTextBox); + global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlTextBox])); + w23.TopAttach = ((uint)(6)); + w23.BottomAttach = ((uint)(7)); + w23.LeftAttach = ((uint)(1)); + w23.RightAttach = ((uint)(2)); + w23.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageOwnersLabel = new global::Gtk.Label(); + this.packageOwnersLabel.Name = "packageOwnersLabel"; + this.packageOwnersLabel.Xalign = 0F; + this.packageOwnersLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Owners:"); + this.detailsTable.Add(this.packageOwnersLabel); + global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersLabel])); + w24.XOptions = ((global::Gtk.AttachOptions)(4)); + w24.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageOwnersTextBox = new global::Gtk.Entry(); + this.packageOwnersTextBox.CanFocus = true; + this.packageOwnersTextBox.Name = "packageOwnersTextBox"; + this.packageOwnersTextBox.IsEditable = true; + this.packageOwnersTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageOwnersTextBox); + global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersTextBox])); + w25.LeftAttach = ((uint)(1)); + w25.RightAttach = ((uint)(2)); + w25.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageProjectUrlLabel = new global::Gtk.Label(); + this.packageProjectUrlLabel.Name = "packageProjectUrlLabel"; + this.packageProjectUrlLabel.Xalign = 0F; + this.packageProjectUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Project URL:"); + this.detailsTable.Add(this.packageProjectUrlLabel); + global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlLabel])); + w26.TopAttach = ((uint)(4)); + w26.BottomAttach = ((uint)(5)); + w26.XOptions = ((global::Gtk.AttachOptions)(4)); + w26.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageProjectUrlTextBox = new global::Gtk.Entry(); + this.packageProjectUrlTextBox.CanFocus = true; + this.packageProjectUrlTextBox.Name = "packageProjectUrlTextBox"; + this.packageProjectUrlTextBox.IsEditable = true; + this.packageProjectUrlTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageProjectUrlTextBox); + global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlTextBox])); + w27.TopAttach = ((uint)(4)); + w27.BottomAttach = ((uint)(5)); + w27.LeftAttach = ((uint)(1)); + w27.RightAttach = ((uint)(2)); + w27.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageReleaseNotesLabelVBox = new global::Gtk.VBox(); + this.packageReleaseNotesLabelVBox.Name = "packageReleaseNotesLabelVBox"; + this.packageReleaseNotesLabelVBox.Spacing = 6; + // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild + this.packageReleaseNotesLabel = new global::Gtk.Label(); + this.packageReleaseNotesLabel.Name = "packageReleaseNotesLabel"; + this.packageReleaseNotesLabel.Xalign = 0F; + this.packageReleaseNotesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Release Notes:"); + this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesLabel); + global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesLabel])); + w28.Position = 0; + w28.Expand = false; + w28.Fill = false; + w28.Padding = ((uint)(6)); + // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild + this.packageReleaseNotesPaddingLabel = new global::Gtk.Label(); + this.packageReleaseNotesPaddingLabel.Name = "packageReleaseNotesPaddingLabel"; + this.packageReleaseNotesPaddingLabel.Xalign = 0F; + this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesPaddingLabel); + global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesPaddingLabel])); + w29.Position = 1; + w29.Expand = false; + w29.Fill = false; + this.detailsTable.Add(this.packageReleaseNotesLabelVBox); + global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesLabelVBox])); + w30.TopAttach = ((uint)(11)); + w30.BottomAttach = ((uint)(12)); + w30.XOptions = ((global::Gtk.AttachOptions)(4)); + w30.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageReleaseNotesScrolledWindow = new global::Gtk.ScrolledWindow(); + this.packageReleaseNotesScrolledWindow.Name = "packageReleaseNotesScrolledWindow"; + this.packageReleaseNotesScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); + // Container child packageReleaseNotesScrolledWindow.Gtk.Container+ContainerChild + this.packageReleaseNotesTextView = new global::Gtk.TextView(); + this.packageReleaseNotesTextView.CanFocus = true; + this.packageReleaseNotesTextView.Name = "packageReleaseNotesTextView"; + this.packageReleaseNotesTextView.AcceptsTab = false; + this.packageReleaseNotesTextView.WrapMode = ((global::Gtk.WrapMode)(2)); + this.packageReleaseNotesScrolledWindow.Add(this.packageReleaseNotesTextView); + this.detailsTable.Add(this.packageReleaseNotesScrolledWindow); + global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesScrolledWindow])); + w32.TopAttach = ((uint)(11)); + w32.BottomAttach = ((uint)(12)); + w32.LeftAttach = ((uint)(1)); + w32.RightAttach = ((uint)(2)); + w32.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageRequireLicenseAcceptanceCheckBox = new global::Gtk.CheckButton(); + this.packageRequireLicenseAcceptanceCheckBox.CanFocus = true; + this.packageRequireLicenseAcceptanceCheckBox.Name = "packageRequireLicenseAcceptanceCheckBox"; + this.packageRequireLicenseAcceptanceCheckBox.Label = ""; + this.packageRequireLicenseAcceptanceCheckBox.DrawIndicator = true; + this.packageRequireLicenseAcceptanceCheckBox.UseUnderline = true; + this.packageRequireLicenseAcceptanceCheckBox.Xalign = 0F; + this.detailsTable.Add(this.packageRequireLicenseAcceptanceCheckBox); + global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceCheckBox])); + w33.TopAttach = ((uint)(7)); + w33.BottomAttach = ((uint)(8)); + w33.LeftAttach = ((uint)(1)); + w33.RightAttach = ((uint)(2)); + w33.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageRequireLicenseAcceptanceLabel = new global::Gtk.Label(); + this.packageRequireLicenseAcceptanceLabel.Name = "packageRequireLicenseAcceptanceLabel"; + this.packageRequireLicenseAcceptanceLabel.Xalign = 0F; + this.packageRequireLicenseAcceptanceLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Require License Acceptance:"); + this.detailsTable.Add(this.packageRequireLicenseAcceptanceLabel); + global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceLabel])); + w34.TopAttach = ((uint)(7)); + w34.BottomAttach = ((uint)(8)); + w34.XOptions = ((global::Gtk.AttachOptions)(4)); + w34.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageSummaryLabel = new global::Gtk.Label(); + this.packageSummaryLabel.Name = "packageSummaryLabel"; + this.packageSummaryLabel.Xalign = 0F; + this.packageSummaryLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Summary:"); + this.detailsTable.Add(this.packageSummaryLabel); + global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryLabel])); + w35.TopAttach = ((uint)(3)); + w35.BottomAttach = ((uint)(4)); + w35.XOptions = ((global::Gtk.AttachOptions)(4)); + w35.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageSummaryTextBox = new global::Gtk.Entry(); + this.packageSummaryTextBox.CanFocus = true; + this.packageSummaryTextBox.Name = "packageSummaryTextBox"; + this.packageSummaryTextBox.IsEditable = true; + this.packageSummaryTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageSummaryTextBox); + global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryTextBox])); + w36.TopAttach = ((uint)(3)); + w36.BottomAttach = ((uint)(4)); + w36.LeftAttach = ((uint)(1)); + w36.RightAttach = ((uint)(2)); + w36.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageTagsLabel = new global::Gtk.Label(); + this.packageTagsLabel.Name = "packageTagsLabel"; + this.packageTagsLabel.Xalign = 0F; + this.packageTagsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Tags:"); + this.detailsTable.Add(this.packageTagsLabel); + global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsLabel])); + w37.TopAttach = ((uint)(9)); + w37.BottomAttach = ((uint)(10)); + w37.XOptions = ((global::Gtk.AttachOptions)(4)); + w37.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageTagsTextBox = new global::Gtk.Entry(); + this.packageTagsTextBox.CanFocus = true; + this.packageTagsTextBox.Name = "packageTagsTextBox"; + this.packageTagsTextBox.IsEditable = true; + this.packageTagsTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageTagsTextBox); + global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsTextBox])); + w38.TopAttach = ((uint)(9)); + w38.BottomAttach = ((uint)(10)); + w38.LeftAttach = ((uint)(1)); + w38.RightAttach = ((uint)(2)); + w38.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageTitleLabel = new global::Gtk.Label(); + this.packageTitleLabel.Name = "packageTitleLabel"; + this.packageTitleLabel.Xalign = 0F; + this.packageTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Title:"); + this.detailsTable.Add(this.packageTitleLabel); + global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleLabel])); + w39.TopAttach = ((uint)(2)); + w39.BottomAttach = ((uint)(3)); + w39.XOptions = ((global::Gtk.AttachOptions)(4)); + w39.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child detailsTable.Gtk.Table+TableChild + this.packageTitleTextBox = new global::Gtk.Entry(); + this.packageTitleTextBox.CanFocus = true; + this.packageTitleTextBox.Name = "packageTitleTextBox"; + this.packageTitleTextBox.IsEditable = true; + this.packageTitleTextBox.InvisibleChar = '●'; + this.detailsTable.Add(this.packageTitleTextBox); + global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleTextBox])); + w40.TopAttach = ((uint)(2)); + w40.BottomAttach = ((uint)(3)); + w40.LeftAttach = ((uint)(1)); + w40.RightAttach = ((uint)(2)); + w40.YOptions = ((global::Gtk.AttachOptions)(4)); + this.notebook.Add(this.detailsTable); + global::Gtk.Notebook.NotebookChild w41 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.detailsTable])); + w41.Position = 1; + // Notebook tab + this.detailsTabPageLabel = new global::Gtk.Label(); + this.detailsTabPageLabel.Name = "detailsTabPageLabel"; + this.detailsTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Details"); + this.notebook.SetTabLabel(this.detailsTable, this.detailsTabPageLabel); + this.detailsTabPageLabel.ShowAll(); + this.Add(this.notebook); + if ((this.Child != null)) + { + this.Child.ShowAll(); + } + this.generalTabPageLabel.Hide(); + this.Hide(); + } + } +} diff --git a/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs new file mode 100644 index 0000000000..2a3bf0634e --- /dev/null +++ b/main/src/addins/MonoDevelop.Packaging/Gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs @@ -0,0 +1,264 @@ + +// This file has been generated by the GUI designer. Do not modify. +namespace MonoDevelop.Packaging.Gui +{ + public partial class GtkPackagingProjectTemplateWizardPageWidget + { + private global::Gtk.HBox mainHBox; + + private global::Gtk.EventBox leftBorderEventBox; + + private global::Gtk.VBox configurationVBox; + + private global::Gtk.EventBox configurationTopEventBox; + + private global::Gtk.EventBox configurationTableEventBox; + + private global::Gtk.Table configurationTable; + + private global::Gtk.DrawingArea bottomPadding; + + private global::Gtk.EventBox idEventBox; + + private global::Gtk.EventBox organizationInfoEventBox; + + private global::Gtk.EventBox versionEventBox; + + private global::Gtk.Label packageAuthorsLabel; + + private global::Gtk.Entry packageAuthorsTextBox; + + private global::Gtk.Label packageDescriptionLabel; + + private global::Gtk.Entry packageDescriptionTextBox; + + private global::Gtk.Label packageIdLabel; + + private global::Gtk.Entry packageIdTextBox; + + private global::Gtk.DrawingArea separator; + + private global::Gtk.DrawingArea topPadding; + + private global::Gtk.EventBox configurationBottomEventBox; + + private global::Gtk.EventBox backgroundLargeImageEventBox; + + private global::Gtk.VBox backgroundLargeImageVBox; + + protected virtual void Build () + { + MonoDevelop.Components.Gui.Initialize (this); + // Widget MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget + MonoDevelop.Components.BinContainer.Attach (this); + this.Name = "MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget"; + // Container child MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild + this.mainHBox = new global::Gtk.HBox (); + this.mainHBox.Name = "mainHBox"; + // Container child mainHBox.Gtk.Box+BoxChild + this.leftBorderEventBox = new global::Gtk.EventBox (); + this.leftBorderEventBox.WidthRequest = 30; + this.leftBorderEventBox.Name = "leftBorderEventBox"; + this.mainHBox.Add (this.leftBorderEventBox); + global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox])); + w1.Position = 0; + w1.Expand = false; + // Container child mainHBox.Gtk.Box+BoxChild + this.configurationVBox = new global::Gtk.VBox (); + this.configurationVBox.Name = "configurationVBox"; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationTopEventBox = new global::Gtk.EventBox (); + this.configurationTopEventBox.Name = "configurationTopEventBox"; + this.configurationVBox.Add (this.configurationTopEventBox); + global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox])); + w2.Position = 0; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationTableEventBox = new global::Gtk.EventBox (); + this.configurationTableEventBox.Name = "configurationTableEventBox"; + // Container child configurationTableEventBox.Gtk.Container+ContainerChild + this.configurationTable = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false); + this.configurationTable.Name = "configurationTable"; + this.configurationTable.RowSpacing = ((uint)(7)); + this.configurationTable.ColumnSpacing = ((uint)(6)); + // Container child configurationTable.Gtk.Table+TableChild + this.bottomPadding = new global::Gtk.DrawingArea (); + this.bottomPadding.WidthRequest = 132; + this.bottomPadding.HeightRequest = 0; + this.bottomPadding.Name = "bottomPadding"; + this.configurationTable.Add (this.bottomPadding); + global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.bottomPadding])); + w3.TopAttach = ((uint)(5)); + w3.BottomAttach = ((uint)(6)); + w3.XOptions = ((global::Gtk.AttachOptions)(4)); + w3.YOptions = ((global::Gtk.AttachOptions)(0)); + // Container child configurationTable.Gtk.Table+TableChild + this.idEventBox = new global::Gtk.EventBox (); + this.idEventBox.WidthRequest = 16; + this.idEventBox.HeightRequest = 16; + this.idEventBox.Name = "idEventBox"; + this.idEventBox.VisibleWindow = false; + this.configurationTable.Add (this.idEventBox); + global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.idEventBox])); + w4.TopAttach = ((uint)(1)); + w4.BottomAttach = ((uint)(2)); + w4.LeftAttach = ((uint)(2)); + w4.RightAttach = ((uint)(3)); + w4.XOptions = ((global::Gtk.AttachOptions)(4)); + w4.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.organizationInfoEventBox = new global::Gtk.EventBox (); + this.organizationInfoEventBox.WidthRequest = 16; + this.organizationInfoEventBox.HeightRequest = 16; + this.organizationInfoEventBox.Name = "organizationInfoEventBox"; + this.organizationInfoEventBox.VisibleWindow = false; + // Container child organizationInfoEventBox.Gtk.Container+ContainerChild + this.versionEventBox = new global::Gtk.EventBox (); + this.versionEventBox.WidthRequest = 16; + this.versionEventBox.HeightRequest = 16; + this.versionEventBox.Name = "versionEventBox"; + this.versionEventBox.VisibleWindow = false; + this.organizationInfoEventBox.Add (this.versionEventBox); + this.configurationTable.Add (this.organizationInfoEventBox); + global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox])); + w6.TopAttach = ((uint)(2)); + w6.BottomAttach = ((uint)(3)); + w6.LeftAttach = ((uint)(2)); + w6.RightAttach = ((uint)(3)); + w6.XOptions = ((global::Gtk.AttachOptions)(2)); + w6.YOptions = ((global::Gtk.AttachOptions)(2)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageAuthorsLabel = new global::Gtk.Label (); + this.packageAuthorsLabel.Name = "packageAuthorsLabel"; + this.packageAuthorsLabel.Xpad = 5; + this.packageAuthorsLabel.Xalign = 1F; + this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Author:"); + this.packageAuthorsLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.packageAuthorsLabel); + global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsLabel])); + w7.TopAttach = ((uint)(3)); + w7.BottomAttach = ((uint)(4)); + w7.XOptions = ((global::Gtk.AttachOptions)(4)); + w7.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageAuthorsTextBox = new global::Gtk.Entry (); + this.packageAuthorsTextBox.CanFocus = true; + this.packageAuthorsTextBox.Name = "packageAuthorsTextBox"; + this.packageAuthorsTextBox.IsEditable = true; + this.packageAuthorsTextBox.InvisibleChar = '●'; + this.configurationTable.Add (this.packageAuthorsTextBox); + global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsTextBox])); + w8.TopAttach = ((uint)(3)); + w8.BottomAttach = ((uint)(4)); + w8.LeftAttach = ((uint)(1)); + w8.RightAttach = ((uint)(2)); + w8.XOptions = ((global::Gtk.AttachOptions)(4)); + w8.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageDescriptionLabel = new global::Gtk.Label (); + this.packageDescriptionLabel.Name = "packageDescriptionLabel"; + this.packageDescriptionLabel.Xpad = 5; + this.packageDescriptionLabel.Xalign = 1F; + this.packageDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:"); + this.packageDescriptionLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.packageDescriptionLabel); + global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionLabel])); + w9.TopAttach = ((uint)(4)); + w9.BottomAttach = ((uint)(5)); + w9.XOptions = ((global::Gtk.AttachOptions)(4)); + w9.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageDescriptionTextBox = new global::Gtk.Entry (); + this.packageDescriptionTextBox.CanFocus = true; + this.packageDescriptionTextBox.Name = "packageDescriptionTextBox"; + this.packageDescriptionTextBox.IsEditable = true; + this.packageDescriptionTextBox.InvisibleChar = '●'; + this.configurationTable.Add (this.packageDescriptionTextBox); + global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionTextBox])); + w10.TopAttach = ((uint)(4)); + w10.BottomAttach = ((uint)(5)); + w10.LeftAttach = ((uint)(1)); + w10.RightAttach = ((uint)(2)); + w10.XOptions = ((global::Gtk.AttachOptions)(4)); + w10.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageIdLabel = new global::Gtk.Label (); + this.packageIdLabel.Name = "packageIdLabel"; + this.packageIdLabel.Xpad = 5; + this.packageIdLabel.Xalign = 1F; + this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("ID:"); + this.packageIdLabel.Justify = ((global::Gtk.Justification)(1)); + this.configurationTable.Add (this.packageIdLabel); + global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdLabel])); + w11.TopAttach = ((uint)(1)); + w11.BottomAttach = ((uint)(2)); + w11.XOptions = ((global::Gtk.AttachOptions)(4)); + w11.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.packageIdTextBox = new global::Gtk.Entry (); + this.packageIdTextBox.WidthRequest = 280; + this.packageIdTextBox.CanFocus = true; + this.packageIdTextBox.Name = "packageIdTextBox"; + this.packageIdTextBox.IsEditable = true; + this.packageIdTextBox.InvisibleChar = '●'; + this.configurationTable.Add (this.packageIdTextBox); + global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdTextBox])); + w12.TopAttach = ((uint)(1)); + w12.BottomAttach = ((uint)(2)); + w12.LeftAttach = ((uint)(1)); + w12.RightAttach = ((uint)(2)); + w12.YOptions = ((global::Gtk.AttachOptions)(4)); + // Container child configurationTable.Gtk.Table+TableChild + this.separator = new global::Gtk.DrawingArea (); + this.separator.HeightRequest = 1; + this.separator.Name = "separator"; + this.configurationTable.Add (this.separator); + global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.separator])); + w13.TopAttach = ((uint)(2)); + w13.BottomAttach = ((uint)(3)); + w13.RightAttach = ((uint)(3)); + w13.XOptions = ((global::Gtk.AttachOptions)(4)); + w13.YOptions = ((global::Gtk.AttachOptions)(0)); + // Container child configurationTable.Gtk.Table+TableChild + this.topPadding = new global::Gtk.DrawingArea (); + this.topPadding.WidthRequest = 132; + this.topPadding.HeightRequest = 0; + this.topPadding.Name = "topPadding"; + this.configurationTable.Add (this.topPadding); + global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.topPadding])); + w14.XOptions = ((global::Gtk.AttachOptions)(4)); + w14.YOptions = ((global::Gtk.AttachOptions)(0)); + this.configurationTableEventBox.Add (this.configurationTable); + this.configurationVBox.Add (this.configurationTableEventBox); + global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox])); + w16.Position = 1; + w16.Expand = false; + w16.Fill = false; + // Container child configurationVBox.Gtk.Box+BoxChild + this.configurationBottomEventBox = new global::Gtk.EventBox (); + this.configurationBottomEventBox.Name = "configurationBottomEventBox"; + this.configurationVBox.Add (this.configurationBottomEventBox); + global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox])); + w17.Position = 2; + this.mainHBox.Add (this.configurationVBox); + global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox])); + w18.Position = 1; + w18.Expand = false; + w18.Fill = false; + // Container child mainHBox.Gtk.Box+BoxChild + this.backgroundLargeImageEventBox = new global::Gtk.EventBox (); + this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox"; + // Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild + this.backgroundLargeImageVBox = new global::Gtk.VBox (); + this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox"; + this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox); + this.mainHBox.Add (this.backgroundLargeImageEventBox); + global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox])); + w20.Position = 2; + this.Add (this.mainHBox); + if ((this.Child != null)) { + this.Child.ShowAll (); + } + this.Hide (); + } + } +} diff --git a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkProjectNuGetBuildOptionsPanelWidget.UI.cs b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkProjectNuGetBuildOptionsPanelWidget.UI.cs index c44baf570e..31f1b86255 100644 --- a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkProjectNuGetBuildOptionsPanelWidget.UI.cs +++ b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkProjectNuGetBuildOptionsPanelWidget.UI.cs @@ -36,8 +36,8 @@ namespace MonoDevelop.Packaging.Gui void Build () { - Stetic.Gui.Initialize (this); - Stetic.BinContainer.Attach (this); + MonoDevelop.Components.Gui.Initialize (this); + MonoDevelop.Components.BinContainer.Attach (this); var vbox = new VBox (); vbox.Spacing = 6; diff --git a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkReferenceAssembliesOptionsPanelWidget.UI.cs b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkReferenceAssembliesOptionsPanelWidget.UI.cs index 3112f84274..709e960c98 100644 --- a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkReferenceAssembliesOptionsPanelWidget.UI.cs +++ b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Gui/GtkReferenceAssembliesOptionsPanelWidget.UI.cs @@ -40,8 +40,8 @@ namespace MonoDevelop.Packaging.Gui void Build () { - Stetic.Gui.Initialize (this); - Stetic.BinContainer.Attach (this); + MonoDevelop.Components.Gui.Initialize (this); + MonoDevelop.Components.BinContainer.Attach (this); var vbox = new VBox (); vbox.Spacing = 6; diff --git a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.csproj b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.csproj index 2e5599a863..557a3fc6d1 100644 --- a/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.csproj +++ b/main/src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.csproj @@ -71,14 +71,11 @@ - - - @@ -97,7 +94,6 @@ - @@ -116,6 +112,9 @@ + + + @@ -156,9 +155,6 @@ MonoDevelop.Packaging.addin.xml - - gui.stetic - preview-multiplatform-library.png @@ -189,6 +185,7 @@ + diff --git a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs b/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs deleted file mode 100644 index 0ae78ac937..0000000000 --- a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.cs +++ /dev/null @@ -1,448 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace MonoDevelop.Packaging.Gui -{ - public partial class GtkCrossPlatformLibraryProjectTemplateWizardPageWidget - { - private global::Gtk.HBox mainHBox; - - private global::Gtk.EventBox leftBorderEventBox; - - private global::Gtk.VBox configurationVBox; - - private global::Gtk.EventBox configurationTopEventBox; - - private global::Gtk.EventBox configurationTableEventBox; - - private global::Gtk.Table configurationTable; - - private global::Gtk.Label descriptionLabel; - - private global::Gtk.Entry descriptionTextBox; - - private global::Gtk.Label implementationLabel; - - private global::Gtk.EventBox nameEventBox; - - private global::Gtk.Label nameLabel; - - private global::Gtk.Entry nameTextBox; - - private global::Gtk.EventBox organizationInfoEventBox; - - private global::Gtk.Label paddingLabelSharedCode; - - private global::Gtk.Label paddingLabelTargetPlatforms; - - private global::Gtk.Label paddingLabelXaml; - - private global::Gtk.DrawingArea sharedCodeSeparator; - - private global::Gtk.VBox sharedCodeVBox; - - private global::Gtk.HBox usePortableClassLibraryHBox; - - private global::Gtk.RadioButton sharedProjectRadioButton; - - private global::Gtk.VBox usePortableLibraryInfoVBox; - - private global::Gtk.Label usePortableLibraryInfoIconPaddingLabel; - - private global::Gtk.EventBox usePortableLibraryInfoEventBox; - - private global::Gtk.HBox useSharedLibraryHBox; - - private global::Gtk.RadioButton portableClassLibraryRadioButton; - - private global::Gtk.VBox useSharedLibraryInfoVBox; - - private global::Gtk.Label useSharedLibraryInfoIconPaddingLabel; - - private global::Gtk.EventBox useSharedLibraryInfoEventBox; - - private global::Gtk.Label targetPlatformsLabel; - - private global::Gtk.DrawingArea targetPlatformsSeparator; - - private global::Gtk.VBox targetPlatformsVBox; - - private global::Gtk.CheckButton androidCheckButton; - - private global::Gtk.CheckButton iOSCheckButton; - - private global::Gtk.EventBox configurationBottomEventBox; - - private global::Gtk.EventBox backgroundLargeImageEventBox; - - private global::Gtk.VBox backgroundLargeImageVBox; - - protected virtual void Build () - { - global::Stetic.Gui.Initialize (this); - // Widget MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget - global::Stetic.BinContainer.Attach (this); - this.Name = "MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget"; - // Container child MonoDevelop.Packaging.Gui.GtkCrossPlatformLibraryProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild - this.mainHBox = new global::Gtk.HBox (); - this.mainHBox.Name = "mainHBox"; - // Container child mainHBox.Gtk.Box+BoxChild - this.leftBorderEventBox = new global::Gtk.EventBox (); - this.leftBorderEventBox.WidthRequest = 30; - this.leftBorderEventBox.Name = "leftBorderEventBox"; - this.mainHBox.Add (this.leftBorderEventBox); - global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox])); - w1.Position = 0; - w1.Expand = false; - // Container child mainHBox.Gtk.Box+BoxChild - this.configurationVBox = new global::Gtk.VBox (); - this.configurationVBox.WidthRequest = 440; - this.configurationVBox.Name = "configurationVBox"; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationTopEventBox = new global::Gtk.EventBox (); - this.configurationTopEventBox.Name = "configurationTopEventBox"; - this.configurationVBox.Add (this.configurationTopEventBox); - global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox])); - w2.Position = 0; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationTableEventBox = new global::Gtk.EventBox (); - this.configurationTableEventBox.Name = "configurationTableEventBox"; - // Container child configurationTableEventBox.Gtk.Container+ContainerChild - this.configurationTable = new global::Gtk.Table (((uint)(9)), ((uint)(3)), false); - this.configurationTable.Name = "configurationTable"; - this.configurationTable.RowSpacing = ((uint)(7)); - this.configurationTable.ColumnSpacing = ((uint)(6)); - // Container child configurationTable.Gtk.Table+TableChild - this.descriptionLabel = new global::Gtk.Label (); - this.descriptionLabel.Name = "descriptionLabel"; - this.descriptionLabel.Xpad = 5; - this.descriptionLabel.Xalign = 1F; - this.descriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:"); - this.descriptionLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.descriptionLabel); - global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionLabel])); - w3.TopAttach = ((uint)(1)); - w3.BottomAttach = ((uint)(2)); - w3.XOptions = ((global::Gtk.AttachOptions)(4)); - w3.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.descriptionTextBox = new global::Gtk.Entry (); - this.descriptionTextBox.CanFocus = true; - this.descriptionTextBox.Name = "descriptionTextBox"; - this.descriptionTextBox.IsEditable = true; - this.descriptionTextBox.InvisibleChar = '●'; - this.configurationTable.Add (this.descriptionTextBox); - global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.descriptionTextBox])); - w4.TopAttach = ((uint)(1)); - w4.BottomAttach = ((uint)(2)); - w4.LeftAttach = ((uint)(1)); - w4.RightAttach = ((uint)(2)); - w4.XOptions = ((global::Gtk.AttachOptions)(4)); - w4.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.implementationLabel = new global::Gtk.Label (); - this.implementationLabel.Name = "implementationLabel"; - this.implementationLabel.Xpad = 5; - this.implementationLabel.Xalign = 1F; - this.implementationLabel.Yalign = 0.8F; - this.implementationLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Implementation:"); - this.implementationLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.implementationLabel); - global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.implementationLabel])); - w5.TopAttach = ((uint)(6)); - w5.BottomAttach = ((uint)(7)); - w5.XOptions = ((global::Gtk.AttachOptions)(4)); - w5.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.nameEventBox = new global::Gtk.EventBox (); - this.nameEventBox.WidthRequest = 16; - this.nameEventBox.HeightRequest = 16; - this.nameEventBox.Name = "nameEventBox"; - this.nameEventBox.VisibleWindow = false; - this.configurationTable.Add (this.nameEventBox); - global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameEventBox])); - w6.LeftAttach = ((uint)(2)); - w6.RightAttach = ((uint)(3)); - w6.XOptions = ((global::Gtk.AttachOptions)(4)); - w6.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.nameLabel = new global::Gtk.Label (); - this.nameLabel.Name = "nameLabel"; - this.nameLabel.Xpad = 5; - this.nameLabel.Xalign = 1F; - this.nameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:"); - this.nameLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.nameLabel); - global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameLabel])); - w7.XOptions = ((global::Gtk.AttachOptions)(4)); - w7.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.nameTextBox = new global::Gtk.Entry (); - this.nameTextBox.CanFocus = true; - this.nameTextBox.Name = "nameTextBox"; - this.nameTextBox.IsEditable = true; - this.nameTextBox.InvisibleChar = '●'; - this.configurationTable.Add (this.nameTextBox); - global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.nameTextBox])); - w8.LeftAttach = ((uint)(1)); - w8.RightAttach = ((uint)(2)); - w8.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.organizationInfoEventBox = new global::Gtk.EventBox (); - this.organizationInfoEventBox.WidthRequest = 16; - this.organizationInfoEventBox.HeightRequest = 16; - this.organizationInfoEventBox.Name = "organizationInfoEventBox"; - this.organizationInfoEventBox.VisibleWindow = false; - this.configurationTable.Add (this.organizationInfoEventBox); - global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox])); - w9.TopAttach = ((uint)(1)); - w9.BottomAttach = ((uint)(2)); - w9.LeftAttach = ((uint)(2)); - w9.RightAttach = ((uint)(3)); - w9.XOptions = ((global::Gtk.AttachOptions)(2)); - w9.YOptions = ((global::Gtk.AttachOptions)(2)); - // Container child configurationTable.Gtk.Table+TableChild - this.paddingLabelSharedCode = new global::Gtk.Label (); - this.paddingLabelSharedCode.WidthRequest = 132; - this.paddingLabelSharedCode.Name = "paddingLabelSharedCode"; - this.paddingLabelSharedCode.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.paddingLabelSharedCode); - global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelSharedCode])); - w10.TopAttach = ((uint)(7)); - w10.BottomAttach = ((uint)(8)); - w10.XOptions = ((global::Gtk.AttachOptions)(4)); - w10.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.paddingLabelTargetPlatforms = new global::Gtk.Label (); - this.paddingLabelTargetPlatforms.WidthRequest = 132; - this.paddingLabelTargetPlatforms.Name = "paddingLabelTargetPlatforms"; - this.paddingLabelTargetPlatforms.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.paddingLabelTargetPlatforms); - global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelTargetPlatforms])); - w11.TopAttach = ((uint)(4)); - w11.BottomAttach = ((uint)(5)); - w11.XOptions = ((global::Gtk.AttachOptions)(4)); - w11.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.paddingLabelXaml = new global::Gtk.Label (); - this.paddingLabelXaml.WidthRequest = 132; - this.paddingLabelXaml.HeightRequest = 5; - this.paddingLabelXaml.Name = "paddingLabelXaml"; - this.paddingLabelXaml.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.paddingLabelXaml); - global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.paddingLabelXaml])); - w12.TopAttach = ((uint)(8)); - w12.BottomAttach = ((uint)(9)); - w12.XOptions = ((global::Gtk.AttachOptions)(4)); - w12.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.sharedCodeSeparator = new global::Gtk.DrawingArea (); - this.sharedCodeSeparator.HeightRequest = 1; - this.sharedCodeSeparator.Name = "sharedCodeSeparator"; - this.configurationTable.Add (this.sharedCodeSeparator); - global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeSeparator])); - w13.TopAttach = ((uint)(5)); - w13.BottomAttach = ((uint)(6)); - w13.RightAttach = ((uint)(3)); - w13.YPadding = ((uint)(10)); - w13.XOptions = ((global::Gtk.AttachOptions)(4)); - w13.YOptions = ((global::Gtk.AttachOptions)(0)); - // Container child configurationTable.Gtk.Table+TableChild - this.sharedCodeVBox = new global::Gtk.VBox (); - this.sharedCodeVBox.Name = "sharedCodeVBox"; - // Container child sharedCodeVBox.Gtk.Box+BoxChild - this.usePortableClassLibraryHBox = new global::Gtk.HBox (); - this.usePortableClassLibraryHBox.Name = "usePortableClassLibraryHBox"; - // Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild - this.sharedProjectRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Platform specific")); - this.sharedProjectRadioButton.CanFocus = true; - this.sharedProjectRadioButton.Name = "sharedProjectRadioButton"; - this.sharedProjectRadioButton.Active = true; - this.sharedProjectRadioButton.DrawIndicator = true; - this.sharedProjectRadioButton.UseUnderline = true; - this.sharedProjectRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero); - this.usePortableClassLibraryHBox.Add (this.sharedProjectRadioButton); - global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.sharedProjectRadioButton])); - w14.Position = 0; - // Container child usePortableClassLibraryHBox.Gtk.Box+BoxChild - this.usePortableLibraryInfoVBox = new global::Gtk.VBox (); - this.usePortableLibraryInfoVBox.Name = "usePortableLibraryInfoVBox"; - // Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild - this.usePortableLibraryInfoIconPaddingLabel = new global::Gtk.Label (); - this.usePortableLibraryInfoIconPaddingLabel.HeightRequest = 1; - this.usePortableLibraryInfoIconPaddingLabel.Name = "usePortableLibraryInfoIconPaddingLabel"; - this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoIconPaddingLabel); - global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoIconPaddingLabel])); - w15.Position = 0; - w15.Expand = false; - w15.Fill = false; - // Container child usePortableLibraryInfoVBox.Gtk.Box+BoxChild - this.usePortableLibraryInfoEventBox = new global::Gtk.EventBox (); - this.usePortableLibraryInfoEventBox.WidthRequest = 16; - this.usePortableLibraryInfoEventBox.HeightRequest = 16; - this.usePortableLibraryInfoEventBox.Name = "usePortableLibraryInfoEventBox"; - this.usePortableLibraryInfoEventBox.VisibleWindow = false; - this.usePortableLibraryInfoVBox.Add (this.usePortableLibraryInfoEventBox); - global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.usePortableLibraryInfoVBox [this.usePortableLibraryInfoEventBox])); - w16.Position = 1; - this.usePortableClassLibraryHBox.Add (this.usePortableLibraryInfoVBox); - global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.usePortableClassLibraryHBox [this.usePortableLibraryInfoVBox])); - w17.Position = 1; - w17.Expand = false; - this.sharedCodeVBox.Add (this.usePortableClassLibraryHBox); - global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.usePortableClassLibraryHBox])); - w18.Position = 0; - w18.Expand = false; - w18.Fill = false; - w18.Padding = ((uint)(1)); - // Container child sharedCodeVBox.Gtk.Box+BoxChild - this.useSharedLibraryHBox = new global::Gtk.HBox (); - this.useSharedLibraryHBox.Name = "useSharedLibraryHBox"; - // Container child useSharedLibraryHBox.Gtk.Box+BoxChild - this.portableClassLibraryRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Single for all platforms")); - this.portableClassLibraryRadioButton.CanFocus = true; - this.portableClassLibraryRadioButton.Name = "portableClassLibraryRadioButton"; - this.portableClassLibraryRadioButton.DrawIndicator = true; - this.portableClassLibraryRadioButton.UseUnderline = true; - this.portableClassLibraryRadioButton.Group = this.sharedProjectRadioButton.Group; - this.useSharedLibraryHBox.Add (this.portableClassLibraryRadioButton); - global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.portableClassLibraryRadioButton])); - w19.Position = 0; - // Container child useSharedLibraryHBox.Gtk.Box+BoxChild - this.useSharedLibraryInfoVBox = new global::Gtk.VBox (); - this.useSharedLibraryInfoVBox.Name = "useSharedLibraryInfoVBox"; - // Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild - this.useSharedLibraryInfoIconPaddingLabel = new global::Gtk.Label (); - this.useSharedLibraryInfoIconPaddingLabel.HeightRequest = 1; - this.useSharedLibraryInfoIconPaddingLabel.Name = "useSharedLibraryInfoIconPaddingLabel"; - this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoIconPaddingLabel); - global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoIconPaddingLabel])); - w20.Position = 0; - w20.Expand = false; - w20.Fill = false; - // Container child useSharedLibraryInfoVBox.Gtk.Box+BoxChild - this.useSharedLibraryInfoEventBox = new global::Gtk.EventBox (); - this.useSharedLibraryInfoEventBox.WidthRequest = 16; - this.useSharedLibraryInfoEventBox.HeightRequest = 16; - this.useSharedLibraryInfoEventBox.Name = "useSharedLibraryInfoEventBox"; - this.useSharedLibraryInfoEventBox.VisibleWindow = false; - this.useSharedLibraryInfoVBox.Add (this.useSharedLibraryInfoEventBox); - global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryInfoVBox [this.useSharedLibraryInfoEventBox])); - w21.Position = 1; - this.useSharedLibraryHBox.Add (this.useSharedLibraryInfoVBox); - global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.useSharedLibraryHBox [this.useSharedLibraryInfoVBox])); - w22.Position = 1; - w22.Expand = false; - this.sharedCodeVBox.Add (this.useSharedLibraryHBox); - global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.sharedCodeVBox [this.useSharedLibraryHBox])); - w23.Position = 1; - w23.Expand = false; - w23.Fill = false; - w23.Padding = ((uint)(1)); - this.configurationTable.Add (this.sharedCodeVBox); - global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.sharedCodeVBox])); - w24.TopAttach = ((uint)(6)); - w24.BottomAttach = ((uint)(8)); - w24.LeftAttach = ((uint)(1)); - w24.RightAttach = ((uint)(3)); - w24.XOptions = ((global::Gtk.AttachOptions)(4)); - w24.YOptions = ((global::Gtk.AttachOptions)(0)); - // Container child configurationTable.Gtk.Table+TableChild - this.targetPlatformsLabel = new global::Gtk.Label (); - this.targetPlatformsLabel.Name = "targetPlatformsLabel"; - this.targetPlatformsLabel.Xpad = 5; - this.targetPlatformsLabel.Xalign = 1F; - this.targetPlatformsLabel.Yalign = 0.8F; - this.targetPlatformsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Platforms:"); - this.targetPlatformsLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.targetPlatformsLabel); - global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsLabel])); - w25.TopAttach = ((uint)(3)); - w25.BottomAttach = ((uint)(4)); - w25.XOptions = ((global::Gtk.AttachOptions)(4)); - w25.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.targetPlatformsSeparator = new global::Gtk.DrawingArea (); - this.targetPlatformsSeparator.HeightRequest = 1; - this.targetPlatformsSeparator.Name = "targetPlatformsSeparator"; - this.configurationTable.Add (this.targetPlatformsSeparator); - global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsSeparator])); - w26.TopAttach = ((uint)(2)); - w26.BottomAttach = ((uint)(3)); - w26.RightAttach = ((uint)(3)); - w26.YPadding = ((uint)(10)); - w26.XOptions = ((global::Gtk.AttachOptions)(4)); - w26.YOptions = ((global::Gtk.AttachOptions)(0)); - // Container child configurationTable.Gtk.Table+TableChild - this.targetPlatformsVBox = new global::Gtk.VBox (); - this.targetPlatformsVBox.Name = "targetPlatformsVBox"; - // Container child targetPlatformsVBox.Gtk.Box+BoxChild - this.androidCheckButton = new global::Gtk.CheckButton (); - this.androidCheckButton.CanFocus = true; - this.androidCheckButton.Name = "androidCheckButton"; - this.androidCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Android"); - this.androidCheckButton.Active = true; - this.androidCheckButton.DrawIndicator = true; - this.androidCheckButton.UseUnderline = true; - this.targetPlatformsVBox.Add (this.androidCheckButton); - global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.androidCheckButton])); - w27.Position = 0; - w27.Expand = false; - w27.Fill = false; - w27.Padding = ((uint)(1)); - // Container child targetPlatformsVBox.Gtk.Box+BoxChild - this.iOSCheckButton = new global::Gtk.CheckButton (); - this.iOSCheckButton.CanFocus = true; - this.iOSCheckButton.Name = "iOSCheckButton"; - this.iOSCheckButton.Label = global::Mono.Unix.Catalog.GetString ("iOS"); - this.iOSCheckButton.Active = true; - this.iOSCheckButton.DrawIndicator = true; - this.iOSCheckButton.UseUnderline = true; - this.targetPlatformsVBox.Add (this.iOSCheckButton); - global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.targetPlatformsVBox [this.iOSCheckButton])); - w28.Position = 1; - w28.Expand = false; - w28.Fill = false; - w28.Padding = ((uint)(1)); - this.configurationTable.Add (this.targetPlatformsVBox); - global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.targetPlatformsVBox])); - w29.TopAttach = ((uint)(3)); - w29.BottomAttach = ((uint)(5)); - w29.LeftAttach = ((uint)(1)); - w29.RightAttach = ((uint)(2)); - w29.XOptions = ((global::Gtk.AttachOptions)(4)); - w29.YOptions = ((global::Gtk.AttachOptions)(0)); - this.configurationTableEventBox.Add (this.configurationTable); - this.configurationVBox.Add (this.configurationTableEventBox); - global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox])); - w31.Position = 1; - w31.Expand = false; - w31.Fill = false; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationBottomEventBox = new global::Gtk.EventBox (); - this.configurationBottomEventBox.Name = "configurationBottomEventBox"; - this.configurationVBox.Add (this.configurationBottomEventBox); - global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox])); - w32.Position = 2; - this.mainHBox.Add (this.configurationVBox); - global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox])); - w33.Position = 1; - w33.Expand = false; - w33.Fill = false; - // Container child mainHBox.Gtk.Box+BoxChild - this.backgroundLargeImageEventBox = new global::Gtk.EventBox (); - this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox"; - // Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild - this.backgroundLargeImageVBox = new global::Gtk.VBox (); - this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox"; - this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox); - this.mainHBox.Add (this.backgroundLargeImageEventBox); - global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox])); - w35.Position = 2; - this.Add (this.mainHBox); - if ((this.Child != null)) { - this.Child.ShowAll (); - } - this.Hide (); - } - } -} diff --git a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs b/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs deleted file mode 100644 index 47e78a0675..0000000000 --- a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.cs +++ /dev/null @@ -1,581 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace MonoDevelop.Packaging.Gui -{ - public partial class GtkNuGetPackageMetadataOptionsPanelWidget - { - private global::Gtk.Notebook notebook; - - private global::Gtk.Table generalTable; - - private global::Gtk.Label packageAuthorsLabel; - - private global::Gtk.Entry packageAuthorsTextBox; - - private global::Gtk.VBox packageDescriptionLabelVBox; - - private global::Gtk.Label packageDescriptionLabel; - - private global::Gtk.Label packageDescriptionPaddingLabel; - - private global::Gtk.ScrolledWindow packageDescriptionScrolledWindow; - - private global::Gtk.TextView packageDescriptionTextView; - - private global::Gtk.Label packageIdLabel; - - private global::Gtk.Entry packageIdTextBox; - - private global::Gtk.Label packageVersionLabel; - - private global::Gtk.Entry packageVersionTextBox; - - private global::Gtk.Label generalTabPageLabel; - - private global::Gtk.Table detailsTable; - - private global::Gtk.Label packageCopyrightLabel; - - private global::Gtk.Entry packageCopyrightTextBox; - - private global::Gtk.CheckButton packageDevelopmentDependencyCheckBox; - - private global::Gtk.Label packageDevelopmentDependencyLabel; - - private global::Gtk.Label packageIconUrlLabel; - - private global::Gtk.Entry packageIconUrlTextBox; - - private global::Gtk.HBox packageLanguageHBox; - - private global::Gtk.ComboBoxEntry packageLanguageComboBox; - - private global::Gtk.Label packageLanguageLabel; - - private global::Gtk.Label packageLicenseUrlLabel; - - private global::Gtk.Entry packageLicenseUrlTextBox; - - private global::Gtk.Label packageOwnersLabel; - - private global::Gtk.Entry packageOwnersTextBox; - - private global::Gtk.Label packageProjectUrlLabel; - - private global::Gtk.Entry packageProjectUrlTextBox; - - private global::Gtk.VBox packageReleaseNotesLabelVBox; - - private global::Gtk.Label packageReleaseNotesLabel; - - private global::Gtk.Label packageReleaseNotesPaddingLabel; - - private global::Gtk.ScrolledWindow packageReleaseNotesScrolledWindow; - - private global::Gtk.TextView packageReleaseNotesTextView; - - private global::Gtk.CheckButton packageRequireLicenseAcceptanceCheckBox; - - private global::Gtk.Label packageRequireLicenseAcceptanceLabel; - - private global::Gtk.Label packageSummaryLabel; - - private global::Gtk.Entry packageSummaryTextBox; - - private global::Gtk.Label packageTagsLabel; - - private global::Gtk.Entry packageTagsTextBox; - - private global::Gtk.Label packageTitleLabel; - - private global::Gtk.Entry packageTitleTextBox; - - private global::Gtk.Label detailsTabPageLabel; - - protected virtual void Build() - { - global::Stetic.Gui.Initialize(this); - // Widget MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget - global::Stetic.BinContainer.Attach(this); - this.Name = "MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget"; - // Container child MonoDevelop.Packaging.Gui.GtkNuGetPackageMetadataOptionsPanelWidget.Gtk.Container+ContainerChild - this.notebook = new global::Gtk.Notebook(); - this.notebook.CanFocus = true; - this.notebook.Name = "notebook"; - this.notebook.CurrentPage = 0; - // Container child notebook.Gtk.Notebook+NotebookChild - this.generalTable = new global::Gtk.Table(((uint)(5)), ((uint)(3)), false); - this.generalTable.Name = "generalTable"; - this.generalTable.RowSpacing = ((uint)(6)); - this.generalTable.ColumnSpacing = ((uint)(6)); - this.generalTable.BorderWidth = ((uint)(10)); - // Container child generalTable.Gtk.Table+TableChild - this.packageAuthorsLabel = new global::Gtk.Label(); - this.packageAuthorsLabel.Name = "packageAuthorsLabel"; - this.packageAuthorsLabel.Xalign = 0F; - this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Authors:"); - this.generalTable.Add(this.packageAuthorsLabel); - global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsLabel])); - w1.TopAttach = ((uint)(2)); - w1.BottomAttach = ((uint)(3)); - w1.XOptions = ((global::Gtk.AttachOptions)(4)); - w1.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageAuthorsTextBox = new global::Gtk.Entry(); - this.packageAuthorsTextBox.CanFocus = true; - this.packageAuthorsTextBox.Name = "packageAuthorsTextBox"; - this.packageAuthorsTextBox.IsEditable = true; - this.packageAuthorsTextBox.InvisibleChar = '●'; - this.generalTable.Add(this.packageAuthorsTextBox); - global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageAuthorsTextBox])); - w2.TopAttach = ((uint)(2)); - w2.BottomAttach = ((uint)(3)); - w2.LeftAttach = ((uint)(1)); - w2.RightAttach = ((uint)(2)); - w2.XOptions = ((global::Gtk.AttachOptions)(4)); - w2.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageDescriptionLabelVBox = new global::Gtk.VBox(); - this.packageDescriptionLabelVBox.Name = "packageDescriptionLabelVBox"; - this.packageDescriptionLabelVBox.Spacing = 6; - // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild - this.packageDescriptionLabel = new global::Gtk.Label(); - this.packageDescriptionLabel.WidthRequest = 164; - this.packageDescriptionLabel.Name = "packageDescriptionLabel"; - this.packageDescriptionLabel.Xalign = 0F; - this.packageDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Description:"); - this.packageDescriptionLabelVBox.Add(this.packageDescriptionLabel); - global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionLabel])); - w3.Position = 0; - w3.Expand = false; - w3.Fill = false; - w3.Padding = ((uint)(6)); - // Container child packageDescriptionLabelVBox.Gtk.Box+BoxChild - this.packageDescriptionPaddingLabel = new global::Gtk.Label(); - this.packageDescriptionPaddingLabel.Name = "packageDescriptionPaddingLabel"; - this.packageDescriptionPaddingLabel.Xalign = 0F; - this.packageDescriptionLabelVBox.Add(this.packageDescriptionPaddingLabel); - global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.packageDescriptionLabelVBox[this.packageDescriptionPaddingLabel])); - w4.Position = 1; - w4.Expand = false; - w4.Fill = false; - this.generalTable.Add(this.packageDescriptionLabelVBox); - global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionLabelVBox])); - w5.TopAttach = ((uint)(3)); - w5.BottomAttach = ((uint)(4)); - w5.XOptions = ((global::Gtk.AttachOptions)(4)); - w5.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageDescriptionScrolledWindow = new global::Gtk.ScrolledWindow(); - this.packageDescriptionScrolledWindow.Name = "packageDescriptionScrolledWindow"; - this.packageDescriptionScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); - // Container child packageDescriptionScrolledWindow.Gtk.Container+ContainerChild - this.packageDescriptionTextView = new global::Gtk.TextView(); - this.packageDescriptionTextView.CanFocus = true; - this.packageDescriptionTextView.Name = "packageDescriptionTextView"; - this.packageDescriptionTextView.AcceptsTab = false; - this.packageDescriptionTextView.WrapMode = ((global::Gtk.WrapMode)(2)); - this.packageDescriptionScrolledWindow.Add(this.packageDescriptionTextView); - this.generalTable.Add(this.packageDescriptionScrolledWindow); - global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageDescriptionScrolledWindow])); - w7.TopAttach = ((uint)(3)); - w7.BottomAttach = ((uint)(4)); - w7.LeftAttach = ((uint)(1)); - w7.RightAttach = ((uint)(2)); - w7.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageIdLabel = new global::Gtk.Label(); - this.packageIdLabel.Name = "packageIdLabel"; - this.packageIdLabel.Xalign = 0F; - this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString("ID:"); - this.generalTable.Add(this.packageIdLabel); - global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdLabel])); - w8.XOptions = ((global::Gtk.AttachOptions)(4)); - w8.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageIdTextBox = new global::Gtk.Entry(); - this.packageIdTextBox.CanFocus = true; - this.packageIdTextBox.Name = "packageIdTextBox"; - this.packageIdTextBox.IsEditable = true; - this.packageIdTextBox.InvisibleChar = '●'; - this.generalTable.Add(this.packageIdTextBox); - global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageIdTextBox])); - w9.LeftAttach = ((uint)(1)); - w9.RightAttach = ((uint)(2)); - w9.XOptions = ((global::Gtk.AttachOptions)(4)); - w9.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageVersionLabel = new global::Gtk.Label(); - this.packageVersionLabel.Name = "packageVersionLabel"; - this.packageVersionLabel.Xalign = 0F; - this.packageVersionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Version:"); - this.generalTable.Add(this.packageVersionLabel); - global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionLabel])); - w10.TopAttach = ((uint)(1)); - w10.BottomAttach = ((uint)(2)); - w10.XOptions = ((global::Gtk.AttachOptions)(4)); - w10.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child generalTable.Gtk.Table+TableChild - this.packageVersionTextBox = new global::Gtk.Entry(); - this.packageVersionTextBox.CanFocus = true; - this.packageVersionTextBox.Name = "packageVersionTextBox"; - this.packageVersionTextBox.IsEditable = true; - this.packageVersionTextBox.InvisibleChar = '●'; - this.generalTable.Add(this.packageVersionTextBox); - global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.generalTable[this.packageVersionTextBox])); - w11.TopAttach = ((uint)(1)); - w11.BottomAttach = ((uint)(2)); - w11.LeftAttach = ((uint)(1)); - w11.RightAttach = ((uint)(2)); - w11.XOptions = ((global::Gtk.AttachOptions)(4)); - w11.YOptions = ((global::Gtk.AttachOptions)(4)); - this.notebook.Add(this.generalTable); - // Notebook tab - this.generalTabPageLabel = new global::Gtk.Label(); - this.generalTabPageLabel.Name = "generalTabPageLabel"; - this.generalTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("General"); - this.notebook.SetTabLabel(this.generalTable, this.generalTabPageLabel); - this.generalTabPageLabel.ShowAll(); - // Container child notebook.Gtk.Notebook+NotebookChild - this.detailsTable = new global::Gtk.Table(((uint)(13)), ((uint)(3)), false); - this.detailsTable.Name = "detailsTable"; - this.detailsTable.RowSpacing = ((uint)(6)); - this.detailsTable.ColumnSpacing = ((uint)(6)); - this.detailsTable.BorderWidth = ((uint)(10)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageCopyrightLabel = new global::Gtk.Label(); - this.packageCopyrightLabel.Name = "packageCopyrightLabel"; - this.packageCopyrightLabel.Xalign = 0F; - this.packageCopyrightLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Copyright:"); - this.detailsTable.Add(this.packageCopyrightLabel); - global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightLabel])); - w13.TopAttach = ((uint)(1)); - w13.BottomAttach = ((uint)(2)); - w13.XOptions = ((global::Gtk.AttachOptions)(4)); - w13.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageCopyrightTextBox = new global::Gtk.Entry(); - this.packageCopyrightTextBox.CanFocus = true; - this.packageCopyrightTextBox.Name = "packageCopyrightTextBox"; - this.packageCopyrightTextBox.IsEditable = true; - this.packageCopyrightTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageCopyrightTextBox); - global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageCopyrightTextBox])); - w14.TopAttach = ((uint)(1)); - w14.BottomAttach = ((uint)(2)); - w14.LeftAttach = ((uint)(1)); - w14.RightAttach = ((uint)(2)); - w14.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageDevelopmentDependencyCheckBox = new global::Gtk.CheckButton(); - this.packageDevelopmentDependencyCheckBox.CanFocus = true; - this.packageDevelopmentDependencyCheckBox.Name = "packageDevelopmentDependencyCheckBox"; - this.packageDevelopmentDependencyCheckBox.Label = ""; - this.packageDevelopmentDependencyCheckBox.DrawIndicator = true; - this.packageDevelopmentDependencyCheckBox.UseUnderline = true; - this.packageDevelopmentDependencyCheckBox.Xalign = 0F; - this.detailsTable.Add(this.packageDevelopmentDependencyCheckBox); - global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyCheckBox])); - w15.TopAttach = ((uint)(8)); - w15.BottomAttach = ((uint)(9)); - w15.LeftAttach = ((uint)(1)); - w15.RightAttach = ((uint)(2)); - w15.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageDevelopmentDependencyLabel = new global::Gtk.Label(); - this.packageDevelopmentDependencyLabel.Name = "packageDevelopmentDependencyLabel"; - this.packageDevelopmentDependencyLabel.Xalign = 0F; - this.packageDevelopmentDependencyLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Development Dependency:"); - this.detailsTable.Add(this.packageDevelopmentDependencyLabel); - global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageDevelopmentDependencyLabel])); - w16.TopAttach = ((uint)(8)); - w16.BottomAttach = ((uint)(9)); - w16.XOptions = ((global::Gtk.AttachOptions)(4)); - w16.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageIconUrlLabel = new global::Gtk.Label(); - this.packageIconUrlLabel.Name = "packageIconUrlLabel"; - this.packageIconUrlLabel.Xalign = 0F; - this.packageIconUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Icon URL:"); - this.detailsTable.Add(this.packageIconUrlLabel); - global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlLabel])); - w17.TopAttach = ((uint)(5)); - w17.BottomAttach = ((uint)(6)); - w17.XOptions = ((global::Gtk.AttachOptions)(4)); - w17.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageIconUrlTextBox = new global::Gtk.Entry(); - this.packageIconUrlTextBox.CanFocus = true; - this.packageIconUrlTextBox.Name = "packageIconUrlTextBox"; - this.packageIconUrlTextBox.IsEditable = true; - this.packageIconUrlTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageIconUrlTextBox); - global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageIconUrlTextBox])); - w18.TopAttach = ((uint)(5)); - w18.BottomAttach = ((uint)(6)); - w18.LeftAttach = ((uint)(1)); - w18.RightAttach = ((uint)(2)); - w18.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageLanguageHBox = new global::Gtk.HBox(); - this.packageLanguageHBox.Name = "packageLanguageHBox"; - this.packageLanguageHBox.Spacing = 6; - // Container child packageLanguageHBox.Gtk.Box+BoxChild - this.packageLanguageComboBox = global::Gtk.ComboBoxEntry.NewText(); - this.packageLanguageComboBox.Name = "packageLanguageComboBox"; - this.packageLanguageHBox.Add(this.packageLanguageComboBox); - global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.packageLanguageHBox[this.packageLanguageComboBox])); - w19.Position = 0; - w19.Expand = false; - w19.Fill = false; - this.detailsTable.Add(this.packageLanguageHBox); - global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageHBox])); - w20.TopAttach = ((uint)(10)); - w20.BottomAttach = ((uint)(11)); - w20.LeftAttach = ((uint)(1)); - w20.RightAttach = ((uint)(2)); - w20.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageLanguageLabel = new global::Gtk.Label(); - this.packageLanguageLabel.Name = "packageLanguageLabel"; - this.packageLanguageLabel.Xalign = 0F; - this.packageLanguageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Language:"); - this.detailsTable.Add(this.packageLanguageLabel); - global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLanguageLabel])); - w21.TopAttach = ((uint)(10)); - w21.BottomAttach = ((uint)(11)); - w21.XOptions = ((global::Gtk.AttachOptions)(4)); - w21.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageLicenseUrlLabel = new global::Gtk.Label(); - this.packageLicenseUrlLabel.Name = "packageLicenseUrlLabel"; - this.packageLicenseUrlLabel.Xalign = 0F; - this.packageLicenseUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("License URL:"); - this.detailsTable.Add(this.packageLicenseUrlLabel); - global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlLabel])); - w22.TopAttach = ((uint)(6)); - w22.BottomAttach = ((uint)(7)); - w22.XOptions = ((global::Gtk.AttachOptions)(4)); - w22.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageLicenseUrlTextBox = new global::Gtk.Entry(); - this.packageLicenseUrlTextBox.CanFocus = true; - this.packageLicenseUrlTextBox.Name = "packageLicenseUrlTextBox"; - this.packageLicenseUrlTextBox.IsEditable = true; - this.packageLicenseUrlTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageLicenseUrlTextBox); - global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageLicenseUrlTextBox])); - w23.TopAttach = ((uint)(6)); - w23.BottomAttach = ((uint)(7)); - w23.LeftAttach = ((uint)(1)); - w23.RightAttach = ((uint)(2)); - w23.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageOwnersLabel = new global::Gtk.Label(); - this.packageOwnersLabel.Name = "packageOwnersLabel"; - this.packageOwnersLabel.Xalign = 0F; - this.packageOwnersLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Owners:"); - this.detailsTable.Add(this.packageOwnersLabel); - global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersLabel])); - w24.XOptions = ((global::Gtk.AttachOptions)(4)); - w24.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageOwnersTextBox = new global::Gtk.Entry(); - this.packageOwnersTextBox.CanFocus = true; - this.packageOwnersTextBox.Name = "packageOwnersTextBox"; - this.packageOwnersTextBox.IsEditable = true; - this.packageOwnersTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageOwnersTextBox); - global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageOwnersTextBox])); - w25.LeftAttach = ((uint)(1)); - w25.RightAttach = ((uint)(2)); - w25.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageProjectUrlLabel = new global::Gtk.Label(); - this.packageProjectUrlLabel.Name = "packageProjectUrlLabel"; - this.packageProjectUrlLabel.Xalign = 0F; - this.packageProjectUrlLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Project URL:"); - this.detailsTable.Add(this.packageProjectUrlLabel); - global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlLabel])); - w26.TopAttach = ((uint)(4)); - w26.BottomAttach = ((uint)(5)); - w26.XOptions = ((global::Gtk.AttachOptions)(4)); - w26.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageProjectUrlTextBox = new global::Gtk.Entry(); - this.packageProjectUrlTextBox.CanFocus = true; - this.packageProjectUrlTextBox.Name = "packageProjectUrlTextBox"; - this.packageProjectUrlTextBox.IsEditable = true; - this.packageProjectUrlTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageProjectUrlTextBox); - global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageProjectUrlTextBox])); - w27.TopAttach = ((uint)(4)); - w27.BottomAttach = ((uint)(5)); - w27.LeftAttach = ((uint)(1)); - w27.RightAttach = ((uint)(2)); - w27.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageReleaseNotesLabelVBox = new global::Gtk.VBox(); - this.packageReleaseNotesLabelVBox.Name = "packageReleaseNotesLabelVBox"; - this.packageReleaseNotesLabelVBox.Spacing = 6; - // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild - this.packageReleaseNotesLabel = new global::Gtk.Label(); - this.packageReleaseNotesLabel.Name = "packageReleaseNotesLabel"; - this.packageReleaseNotesLabel.Xalign = 0F; - this.packageReleaseNotesLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Release Notes:"); - this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesLabel); - global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesLabel])); - w28.Position = 0; - w28.Expand = false; - w28.Fill = false; - w28.Padding = ((uint)(6)); - // Container child packageReleaseNotesLabelVBox.Gtk.Box+BoxChild - this.packageReleaseNotesPaddingLabel = new global::Gtk.Label(); - this.packageReleaseNotesPaddingLabel.Name = "packageReleaseNotesPaddingLabel"; - this.packageReleaseNotesPaddingLabel.Xalign = 0F; - this.packageReleaseNotesLabelVBox.Add(this.packageReleaseNotesPaddingLabel); - global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.packageReleaseNotesLabelVBox[this.packageReleaseNotesPaddingLabel])); - w29.Position = 1; - w29.Expand = false; - w29.Fill = false; - this.detailsTable.Add(this.packageReleaseNotesLabelVBox); - global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesLabelVBox])); - w30.TopAttach = ((uint)(11)); - w30.BottomAttach = ((uint)(12)); - w30.XOptions = ((global::Gtk.AttachOptions)(4)); - w30.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageReleaseNotesScrolledWindow = new global::Gtk.ScrolledWindow(); - this.packageReleaseNotesScrolledWindow.Name = "packageReleaseNotesScrolledWindow"; - this.packageReleaseNotesScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); - // Container child packageReleaseNotesScrolledWindow.Gtk.Container+ContainerChild - this.packageReleaseNotesTextView = new global::Gtk.TextView(); - this.packageReleaseNotesTextView.CanFocus = true; - this.packageReleaseNotesTextView.Name = "packageReleaseNotesTextView"; - this.packageReleaseNotesTextView.AcceptsTab = false; - this.packageReleaseNotesTextView.WrapMode = ((global::Gtk.WrapMode)(2)); - this.packageReleaseNotesScrolledWindow.Add(this.packageReleaseNotesTextView); - this.detailsTable.Add(this.packageReleaseNotesScrolledWindow); - global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageReleaseNotesScrolledWindow])); - w32.TopAttach = ((uint)(11)); - w32.BottomAttach = ((uint)(12)); - w32.LeftAttach = ((uint)(1)); - w32.RightAttach = ((uint)(2)); - w32.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageRequireLicenseAcceptanceCheckBox = new global::Gtk.CheckButton(); - this.packageRequireLicenseAcceptanceCheckBox.CanFocus = true; - this.packageRequireLicenseAcceptanceCheckBox.Name = "packageRequireLicenseAcceptanceCheckBox"; - this.packageRequireLicenseAcceptanceCheckBox.Label = ""; - this.packageRequireLicenseAcceptanceCheckBox.DrawIndicator = true; - this.packageRequireLicenseAcceptanceCheckBox.UseUnderline = true; - this.packageRequireLicenseAcceptanceCheckBox.Xalign = 0F; - this.detailsTable.Add(this.packageRequireLicenseAcceptanceCheckBox); - global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceCheckBox])); - w33.TopAttach = ((uint)(7)); - w33.BottomAttach = ((uint)(8)); - w33.LeftAttach = ((uint)(1)); - w33.RightAttach = ((uint)(2)); - w33.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageRequireLicenseAcceptanceLabel = new global::Gtk.Label(); - this.packageRequireLicenseAcceptanceLabel.Name = "packageRequireLicenseAcceptanceLabel"; - this.packageRequireLicenseAcceptanceLabel.Xalign = 0F; - this.packageRequireLicenseAcceptanceLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Require License Acceptance:"); - this.detailsTable.Add(this.packageRequireLicenseAcceptanceLabel); - global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageRequireLicenseAcceptanceLabel])); - w34.TopAttach = ((uint)(7)); - w34.BottomAttach = ((uint)(8)); - w34.XOptions = ((global::Gtk.AttachOptions)(4)); - w34.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageSummaryLabel = new global::Gtk.Label(); - this.packageSummaryLabel.Name = "packageSummaryLabel"; - this.packageSummaryLabel.Xalign = 0F; - this.packageSummaryLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Summary:"); - this.detailsTable.Add(this.packageSummaryLabel); - global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryLabel])); - w35.TopAttach = ((uint)(3)); - w35.BottomAttach = ((uint)(4)); - w35.XOptions = ((global::Gtk.AttachOptions)(4)); - w35.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageSummaryTextBox = new global::Gtk.Entry(); - this.packageSummaryTextBox.CanFocus = true; - this.packageSummaryTextBox.Name = "packageSummaryTextBox"; - this.packageSummaryTextBox.IsEditable = true; - this.packageSummaryTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageSummaryTextBox); - global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageSummaryTextBox])); - w36.TopAttach = ((uint)(3)); - w36.BottomAttach = ((uint)(4)); - w36.LeftAttach = ((uint)(1)); - w36.RightAttach = ((uint)(2)); - w36.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageTagsLabel = new global::Gtk.Label(); - this.packageTagsLabel.Name = "packageTagsLabel"; - this.packageTagsLabel.Xalign = 0F; - this.packageTagsLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Tags:"); - this.detailsTable.Add(this.packageTagsLabel); - global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsLabel])); - w37.TopAttach = ((uint)(9)); - w37.BottomAttach = ((uint)(10)); - w37.XOptions = ((global::Gtk.AttachOptions)(4)); - w37.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageTagsTextBox = new global::Gtk.Entry(); - this.packageTagsTextBox.CanFocus = true; - this.packageTagsTextBox.Name = "packageTagsTextBox"; - this.packageTagsTextBox.IsEditable = true; - this.packageTagsTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageTagsTextBox); - global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTagsTextBox])); - w38.TopAttach = ((uint)(9)); - w38.BottomAttach = ((uint)(10)); - w38.LeftAttach = ((uint)(1)); - w38.RightAttach = ((uint)(2)); - w38.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageTitleLabel = new global::Gtk.Label(); - this.packageTitleLabel.Name = "packageTitleLabel"; - this.packageTitleLabel.Xalign = 0F; - this.packageTitleLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Title:"); - this.detailsTable.Add(this.packageTitleLabel); - global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleLabel])); - w39.TopAttach = ((uint)(2)); - w39.BottomAttach = ((uint)(3)); - w39.XOptions = ((global::Gtk.AttachOptions)(4)); - w39.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child detailsTable.Gtk.Table+TableChild - this.packageTitleTextBox = new global::Gtk.Entry(); - this.packageTitleTextBox.CanFocus = true; - this.packageTitleTextBox.Name = "packageTitleTextBox"; - this.packageTitleTextBox.IsEditable = true; - this.packageTitleTextBox.InvisibleChar = '●'; - this.detailsTable.Add(this.packageTitleTextBox); - global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.detailsTable[this.packageTitleTextBox])); - w40.TopAttach = ((uint)(2)); - w40.BottomAttach = ((uint)(3)); - w40.LeftAttach = ((uint)(1)); - w40.RightAttach = ((uint)(2)); - w40.YOptions = ((global::Gtk.AttachOptions)(4)); - this.notebook.Add(this.detailsTable); - global::Gtk.Notebook.NotebookChild w41 = ((global::Gtk.Notebook.NotebookChild)(this.notebook[this.detailsTable])); - w41.Position = 1; - // Notebook tab - this.detailsTabPageLabel = new global::Gtk.Label(); - this.detailsTabPageLabel.Name = "detailsTabPageLabel"; - this.detailsTabPageLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Details"); - this.notebook.SetTabLabel(this.detailsTable, this.detailsTabPageLabel); - this.detailsTabPageLabel.ShowAll(); - this.Add(this.notebook); - if ((this.Child != null)) - { - this.Child.ShowAll(); - } - this.generalTabPageLabel.Hide(); - this.Hide(); - } - } -} diff --git a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs b/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs deleted file mode 100644 index 4723ed681c..0000000000 --- a/main/src/addins/MonoDevelop.Packaging/gtk-gui/MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.cs +++ /dev/null @@ -1,264 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace MonoDevelop.Packaging.Gui -{ - public partial class GtkPackagingProjectTemplateWizardPageWidget - { - private global::Gtk.HBox mainHBox; - - private global::Gtk.EventBox leftBorderEventBox; - - private global::Gtk.VBox configurationVBox; - - private global::Gtk.EventBox configurationTopEventBox; - - private global::Gtk.EventBox configurationTableEventBox; - - private global::Gtk.Table configurationTable; - - private global::Gtk.DrawingArea bottomPadding; - - private global::Gtk.EventBox idEventBox; - - private global::Gtk.EventBox organizationInfoEventBox; - - private global::Gtk.EventBox versionEventBox; - - private global::Gtk.Label packageAuthorsLabel; - - private global::Gtk.Entry packageAuthorsTextBox; - - private global::Gtk.Label packageDescriptionLabel; - - private global::Gtk.Entry packageDescriptionTextBox; - - private global::Gtk.Label packageIdLabel; - - private global::Gtk.Entry packageIdTextBox; - - private global::Gtk.DrawingArea separator; - - private global::Gtk.DrawingArea topPadding; - - private global::Gtk.EventBox configurationBottomEventBox; - - private global::Gtk.EventBox backgroundLargeImageEventBox; - - private global::Gtk.VBox backgroundLargeImageVBox; - - protected virtual void Build () - { - global::Stetic.Gui.Initialize (this); - // Widget MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget - global::Stetic.BinContainer.Attach (this); - this.Name = "MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget"; - // Container child MonoDevelop.Packaging.Gui.GtkPackagingProjectTemplateWizardPageWidget.Gtk.Container+ContainerChild - this.mainHBox = new global::Gtk.HBox (); - this.mainHBox.Name = "mainHBox"; - // Container child mainHBox.Gtk.Box+BoxChild - this.leftBorderEventBox = new global::Gtk.EventBox (); - this.leftBorderEventBox.WidthRequest = 30; - this.leftBorderEventBox.Name = "leftBorderEventBox"; - this.mainHBox.Add (this.leftBorderEventBox); - global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.leftBorderEventBox])); - w1.Position = 0; - w1.Expand = false; - // Container child mainHBox.Gtk.Box+BoxChild - this.configurationVBox = new global::Gtk.VBox (); - this.configurationVBox.Name = "configurationVBox"; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationTopEventBox = new global::Gtk.EventBox (); - this.configurationTopEventBox.Name = "configurationTopEventBox"; - this.configurationVBox.Add (this.configurationTopEventBox); - global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTopEventBox])); - w2.Position = 0; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationTableEventBox = new global::Gtk.EventBox (); - this.configurationTableEventBox.Name = "configurationTableEventBox"; - // Container child configurationTableEventBox.Gtk.Container+ContainerChild - this.configurationTable = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false); - this.configurationTable.Name = "configurationTable"; - this.configurationTable.RowSpacing = ((uint)(7)); - this.configurationTable.ColumnSpacing = ((uint)(6)); - // Container child configurationTable.Gtk.Table+TableChild - this.bottomPadding = new global::Gtk.DrawingArea (); - this.bottomPadding.WidthRequest = 132; - this.bottomPadding.HeightRequest = 0; - this.bottomPadding.Name = "bottomPadding"; - this.configurationTable.Add (this.bottomPadding); - global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.bottomPadding])); - w3.TopAttach = ((uint)(5)); - w3.BottomAttach = ((uint)(6)); - w3.XOptions = ((global::Gtk.AttachOptions)(4)); - w3.YOptions = ((global::Gtk.AttachOptions)(0)); - // Container child configurationTable.Gtk.Table+TableChild - this.idEventBox = new global::Gtk.EventBox (); - this.idEventBox.WidthRequest = 16; - this.idEventBox.HeightRequest = 16; - this.idEventBox.Name = "idEventBox"; - this.idEventBox.VisibleWindow = false; - this.configurationTable.Add (this.idEventBox); - global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.idEventBox])); - w4.TopAttach = ((uint)(1)); - w4.BottomAttach = ((uint)(2)); - w4.LeftAttach = ((uint)(2)); - w4.RightAttach = ((uint)(3)); - w4.XOptions = ((global::Gtk.AttachOptions)(4)); - w4.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.organizationInfoEventBox = new global::Gtk.EventBox (); - this.organizationInfoEventBox.WidthRequest = 16; - this.organizationInfoEventBox.HeightRequest = 16; - this.organizationInfoEventBox.Name = "organizationInfoEventBox"; - this.organizationInfoEventBox.VisibleWindow = false; - // Container child organizationInfoEventBox.Gtk.Container+ContainerChild - this.versionEventBox = new global::Gtk.EventBox (); - this.versionEventBox.WidthRequest = 16; - this.versionEventBox.HeightRequest = 16; - this.versionEventBox.Name = "versionEventBox"; - this.versionEventBox.VisibleWindow = false; - this.organizationInfoEventBox.Add (this.versionEventBox); - this.configurationTable.Add (this.organizationInfoEventBox); - global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.organizationInfoEventBox])); - w6.TopAttach = ((uint)(2)); - w6.BottomAttach = ((uint)(3)); - w6.LeftAttach = ((uint)(2)); - w6.RightAttach = ((uint)(3)); - w6.XOptions = ((global::Gtk.AttachOptions)(2)); - w6.YOptions = ((global::Gtk.AttachOptions)(2)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageAuthorsLabel = new global::Gtk.Label (); - this.packageAuthorsLabel.Name = "packageAuthorsLabel"; - this.packageAuthorsLabel.Xpad = 5; - this.packageAuthorsLabel.Xalign = 1F; - this.packageAuthorsLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Author:"); - this.packageAuthorsLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.packageAuthorsLabel); - global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsLabel])); - w7.TopAttach = ((uint)(3)); - w7.BottomAttach = ((uint)(4)); - w7.XOptions = ((global::Gtk.AttachOptions)(4)); - w7.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageAuthorsTextBox = new global::Gtk.Entry (); - this.packageAuthorsTextBox.CanFocus = true; - this.packageAuthorsTextBox.Name = "packageAuthorsTextBox"; - this.packageAuthorsTextBox.IsEditable = true; - this.packageAuthorsTextBox.InvisibleChar = '●'; - this.configurationTable.Add (this.packageAuthorsTextBox); - global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageAuthorsTextBox])); - w8.TopAttach = ((uint)(3)); - w8.BottomAttach = ((uint)(4)); - w8.LeftAttach = ((uint)(1)); - w8.RightAttach = ((uint)(2)); - w8.XOptions = ((global::Gtk.AttachOptions)(4)); - w8.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageDescriptionLabel = new global::Gtk.Label (); - this.packageDescriptionLabel.Name = "packageDescriptionLabel"; - this.packageDescriptionLabel.Xpad = 5; - this.packageDescriptionLabel.Xalign = 1F; - this.packageDescriptionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Description:"); - this.packageDescriptionLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.packageDescriptionLabel); - global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionLabel])); - w9.TopAttach = ((uint)(4)); - w9.BottomAttach = ((uint)(5)); - w9.XOptions = ((global::Gtk.AttachOptions)(4)); - w9.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageDescriptionTextBox = new global::Gtk.Entry (); - this.packageDescriptionTextBox.CanFocus = true; - this.packageDescriptionTextBox.Name = "packageDescriptionTextBox"; - this.packageDescriptionTextBox.IsEditable = true; - this.packageDescriptionTextBox.InvisibleChar = '●'; - this.configurationTable.Add (this.packageDescriptionTextBox); - global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageDescriptionTextBox])); - w10.TopAttach = ((uint)(4)); - w10.BottomAttach = ((uint)(5)); - w10.LeftAttach = ((uint)(1)); - w10.RightAttach = ((uint)(2)); - w10.XOptions = ((global::Gtk.AttachOptions)(4)); - w10.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageIdLabel = new global::Gtk.Label (); - this.packageIdLabel.Name = "packageIdLabel"; - this.packageIdLabel.Xpad = 5; - this.packageIdLabel.Xalign = 1F; - this.packageIdLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("ID:"); - this.packageIdLabel.Justify = ((global::Gtk.Justification)(1)); - this.configurationTable.Add (this.packageIdLabel); - global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdLabel])); - w11.TopAttach = ((uint)(1)); - w11.BottomAttach = ((uint)(2)); - w11.XOptions = ((global::Gtk.AttachOptions)(4)); - w11.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.packageIdTextBox = new global::Gtk.Entry (); - this.packageIdTextBox.WidthRequest = 280; - this.packageIdTextBox.CanFocus = true; - this.packageIdTextBox.Name = "packageIdTextBox"; - this.packageIdTextBox.IsEditable = true; - this.packageIdTextBox.InvisibleChar = '●'; - this.configurationTable.Add (this.packageIdTextBox); - global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.packageIdTextBox])); - w12.TopAttach = ((uint)(1)); - w12.BottomAttach = ((uint)(2)); - w12.LeftAttach = ((uint)(1)); - w12.RightAttach = ((uint)(2)); - w12.YOptions = ((global::Gtk.AttachOptions)(4)); - // Container child configurationTable.Gtk.Table+TableChild - this.separator = new global::Gtk.DrawingArea (); - this.separator.HeightRequest = 1; - this.separator.Name = "separator"; - this.configurationTable.Add (this.separator); - global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.separator])); - w13.TopAttach = ((uint)(2)); - w13.BottomAttach = ((uint)(3)); - w13.RightAttach = ((uint)(3)); - w13.XOptions = ((global::Gtk.AttachOptions)(4)); - w13.YOptions = ((global::Gtk.AttachOptions)(0)); - // Container child configurationTable.Gtk.Table+TableChild - this.topPadding = new global::Gtk.DrawingArea (); - this.topPadding.WidthRequest = 132; - this.topPadding.HeightRequest = 0; - this.topPadding.Name = "topPadding"; - this.configurationTable.Add (this.topPadding); - global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.configurationTable [this.topPadding])); - w14.XOptions = ((global::Gtk.AttachOptions)(4)); - w14.YOptions = ((global::Gtk.AttachOptions)(0)); - this.configurationTableEventBox.Add (this.configurationTable); - this.configurationVBox.Add (this.configurationTableEventBox); - global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationTableEventBox])); - w16.Position = 1; - w16.Expand = false; - w16.Fill = false; - // Container child configurationVBox.Gtk.Box+BoxChild - this.configurationBottomEventBox = new global::Gtk.EventBox (); - this.configurationBottomEventBox.Name = "configurationBottomEventBox"; - this.configurationVBox.Add (this.configurationBottomEventBox); - global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.configurationVBox [this.configurationBottomEventBox])); - w17.Position = 2; - this.mainHBox.Add (this.configurationVBox); - global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.configurationVBox])); - w18.Position = 1; - w18.Expand = false; - w18.Fill = false; - // Container child mainHBox.Gtk.Box+BoxChild - this.backgroundLargeImageEventBox = new global::Gtk.EventBox (); - this.backgroundLargeImageEventBox.Name = "backgroundLargeImageEventBox"; - // Container child backgroundLargeImageEventBox.Gtk.Container+ContainerChild - this.backgroundLargeImageVBox = new global::Gtk.VBox (); - this.backgroundLargeImageVBox.Name = "backgroundLargeImageVBox"; - this.backgroundLargeImageEventBox.Add (this.backgroundLargeImageVBox); - this.mainHBox.Add (this.backgroundLargeImageEventBox); - global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.mainHBox [this.backgroundLargeImageEventBox])); - w20.Position = 2; - this.Add (this.mainHBox); - if ((this.Child != null)) { - this.Child.ShowAll (); - } - this.Hide (); - } - } -} diff --git a/main/src/addins/MonoDevelop.Packaging/gtk-gui/generated.cs b/main/src/addins/MonoDevelop.Packaging/gtk-gui/generated.cs deleted file mode 100644 index 453751b36a..0000000000 --- a/main/src/addins/MonoDevelop.Packaging/gtk-gui/generated.cs +++ /dev/null @@ -1,88 +0,0 @@ - -// This file has been generated by the GUI designer. Do not modify. -namespace Stetic -{ - internal class Gui - { - private static bool initialized; - - internal static void Initialize(Gtk.Widget iconRenderer) - { - if ((Stetic.Gui.initialized == false)) - { - Stetic.Gui.initialized = true; - } - } - } - - internal class BinContainer - { - private Gtk.Widget child; - - private Gtk.UIManager uimanager; - - public static BinContainer Attach(Gtk.Bin bin) - { - BinContainer bc = new BinContainer(); - bin.SizeRequested += new Gtk.SizeRequestedHandler(bc.OnSizeRequested); - bin.SizeAllocated += new Gtk.SizeAllocatedHandler(bc.OnSizeAllocated); - bin.Added += new Gtk.AddedHandler(bc.OnAdded); - return bc; - } - - private void OnSizeRequested(object sender, Gtk.SizeRequestedArgs args) - { - if ((this.child != null)) - { - args.Requisition = this.child.SizeRequest(); - } - } - - private void OnSizeAllocated(object sender, Gtk.SizeAllocatedArgs args) - { - if ((this.child != null)) - { - this.child.Allocation = args.Allocation; - } - } - - private void OnAdded(object sender, Gtk.AddedArgs args) - { - this.child = args.Widget; - } - - public void SetUiManager(Gtk.UIManager uim) - { - this.uimanager = uim; - this.child.Realized += new System.EventHandler(this.OnRealized); - } - - private void OnRealized(object sender, System.EventArgs args) - { - if ((this.uimanager != null)) - { - Gtk.Widget w; - w = this.child.Toplevel; - if (((w != null) - && typeof(Gtk.Window).IsInstanceOfType(w))) - { - ((Gtk.Window)(w)).AddAccelGroup(this.uimanager.AccelGroup); - this.uimanager = null; - } - } - } - } - - internal class ActionGroups - { - public static Gtk.ActionGroup GetActionGroup(System.Type type) - { - return Stetic.ActionGroups.GetActionGroup(type.FullName); - } - - public static Gtk.ActionGroup GetActionGroup(string name) - { - return null; - } - } -} diff --git a/main/src/addins/MonoDevelop.Packaging/gtk-gui/gui.stetic b/main/src/addins/MonoDevelop.Packaging/gtk-gui/gui.stetic deleted file mode 100644 index 6c84ce64af..0000000000 --- a/main/src/addins/MonoDevelop.Packaging/gtk-gui/gui.stetic +++ /dev/null @@ -1,1855 +0,0 @@ - - - - .. - 2.12 - - - - - - - - - False - - - - - - - 30 - - - - - - 0 - False - False - - - - - - - - - - - - - - 0 - True - - - - - - - - - 6 - 3 - 7 - 6 - - - - - - - - - - - - - - - - - - - - - - 132 - 0 - - - 5 - 6 - False - Fill - 0 - False - True - False - False - False - False - - - - - - 16 - 16 - False - - - - - - 1 - 2 - 2 - 3 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 16 - 16 - False - - - - 16 - 16 - False - - - - - - - - 2 - 3 - 2 - 3 - False - Shrink - Shrink - False - False - True - False - False - True - - - - - - 5 - 1 - Author: - Right - - - 3 - 4 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 3 - 4 - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 5 - 1 - Description: - Right - - - 4 - 5 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 4 - 5 - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 5 - 1 - ID: - Right - - - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 280 - True - True - - - - 1 - 2 - 1 - 2 - False - Fill - True - True - False - False - True - False - - - - - - 1 - - - 2 - 3 - 3 - False - Fill - 0 - False - True - False - False - False - False - - - - - - 132 - 0 - - - False - Fill - 0 - False - True - False - False - False - False - - - - - - - 1 - True - False - False - - - - - - - - - - - 2 - True - - - - - 1 - True - False - False - - - - - - - - - - - - - - - - 2 - False - - - - - - - - False - - - - True - 0 - - - - 5 - 3 - 6 - 6 - 10 - - - - - - - - - - - - - - - - - - - - - - - - - 0 - Authors: - - - 2 - 3 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 2 - 3 - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 6 - - - - 164 - 0 - Description: - - - 0 - True - False - False - 6 - - - - - - 0 - - - - 1 - True - False - False - - - - - 3 - 4 - True - Fill - Fill - False - True - False - False - True - False - - - - - - In - - - - True - True - False - - Word - - - - - 3 - 4 - 1 - 2 - False - Fill - True - True - False - False - True - False - - - - - - 0 - ID: - - - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 0 - Version: - - - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - - - False - General - - - tab - - - - - - 13 - 3 - 6 - 6 - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0 - Copyright: - - - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - True - - True - True - True - 0 - - - 8 - 9 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Development Dependency: - - - 8 - 9 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 0 - Icon URL: - - - 5 - 6 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 5 - 6 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 6 - - - - True - - - - 0 - True - False - False - - - - - - - - 10 - 11 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Language: - - - 10 - 11 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 0 - License URL: - - - 6 - 7 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 6 - 7 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Owners: - - - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Project URL: - - - 4 - 5 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 4 - 5 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 6 - - - - 0 - Release Notes: - - - 0 - True - False - False - 6 - - - - - - 0 - - - - 1 - True - False - False - - - - - 11 - 12 - True - Fill - Fill - False - True - False - False - True - False - - - - - - In - - - - True - True - False - - Word - - - - - 11 - 12 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - True - - True - True - True - 0 - - - 7 - 8 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Require License Acceptance: - - - 7 - 8 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 0 - Summary: - - - 3 - 4 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 3 - 4 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Tags: - - - 9 - 10 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 9 - 10 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - - 0 - Title: - - - 2 - 3 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 2 - 3 - 1 - 2 - True - Fill - True - True - False - False - True - False - - - - - 1 - - - - - - Details - - - tab - - - - - - - - False - - - - - - - 30 - - - - - - 0 - False - False - - - - - - 440 - - - - - - - - - 0 - True - - - - - - - - - 9 - 3 - 7 - 6 - - - - - - - - - - - - - - - - 5 - 1 - Description: - Right - - - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - 1 - 2 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 5 - 1 - 0.8 - Implementation: - Right - - - 6 - 7 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 16 - 16 - False - - - - - - 2 - 3 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 5 - 1 - Name: - Right - - - True - Fill - Fill - False - True - False - False - True - False - - - - - - True - True - - - - 1 - 2 - False - Fill - True - True - False - False - True - False - - - - - - 16 - 16 - False - - - - - - 1 - 2 - 2 - 3 - False - Shrink - Shrink - False - False - True - False - False - True - - - - - - 132 - - Right - - - 7 - 8 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 132 - - Right - - - 4 - 5 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 132 - 5 - - Right - - - 8 - 9 - False - Fill - Fill - False - True - False - False - True - False - - - - - - 1 - - - 5 - 6 - 3 - 10 - False - Fill - 0 - False - True - False - False - False - False - - - - - - - - - - - - True - Platform specific - True - True - True - True - sharedCodeRadioButtonGroup - - - 0 - True - - - - - - - - - 1 - - - - 0 - False - False - False - - - - - - 16 - 16 - False - - - - - - 1 - True - - - - - 1 - False - False - - - - - 0 - True - False - False - 1 - - - - - - - - - True - Single for all platforms - True - True - True - sharedCodeRadioButtonGroup - - - 0 - True - - - - - - - - - 1 - - - - 0 - False - False - False - - - - - - 16 - 16 - False - - - - - - 1 - True - - - - - 1 - False - False - - - - - 1 - True - False - False - 1 - - - - - 6 - 8 - 1 - 3 - False - Fill - 0 - False - True - False - False - False - False - - - - - - 5 - 1 - 0.8 - Target Platforms: - Right - - - 3 - 4 - True - Fill - Fill - False - True - False - False - True - False - - - - - - 1 - - - 2 - 3 - 3 - 10 - False - Fill - 0 - False - True - False - False - False - False - - - - - - - - - True - Android - True - True - True - True - - - 0 - True - False - False - 1 - - - - - - True - iOS - True - True - True - True - - - 1 - True - False - False - 1 - - - - - 3 - 5 - 1 - 2 - True - Fill - 0 - False - True - False - False - False - False - - - - - - - 1 - True - False - False - - - - - - - - - - - 2 - True - - - - - 1 - True - False - False - - - - - - - - - - - - - - - - 2 - False - - - - - - \ No newline at end of file -- cgit v1.2.3