Ejemplo n.º 1
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences";
     // Container child MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.signAssemblyCheckbutton               = new global::Gtk.CheckButton();
     this.signAssemblyCheckbutton.CanFocus      = true;
     this.signAssemblyCheckbutton.Name          = "signAssemblyCheckbutton";
     this.signAssemblyCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Sign this assembly");
     this.signAssemblyCheckbutton.DrawIndicator = true;
     this.signAssemblyCheckbutton.UseUnderline  = true;
     this.vbox1.Add(this.signAssemblyCheckbutton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.signAssemblyCheckbutton]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.strongNameFileLabel              = new global::Gtk.Label();
     this.strongNameFileLabel.Name         = "strongNameFileLabel";
     this.strongNameFileLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("S_trong Name File:");
     this.strongNameFileLabel.UseUnderline = true;
     this.hbox1.Add(this.strongNameFileLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.strongNameFileEntry      = new global::MonoDevelop.Components.FileEntry();
     this.strongNameFileEntry.Name = "strongNameFileEntry";
     this.hbox1.Add(this.strongNameFileEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileEntry]));
     w3.Position = 1;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.CommonAssemblySigningPreferences.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.signAssemblyCheckbutton = new global::Gtk.CheckButton ();
			this.signAssemblyCheckbutton.CanFocus = true;
			this.signAssemblyCheckbutton.Name = "signAssemblyCheckbutton";
			this.signAssemblyCheckbutton.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Sign this assembly");
			this.signAssemblyCheckbutton.DrawIndicator = true;
			this.signAssemblyCheckbutton.UseUnderline = true;
			this.vbox1.Add (this.signAssemblyCheckbutton);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.signAssemblyCheckbutton]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.strongNameFileLabel = new global::Gtk.Label ();
			this.strongNameFileLabel.Name = "strongNameFileLabel";
			this.strongNameFileLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("S_trong Name File:");
			this.strongNameFileLabel.UseUnderline = true;
			this.hbox1.Add (this.strongNameFileLabel);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileLabel]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.strongNameFileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.strongNameFileEntry.Name = "strongNameFileEntry";
			this.hbox1.Add (this.strongNameFileEntry);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.strongNameFileEntry]));
			w3.Position = 1;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Debugger.DebugApplicationDialog
			this.Name = "MonoDevelop.Debugger.DebugApplicationDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Debug Application");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Debugger.DebugApplicationDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			this.vbox5.BorderWidth = ((uint)(9));
			// Container child vbox5.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.argsEntry = new global::Gtk.Entry ();
			this.argsEntry.CanFocus = true;
			this.argsEntry.Name = "argsEntry";
			this.argsEntry.IsEditable = true;
			this.argsEntry.InvisibleChar = '•';
			this.table1.Add (this.argsEntry);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.argsEntry]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.fileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntry.Name = "fileEntry";
			this.fileEntry.DisplayAsRelativePath = false;
			this.table1.Add (this.fileEntry);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntry]));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
			this.folderEntry.Name = "folderEntry";
			this.folderEntry.DisplayAsRelativePath = false;
			this.table1.Add (this.folderEntry);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderEntry]));
			w4.TopAttach = ((uint)(2));
			w4.BottomAttach = ((uint)(3));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Command");
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Arguments");
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Working Directory");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox5.Add (this.table1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table1]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Environment Variables");
			this.vbox5.Add (this.label6);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label6]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.envVarList = new global::MonoDevelop.Ide.Gui.Components.EnvVarList ();
			this.envVarList.CanFocus = true;
			this.envVarList.Name = "envVarList";
			this.envVarList.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox5.Add (this.envVarList);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.envVarList]));
			w10.Position = 2;
			w1.Add (this.vbox5);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
			w11.Position = 0;
			// Internal child MonoDevelop.Debugger.DebugApplicationDialog.ActionArea
			global::Gtk.HButtonBox w12 = this.ActionArea;
			w12.Name = "dialog1_ActionArea";
			w12.Spacing = 10;
			w12.BorderWidth = ((uint)(5));
			w12.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonCancel]));
			w13.Expand = false;
			w13.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-ok";
			this.AddActionWidget (this.buttonOk, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk]));
			w14.Position = 1;
			w14.Expand = false;
			w14.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 656;
			this.DefaultHeight = 300;
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.Project.CodeGenerationPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.CSharp.Project.CodeGenerationPanelWidget";
			// Container child MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
			this.vbox62 = new global::Gtk.VBox ();
			this.vbox62.Name = "vbox62";
			this.vbox62.Spacing = 12;
			this.vbox62.BorderWidth = ((uint)(6));
			// Container child vbox62.Gtk.Box+BoxChild
			this.label82 = new global::Gtk.Label ();
			this.label82.Name = "label82";
			this.label82.Xalign = 0F;
			this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>General Options</b>");
			this.label82.UseMarkup = true;
			this.vbox62.Add (this.label82);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox56 = new global::Gtk.HBox ();
			this.hbox56.Name = "hbox56";
			// Container child hbox56.Gtk.Box+BoxChild
			this.label81 = new global::Gtk.Label ();
			this.label81.WidthRequest = 18;
			this.label81.Name = "label81";
			this.hbox56.Add (this.label81);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox56.Gtk.Box+BoxChild
			this.vbox65 = new global::Gtk.VBox ();
			this.vbox65.Name = "vbox65";
			this.vbox65.Spacing = 6;
			// Container child vbox65.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.enableOptimizationCheckButton = new global::Gtk.CheckButton ();
			this.enableOptimizationCheckButton.CanFocus = true;
			this.enableOptimizationCheckButton.Name = "enableOptimizationCheckButton";
			this.enableOptimizationCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Enable _optimizations");
			this.enableOptimizationCheckButton.DrawIndicator = true;
			this.enableOptimizationCheckButton.UseUnderline = true;
			this.table1.Add (this.enableOptimizationCheckButton);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.generateOverflowChecksCheckButton = new global::Gtk.CheckButton ();
			this.generateOverflowChecksCheckButton.CanFocus = true;
			this.generateOverflowChecksCheckButton.Name = "generateOverflowChecksCheckButton";
			this.generateOverflowChecksCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Generate overflow checks");
			this.generateOverflowChecksCheckButton.DrawIndicator = true;
			this.generateOverflowChecksCheckButton.UseUnderline = true;
			this.table1.Add (this.generateOverflowChecksCheckButton);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
			w4.RightAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboPlatforms = global::Gtk.ComboBox.NewText ();
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("Any CPU"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("x86"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("x64"));
			this.comboPlatforms.AppendText (global::Mono.Unix.Catalog.GetString ("Itanium"));
			this.comboPlatforms.Name = "comboPlatforms";
			this.comboPlatforms.Active = 0;
			this.hbox1.Add (this.comboPlatforms);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w6.TopAttach = ((uint)(5));
			w6.BottomAttach = ((uint)(6));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboDebug = global::Gtk.ComboBox.NewText ();
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Full"));
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("Symbols only"));
			this.comboDebug.AppendText (global::Mono.Unix.Catalog.GetString ("None"));
			this.comboDebug.Name = "comboDebug";
			this.comboDebug.Active = 0;
			this.hbox2.Add (this.comboDebug);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			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 table1.Gtk.Table+TableChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.generateXmlOutputCheckButton = new global::Gtk.CheckButton ();
			this.generateXmlOutputCheckButton.CanFocus = true;
			this.generateXmlOutputCheckButton.Name = "generateXmlOutputCheckButton";
			this.generateXmlOutputCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Generate _xml documentation:");
			this.generateXmlOutputCheckButton.DrawIndicator = true;
			this.generateXmlOutputCheckButton.UseUnderline = true;
			this.hbox4.Add (this.generateXmlOutputCheckButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.generateXmlOutputCheckButton]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.xmlDocsEntry = new global::MonoDevelop.Components.FileEntry ();
			this.xmlDocsEntry.Name = "xmlDocsEntry";
			this.xmlDocsEntry.DisplayAsRelativePath = false;
			this.hbox4.Add (this.xmlDocsEntry);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.xmlDocsEntry]));
			w10.Position = 1;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w11.TopAttach = ((uint)(2));
			w11.BottomAttach = ((uint)(3));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Platform target:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w12.TopAttach = ((uint)(5));
			w12.BottomAttach = ((uint)(6));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug information:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w13.TopAttach = ((uint)(3));
			w13.BottomAttach = ((uint)(4));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label87 = new global::Gtk.Label ();
			this.label87.Name = "label87";
			this.label87.Xalign = 0F;
			this.label87.LabelProp = global::Mono.Unix.Catalog.GetString ("Define S_ymbols:");
			this.label87.UseUnderline = true;
			this.table1.Add (this.label87);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
			w14.TopAttach = ((uint)(4));
			w14.BottomAttach = ((uint)(5));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.symbolsEntry = new global::Gtk.Entry ();
			this.symbolsEntry.CanFocus = true;
			this.symbolsEntry.Name = "symbolsEntry";
			this.symbolsEntry.IsEditable = true;
			this.symbolsEntry.InvisibleChar = '●';
			this.table1.Add (this.symbolsEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
			w15.TopAttach = ((uint)(4));
			w15.BottomAttach = ((uint)(5));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox65.Add (this.table1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
			w16.Position = 0;
			w16.Expand = false;
			w16.Fill = false;
			this.hbox56.Add (this.vbox65);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
			w17.Position = 1;
			this.vbox62.Add (this.hbox56);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.label93 = new global::Gtk.Label ();
			this.label93.Name = "label93";
			this.label93.Xalign = 0F;
			this.label93.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Warnings</b>");
			this.label93.UseMarkup = true;
			this.label93.UseUnderline = true;
			this.vbox62.Add (this.label93);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
			w19.Position = 2;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox48 = new global::Gtk.HBox ();
			this.hbox48.Name = "hbox48";
			// Container child hbox48.Gtk.Box+BoxChild
			this.label73 = new global::Gtk.Label ();
			this.label73.WidthRequest = 18;
			this.label73.Name = "label73";
			this.hbox48.Add (this.label73);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hbox48.Gtk.Box+BoxChild
			this.vbox67 = new global::Gtk.VBox ();
			this.vbox67.Name = "vbox67";
			this.vbox67.Spacing = 6;
			// Container child vbox67.Gtk.Box+BoxChild
			this.hbox60 = new global::Gtk.HBox ();
			this.hbox60.Name = "hbox60";
			this.hbox60.Spacing = 6;
			// Container child hbox60.Gtk.Box+BoxChild
			this.label85 = new global::Gtk.Label ();
			this.label85.Name = "label85";
			this.label85.LabelProp = global::Mono.Unix.Catalog.GetString ("_Warning Level:");
			this.label85.UseUnderline = true;
			this.hbox60.Add (this.label85);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
			w21.Position = 0;
			w21.Expand = false;
			w21.Fill = false;
			// Container child hbox60.Gtk.Box+BoxChild
			this.warningLevelSpinButton = new global::Gtk.SpinButton (0D, 4D, 1D);
			this.warningLevelSpinButton.CanFocus = true;
			this.warningLevelSpinButton.Name = "warningLevelSpinButton";
			this.warningLevelSpinButton.Adjustment.PageIncrement = 1D;
			this.warningLevelSpinButton.ClimbRate = 1D;
			this.warningLevelSpinButton.Numeric = true;
			this.warningLevelSpinButton.Value = 2D;
			this.hbox60.Add (this.warningLevelSpinButton);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			this.vbox67.Add (this.hbox60);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
			w23.Position = 0;
			w23.Expand = false;
			w23.Fill = false;
			// Container child vbox67.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("_Ignore warnings:");
			this.label86.UseUnderline = true;
			this.hbox3.Add (this.label86);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.ignoreWarningsEntry = new global::Gtk.Entry ();
			this.ignoreWarningsEntry.CanFocus = true;
			this.ignoreWarningsEntry.Name = "ignoreWarningsEntry";
			this.ignoreWarningsEntry.IsEditable = true;
			this.ignoreWarningsEntry.InvisibleChar = '●';
			this.hbox3.Add (this.ignoreWarningsEntry);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
			w25.Position = 1;
			this.vbox67.Add (this.hbox3);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
			w26.Position = 1;
			w26.Expand = false;
			w26.Fill = false;
			// Container child vbox67.Gtk.Box+BoxChild
			this.warningsAsErrorsCheckButton = new global::Gtk.CheckButton ();
			this.warningsAsErrorsCheckButton.CanFocus = true;
			this.warningsAsErrorsCheckButton.Name = "warningsAsErrorsCheckButton";
			this.warningsAsErrorsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Treat warnings as _errors");
			this.warningsAsErrorsCheckButton.DrawIndicator = true;
			this.warningsAsErrorsCheckButton.UseUnderline = true;
			this.vbox67.Add (this.warningsAsErrorsCheckButton);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
			w27.Position = 2;
			w27.Expand = false;
			w27.Fill = false;
			this.hbox48.Add (this.vbox67);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
			w28.Position = 1;
			this.vbox62.Add (this.hbox48);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
			w29.Position = 3;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.label94 = new global::Gtk.Label ();
			this.label94.Name = "label94";
			this.label94.Xalign = 0F;
			this.label94.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Additional Options</b>");
			this.label94.UseMarkup = true;
			this.label94.UseUnderline = true;
			this.vbox62.Add (this.label94);
			global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label94]));
			w30.Position = 4;
			w30.Expand = false;
			w30.Fill = false;
			// Container child vbox62.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label74 = new global::Gtk.Label ();
			this.label74.WidthRequest = 18;
			this.label74.Name = "label74";
			this.hbox5.Add (this.label74);
			global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
			w31.Position = 0;
			w31.Expand = false;
			w31.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Additional arguments:");
			this.label88.UseUnderline = true;
			this.hbox6.Add (this.label88);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.label88]));
			w32.Position = 0;
			w32.Expand = false;
			w32.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.additionalArgsEntry = new global::Gtk.Entry ();
			this.additionalArgsEntry.CanFocus = true;
			this.additionalArgsEntry.Name = "additionalArgsEntry";
			this.additionalArgsEntry.IsEditable = true;
			this.additionalArgsEntry.InvisibleChar = '●';
			this.hbox6.Add (this.additionalArgsEntry);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.additionalArgsEntry]));
			w33.Position = 1;
			this.hbox5.Add (this.hbox6);
			global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hbox6]));
			w34.Position = 1;
			this.vbox62.Add (this.hbox5);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
			w35.Position = 5;
			w35.Expand = false;
			w35.Fill = false;
			this.Add (this.vbox62);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label87.MnemonicWidget = this.symbolsEntry;
			this.label85.MnemonicWidget = this.warningLevelSpinButton;
			this.label86.MnemonicWidget = this.warningLevelSpinButton;
			this.label88.MnemonicWidget = this.warningLevelSpinButton;
			this.Show ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
			// Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label82 = new global::Gtk.Label ();
			this.label82.Name = "label82";
			this.label82.Xalign = 0F;
			this.label82.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Code Generation</b>");
			this.label82.UseMarkup = true;
			this.vbox1.Add (this.label82);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.label76 = new global::Gtk.Label ();
			this.label76.WidthRequest = 18;
			this.label76.Name = "label76";
			this.hbox5.Add (this.label76);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label76]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table7 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table7.Name = "table7";
			this.table7.RowSpacing = ((uint)(6));
			this.table7.ColumnSpacing = ((uint)(6));
			// Container child table7.Gtk.Table+TableChild
			this.codepageEntry = global::Gtk.ComboBoxEntry.NewText ();
			this.codepageEntry.Name = "codepageEntry";
			this.table7.Add (this.codepageEntry);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7 [this.codepageEntry]));
			w3.TopAttach = ((uint)(3));
			w3.BottomAttach = ((uint)(4));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.hbox57 = new global::Gtk.HBox ();
			this.hbox57.Name = "hbox57";
			// Container child hbox57.Gtk.Box+BoxChild
			this.compileTargetCombo = new global::Gtk.ComboBox ();
			this.compileTargetCombo.Name = "compileTargetCombo";
			this.hbox57.Add (this.compileTargetCombo);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.compileTargetCombo]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			this.table7.Add (this.hbox57);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7 [this.hbox57]));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.iconEntry = new global::MonoDevelop.Components.FileEntry ();
			this.iconEntry.Name = "iconEntry";
			this.table7.Add (this.iconEntry);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7 [this.iconEntry]));
			w6.TopAttach = ((uint)(2));
			w6.BottomAttach = ((uint)(3));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Code Page:");
			this.table7.Add (this.label1);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7 [this.label1]));
			w7.TopAttach = ((uint)(3));
			w7.BottomAttach = ((uint)(4));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Win32 Icon:");
			this.table7.Add (this.label3);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7 [this.label3]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table7.Gtk.Table+TableChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.Xalign = 0F;
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
			this.label86.UseUnderline = true;
			this.table7.Add (this.label86);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7 [this.label86]));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table7.Gtk.Table+TableChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.Xalign = 0F;
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Main Class:");
			this.label88.UseUnderline = true;
			this.table7.Add (this.label88);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7 [this.label88]));
			w10.TopAttach = ((uint)(1));
			w10.BottomAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table7.Gtk.Table+TableChild
			this.mainClassEntry = new global::Gtk.ComboBoxEntry ();
			this.mainClassEntry.Name = "mainClassEntry";
			this.table7.Add (this.mainClassEntry);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7 [this.mainClassEntry]));
			w11.TopAttach = ((uint)(1));
			w11.BottomAttach = ((uint)(2));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table7);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table7]));
			w12.Position = 0;
			this.hbox5.Add (this.vbox2);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox2]));
			w13.Position = 1;
			this.vbox1.Add (this.hbox5);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
			w14.Position = 1;
			w14.Expand = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label83 = new global::Gtk.Label ();
			this.label83.Name = "label83";
			this.label83.Xalign = 0F;
			this.label83.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Language Options</b>");
			this.label83.UseMarkup = true;
			this.vbox1.Add (this.label83);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
			w15.Position = 2;
			w15.Expand = false;
			w15.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label75 = new global::Gtk.Label ();
			this.label75.WidthRequest = 18;
			this.label75.Name = "label75";
			this.vbox1.Add (this.label75);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label75]));
			w16.PackType = ((global::Gtk.PackType)(1));
			w16.Position = 3;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox7 = new global::Gtk.HBox ();
			this.hbox7.Name = "hbox7";
			this.hbox7.Spacing = 6;
			// Container child hbox7.Gtk.Box+BoxChild
			this.label74 = new global::Gtk.Label ();
			this.label74.WidthRequest = 18;
			this.label74.Name = "label74";
			this.hbox7.Add (this.label74);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label74]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child hbox7.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("C# Language Version:");
			this.table2.Add (this.label2);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.label2]));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.langVerCombo = global::Gtk.ComboBox.NewText ();
			this.langVerCombo.Name = "langVerCombo";
			this.table2.Add (this.langVerCombo);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.langVerCombo]));
			w19.LeftAttach = ((uint)(1));
			w19.RightAttach = ((uint)(2));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w20.Position = 0;
			w20.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.allowUnsafeCodeCheckButton = new global::Gtk.CheckButton ();
			this.allowUnsafeCodeCheckButton.CanFocus = true;
			this.allowUnsafeCodeCheckButton.Name = "allowUnsafeCodeCheckButton";
			this.allowUnsafeCodeCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Allow '_unsafe' code");
			this.allowUnsafeCodeCheckButton.DrawIndicator = true;
			this.allowUnsafeCodeCheckButton.UseUnderline = true;
			this.vbox3.Add (this.allowUnsafeCodeCheckButton);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.allowUnsafeCodeCheckButton]));
			w21.Position = 1;
			w21.Expand = false;
			w21.Fill = false;
			this.hbox7.Add (this.vbox3);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
			w22.Position = 1;
			this.vbox1.Add (this.hbox7);
			global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
			w23.PackType = ((global::Gtk.PackType)(1));
			w23.Position = 4;
			w23.Expand = false;
			w23.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label88.MnemonicWidget = this.mainClassEntry;
			this.Show ();
		}
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog
     this.Events = ((global::Gdk.EventMask)(256));
     this.Name   = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog";
     this.Title  = global::Mono.Unix.Catalog.GetString("Client Certificate Required");
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>A client certificate is needed to connect to the repository</b>");
     this.label1.UseMarkup = true;
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelRealm           = new global::Gtk.Label();
     this.labelRealm.Name      = "labelRealm";
     this.labelRealm.Xalign    = 0F;
     this.labelRealm.LabelProp = global::Mono.Unix.Catalog.GetString("Realm");
     this.vbox2.Add(this.labelRealm);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelRealm]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Please provide a path to the required certificate:");
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     w4.Padding  = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("File:");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fileentry      = new global::MonoDevelop.Components.FileEntry();
     this.fileentry.Name = "fileentry";
     this.hbox1.Add(this.fileentry);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fileentry]));
     w6.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.checkSave               = new global::Gtk.CheckButton();
     this.checkSave.CanFocus      = true;
     this.checkSave.Name          = "checkSave";
     this.checkSave.Label         = global::Mono.Unix.Catalog.GetString("Remember certificate location");
     this.checkSave.DrawIndicator = true;
     this.checkSave.UseUnderline  = true;
     this.vbox2.Add(this.checkSave);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkSave]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Events      = ((global::Gdk.EventMask)(256));
     w10.Name        = "MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button34              = new global::Gtk.Button();
     this.button34.CanDefault   = true;
     this.button34.CanFocus     = true;
     this.button34.Name         = "button34";
     this.button34.UseStock     = true;
     this.button34.UseUnderline = true;
     this.button34.Label        = "gtk-cancel";
     this.AddActionWidget(this.button34, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button34]));
     w11.Expand = false;
     w11.Fill   = false;
     // Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button24              = new global::Gtk.Button();
     this.button24.CanDefault   = true;
     this.button24.CanFocus     = true;
     this.button24.Name         = "button24";
     this.button24.UseStock     = true;
     this.button24.UseUnderline = true;
     this.button24.Label        = "gtk-ok";
     this.AddActionWidget(this.button24, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button24]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 492;
     this.DefaultHeight = 213;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.ExportProjectPolicyDialog
			this.Name = "MonoDevelop.Ide.Projects.ExportProjectPolicyDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Export Policies");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 16;
			this.vbox2.BorderWidth = ((uint)(12));
			// Container child vbox2.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioCustom = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Save project policies as a new custom policy set"));
			this.radioCustom.CanFocus = true;
			this.radioCustom.Name = "radioCustom";
			this.radioCustom.DrawIndicator = true;
			this.radioCustom.UseUnderline = true;
			this.radioCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox4.Add (this.radioCustom);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioCustom]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.boxCustom = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.boxCustom.Name = "boxCustom";
			this.boxCustom.LeftPadding = ((uint)(42));
			// Container child boxCustom.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryName = new global::Gtk.Entry ();
			this.entryName.CanFocus = true;
			this.entryName.Name = "entryName";
			this.entryName.IsEditable = true;
			this.entryName.WidthChars = 40;
			this.entryName.InvisibleChar = '●';
			this.hbox1.Add (this.entryName);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.boxCustom.Add (this.hbox1);
			this.vbox4.Add (this.boxCustom);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxCustom]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.radioFile = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Export policies to a file"));
			this.radioFile.CanFocus = true;
			this.radioFile.Name = "radioFile";
			this.radioFile.DrawIndicator = true;
			this.radioFile.UseUnderline = true;
			this.radioFile.Group = this.radioCustom.Group;
			this.vbox4.Add (this.radioFile);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radioFile]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.boxFile = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.boxFile.Name = "boxFile";
			this.boxFile.LeftPadding = ((uint)(42));
			// Container child boxFile.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
			this.hbox2.Add (this.label3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.fileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntry.Name = "fileEntry";
			this.hbox2.Add (this.fileEntry);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry]));
			w9.Position = 1;
			this.boxFile.Add (this.hbox2);
			this.vbox4.Add (this.boxFile);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.boxFile]));
			w11.Position = 3;
			w11.Expand = false;
			w11.Fill = false;
			this.vbox2.Add (this.vbox4);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox4]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.labelChangesTitle = new global::Gtk.Label ();
			this.labelChangesTitle.Name = "labelChangesTitle";
			this.labelChangesTitle.Xalign = 0F;
			this.labelChangesTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("Policies to export:");
			this.vbox5.Add (this.labelChangesTitle);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.labelChangesTitle]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.policiesScroll = new global::Gtk.ScrolledWindow ();
			this.policiesScroll.CanFocus = true;
			this.policiesScroll.Name = "policiesScroll";
			this.policiesScroll.ShadowType = ((global::Gtk.ShadowType)(1));
			this.vbox5.Add (this.policiesScroll);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.policiesScroll]));
			w14.Position = 1;
			this.vbox2.Add (this.vbox5);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox5]));
			w15.Position = 1;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w16.Position = 0;
			// Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.ActionArea
			global::Gtk.HButtonBox w17 = this.ActionArea;
			w17.Name = "dialog1_ActionArea";
			w17.Spacing = 10;
			w17.BorderWidth = ((uint)(5));
			w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel]));
			w18.Expand = false;
			w18.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = global::Mono.Unix.Catalog.GetString ("Export policies");
			w17.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
			w19.Position = 1;
			w19.Expand = false;
			w19.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 476;
			this.DefaultHeight = 321;
			this.Hide ();
			this.radioCustom.Toggled += new global::System.EventHandler (this.OnRadioCustomToggled);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
			// Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
			this.vbox32 = new global::Gtk.VBox ();
			this.vbox32.Name = "vbox32";
			this.vbox32.Spacing = 12;
			// Container child vbox32.Gtk.Box+BoxChild
			this.hbox21 = new global::Gtk.HBox ();
			this.hbox21.Name = "hbox21";
			this.hbox21.Spacing = 6;
			// Container child hbox21.Gtk.Box+BoxChild
			this.scrolledwindow4 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow4.Name = "scrolledwindow4";
			this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(4));
			// Container child scrolledwindow4.Gtk.Container+ContainerChild
			this.toolListBox = new global::Gtk.TreeView ();
			this.toolListBox.WidthRequest = 200;
			this.toolListBox.HeightRequest = 150;
			this.toolListBox.Name = "toolListBox";
			this.scrolledwindow4.Add (this.toolListBox);
			this.hbox21.Add (this.scrolledwindow4);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.scrolledwindow4]));
			w2.Position = 0;
			// Container child hbox21.Gtk.Box+BoxChild
			this.buttons = new global::Gtk.VBox ();
			this.buttons.Name = "buttons";
			this.buttons.Spacing = 6;
			// Container child buttons.Gtk.Box+BoxChild
			this.addButton = new global::Gtk.Button ();
			this.addButton.Name = "addButton";
			this.addButton.UseStock = true;
			this.addButton.UseUnderline = true;
			this.addButton.Label = "gtk-add";
			this.buttons.Add (this.addButton);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.buttons [this.addButton]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.removeButton = new global::Gtk.Button ();
			this.removeButton.Name = "removeButton";
			this.removeButton.UseStock = true;
			this.removeButton.UseUnderline = true;
			this.removeButton.Label = "gtk-remove";
			this.buttons.Add (this.removeButton);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.buttons [this.removeButton]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.label34 = new global::Gtk.Label ();
			this.label34.Name = "label34";
			this.label34.Xalign = 0F;
			this.label34.Yalign = 0F;
			this.label34.LabelProp = "    ";
			this.buttons.Add (this.label34);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttons [this.label34]));
			w5.Position = 2;
			// Container child buttons.Gtk.Box+BoxChild
			this.moveUpButton = new global::Gtk.Button ();
			this.moveUpButton.Name = "moveUpButton";
			this.moveUpButton.UseStock = true;
			this.moveUpButton.UseUnderline = true;
			this.moveUpButton.Label = "gtk-go-up";
			this.buttons.Add (this.moveUpButton);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveUpButton]));
			w6.Position = 3;
			w6.Expand = false;
			w6.Fill = false;
			// Container child buttons.Gtk.Box+BoxChild
			this.moveDownButton = new global::Gtk.Button ();
			this.moveDownButton.Name = "moveDownButton";
			this.moveDownButton.UseStock = true;
			this.moveDownButton.UseUnderline = true;
			this.moveDownButton.Label = "gtk-go-down";
			this.buttons.Add (this.moveDownButton);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveDownButton]));
			w7.Position = 4;
			w7.Expand = false;
			w7.Fill = false;
			this.hbox21.Add (this.buttons);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.buttons]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.vbox32.Add (this.hbox21);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.hbox21]));
			w9.Position = 0;
			// Container child vbox32.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.argumentLabel = new global::Gtk.Label ();
			this.argumentLabel.Name = "argumentLabel";
			this.argumentLabel.Xalign = 0F;
			this.argumentLabel.Yalign = 0F;
			this.argumentLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Arguments:");
			this.argumentLabel.UseUnderline = true;
			this.table2.Add (this.argumentLabel);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.argumentLabel]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.browseButton = new global::MonoDevelop.Components.FileEntry ();
			this.browseButton.Name = "browseButton";
			this.table2.Add (this.browseButton);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.browseButton]));
			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));
			// Container child table2.Gtk.Table+TableChild
			this.commandLabel = new global::Gtk.Label ();
			this.commandLabel.Name = "commandLabel";
			this.commandLabel.Xalign = 0F;
			this.commandLabel.Yalign = 0F;
			this.commandLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Command:");
			this.commandLabel.UseUnderline = true;
			this.table2.Add (this.commandLabel);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.commandLabel]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.table3 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(4));
			// Container child table3.Gtk.Table+TableChild
			this.argumentTextBox = new global::Gtk.Entry ();
			this.argumentTextBox.Name = "argumentTextBox";
			this.argumentTextBox.IsEditable = true;
			this.argumentTextBox.InvisibleChar = '●';
			this.table3.Add (this.argumentTextBox);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.argumentTextBox]));
			w13.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table3.Gtk.Table+TableChild
			this.tagSelectorArgs = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton ();
			this.tagSelectorArgs.Events = ((global::Gdk.EventMask)(256));
			this.tagSelectorArgs.Name = "tagSelectorArgs";
			this.table3.Add (this.tagSelectorArgs);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.tagSelectorArgs]));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			this.table2.Add (this.table3);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
			w15.TopAttach = ((uint)(2));
			w15.BottomAttach = ((uint)(3));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.table4 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(4));
			// Container child table4.Gtk.Table+TableChild
			this.tagSelectorPath = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton ();
			this.tagSelectorPath.Events = ((global::Gdk.EventMask)(256));
			this.tagSelectorPath.Name = "tagSelectorPath";
			this.table4.Add (this.tagSelectorPath);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.tagSelectorPath]));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.workingDirTextBox = new global::Gtk.Entry ();
			this.workingDirTextBox.Name = "workingDirTextBox";
			this.workingDirTextBox.IsEditable = true;
			this.workingDirTextBox.InvisibleChar = '●';
			this.table4.Add (this.workingDirTextBox);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.workingDirTextBox]));
			w17.YOptions = ((global::Gtk.AttachOptions)(0));
			this.table2.Add (this.table4);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.table4]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.titleLabel = new global::Gtk.Label ();
			this.titleLabel.Name = "titleLabel";
			this.titleLabel.Xalign = 0F;
			this.titleLabel.Yalign = 0F;
			this.titleLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Title:");
			this.titleLabel.UseUnderline = true;
			this.table2.Add (this.titleLabel);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleLabel]));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.titleTextBox = new global::Gtk.Entry ();
			this.titleTextBox.Name = "titleTextBox";
			this.titleTextBox.IsEditable = true;
			this.titleTextBox.InvisibleChar = '●';
			this.table2.Add (this.titleTextBox);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleTextBox]));
			w20.LeftAttach = ((uint)(1));
			w20.RightAttach = ((uint)(2));
			w20.YOptions = ((global::Gtk.AttachOptions)(0));
			// Container child table2.Gtk.Table+TableChild
			this.workingDirLabel = new global::Gtk.Label ();
			this.workingDirLabel.Name = "workingDirLabel";
			this.workingDirLabel.Xalign = 0F;
			this.workingDirLabel.Yalign = 0F;
			this.workingDirLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Working directory:");
			this.workingDirLabel.UseUnderline = true;
			this.table2.Add (this.workingDirLabel);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.workingDirLabel]));
			w21.TopAttach = ((uint)(3));
			w21.BottomAttach = ((uint)(4));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(0));
			this.vbox32.Add (this.table2);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table2]));
			w22.Position = 1;
			w22.Expand = false;
			w22.Fill = false;
			// Container child vbox32.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.promptArgsCheckBox = new global::Gtk.CheckButton ();
			this.promptArgsCheckBox.Name = "promptArgsCheckBox";
			this.promptArgsCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Prompt for arguments");
			this.promptArgsCheckBox.DrawIndicator = true;
			this.promptArgsCheckBox.UseUnderline = true;
			this.table1.Add (this.promptArgsCheckBox);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.promptArgsCheckBox]));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.saveCurrentFileCheckBox = new global::Gtk.CheckButton ();
			this.saveCurrentFileCheckBox.CanFocus = true;
			this.saveCurrentFileCheckBox.Name = "saveCurrentFileCheckBox";
			this.saveCurrentFileCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Save current file");
			this.saveCurrentFileCheckBox.DrawIndicator = true;
			this.saveCurrentFileCheckBox.UseUnderline = true;
			this.table1.Add (this.saveCurrentFileCheckBox);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.saveCurrentFileCheckBox]));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.useOutputPadCheckBox = new global::Gtk.CheckButton ();
			this.useOutputPadCheckBox.Name = "useOutputPadCheckBox";
			this.useOutputPadCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Use _output window");
			this.useOutputPadCheckBox.DrawIndicator = true;
			this.useOutputPadCheckBox.UseUnderline = true;
			this.table1.Add (this.useOutputPadCheckBox);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.useOutputPadCheckBox]));
			w25.TopAttach = ((uint)(1));
			w25.BottomAttach = ((uint)(2));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox32.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table1]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.Add (this.vbox32);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.titleLabel.MnemonicWidget = this.titleTextBox;
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget PyBinding.Gui.PythonOptionsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "PyBinding.Gui.PythonOptionsWidget";
     // Container child PyBinding.Gui.PythonOptionsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\"bold\">Runtime</span>");
     this.label1.UseMarkup = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(12));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Runtime location:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("Python _Options:");
     this.label4.UseUnderline = true;
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("Default _Module:");
     this.label5.UseUnderline = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w4.TopAttach    = ((uint)(3));
     w4.BottomAttach = ((uint)(4));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.m_ModuleEntry               = new global::Gtk.Entry();
     this.m_ModuleEntry.CanFocus      = true;
     this.m_ModuleEntry.Name          = "m_ModuleEntry";
     this.m_ModuleEntry.IsEditable    = true;
     this.m_ModuleEntry.InvisibleChar = '●';
     this.table1.Add(this.m_ModuleEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_ModuleEntry]));
     w5.TopAttach    = ((uint)(3));
     w5.BottomAttach = ((uint)(4));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.m_OptimizeCheckBox               = new global::Gtk.CheckButton();
     this.m_OptimizeCheckBox.CanFocus      = true;
     this.m_OptimizeCheckBox.Name          = "m_OptimizeCheckBox";
     this.m_OptimizeCheckBox.Label         = global::Mono.Unix.Catalog.GetString("Optimize byte-code output");
     this.m_OptimizeCheckBox.DrawIndicator = true;
     this.m_OptimizeCheckBox.UseUnderline  = true;
     this.table1.Add(this.m_OptimizeCheckBox);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_OptimizeCheckBox]));
     w6.TopAttach    = ((uint)(4));
     w6.BottomAttach = ((uint)(5));
     w6.RightAttach  = ((uint)(2));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.m_PythonOptions               = new global::Gtk.Entry();
     this.m_PythonOptions.CanFocus      = true;
     this.m_PythonOptions.Name          = "m_PythonOptions";
     this.m_PythonOptions.IsEditable    = true;
     this.m_PythonOptions.InvisibleChar = '●';
     this.table1.Add(this.m_PythonOptions);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_PythonOptions]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.m_RuntimeCombo      = global::Gtk.ComboBox.NewText();
     this.m_RuntimeCombo.Name = "m_RuntimeCombo";
     this.table1.Add(this.m_RuntimeCombo);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_RuntimeCombo]));
     w8.RightAttach = ((uint)(2));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.m_RuntimeFileEntry      = new global::MonoDevelop.Components.FileEntry();
     this.m_RuntimeFileEntry.Name = "m_RuntimeFileEntry";
     this.table1.Add(this.m_RuntimeFileEntry);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_RuntimeFileEntry]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.alignment1.Add(this.table1);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w11.Position = 1;
     w11.Expand   = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("<span weight=\"bold\">Module Paths</span>");
     this.label3.UseMarkup = true;
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(12));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w13 = new global::Gtk.Viewport();
     w13.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.m_PathsTreeView          = new global::Gtk.TreeView();
     this.m_PathsTreeView.CanFocus = true;
     this.m_PathsTreeView.Name     = "m_PathsTreeView";
     w13.Add(this.m_PathsTreeView);
     this.scrolledwindow1.Add(w13);
     this.hbox1.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow1]));
     w16.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.m_AddPathButton              = new global::Gtk.Button();
     this.m_AddPathButton.CanFocus     = true;
     this.m_AddPathButton.Name         = "m_AddPathButton";
     this.m_AddPathButton.UseStock     = true;
     this.m_AddPathButton.UseUnderline = true;
     this.m_AddPathButton.Label        = "gtk-add";
     this.vbox2.Add(this.m_AddPathButton);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.m_AddPathButton]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.m_RemovePathButton              = new global::Gtk.Button();
     this.m_RemovePathButton.Sensitive    = false;
     this.m_RemovePathButton.CanFocus     = true;
     this.m_RemovePathButton.Name         = "m_RemovePathButton";
     this.m_RemovePathButton.UseStock     = true;
     this.m_RemovePathButton.UseUnderline = true;
     this.m_RemovePathButton.Label        = "gtk-remove";
     this.vbox2.Add(this.m_RemovePathButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.m_RemovePathButton]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.hbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.alignment2.Add(this.hbox1);
     this.vbox1.Add(this.alignment2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment2]));
     w21.Position = 3;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label2.MnemonicWidget = this.alignment2;
     this.label4.MnemonicWidget = this.m_PythonOptions;
     this.label5.MnemonicWidget = this.m_ModuleEntry;
     this.Show();
     this.m_AddPathButton.Clicked    += new global::System.EventHandler(this.AddPath_Clicked);
     this.m_RemovePathButton.Clicked += new global::System.EventHandler(this.RemovePath_Clicked);
 }
Ejemplo n.º 10
0
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.DebugApplicationDialog
     this.Name           = "MonoDevelop.Debugger.DebugApplicationDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Debug Application");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Debugger.DebugApplicationDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox5             = new global::Gtk.VBox();
     this.vbox5.Name        = "vbox5";
     this.vbox5.Spacing     = 6;
     this.vbox5.BorderWidth = ((uint)(9));
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.argsEntry               = new global::Gtk.Entry();
     this.argsEntry.CanFocus      = true;
     this.argsEntry.Name          = "argsEntry";
     this.argsEntry.IsEditable    = true;
     this.argsEntry.InvisibleChar = '•';
     this.table1.Add(this.argsEntry);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.argsEntry]));
     w2.TopAttach    = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.fileEntry      = new global::MonoDevelop.Components.FileEntry();
     this.fileEntry.Name = "fileEntry";
     this.fileEntry.DisplayAsRelativePath = false;
     this.table1.Add(this.fileEntry);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntry]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.folderEntry      = new global::MonoDevelop.Components.FolderEntry();
     this.folderEntry.Name = "folderEntry";
     this.folderEntry.DisplayAsRelativePath = false;
     this.table1.Add(this.folderEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderEntry]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(3));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Command");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Arguments");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Working Directory");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table1]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Environment Variables");
     this.vbox5.Add(this.label6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label6]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.envVarList            = new global::MonoDevelop.Ide.Gui.Components.EnvVarList();
     this.envVarList.CanFocus   = true;
     this.envVarList.Name       = "envVarList";
     this.envVarList.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox5.Add(this.envVarList);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.envVarList]));
     w10.Position = 2;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w11.Position = 0;
     // Internal child MonoDevelop.Debugger.DebugApplicationDialog.ActionArea
     global::Gtk.HButtonBox w12 = this.ActionArea;
     w12.Name        = "dialog1_ActionArea";
     w12.Spacing     = 10;
     w12.BorderWidth = ((uint)(5));
     w12.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonCancel]));
     w13.Expand = false;
     w13.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-ok";
     this.AddActionWidget(this.buttonOk, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w12 [this.buttonOk]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 656;
     this.DefaultHeight = 300;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.IronPython.Gui.MainPanel
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.IronPython.Gui.MainPanel";
     // Container child MonoDevelop.IronPython.Gui.MainPanel.Gtk.Container+ContainerChild
     this.mainVBox = new global::Gtk.VBox ();
     this.mainVBox.Name = "mainVBox";
     this.mainVBox.BorderWidth = ((uint)(5));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.Xalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("IronPython interpreter location\n");
     this.mainVBox.Add (this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.label1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fileEntryImage = new global::Gtk.Image ();
     this.fileEntryImage.Name = "fileEntryImage";
     this.hbox1.Add (this.fileEntryImage);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fileEntryImage]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ironFileEntry = new global::MonoDevelop.Components.FileEntry ();
     this.ironFileEntry.Name = "ironFileEntry";
     this.ironFileEntry.BrowserTitle = "Specify the interpreter to use";
     this.hbox1.Add (this.ironFileEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ironFileEntry]));
     w3.Position = 1;
     this.mainVBox.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.hbox1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.alignment1 = new global::Gtk.Alignment (1F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.alignment1.LeftPadding = ((uint)(20));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.Xalign = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<i>Specify the interpreter to use (like ipy or ipyw). Some versions of IronPython include an interpreter to be used in 64 bit architectures.</i>");
     this.label2.UseMarkup = true;
     this.label2.Wrap = true;
     this.alignment1.Add (this.label2);
     this.mainVBox.Add (this.alignment1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.alignment1]));
     w6.Position = 2;
     w6.Expand = false;
     w6.Fill = false;
     w6.Padding = ((uint)(6));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label ();
     this.label7.Name = "label7";
     this.label7.Xalign = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Runtime information</b>");
     this.label7.UseMarkup = true;
     this.vbox2.Add (this.label7);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w7.Position = 0;
     w7.Expand = false;
     w7.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name = "alignment2";
     this.alignment2.LeftPadding = ((uint)(20));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.informationLabel = new global::Gtk.Label ();
     this.informationLabel.Name = "informationLabel";
     this.informationLabel.Xalign = 0F;
     this.informationLabel.UseMarkup = true;
     this.informationLabel.Wrap = true;
     this.alignment2.Add (this.informationLabel);
     this.vbox2.Add (this.alignment2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w9.Position = 1;
     w9.Expand = false;
     w9.Fill = false;
     this.mainVBox.Add (this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.vbox2]));
     w10.Position = 3;
     w10.Expand = false;
     w10.Fill = false;
     w10.Padding = ((uint)(12));
     this.Add (this.mainVBox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget
     MonoDevelop.Components.BinContainer.Attach(this);
     this.Name = "MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget";
     // Container child MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(9)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.cmbCodePage      = global::Gtk.ComboBoxEntry.NewText();
     this.cmbCodePage.Name = "cmbCodePage";
     this.table1.Add(this.cmbCodePage);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCodePage]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cmbOptionCompare      = new global::Gtk.ComboBox();
     this.cmbOptionCompare.Name = "cmbOptionCompare";
     this.table1.Add(this.cmbOptionCompare);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionCompare]));
     w2.TopAttach    = ((uint)(7));
     w2.BottomAttach = ((uint)(8));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cmbOptionExplicit      = new global::Gtk.ComboBox();
     this.cmbOptionExplicit.Name = "cmbOptionExplicit";
     this.table1.Add(this.cmbOptionExplicit);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionExplicit]));
     w3.TopAttach    = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cmbOptionInfer      = new global::Gtk.ComboBox();
     this.cmbOptionInfer.Name = "cmbOptionInfer";
     this.table1.Add(this.cmbOptionInfer);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionInfer]));
     w4.TopAttach    = ((uint)(8));
     w4.BottomAttach = ((uint)(9));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.cmbOptionStrict      = new global::Gtk.ComboBox();
     this.cmbOptionStrict.Name = "cmbOptionStrict";
     this.table1.Add(this.cmbOptionStrict);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionStrict]));
     w5.TopAttach    = ((uint)(6));
     w5.BottomAttach = ((uint)(7));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.compileTargetCombo      = new global::Gtk.ComboBox();
     this.compileTargetCombo.Name = "compileTargetCombo";
     this.table1.Add(this.compileTargetCombo);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.compileTargetCombo]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryMainClass      = new global::Gtk.ComboBoxEntry();
     this.entryMainClass.Name = "entryMainClass";
     this.table1.Add(this.entryMainClass);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryMainClass]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.iconEntry      = new global::MonoDevelop.Components.FileEntry();
     this.iconEntry.Name = "iconEntry";
     this.table1.Add(this.iconEntry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.iconEntry]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Option Infer:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w9.TopAttach    = ((uint)(8));
     w9.BottomAttach = ((uint)(9));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Win32 Icon:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("My Type:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w11.TopAttach    = ((uint)(4));
     w11.BottomAttach = ((uint)(5));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 0F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Option Explicit:");
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 0F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Option Strict:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w13.TopAttach    = ((uint)(6));
     w13.BottomAttach = ((uint)(7));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Option Compare:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w14.TopAttach    = ((uint)(7));
     w14.BottomAttach = ((uint)(8));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler Code Page:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.Xalign       = 0F;
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("Compile _Target:");
     this.label86.UseUnderline = true;
     this.table1.Add(this.label86);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label86]));
     w16.XOptions = ((global::Gtk.AttachOptions)(4));
     w16.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label88              = new global::Gtk.Label();
     this.label88.Name         = "label88";
     this.label88.Xalign       = 0F;
     this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Main Class:");
     this.label88.UseUnderline = true;
     this.table1.Add(this.label88);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label88]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.txtMyType      = new global::Gtk.ComboBoxEntry();
     this.txtMyType.Name = "txtMyType";
     this.table1.Add(this.txtMyType);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMyType]));
     w18.TopAttach    = ((uint)(4));
     w18.BottomAttach = ((uint)(5));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox5.Add(this.table1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table1]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox5);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Ejemplo n.º 13
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.CSharp.Project.CodeGenerationPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.CSharp.Project.CodeGenerationPanelWidget";
     // Container child MonoDevelop.CSharp.Project.CodeGenerationPanelWidget.Gtk.Container+ContainerChild
     this.vbox62             = new global::Gtk.VBox();
     this.vbox62.Name        = "vbox62";
     this.vbox62.Spacing     = 12;
     this.vbox62.BorderWidth = ((uint)(6));
     // Container child vbox62.Gtk.Box+BoxChild
     this.label82           = new global::Gtk.Label();
     this.label82.Name      = "label82";
     this.label82.Xalign    = 0F;
     this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General Options</b>");
     this.label82.UseMarkup = true;
     this.vbox62.Add(this.label82);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label82]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox56      = new global::Gtk.HBox();
     this.hbox56.Name = "hbox56";
     // Container child hbox56.Gtk.Box+BoxChild
     this.label81 = new global::Gtk.Label();
     this.label81.WidthRequest = 18;
     this.label81.Name         = "label81";
     this.hbox56.Add(this.label81);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.label81]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox56.Gtk.Box+BoxChild
     this.vbox65         = new global::Gtk.VBox();
     this.vbox65.Name    = "vbox65";
     this.vbox65.Spacing = 6;
     // Container child vbox65.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.enableOptimizationCheckButton               = new global::Gtk.CheckButton();
     this.enableOptimizationCheckButton.CanFocus      = true;
     this.enableOptimizationCheckButton.Name          = "enableOptimizationCheckButton";
     this.enableOptimizationCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Enable _optimizations");
     this.enableOptimizationCheckButton.DrawIndicator = true;
     this.enableOptimizationCheckButton.UseUnderline  = true;
     this.table1.Add(this.enableOptimizationCheckButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.enableOptimizationCheckButton]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.generateOverflowChecksCheckButton               = new global::Gtk.CheckButton();
     this.generateOverflowChecksCheckButton.CanFocus      = true;
     this.generateOverflowChecksCheckButton.Name          = "generateOverflowChecksCheckButton";
     this.generateOverflowChecksCheckButton.Label         = global::Mono.Unix.Catalog.GetString("_Generate overflow checks");
     this.generateOverflowChecksCheckButton.DrawIndicator = true;
     this.generateOverflowChecksCheckButton.UseUnderline  = true;
     this.table1.Add(this.generateOverflowChecksCheckButton);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.generateOverflowChecksCheckButton]));
     w4.RightAttach = ((uint)(2));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboPlatforms = global::Gtk.ComboBox.NewText();
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Any CPU"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x86"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("x64"));
     this.comboPlatforms.AppendText(global::Mono.Unix.Catalog.GetString("Itanium"));
     this.comboPlatforms.Name   = "comboPlatforms";
     this.comboPlatforms.Active = 0;
     this.hbox1.Add(this.comboPlatforms);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboPlatforms]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
     w6.TopAttach    = ((uint)(5));
     w6.BottomAttach = ((uint)(6));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboDebug = global::Gtk.ComboBox.NewText();
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Full"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Symbols only"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Portable"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("Embedded"));
     this.comboDebug.AppendText(global::Mono.Unix.Catalog.GetString("None"));
     this.comboDebug.Name   = "comboDebug";
     this.comboDebug.Active = 0;
     this.hbox2.Add(this.comboDebug);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboDebug]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     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 table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.generateXmlOutputCheckButton               = new global::Gtk.CheckButton();
     this.generateXmlOutputCheckButton.CanFocus      = true;
     this.generateXmlOutputCheckButton.Name          = "generateXmlOutputCheckButton";
     this.generateXmlOutputCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Generate _xml documentation:");
     this.generateXmlOutputCheckButton.DrawIndicator = true;
     this.generateXmlOutputCheckButton.UseUnderline  = true;
     this.hbox4.Add(this.generateXmlOutputCheckButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.generateXmlOutputCheckButton]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.xmlDocsEntry      = new global::MonoDevelop.Components.FileEntry();
     this.xmlDocsEntry.Name = "xmlDocsEntry";
     this.xmlDocsEntry.DisplayAsRelativePath = false;
     this.hbox4.Add(this.xmlDocsEntry);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.xmlDocsEntry]));
     w10.Position = 1;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.RightAttach  = ((uint)(2));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Platform target:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w12.TopAttach    = ((uint)(5));
     w12.BottomAttach = ((uint)(6));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Debug information:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w13.TopAttach    = ((uint)(3));
     w13.BottomAttach = ((uint)(4));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label87              = new global::Gtk.Label();
     this.label87.Name         = "label87";
     this.label87.Xalign       = 0F;
     this.label87.LabelProp    = global::Mono.Unix.Catalog.GetString("Define S_ymbols:");
     this.label87.UseUnderline = true;
     this.table1.Add(this.label87);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label87]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.symbolsEntry               = new global::Gtk.Entry();
     this.symbolsEntry.CanFocus      = true;
     this.symbolsEntry.Name          = "symbolsEntry";
     this.symbolsEntry.IsEditable    = true;
     this.symbolsEntry.InvisibleChar = '●';
     this.table1.Add(this.symbolsEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.symbolsEntry]));
     w15.TopAttach    = ((uint)(4));
     w15.BottomAttach = ((uint)(5));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox65.Add(this.table1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox65 [this.table1]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     this.hbox56.Add(this.vbox65);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox56 [this.vbox65]));
     w17.Position = 1;
     this.vbox62.Add(this.hbox56);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox56]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.label93              = new global::Gtk.Label();
     this.label93.Name         = "label93";
     this.label93.Xalign       = 0F;
     this.label93.LabelProp    = global::Mono.Unix.Catalog.GetString("<b>Warnings</b>");
     this.label93.UseMarkup    = true;
     this.label93.UseUnderline = true;
     this.vbox62.Add(this.label93);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.label93]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox48      = new global::Gtk.HBox();
     this.hbox48.Name = "hbox48";
     // Container child hbox48.Gtk.Box+BoxChild
     this.label73 = new global::Gtk.Label();
     this.label73.WidthRequest = 18;
     this.label73.Name         = "label73";
     this.hbox48.Add(this.label73);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.label73]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox48.Gtk.Box+BoxChild
     this.vbox67         = new global::Gtk.VBox();
     this.vbox67.Name    = "vbox67";
     this.vbox67.Spacing = 6;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox60         = new global::Gtk.HBox();
     this.hbox60.Name    = "hbox60";
     this.hbox60.Spacing = 6;
     // Container child hbox60.Gtk.Box+BoxChild
     this.label85              = new global::Gtk.Label();
     this.label85.Name         = "label85";
     this.label85.LabelProp    = global::Mono.Unix.Catalog.GetString("_Warning Level:");
     this.label85.UseUnderline = true;
     this.hbox60.Add(this.label85);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.label85]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox60.Gtk.Box+BoxChild
     this.warningLevelSpinButton          = new global::Gtk.SpinButton(0, 4, 1);
     this.warningLevelSpinButton.CanFocus = true;
     this.warningLevelSpinButton.Name     = "warningLevelSpinButton";
     this.warningLevelSpinButton.Adjustment.PageIncrement = 1;
     this.warningLevelSpinButton.ClimbRate = 1;
     this.warningLevelSpinButton.Numeric   = true;
     this.warningLevelSpinButton.Value     = 2;
     this.hbox60.Add(this.warningLevelSpinButton);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox60 [this.warningLevelSpinButton]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     this.vbox67.Add(this.hbox60);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox60]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label86              = new global::Gtk.Label();
     this.label86.Name         = "label86";
     this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("_Ignore warnings:");
     this.label86.UseUnderline = true;
     this.hbox3.Add(this.label86);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label86]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ignoreWarningsEntry               = new global::Gtk.Entry();
     this.ignoreWarningsEntry.CanFocus      = true;
     this.ignoreWarningsEntry.Name          = "ignoreWarningsEntry";
     this.ignoreWarningsEntry.IsEditable    = true;
     this.ignoreWarningsEntry.InvisibleChar = '●';
     this.hbox3.Add(this.ignoreWarningsEntry);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ignoreWarningsEntry]));
     w25.Position = 1;
     this.vbox67.Add(this.hbox3);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.hbox3]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox67.Gtk.Box+BoxChild
     this.warningsAsErrorsCheckButton               = new global::Gtk.CheckButton();
     this.warningsAsErrorsCheckButton.CanFocus      = true;
     this.warningsAsErrorsCheckButton.Name          = "warningsAsErrorsCheckButton";
     this.warningsAsErrorsCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Treat warnings as _errors");
     this.warningsAsErrorsCheckButton.DrawIndicator = true;
     this.warningsAsErrorsCheckButton.UseUnderline  = true;
     this.vbox67.Add(this.warningsAsErrorsCheckButton);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.warningsAsErrorsCheckButton]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.hbox48.Add(this.vbox67);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox48 [this.vbox67]));
     w28.Position = 1;
     this.vbox62.Add(this.hbox48);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox48]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     // Container child vbox62.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.label74 = new global::Gtk.Label();
     this.label74.WidthRequest = 18;
     this.label74.Name         = "label74";
     this.hbox5.Add(this.label74);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label74]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     this.vbox62.Add(this.hbox5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox62 [this.hbox5]));
     w31.Position = 4;
     w31.Expand   = false;
     w31.Fill     = false;
     this.Add(this.vbox62);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label87.MnemonicWidget = this.symbolsEntry;
     this.label85.MnemonicWidget = this.warningLevelSpinButton;
     this.label86.MnemonicWidget = this.warningLevelSpinButton;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Client Certificate Required");
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Events = ((global::Gdk.EventMask)(256));
			w1.Name = "dialog_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>A client certificate is needed to connect to the repository</b>");
			this.label1.UseMarkup = true;
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelRealm = new global::Gtk.Label ();
			this.labelRealm.Name = "labelRealm";
			this.labelRealm.Xalign = 0F;
			this.labelRealm.LabelProp = "Realm";
			this.vbox2.Add (this.labelRealm);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelRealm]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Please provide a path to the required certificate:");
			this.vbox2.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
			w4.Position = 2;
			w4.Expand = false;
			w4.Fill = false;
			w4.Padding = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.fileentry = new global::MonoDevelop.Components.FileEntry ();
			this.fileentry.Name = "fileentry";
			this.hbox1.Add (this.fileentry);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fileentry]));
			w6.Position = 1;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w7.Position = 3;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkSave = new global::Gtk.CheckButton ();
			this.checkSave.CanFocus = true;
			this.checkSave.Name = "checkSave";
			this.checkSave.Label = global::Mono.Unix.Catalog.GetString ("Remember certificate location");
			this.checkSave.DrawIndicator = true;
			this.checkSave.UseUnderline = true;
			this.vbox2.Add (this.checkSave);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkSave]));
			w8.Position = 4;
			w8.Expand = false;
			w8.Fill = false;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			// Internal child MonoDevelop.VersionControl.Subversion.Gui.ClientCertificateDialog.ActionArea
			global::Gtk.HButtonBox w10 = this.ActionArea;
			w10.Events = ((global::Gdk.EventMask)(256));
			w10.Name = "MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea";
			w10.Spacing = 10;
			w10.BorderWidth = ((uint)(5));
			w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button34 = new global::Gtk.Button ();
			this.button34.CanDefault = true;
			this.button34.CanFocus = true;
			this.button34.Name = "button34";
			this.button34.UseStock = true;
			this.button34.UseUnderline = true;
			this.button34.Label = "gtk-cancel";
			this.AddActionWidget (this.button34, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button34]));
			w11.Expand = false;
			w11.Fill = false;
			// Container child MonoDevelop.VersionControl.Subversion.ClientCertificateDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button24 = new global::Gtk.Button ();
			this.button24.CanDefault = true;
			this.button24.CanFocus = true;
			this.button24.Name = "button24";
			this.button24.UseStock = true;
			this.button24.UseUnderline = true;
			this.button24.Label = "gtk-ok";
			this.AddActionWidget (this.button24, -5);
			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button24]));
			w12.Position = 1;
			w12.Expand = false;
			w12.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 492;
			this.DefaultHeight = 213;
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget";
     // Container child MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.includeMonoCheck = new global::Gtk.CheckButton();
     this.includeMonoCheck.TooltipMarkup = "The Mono runtime will be included in the app bundle, so users will \nnot have to install it. However, this makes the bundle larger.";
     this.includeMonoCheck.CanFocus      = true;
     this.includeMonoCheck.Name          = "includeMonoCheck";
     this.includeMonoCheck.Label         = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.includeMonoCheck.Active        = true;
     this.includeMonoCheck.DrawIndicator = true;
     this.includeMonoCheck.UseUnderline  = true;
     this.includeMonoCheck.Remove(this.includeMonoCheck.Child);
     // Container child includeMonoCheck.Gtk.Container+ContainerChild
     this.labelBlah           = new global::Gtk.Label();
     this.labelBlah.Name      = "labelBlah";
     this.labelBlah.LabelProp = global::Mono.Unix.Catalog.GetString("Include Mono in application bundle <i>(Required for App Store)</i>");
     this.labelBlah.UseMarkup = true;
     this.includeMonoCheck.Add(this.labelBlah);
     this.vbox1.Add(this.includeMonoCheck);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.includeMonoCheck]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.linkerAlignment             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.linkerAlignment.Name        = "linkerAlignment";
     this.linkerAlignment.LeftPadding = ((uint)(24));
     // Container child linkerAlignment.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox();
     this.hbox1.TooltipMarkup = "The linker reduces the size of the application by removing unused code.\nIt is especially useful to reduce the size of the bundled Mono runtime.";
     this.hbox1.Name          = "hbox1";
     this.hbox1.Spacing       = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.linkerLabel           = new global::Gtk.Label();
     this.linkerLabel.Name      = "linkerLabel";
     this.linkerLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Linker:");
     this.hbox1.Add(this.linkerLabel);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerLabel]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.linkerCombo = global::Gtk.ComboBox.NewText();
     this.linkerCombo.AppendText(global::Mono.Unix.Catalog.GetString("Don't link assemblies"));
     this.linkerCombo.AppendText(global::Mono.Unix.Catalog.GetString("Link framework assemblies"));
     this.linkerCombo.AppendText(global::Mono.Unix.Catalog.GetString("Link all assemblies"));
     this.linkerCombo.Name   = "linkerCombo";
     this.linkerCombo.Active = 0;
     this.hbox1.Add(this.linkerCombo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerCombo]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.linkerAlignment.Add(this.hbox1);
     this.vbox1.Add(this.linkerAlignment);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.linkerAlignment]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(4)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.bundleIdentityCombo      = new global::MonoDevelop.MacDev.SigningIdentityCombo();
     this.bundleIdentityCombo.Name = "bundleIdentityCombo";
     this.table1.Add(this.bundleIdentityCombo);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.bundleIdentityCombo]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(3));
     w7.RightAttach  = ((uint)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.bundleSigningLabel           = new global::Gtk.Label();
     this.bundleSigningLabel.Name      = "bundleSigningLabel";
     this.bundleSigningLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Signing identity:");
     this.table1.Add(this.bundleSigningLabel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.bundleSigningLabel]));
     w8.TopAttach    = ((uint)(1));
     w8.BottomAttach = ((uint)(2));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.signBundleCheck = new global::Gtk.CheckButton();
     this.signBundleCheck.TooltipMarkup = "The application bundle can be signed to verify its origin.";
     this.signBundleCheck.CanFocus      = true;
     this.signBundleCheck.Name          = "signBundleCheck";
     this.signBundleCheck.Label         = global::Mono.Unix.Catalog.GetString("Sign Application Bundle");
     this.signBundleCheck.Active        = true;
     this.signBundleCheck.DrawIndicator = true;
     this.signBundleCheck.UseUnderline  = true;
     this.signBundleCheck.Remove(this.signBundleCheck.Child);
     // Container child signBundleCheck.Gtk.Container+ContainerChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.LabelProp = global::Mono.Unix.Catalog.GetString("Sign application bundle <i>(Required for App Store)</i>");
     this.label12.UseMarkup = true;
     this.signBundleCheck.Add(this.label12);
     this.hbox2.Add(this.signBundleCheck);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.signBundleCheck]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.signBundleImage        = new global::Gtk.Image();
     this.signBundleImage.Name   = "signBundleImage";
     this.signBundleImage.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.signBundleImage);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.signBundleImage]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.table1.Add(this.hbox2);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
     w12.RightAttach = ((uint)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.createPackageCheck = new global::Gtk.CheckButton();
     this.createPackageCheck.TooltipMarkup = "Creates an installer package from the app bundle.";
     this.createPackageCheck.CanFocus      = true;
     this.createPackageCheck.Name          = "createPackageCheck";
     this.createPackageCheck.Label         = global::Mono.Unix.Catalog.GetString("Sign Application Bundle");
     this.createPackageCheck.Active        = true;
     this.createPackageCheck.DrawIndicator = true;
     this.createPackageCheck.UseUnderline  = true;
     this.createPackageCheck.Remove(this.createPackageCheck.Child);
     // Container child createPackageCheck.Gtk.Container+ContainerChild
     this.label3636           = new global::Gtk.Label();
     this.label3636.Name      = "label3636";
     this.label3636.LabelProp = global::Mono.Unix.Catalog.GetString("Create installer package <i>(Required for App Store)</i>");
     this.label3636.UseMarkup = true;
     this.createPackageCheck.Add(this.label3636);
     this.hbox3.Add(this.createPackageCheck);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.createPackageCheck]));
     w14.Position = 0;
     w14.Expand   = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.installerImage        = new global::Gtk.Image();
     this.installerImage.Name   = "installerImage";
     this.installerImage.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", global::Gtk.IconSize.Menu);
     this.hbox3.Add(this.installerImage);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.installerImage]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.RightAttach  = ((uint)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.signPackageCheck = new global::Gtk.CheckButton();
     this.signPackageCheck.TooltipMarkup = "The installer package can be signed to verify its origin.";
     this.signPackageCheck.CanFocus      = true;
     this.signPackageCheck.Name          = "signPackageCheck";
     this.signPackageCheck.Label         = global::Mono.Unix.Catalog.GetString("checkbutton4");
     this.signPackageCheck.Active        = true;
     this.signPackageCheck.DrawIndicator = true;
     this.signPackageCheck.UseUnderline  = true;
     this.signPackageCheck.Remove(this.signPackageCheck.Child);
     // Container child signPackageCheck.Gtk.Container+ContainerChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Sign installer package <i>(Required for App Store)</i>");
     this.label1.UseMarkup = true;
     this.signPackageCheck.Add(this.label1);
     this.hbox4.Add(this.signPackageCheck);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.signPackageCheck]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.signInstallerImage        = new global::Gtk.Image();
     this.signInstallerImage.Name   = "signInstallerImage";
     this.signInstallerImage.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", global::Gtk.IconSize.Menu);
     this.hbox4.Add(this.signInstallerImage);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.signInstallerImage]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 12;
     this.label2.Name         = "label2";
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest = 12;
     this.label8.Name         = "label8";
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.packageIdentityCombo      = new global::MonoDevelop.MacDev.SigningIdentityCombo();
     this.packageIdentityCombo.Name = "packageIdentityCombo";
     this.table1.Add(this.packageIdentityCombo);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageIdentityCombo]));
     w23.TopAttach    = ((uint)(4));
     w23.BottomAttach = ((uint)(5));
     w23.LeftAttach   = ((uint)(3));
     w23.RightAttach  = ((uint)(4));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.packageSigningLabel           = new global::Gtk.Label();
     this.packageSigningLabel.Name      = "packageSigningLabel";
     this.packageSigningLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Signing identity:");
     this.table1.Add(this.packageSigningLabel);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageSigningLabel]));
     w24.TopAttach    = ((uint)(4));
     w24.BottomAttach = ((uint)(5));
     w24.LeftAttach   = ((uint)(2));
     w24.RightAttach  = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.productDefinitionFileEntry      = new global::MonoDevelop.Components.FileEntry();
     this.productDefinitionFileEntry.Name = "productDefinitionFileEntry";
     this.table1.Add(this.productDefinitionFileEntry);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.productDefinitionFileEntry]));
     w25.TopAttach    = ((uint)(5));
     w25.BottomAttach = ((uint)(6));
     w25.LeftAttach   = ((uint)(3));
     w25.RightAttach  = ((uint)(4));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.productDefinitionLabel           = new global::Gtk.Label();
     this.productDefinitionLabel.Name      = "productDefinitionLabel";
     this.productDefinitionLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Product definition:");
     this.table1.Add(this.productDefinitionLabel);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.productDefinitionLabel]));
     w26.TopAttach    = ((uint)(5));
     w26.BottomAttach = ((uint)(6));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(3));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.linkerLabel.MnemonicWidget            = this.linkerCombo;
     this.bundleSigningLabel.MnemonicWidget     = this.bundleIdentityCombo;
     this.packageSigningLabel.MnemonicWidget    = this.packageIdentityCombo;
     this.productDefinitionLabel.MnemonicWidget = this.productDefinitionFileEntry;
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.ApplyPolicyDialog
			this.Name = "MonoDevelop.Ide.Projects.ApplyPolicyDialog";
			this.Title = global::MonoDevelop.Core.GettextCatalog.GetString ("Apply Policies");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox3.BorderWidth = ((uint)(12));
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioCustom = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Apply stock or custom policy set"));
			this.radioCustom.CanFocus = true;
			this.radioCustom.Name = "radioCustom";
			this.radioCustom.DrawIndicator = true;
			this.radioCustom.UseUnderline = true;
			this.radioCustom.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox3.Add (this.radioCustom);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioCustom]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.boxCustom = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.boxCustom.Name = "boxCustom";
			this.boxCustom.LeftPadding = ((uint)(42));
			// Container child boxCustom.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Policy:");
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.combPolicies = global::Gtk.ComboBox.NewText ();
			this.combPolicies.Name = "combPolicies";
			this.hbox1.Add (this.combPolicies);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.combPolicies]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.boxCustom.Add (this.hbox1);
			this.vbox3.Add (this.boxCustom);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxCustom]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.radioFile = new global::Gtk.RadioButton (global::MonoDevelop.Core.GettextCatalog.GetString ("Apply policies from file"));
			this.radioFile.CanFocus = true;
			this.radioFile.Name = "radioFile";
			this.radioFile.DrawIndicator = true;
			this.radioFile.UseUnderline = true;
			this.radioFile.Group = this.radioCustom.Group;
			this.vbox3.Add (this.radioFile);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.radioFile]));
			w7.Position = 2;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.boxFile = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.boxFile.Name = "boxFile";
			this.boxFile.LeftPadding = ((uint)(42));
			// Container child boxFile.Gtk.Container+ContainerChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("File:");
			this.hbox2.Add (this.label3);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.fileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntry.Name = "fileEntry";
			this.fileEntry.BrowserTitle = "Select Policy Set File";
			this.hbox2.Add (this.fileEntry);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry]));
			w9.Position = 1;
			this.boxFile.Add (this.hbox2);
			this.vbox3.Add (this.boxFile);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.boxFile]));
			w11.Position = 3;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w12.Position = 4;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelChangesTitle = new global::Gtk.Label ();
			this.labelChangesTitle.Name = "labelChangesTitle";
			this.labelChangesTitle.Xalign = 0F;
			this.labelChangesTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("The following policies will be set or replaced:");
			this.vbox3.Add (this.labelChangesTitle);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChangesTitle]));
			w13.Position = 5;
			w13.Expand = false;
			w13.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.labelChanges = new global::Gtk.Label ();
			this.labelChanges.Name = "labelChanges";
			this.labelChanges.Xalign = 0F;
			this.vbox3.Add (this.labelChanges);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelChanges]));
			w14.Position = 6;
			w1.Add (this.vbox3);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			// Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.ActionArea
			global::Gtk.HButtonBox w16 = this.ActionArea;
			w16.Name = "dialog1_ActionArea";
			w16.Spacing = 10;
			w16.BorderWidth = ((uint)(5));
			w16.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonCancel]));
			w17.Expand = false;
			w17.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-apply";
			w16.Add (this.buttonOk);
			global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonOk]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 479;
			this.DefaultHeight = 258;
			this.Hide ();
			this.radioCustom.Toggled += new global::System.EventHandler (this.OnRadioCustomToggled);
			this.combPolicies.Changed += new global::System.EventHandler (this.OnCombPoliciesChanged);
			this.fileEntry.PathChanged += new global::System.EventHandler (this.OnFileEntryPathChanged);
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget";
     // Container child MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.Gtk.Container+ContainerChild
     this.vbox32         = new global::Gtk.VBox();
     this.vbox32.Name    = "vbox32";
     this.vbox32.Spacing = 12;
     // Container child vbox32.Gtk.Box+BoxChild
     this.hbox21         = new global::Gtk.HBox();
     this.hbox21.Name    = "hbox21";
     this.hbox21.Spacing = 6;
     // Container child hbox21.Gtk.Box+BoxChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(4));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.toolListBox = new global::Gtk.TreeView();
     this.toolListBox.WidthRequest  = 200;
     this.toolListBox.HeightRequest = 150;
     this.toolListBox.Name          = "toolListBox";
     this.scrolledwindow4.Add(this.toolListBox);
     this.hbox21.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.scrolledwindow4]));
     w2.Position = 0;
     // Container child hbox21.Gtk.Box+BoxChild
     this.buttons         = new global::Gtk.VBox();
     this.buttons.Name    = "buttons";
     this.buttons.Spacing = 6;
     // Container child buttons.Gtk.Box+BoxChild
     this.addButton              = new global::Gtk.Button();
     this.addButton.Name         = "addButton";
     this.addButton.UseStock     = true;
     this.addButton.UseUnderline = true;
     this.addButton.Label        = "gtk-add";
     this.buttons.Add(this.addButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.buttons [this.addButton]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.removeButton              = new global::Gtk.Button();
     this.removeButton.Name         = "removeButton";
     this.removeButton.UseStock     = true;
     this.removeButton.UseUnderline = true;
     this.removeButton.Label        = "gtk-remove";
     this.buttons.Add(this.removeButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.buttons [this.removeButton]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.label34           = new global::Gtk.Label();
     this.label34.Name      = "label34";
     this.label34.Xalign    = 0F;
     this.label34.Yalign    = 0F;
     this.label34.LabelProp = "    ";
     this.buttons.Add(this.label34);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.buttons [this.label34]));
     w5.Position = 2;
     // Container child buttons.Gtk.Box+BoxChild
     this.moveUpButton              = new global::Gtk.Button();
     this.moveUpButton.Name         = "moveUpButton";
     this.moveUpButton.UseStock     = true;
     this.moveUpButton.UseUnderline = true;
     this.moveUpButton.Label        = "gtk-go-up";
     this.buttons.Add(this.moveUpButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveUpButton]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child buttons.Gtk.Box+BoxChild
     this.moveDownButton              = new global::Gtk.Button();
     this.moveDownButton.Name         = "moveDownButton";
     this.moveDownButton.UseStock     = true;
     this.moveDownButton.UseUnderline = true;
     this.moveDownButton.Label        = "gtk-go-down";
     this.buttons.Add(this.moveDownButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.buttons [this.moveDownButton]));
     w7.Position = 4;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox21.Add(this.buttons);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox21 [this.buttons]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox32.Add(this.hbox21);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.hbox21]));
     w9.Position = 0;
     // Container child vbox32.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.argumentLabel              = new global::Gtk.Label();
     this.argumentLabel.Name         = "argumentLabel";
     this.argumentLabel.Xalign       = 0F;
     this.argumentLabel.Yalign       = 0F;
     this.argumentLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Arguments:");
     this.argumentLabel.UseUnderline = true;
     this.table2.Add(this.argumentLabel);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.argumentLabel]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.browseButton      = new global::MonoDevelop.Components.FileEntry();
     this.browseButton.Name = "browseButton";
     this.table2.Add(this.browseButton);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2 [this.browseButton]));
     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));
     // Container child table2.Gtk.Table+TableChild
     this.commandLabel              = new global::Gtk.Label();
     this.commandLabel.Name         = "commandLabel";
     this.commandLabel.Xalign       = 0F;
     this.commandLabel.Yalign       = 0F;
     this.commandLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Command:");
     this.commandLabel.UseUnderline = true;
     this.table2.Add(this.commandLabel);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.commandLabel]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.table3               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(4));
     // Container child table3.Gtk.Table+TableChild
     this.argumentTextBox               = new global::Gtk.Entry();
     this.argumentTextBox.Name          = "argumentTextBox";
     this.argumentTextBox.IsEditable    = true;
     this.argumentTextBox.InvisibleChar = '●';
     this.table3.Add(this.argumentTextBox);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.argumentTextBox]));
     w13.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table3.Gtk.Table+TableChild
     this.tagSelectorArgs        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorArgs.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorArgs.Name   = "tagSelectorArgs";
     this.table3.Add(this.tagSelectorArgs);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.tagSelectorArgs]));
     w14.LeftAttach  = ((uint)(1));
     w14.RightAttach = ((uint)(2));
     w14.XOptions    = ((global::Gtk.AttachOptions)(4));
     w14.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.table2.Add(this.table3);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.table3]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.table4               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(4));
     // Container child table4.Gtk.Table+TableChild
     this.tagSelectorPath        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorPath.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorPath.Name   = "tagSelectorPath";
     this.table4.Add(this.tagSelectorPath);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table4 [this.tagSelectorPath]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.XOptions    = ((global::Gtk.AttachOptions)(4));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.workingDirTextBox               = new global::Gtk.Entry();
     this.workingDirTextBox.Name          = "workingDirTextBox";
     this.workingDirTextBox.IsEditable    = true;
     this.workingDirTextBox.InvisibleChar = '●';
     this.table4.Add(this.workingDirTextBox);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table4 [this.workingDirTextBox]));
     w17.YOptions = ((global::Gtk.AttachOptions)(0));
     this.table2.Add(this.table4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.table4]));
     w18.TopAttach    = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.titleLabel              = new global::Gtk.Label();
     this.titleLabel.Name         = "titleLabel";
     this.titleLabel.Xalign       = 0F;
     this.titleLabel.Yalign       = 0F;
     this.titleLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Title:");
     this.titleLabel.UseUnderline = true;
     this.table2.Add(this.titleLabel);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleLabel]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.titleTextBox               = new global::Gtk.Entry();
     this.titleTextBox.Name          = "titleTextBox";
     this.titleTextBox.IsEditable    = true;
     this.titleTextBox.InvisibleChar = '●';
     this.table2.Add(this.titleTextBox);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleTextBox]));
     w20.LeftAttach  = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.YOptions    = ((global::Gtk.AttachOptions)(0));
     // Container child table2.Gtk.Table+TableChild
     this.workingDirLabel              = new global::Gtk.Label();
     this.workingDirLabel.Name         = "workingDirLabel";
     this.workingDirLabel.Xalign       = 0F;
     this.workingDirLabel.Yalign       = 0F;
     this.workingDirLabel.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("_Working directory:");
     this.workingDirLabel.UseUnderline = true;
     this.table2.Add(this.workingDirLabel);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.workingDirLabel]));
     w21.TopAttach    = ((uint)(3));
     w21.BottomAttach = ((uint)(4));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(0));
     this.vbox32.Add(this.table2);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table2]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox32.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.promptArgsCheckBox               = new global::Gtk.CheckButton();
     this.promptArgsCheckBox.Name          = "promptArgsCheckBox";
     this.promptArgsCheckBox.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Prompt for arguments");
     this.promptArgsCheckBox.DrawIndicator = true;
     this.promptArgsCheckBox.UseUnderline  = true;
     this.table1.Add(this.promptArgsCheckBox);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.promptArgsCheckBox]));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.saveCurrentFileCheckBox               = new global::Gtk.CheckButton();
     this.saveCurrentFileCheckBox.CanFocus      = true;
     this.saveCurrentFileCheckBox.Name          = "saveCurrentFileCheckBox";
     this.saveCurrentFileCheckBox.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("_Save current file");
     this.saveCurrentFileCheckBox.DrawIndicator = true;
     this.saveCurrentFileCheckBox.UseUnderline  = true;
     this.table1.Add(this.saveCurrentFileCheckBox);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.saveCurrentFileCheckBox]));
     w24.LeftAttach  = ((uint)(1));
     w24.RightAttach = ((uint)(2));
     w24.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.useOutputPadCheckBox               = new global::Gtk.CheckButton();
     this.useOutputPadCheckBox.Name          = "useOutputPadCheckBox";
     this.useOutputPadCheckBox.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Use _output window");
     this.useOutputPadCheckBox.DrawIndicator = true;
     this.useOutputPadCheckBox.UseUnderline  = true;
     this.table1.Add(this.useOutputPadCheckBox);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.useOutputPadCheckBox]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox32.Add(this.table1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox32 [this.table1]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     this.Add(this.vbox32);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.titleLabel.MnemonicWidget = this.titleTextBox;
     this.Show();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget";
			// Container child MonoDevelop.MonoMac.Gui.MonoMacPackagingSettingsWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.includeMonoCheck = new global::Gtk.CheckButton ();
			this.includeMonoCheck.TooltipMarkup = "The Mono runtime will be included in the app bundle, so users will \nnot have to install it. However, this makes the bundle larger.";
			this.includeMonoCheck.CanFocus = true;
			this.includeMonoCheck.Name = "includeMonoCheck";
			this.includeMonoCheck.Label = global::Mono.Unix.Catalog.GetString ("checkbutton4");
			this.includeMonoCheck.Active = true;
			this.includeMonoCheck.DrawIndicator = true;
			this.includeMonoCheck.UseUnderline = true;
			this.includeMonoCheck.Remove (this.includeMonoCheck.Child);
			// Container child includeMonoCheck.Gtk.Container+ContainerChild
			this.labelBlah = new global::Gtk.Label ();
			this.labelBlah.Name = "labelBlah";
			this.labelBlah.LabelProp = global::Mono.Unix.Catalog.GetString ("Include Mono in application bundle <i>(Required for App Store)</i>");
			this.labelBlah.UseMarkup = true;
			this.includeMonoCheck.Add (this.labelBlah);
			this.vbox1.Add (this.includeMonoCheck);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.includeMonoCheck]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment2.Name = "alignment2";
			this.alignment2.LeftPadding = ((uint)(24));
			// Container child alignment2.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.TooltipMarkup = "The linker reduces the size of the application by removing unused code.\nIt is especially useful to reduce the size of the bundled Mono runtime.";
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.linkerLabel = new global::Gtk.Label ();
			this.linkerLabel.Name = "linkerLabel";
			this.linkerLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Linker:");
			this.hbox1.Add (this.linkerLabel);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerLabel]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.linkerCombo = global::Gtk.ComboBox.NewText ();
			this.linkerCombo.AppendText (global::Mono.Unix.Catalog.GetString ("Don't link assemblies"));
			this.linkerCombo.AppendText (global::Mono.Unix.Catalog.GetString ("Link framework assemblies"));
			this.linkerCombo.AppendText (global::Mono.Unix.Catalog.GetString ("Link all assemblies"));
			this.linkerCombo.Name = "linkerCombo";
			this.linkerCombo.Active = 0;
			this.hbox1.Add (this.linkerCombo);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.linkerCombo]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.alignment2.Add (this.hbox1);
			this.vbox1.Add (this.alignment2);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment2]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(4)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.bundleIdentityCombo = new global::MonoDevelop.MacDev.SigningIdentityCombo ();
			this.bundleIdentityCombo.Name = "bundleIdentityCombo";
			this.table1.Add (this.bundleIdentityCombo);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.bundleIdentityCombo]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(3));
			w7.RightAttach = ((uint)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.bundleSigningLabel = new global::Gtk.Label ();
			this.bundleSigningLabel.Name = "bundleSigningLabel";
			this.bundleSigningLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Signing identity:");
			this.table1.Add (this.bundleSigningLabel);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.bundleSigningLabel]));
			w8.TopAttach = ((uint)(1));
			w8.BottomAttach = ((uint)(2));
			w8.LeftAttach = ((uint)(2));
			w8.RightAttach = ((uint)(3));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.createPackageCheck = new global::Gtk.CheckButton ();
			this.createPackageCheck.TooltipMarkup = "Creates an installer package from the app bundle.";
			this.createPackageCheck.CanFocus = true;
			this.createPackageCheck.Name = "createPackageCheck";
			this.createPackageCheck.Label = global::Mono.Unix.Catalog.GetString ("Sign Application Bundle");
			this.createPackageCheck.Active = true;
			this.createPackageCheck.DrawIndicator = true;
			this.createPackageCheck.UseUnderline = true;
			this.createPackageCheck.Remove (this.createPackageCheck.Child);
			// Container child createPackageCheck.Gtk.Container+ContainerChild
			this.label3636 = new global::Gtk.Label ();
			this.label3636.Name = "label3636";
			this.label3636.LabelProp = global::Mono.Unix.Catalog.GetString ("Create installer package <i>(Required for App Store)</i>");
			this.label3636.UseMarkup = true;
			this.createPackageCheck.Add (this.label3636);
			this.table1.Add (this.createPackageCheck);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.createPackageCheck]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.RightAttach = ((uint)(4));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.WidthRequest = 12;
			this.label2.Name = "label2";
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			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));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 12;
			this.label8.Name = "label8";
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w12.TopAttach = ((uint)(1));
			w12.BottomAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.packageIdentityCombo = new global::MonoDevelop.MacDev.SigningIdentityCombo ();
			this.packageIdentityCombo.Name = "packageIdentityCombo";
			this.table1.Add (this.packageIdentityCombo);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageIdentityCombo]));
			w13.TopAttach = ((uint)(4));
			w13.BottomAttach = ((uint)(5));
			w13.LeftAttach = ((uint)(3));
			w13.RightAttach = ((uint)(4));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.packageSigningLabel = new global::Gtk.Label ();
			this.packageSigningLabel.Name = "packageSigningLabel";
			this.packageSigningLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Signing identity:");
			this.table1.Add (this.packageSigningLabel);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.packageSigningLabel]));
			w14.TopAttach = ((uint)(4));
			w14.BottomAttach = ((uint)(5));
			w14.LeftAttach = ((uint)(2));
			w14.RightAttach = ((uint)(3));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.productDefinitionFileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.productDefinitionFileEntry.Name = "productDefinitionFileEntry";
			this.table1.Add (this.productDefinitionFileEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.productDefinitionFileEntry]));
			w15.TopAttach = ((uint)(5));
			w15.BottomAttach = ((uint)(6));
			w15.LeftAttach = ((uint)(3));
			w15.RightAttach = ((uint)(4));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.productDefinitionLabel = new global::Gtk.Label ();
			this.productDefinitionLabel.Name = "productDefinitionLabel";
			this.productDefinitionLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Product definition:");
			this.table1.Add (this.productDefinitionLabel);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.productDefinitionLabel]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(3));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.signBundleCheck = new global::Gtk.CheckButton ();
			this.signBundleCheck.TooltipMarkup = "The application bundle can be signed to verify its origin.";
			this.signBundleCheck.CanFocus = true;
			this.signBundleCheck.Name = "signBundleCheck";
			this.signBundleCheck.Label = global::Mono.Unix.Catalog.GetString ("Sign Application Bundle");
			this.signBundleCheck.Active = true;
			this.signBundleCheck.DrawIndicator = true;
			this.signBundleCheck.UseUnderline = true;
			this.signBundleCheck.Remove (this.signBundleCheck.Child);
			// Container child signBundleCheck.Gtk.Container+ContainerChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Sign application bundle <i>(Required for App Store)</i>");
			this.label12.UseMarkup = true;
			this.signBundleCheck.Add (this.label12);
			this.table1.Add (this.signBundleCheck);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.signBundleCheck]));
			w18.RightAttach = ((uint)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.signPackageCheck = new global::Gtk.CheckButton ();
			this.signPackageCheck.TooltipMarkup = "The installer package can be signed to verify its origin.";
			this.signPackageCheck.CanFocus = true;
			this.signPackageCheck.Name = "signPackageCheck";
			this.signPackageCheck.Label = global::Mono.Unix.Catalog.GetString ("checkbutton4");
			this.signPackageCheck.Active = true;
			this.signPackageCheck.DrawIndicator = true;
			this.signPackageCheck.UseUnderline = true;
			this.signPackageCheck.Remove (this.signPackageCheck.Child);
			// Container child signPackageCheck.Gtk.Container+ContainerChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Sign installer package <i>(Required for App Store)</i>");
			this.label1.UseMarkup = true;
			this.signPackageCheck.Add (this.label1);
			this.table1.Add (this.signPackageCheck);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.signPackageCheck]));
			w20.TopAttach = ((uint)(3));
			w20.BottomAttach = ((uint)(4));
			w20.LeftAttach = ((uint)(1));
			w20.RightAttach = ((uint)(4));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w21.Position = 2;
			w21.Expand = false;
			w21.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.linkerLabel.MnemonicWidget = this.linkerCombo;
			this.bundleSigningLabel.MnemonicWidget = this.bundleIdentityCombo;
			this.packageSigningLabel.MnemonicWidget = this.packageIdentityCombo;
			this.productDefinitionLabel.MnemonicWidget = this.productDefinitionFileEntry;
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ExportProjectPolicyDialog
     this.Name           = "MonoDevelop.Ide.Projects.ExportProjectPolicyDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Export Policies");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(12));
     // Container child vbox2.Gtk.Box+BoxChild
     this.radioCustom               = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Save project policies as a new custom policy set"));
     this.radioCustom.CanFocus      = true;
     this.radioCustom.Name          = "radioCustom";
     this.radioCustom.DrawIndicator = true;
     this.radioCustom.UseUnderline  = true;
     this.radioCustom.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox2.Add(this.radioCustom);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioCustom]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxCustom             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxCustom.Name        = "boxCustom";
     this.boxCustom.LeftPadding = ((uint)(42));
     // Container child boxCustom.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Name:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.WidthChars    = 40;
     this.entryName.InvisibleChar = '●';
     this.hbox1.Add(this.entryName);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.boxCustom.Add(this.hbox1);
     this.vbox2.Add(this.boxCustom);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.boxCustom]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radioFile               = new global::Gtk.RadioButton(global::MonoDevelop.Core.GettextCatalog.GetString("Export policies to a file"));
     this.radioFile.CanFocus      = true;
     this.radioFile.Name          = "radioFile";
     this.radioFile.DrawIndicator = true;
     this.radioFile.UseUnderline  = true;
     this.radioFile.Group         = this.radioCustom.Group;
     this.vbox2.Add(this.radioFile);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioFile]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxFile             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxFile.Name        = "boxFile";
     this.boxFile.LeftPadding = ((uint)(42));
     // Container child boxFile.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("File:");
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fileEntry      = new global::MonoDevelop.Components.FileEntry();
     this.fileEntry.Name = "fileEntry";
     this.hbox2.Add(this.fileEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry]));
     w9.Position = 1;
     this.boxFile.Add(this.hbox2);
     this.vbox2.Add(this.boxFile);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.boxFile]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator1]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelChangesTitle           = new global::Gtk.Label();
     this.labelChangesTitle.Name      = "labelChangesTitle";
     this.labelChangesTitle.Xalign    = 0F;
     this.labelChangesTitle.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("The following policies will be exported:");
     this.vbox2.Add(this.labelChangesTitle);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelChangesTitle]));
     w13.Position = 5;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelPolicies        = new global::Gtk.Label();
     this.labelPolicies.Name   = "labelPolicies";
     this.labelPolicies.Xalign = 0F;
     this.vbox2.Add(this.labelPolicies);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelPolicies]));
     w14.Position = 6;
     w14.Expand   = false;
     w14.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Internal child MonoDevelop.Ide.Projects.ExportProjectPolicyDialog.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Name        = "dialog1_ActionArea";
     w16.Spacing     = 10;
     w16.BorderWidth = ((uint)(5));
     w16.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonCancel]));
     w17.Expand = false;
     w17.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("Export");
     w16.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonOk]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 528;
     this.DefaultHeight = 254;
     this.Hide();
     this.radioCustom.Toggled += new global::System.EventHandler(this.OnRadioCustomToggled);
     this.buttonOk.Clicked    += new global::System.EventHandler(this.OnButtonOkClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget";
			// Container child MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(9)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cmbCodePage = global::Gtk.ComboBoxEntry.NewText ();
			this.cmbCodePage.Name = "cmbCodePage";
			this.table1.Add (this.cmbCodePage);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbCodePage]));
			w1.TopAttach = ((uint)(3));
			w1.BottomAttach = ((uint)(4));
			w1.LeftAttach = ((uint)(1));
			w1.RightAttach = ((uint)(2));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionCompare = new global::Gtk.ComboBox ();
			this.cmbOptionCompare.Name = "cmbOptionCompare";
			this.table1.Add (this.cmbOptionCompare);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionCompare]));
			w2.TopAttach = ((uint)(7));
			w2.BottomAttach = ((uint)(8));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionExplicit = new global::Gtk.ComboBox ();
			this.cmbOptionExplicit.Name = "cmbOptionExplicit";
			this.table1.Add (this.cmbOptionExplicit);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionExplicit]));
			w3.TopAttach = ((uint)(5));
			w3.BottomAttach = ((uint)(6));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionInfer = new global::Gtk.ComboBox ();
			this.cmbOptionInfer.Name = "cmbOptionInfer";
			this.table1.Add (this.cmbOptionInfer);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionInfer]));
			w4.TopAttach = ((uint)(8));
			w4.BottomAttach = ((uint)(9));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cmbOptionStrict = new global::Gtk.ComboBox ();
			this.cmbOptionStrict.Name = "cmbOptionStrict";
			this.table1.Add (this.cmbOptionStrict);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cmbOptionStrict]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.compileTargetCombo = new global::Gtk.ComboBox ();
			this.compileTargetCombo.Name = "compileTargetCombo";
			this.table1.Add (this.compileTargetCombo);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.compileTargetCombo]));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.entryMainClass = new global::Gtk.ComboBoxEntry ();
			this.entryMainClass.Name = "entryMainClass";
			this.table1.Add (this.entryMainClass);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryMainClass]));
			w7.TopAttach = ((uint)(1));
			w7.BottomAttach = ((uint)(2));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.iconEntry = new global::MonoDevelop.Components.FileEntry ();
			this.iconEntry.Name = "iconEntry";
			this.table1.Add (this.iconEntry);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.iconEntry]));
			w8.TopAttach = ((uint)(2));
			w8.BottomAttach = ((uint)(3));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Infer:");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w9.TopAttach = ((uint)(8));
			w9.BottomAttach = ((uint)(9));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Win32 Icon:");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w10.TopAttach = ((uint)(2));
			w10.BottomAttach = ((uint)(3));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("My Type:");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w11.TopAttach = ((uint)(4));
			w11.BottomAttach = ((uint)(5));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Explicit:");
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w12.TopAttach = ((uint)(5));
			w12.BottomAttach = ((uint)(6));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Strict:");
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w13.TopAttach = ((uint)(6));
			w13.BottomAttach = ((uint)(7));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Option Compare:");
			this.table1.Add (this.label7);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
			w14.TopAttach = ((uint)(7));
			w14.BottomAttach = ((uint)(8));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler Code Page:");
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w15.TopAttach = ((uint)(3));
			w15.BottomAttach = ((uint)(4));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label86 = new global::Gtk.Label ();
			this.label86.Name = "label86";
			this.label86.Xalign = 0F;
			this.label86.LabelProp = global::Mono.Unix.Catalog.GetString ("Compile _Target:");
			this.label86.UseUnderline = true;
			this.table1.Add (this.label86);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label86]));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label88 = new global::Gtk.Label ();
			this.label88.Name = "label88";
			this.label88.Xalign = 0F;
			this.label88.LabelProp = global::Mono.Unix.Catalog.GetString ("_Main Class:");
			this.label88.UseUnderline = true;
			this.table1.Add (this.label88);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label88]));
			w17.TopAttach = ((uint)(1));
			w17.BottomAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.txtMyType = new global::Gtk.ComboBoxEntry ();
			this.txtMyType.Name = "txtMyType";
			this.table1.Add (this.txtMyType);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtMyType]));
			w18.TopAttach = ((uint)(4));
			w18.BottomAttach = ((uint)(5));
			w18.LeftAttach = ((uint)(1));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox5.Add (this.table1);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.table1]));
			w19.Position = 0;
			w19.Expand = false;
			w19.Fill = false;
			this.Add (this.vbox5);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AspNet.Gui.XspOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.AspNet.Gui.XspOptionsPanelWidget";
     // Container child MonoDevelop.AspNet.Gui.XspOptionsPanelWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 12;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>General Options</b>");
     this.label1.UseMarkup = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 18;
     this.label4.Name         = "label4";
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.ipAddress               = new global::Gtk.Entry();
     this.ipAddress.CanFocus      = true;
     this.ipAddress.Name          = "ipAddress";
     this.ipAddress.IsEditable    = true;
     this.ipAddress.InvisibleChar = '●';
     this.table2.Add(this.ipAddress);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2[this.ipAddress]));
     w3.LeftAttach  = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0f;
     this.label7.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Port number:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0f;
     this.label8.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("IP address:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.portNumber          = new global::Gtk.SpinButton(0, 32767, 1);
     this.portNumber.CanFocus = true;
     this.portNumber.Name     = "portNumber";
     this.portNumber.Adjustment.PageIncrement = 10;
     this.portNumber.ClimbRate = 1;
     this.portNumber.Numeric   = true;
     this.table2.Add(this.portNumber);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2[this.portNumber]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.verboseCheck               = new global::Gtk.CheckButton();
     this.verboseCheck.CanFocus      = true;
     this.verboseCheck.Name          = "verboseCheck";
     this.verboseCheck.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Verbose console output");
     this.verboseCheck.DrawIndicator = true;
     this.verboseCheck.UseUnderline  = true;
     this.vbox2.Add(this.verboseCheck);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.verboseCheck]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox2]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0f;
     this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>Security</b>");
     this.label2.UseMarkup = true;
     this.vbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label2]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3      = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 18;
     this.label5.Name         = "label5";
     this.hbox3.Add(this.label5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label5]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.table3               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table3.Name          = "table3";
     this.table3.RowSpacing    = ((uint)(6));
     this.table3.ColumnSpacing = ((uint)(6));
     // Container child table3.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 0f;
     this.label10.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("SSL mode:");
     this.table3.Add(this.label10);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3[this.label10]));
     w13.XOptions = ((global::Gtk.AttachOptions)(4));
     w13.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0f;
     this.label9.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("SSL protocol:");
     this.table3.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3[this.label9]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sslMode      = global::Gtk.ComboBox.NewText();
     this.sslMode.Name = "sslMode";
     this.table3.Add(this.sslMode);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3[this.sslMode]));
     w15.LeftAttach  = ((uint)(1));
     w15.RightAttach = ((uint)(2));
     w15.XOptions    = ((global::Gtk.AttachOptions)(4));
     w15.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table3.Gtk.Table+TableChild
     this.sslProtocol      = global::Gtk.ComboBox.NewText();
     this.sslProtocol.Name = "sslProtocol";
     this.table3.Add(this.sslProtocol);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3[this.sslProtocol]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox3.Add(this.table3);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.table3]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0f;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("<b>SSL Key</b>");
     this.label3.UseMarkup = true;
     this.vbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label3]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4      = new global::Gtk.HBox();
     this.hbox4.Name = "hbox4";
     // Container child hbox4.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest = 18;
     this.label6.Name         = "label6";
     this.hbox4.Add(this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label6]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.table4               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table4.Name          = "table4";
     this.table4.RowSpacing    = ((uint)(6));
     this.table4.ColumnSpacing = ((uint)(6));
     // Container child table4.Gtk.Table+TableChild
     this.certLocation      = new global::MonoDevelop.Components.FileEntry();
     this.certLocation.Name = "certLocation";
     this.table4.Add(this.certLocation);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4[this.certLocation]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.keyType      = global::Gtk.ComboBox.NewText();
     this.keyType.Name = "keyType";
     this.hbox5.Add(this.keyType);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.keyType]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     this.table4.Add(this.hbox5);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox5]));
     w23.LeftAttach  = ((uint)(1));
     w23.RightAttach = ((uint)(2));
     w23.XOptions    = ((global::Gtk.AttachOptions)(4));
     w23.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.passwordOptions      = global::Gtk.ComboBox.NewText();
     this.passwordOptions.Name = "passwordOptions";
     this.hbox6.Add(this.passwordOptions);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.passwordOptions]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.passwordEntry               = new global::Gtk.Entry();
     this.passwordEntry.CanFocus      = true;
     this.passwordEntry.Name          = "passwordEntry";
     this.passwordEntry.IsEditable    = true;
     this.passwordEntry.InvisibleChar = '●';
     this.hbox6.Add(this.passwordEntry);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.passwordEntry]));
     w25.Position = 1;
     this.table4.Add(this.hbox6);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4[this.hbox6]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.LeftAttach   = ((uint)(1));
     w26.RightAttach  = ((uint)(2));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.keyLocation      = new global::MonoDevelop.Components.FileEntry();
     this.keyLocation.Name = "keyLocation";
     this.table4.Add(this.keyLocation);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4[this.keyLocation]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 0f;
     this.label11.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Key type:");
     this.table4.Add(this.label11);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4[this.label11]));
     w28.XOptions = ((global::Gtk.AttachOptions)(4));
     w28.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 0f;
     this.label12.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Key location:");
     this.table4.Add(this.label12);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4[this.label12]));
     w29.TopAttach    = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(4));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0f;
     this.label13.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Certificate location:");
     this.table4.Add(this.label13);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4[this.label13]));
     w30.TopAttach    = ((uint)(2));
     w30.BottomAttach = ((uint)(3));
     w30.XOptions     = ((global::Gtk.AttachOptions)(4));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table4.Gtk.Table+TableChild
     this.label14           = new global::Gtk.Label();
     this.label14.Name      = "label14";
     this.label14.Xalign    = 0f;
     this.label14.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Password:");
     this.table4.Add(this.label14);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table4[this.label14]));
     w31.TopAttach    = ((uint)(3));
     w31.BottomAttach = ((uint)(4));
     w31.XOptions     = ((global::Gtk.AttachOptions)(4));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox4.Add(this.table4);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.table4]));
     w32.Position = 1;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w33.Position = 5;
     w33.Expand   = false;
     w33.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.sslProtocol.Changed     += new global::System.EventHandler(this.updateSensitivity);
     this.sslMode.Changed         += new global::System.EventHandler(this.updateSensitivity);
     this.passwordOptions.Changed += new global::System.EventHandler(this.updateSensitivity);
     this.keyType.Changed         += new global::System.EventHandler(this.updateSensitivity);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget PyBinding.Gui.PythonOptionsWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "PyBinding.Gui.PythonOptionsWidget";
			// Container child PyBinding.Gui.PythonOptionsWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight=\"bold\">Runtime</span>");
			this.label1.UseMarkup = true;
			this.vbox1.Add (this.label1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(12));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Runtime location:");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Python _Options:");
			this.label4.UseUnderline = true;
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w3.TopAttach = ((uint)(2));
			w3.BottomAttach = ((uint)(3));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Default _Module:");
			this.label5.UseUnderline = true;
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w4.TopAttach = ((uint)(3));
			w4.BottomAttach = ((uint)(4));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.m_ModuleEntry = new global::Gtk.Entry ();
			this.m_ModuleEntry.CanFocus = true;
			this.m_ModuleEntry.Name = "m_ModuleEntry";
			this.m_ModuleEntry.IsEditable = true;
			this.m_ModuleEntry.InvisibleChar = '●';
			this.table1.Add (this.m_ModuleEntry);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_ModuleEntry]));
			w5.TopAttach = ((uint)(3));
			w5.BottomAttach = ((uint)(4));
			w5.LeftAttach = ((uint)(1));
			w5.RightAttach = ((uint)(2));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.m_OptimizeCheckBox = new global::Gtk.CheckButton ();
			this.m_OptimizeCheckBox.CanFocus = true;
			this.m_OptimizeCheckBox.Name = "m_OptimizeCheckBox";
			this.m_OptimizeCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Optimize byte-code output");
			this.m_OptimizeCheckBox.DrawIndicator = true;
			this.m_OptimizeCheckBox.UseUnderline = true;
			this.table1.Add (this.m_OptimizeCheckBox);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_OptimizeCheckBox]));
			w6.TopAttach = ((uint)(4));
			w6.BottomAttach = ((uint)(5));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.m_PythonOptions = new global::Gtk.Entry ();
			this.m_PythonOptions.CanFocus = true;
			this.m_PythonOptions.Name = "m_PythonOptions";
			this.m_PythonOptions.IsEditable = true;
			this.m_PythonOptions.InvisibleChar = '●';
			this.table1.Add (this.m_PythonOptions);
			global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_PythonOptions]));
			w7.TopAttach = ((uint)(2));
			w7.BottomAttach = ((uint)(3));
			w7.LeftAttach = ((uint)(1));
			w7.RightAttach = ((uint)(2));
			w7.XOptions = ((global::Gtk.AttachOptions)(4));
			w7.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.m_RuntimeCombo = global::Gtk.ComboBox.NewText ();
			this.m_RuntimeCombo.Name = "m_RuntimeCombo";
			this.table1.Add (this.m_RuntimeCombo);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_RuntimeCombo]));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.m_RuntimeFileEntry = new global::MonoDevelop.Components.FileEntry ();
			this.m_RuntimeFileEntry.Name = "m_RuntimeFileEntry";
			this.table1.Add (this.m_RuntimeFileEntry);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.m_RuntimeFileEntry]));
			w9.TopAttach = ((uint)(1));
			w9.BottomAttach = ((uint)(2));
			w9.LeftAttach = ((uint)(1));
			w9.RightAttach = ((uint)(2));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignment1.Add (this.table1);
			this.vbox1.Add (this.alignment1);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
			w11.Position = 1;
			w11.Expand = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<span weight=\"bold\">Module Paths</span>");
			this.label3.UseMarkup = true;
			this.vbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
			w12.Position = 2;
			w12.Expand = false;
			w12.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.alignment2 = new global::Gtk.Alignment (0.5F, 0.5F, 1F, 1F);
			this.alignment2.Name = "alignment2";
			this.alignment2.LeftPadding = ((uint)(12));
			// Container child alignment2.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
			this.scrolledwindow1.CanFocus = true;
			this.scrolledwindow1.Name = "scrolledwindow1";
			this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child scrolledwindow1.Gtk.Container+ContainerChild
			global::Gtk.Viewport w13 = new global::Gtk.Viewport ();
			w13.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.m_PathsTreeView = new global::Gtk.TreeView ();
			this.m_PathsTreeView.CanFocus = true;
			this.m_PathsTreeView.Name = "m_PathsTreeView";
			w13.Add (this.m_PathsTreeView);
			this.scrolledwindow1.Add (w13);
			this.hbox1.Add (this.scrolledwindow1);
			global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow1]));
			w16.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.m_AddPathButton = new global::Gtk.Button ();
			this.m_AddPathButton.CanFocus = true;
			this.m_AddPathButton.Name = "m_AddPathButton";
			this.m_AddPathButton.UseStock = true;
			this.m_AddPathButton.UseUnderline = true;
			this.m_AddPathButton.Label = "gtk-add";
			this.vbox2.Add (this.m_AddPathButton);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.m_AddPathButton]));
			w17.Position = 0;
			w17.Expand = false;
			w17.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.m_RemovePathButton = new global::Gtk.Button ();
			this.m_RemovePathButton.Sensitive = false;
			this.m_RemovePathButton.CanFocus = true;
			this.m_RemovePathButton.Name = "m_RemovePathButton";
			this.m_RemovePathButton.UseStock = true;
			this.m_RemovePathButton.UseUnderline = true;
			this.m_RemovePathButton.Label = "gtk-remove";
			this.vbox2.Add (this.m_RemovePathButton);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.m_RemovePathButton]));
			w18.Position = 1;
			w18.Expand = false;
			w18.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w19.Position = 1;
			w19.Expand = false;
			w19.Fill = false;
			this.alignment2.Add (this.hbox1);
			this.vbox1.Add (this.alignment2);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment2]));
			w21.Position = 3;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.label2.MnemonicWidget = this.alignment2;
			this.label4.MnemonicWidget = this.m_PythonOptions;
			this.label5.MnemonicWidget = this.m_ModuleEntry;
			this.Show ();
			this.m_AddPathButton.Clicked += new global::System.EventHandler (this.AddPath_Clicked);
			this.m_RemovePathButton.Clicked += new global::System.EventHandler (this.RemovePath_Clicked);
		}
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ApplyPolicyDialog
     this.Name           = "MonoDevelop.Ide.Projects.ApplyPolicyDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Apply Policies");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 16;
     this.vbox3.BorderWidth = ((uint)(12));
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radioCustom               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Apply stock or custom policy set"));
     this.radioCustom.CanFocus      = true;
     this.radioCustom.Name          = "radioCustom";
     this.radioCustom.DrawIndicator = true;
     this.radioCustom.UseUnderline  = true;
     this.radioCustom.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox2.Add(this.radioCustom);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioCustom]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxCustom             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxCustom.Name        = "boxCustom";
     this.boxCustom.LeftPadding = ((uint)(42));
     // Container child boxCustom.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Policy:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.combPolicies      = global::Gtk.ComboBox.NewText();
     this.combPolicies.Name = "combPolicies";
     this.hbox1.Add(this.combPolicies);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.combPolicies]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.boxCustom.Add(this.hbox1);
     this.vbox2.Add(this.boxCustom);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.boxCustom]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.radioFile               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Apply policies from file"));
     this.radioFile.CanFocus      = true;
     this.radioFile.Name          = "radioFile";
     this.radioFile.DrawIndicator = true;
     this.radioFile.UseUnderline  = true;
     this.radioFile.Group         = this.radioCustom.Group;
     this.vbox2.Add(this.radioFile);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.radioFile]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.boxFile             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.boxFile.Name        = "boxFile";
     this.boxFile.LeftPadding = ((uint)(42));
     // Container child boxFile.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("File:");
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fileEntry              = new global::MonoDevelop.Components.FileEntry();
     this.fileEntry.Name         = "fileEntry";
     this.fileEntry.BrowserTitle = "Select Policy Set File";
     this.hbox2.Add(this.fileEntry);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.fileEntry]));
     w9.Position = 1;
     this.boxFile.Add(this.hbox2);
     this.vbox2.Add(this.boxFile);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.boxFile]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox2]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.labelChangesTitle           = new global::Gtk.Label();
     this.labelChangesTitle.Name      = "labelChangesTitle";
     this.labelChangesTitle.Xalign    = 0F;
     this.labelChangesTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Policies to set or replace:");
     this.vbox4.Add(this.labelChangesTitle);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.labelChangesTitle]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.policiesScroll            = new global::Gtk.ScrolledWindow();
     this.policiesScroll.CanFocus   = true;
     this.policiesScroll.Name       = "policiesScroll";
     this.policiesScroll.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox4.Add(this.policiesScroll);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.policiesScroll]));
     w14.Position = 1;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
     w15.Position = 1;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w16.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.ApplyPolicyDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name        = "dialog1_ActionArea";
     w17.Spacing     = 10;
     w17.BorderWidth = ((uint)(5));
     w17.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanDefault   = true;
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseStock     = true;
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.buttonCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel]));
     w18.Expand = false;
     w18.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = global::Mono.Unix.Catalog.GetString("_Apply policies");
     w17.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 475;
     this.DefaultHeight = 325;
     this.Hide();
     this.radioCustom.Toggled   += new global::System.EventHandler(this.OnRadioCustomToggled);
     this.combPolicies.Changed  += new global::System.EventHandler(this.OnCombPoliciesChanged);
     this.fileEntry.PathChanged += new global::System.EventHandler(this.OnFileEntryPathChanged);
     this.buttonOk.Clicked      += new global::System.EventHandler(this.OnButtonOkClicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.AspNet.Gui.XspOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.AspNet.Gui.XspOptionsPanelWidget";
			// Container child MonoDevelop.AspNet.Gui.XspOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 12;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>General Options</b>");
			this.label1.UseMarkup = true;
			this.vbox1.Add (this.label1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.label4 = new global::Gtk.Label ();
			this.label4.WidthRequest = 18;
			this.label4.Name = "label4";
			this.hbox2.Add (this.label4);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.ipAddress = new global::Gtk.Entry ();
			this.ipAddress.CanFocus = true;
			this.ipAddress.Name = "ipAddress";
			this.ipAddress.IsEditable = true;
			this.ipAddress.InvisibleChar = '●';
			this.table2.Add (this.ipAddress);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.ipAddress]));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Port number:");
			this.table2.Add (this.label7);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label7]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("IP address:");
			this.table2.Add (this.label8);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.portNumber = new global::Gtk.SpinButton (0, 32767, 1);
			this.portNumber.CanFocus = true;
			this.portNumber.Name = "portNumber";
			this.portNumber.Adjustment.PageIncrement = 10;
			this.portNumber.ClimbRate = 1;
			this.portNumber.Numeric = true;
			this.table2.Add (this.portNumber);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.portNumber]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.XOptions = ((global::Gtk.AttachOptions)(4));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.verboseCheck = new global::Gtk.CheckButton ();
			this.verboseCheck.CanFocus = true;
			this.verboseCheck.Name = "verboseCheck";
			this.verboseCheck.Label = global::Mono.Unix.Catalog.GetString ("Verbose console output");
			this.verboseCheck.DrawIndicator = true;
			this.verboseCheck.UseUnderline = true;
			this.vbox2.Add (this.verboseCheck);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.verboseCheck]));
			w8.Position = 1;
			w8.Expand = false;
			w8.Fill = false;
			this.hbox2.Add (this.vbox2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			this.vbox1.Add (this.hbox2);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
			w10.Position = 1;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Security</b>");
			this.label2.UseMarkup = true;
			this.vbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
			w11.Position = 2;
			w11.Expand = false;
			w11.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			// Container child hbox3.Gtk.Box+BoxChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 18;
			this.label5.Name = "label5";
			this.hbox3.Add (this.label5);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label5]));
			w12.Position = 0;
			w12.Expand = false;
			w12.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.Xalign = 0F;
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("SSL mode:");
			this.table3.Add (this.label10);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table3 [this.label10]));
			w13.XOptions = ((global::Gtk.AttachOptions)(4));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("SSL protocol:");
			this.table3.Add (this.label9);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table3 [this.label9]));
			w14.TopAttach = ((uint)(1));
			w14.BottomAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.sslMode = global::Gtk.ComboBox.NewText ();
			this.sslMode.Name = "sslMode";
			this.table3.Add (this.sslMode);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table3 [this.sslMode]));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.sslProtocol = global::Gtk.ComboBox.NewText ();
			this.sslProtocol.Name = "sslProtocol";
			this.table3.Add (this.sslProtocol);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table3 [this.sslProtocol]));
			w16.TopAttach = ((uint)(1));
			w16.BottomAttach = ((uint)(2));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox3.Add (this.table3);
			global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.table3]));
			w17.Position = 1;
			w17.Expand = false;
			w17.Fill = false;
			this.vbox1.Add (this.hbox3);
			global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
			w18.Position = 3;
			w18.Expand = false;
			w18.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.Xalign = 0F;
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>SSL Key</b>");
			this.label3.UseMarkup = true;
			this.vbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label3]));
			w19.Position = 4;
			w19.Expand = false;
			w19.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			// Container child hbox4.Gtk.Box+BoxChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 18;
			this.label6.Name = "label6";
			this.hbox4.Add (this.label6);
			global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.label6]));
			w20.Position = 0;
			w20.Expand = false;
			w20.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.table4 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.certLocation = new global::MonoDevelop.Components.FileEntry ();
			this.certLocation.Name = "certLocation";
			this.table4.Add (this.certLocation);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table4 [this.certLocation]));
			w21.TopAttach = ((uint)(2));
			w21.BottomAttach = ((uint)(3));
			w21.LeftAttach = ((uint)(1));
			w21.RightAttach = ((uint)(2));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.keyType = global::Gtk.ComboBox.NewText ();
			this.keyType.Name = "keyType";
			this.hbox5.Add (this.keyType);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.keyType]));
			w22.Position = 0;
			w22.Expand = false;
			w22.Fill = false;
			this.table4.Add (this.hbox5);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox5]));
			w23.LeftAttach = ((uint)(1));
			w23.RightAttach = ((uint)(2));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.passwordOptions = global::Gtk.ComboBox.NewText ();
			this.passwordOptions.Name = "passwordOptions";
			this.hbox6.Add (this.passwordOptions);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.passwordOptions]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.passwordEntry = new global::Gtk.Entry ();
			this.passwordEntry.CanFocus = true;
			this.passwordEntry.Name = "passwordEntry";
			this.passwordEntry.IsEditable = true;
			this.passwordEntry.InvisibleChar = '●';
			this.hbox6.Add (this.passwordEntry);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.passwordEntry]));
			w25.Position = 1;
			this.table4.Add (this.hbox6);
			global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table4 [this.hbox6]));
			w26.TopAttach = ((uint)(3));
			w26.BottomAttach = ((uint)(4));
			w26.LeftAttach = ((uint)(1));
			w26.RightAttach = ((uint)(2));
			w26.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.keyLocation = new global::MonoDevelop.Components.FileEntry ();
			this.keyLocation.Name = "keyLocation";
			this.table4.Add (this.keyLocation);
			global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table4 [this.keyLocation]));
			w27.TopAttach = ((uint)(1));
			w27.BottomAttach = ((uint)(2));
			w27.LeftAttach = ((uint)(1));
			w27.RightAttach = ((uint)(2));
			w27.XOptions = ((global::Gtk.AttachOptions)(4));
			w27.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0F;
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Key type:");
			this.table4.Add (this.label11);
			global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table4 [this.label11]));
			w28.XOptions = ((global::Gtk.AttachOptions)(4));
			w28.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.Xalign = 0F;
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Key location:");
			this.table4.Add (this.label12);
			global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table4 [this.label12]));
			w29.TopAttach = ((uint)(1));
			w29.BottomAttach = ((uint)(2));
			w29.XOptions = ((global::Gtk.AttachOptions)(4));
			w29.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.Xalign = 0F;
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Certificate location:");
			this.table4.Add (this.label13);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.label13]));
			w30.TopAttach = ((uint)(2));
			w30.BottomAttach = ((uint)(3));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0F;
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("Password:");
			this.table4.Add (this.label14);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table4 [this.label14]));
			w31.TopAttach = ((uint)(3));
			w31.BottomAttach = ((uint)(4));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			this.hbox4.Add (this.table4);
			global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.table4]));
			w32.Position = 1;
			this.vbox1.Add (this.hbox4);
			global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
			w33.Position = 5;
			w33.Expand = false;
			w33.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
			this.sslProtocol.Changed += new global::System.EventHandler (this.updateSensitivity);
			this.sslMode.Changed += new global::System.EventHandler (this.updateSensitivity);
			this.passwordOptions.Changed += new global::System.EventHandler (this.updateSensitivity);
			this.keyType.Changed += new global::System.EventHandler (this.updateSensitivity);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Autotools.MakefileOptionPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Events = ((global::Gdk.EventMask)(256));
			this.Name = "MonoDevelop.Autotools.MakefileOptionPanelWidget";
			// Container child MonoDevelop.Autotools.MakefileOptionPanelWidget.Gtk.Container+ContainerChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			this.vbox1.BorderWidth = ((uint)(6));
			// Container child vbox1.Gtk.Box+BoxChild
			this.cbEnableMakefileIntegration = new global::Gtk.CheckButton ();
			this.cbEnableMakefileIntegration.CanFocus = true;
			this.cbEnableMakefileIntegration.Name = "cbEnableMakefileIntegration";
			this.cbEnableMakefileIntegration.Label = global::Mono.Unix.Catalog.GetString ("Enable makefile Integration in this project");
			this.cbEnableMakefileIntegration.DrawIndicator = true;
			this.vbox1.Add (this.cbEnableMakefileIntegration);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.cbEnableMakefileIntegration]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.headerSep1 = new global::Gtk.HSeparator ();
			this.headerSep1.Name = "headerSep1";
			this.vbox1.Add (this.headerSep1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.headerSep1]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(10)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.cbBuildTarget = new global::Gtk.CheckButton ();
			this.cbBuildTarget.CanFocus = true;
			this.cbBuildTarget.Name = "cbBuildTarget";
			this.cbBuildTarget.Label = global::Mono.Unix.Catalog.GetString ("Build target name:");
			this.cbBuildTarget.DrawIndicator = true;
			this.cbBuildTarget.UseUnderline = true;
			this.table1.Add (this.cbBuildTarget);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbBuildTarget]));
			w3.TopAttach = ((uint)(4));
			w3.BottomAttach = ((uint)(5));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbCleanTarget = new global::Gtk.CheckButton ();
			this.cbCleanTarget.CanFocus = true;
			this.cbCleanTarget.Name = "cbCleanTarget";
			this.cbCleanTarget.Label = global::Mono.Unix.Catalog.GetString ("Clean target name:");
			this.cbCleanTarget.DrawIndicator = true;
			this.cbCleanTarget.UseUnderline = true;
			this.table1.Add (this.cbCleanTarget);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbCleanTarget]));
			w4.TopAttach = ((uint)(5));
			w4.BottomAttach = ((uint)(6));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.cbRunTarget = new global::Gtk.CheckButton ();
			this.cbRunTarget.CanFocus = true;
			this.cbRunTarget.Name = "cbRunTarget";
			this.cbRunTarget.Label = global::Mono.Unix.Catalog.GetString ("Execute target name:");
			this.cbRunTarget.DrawIndicator = true;
			this.cbRunTarget.UseUnderline = true;
			this.table1.Add (this.cbRunTarget);
			global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.cbRunTarget]));
			w5.TopAttach = ((uint)(6));
			w5.BottomAttach = ((uint)(7));
			w5.XOptions = ((global::Gtk.AttachOptions)(4));
			w5.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.fileEntryMakefilePath = new global::MonoDevelop.Components.FileEntry ();
			this.fileEntryMakefilePath.CanFocus = true;
			this.fileEntryMakefilePath.Name = "fileEntryMakefilePath";
			this.fileEntryMakefilePath.BrowserTitle = "";
			this.table1.Add (this.fileEntryMakefilePath);
			global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileEntryMakefilePath]));
			w6.TopAttach = ((uint)(1));
			w6.BottomAttach = ((uint)(2));
			w6.LeftAttach = ((uint)(1));
			w6.RightAttach = ((uint)(2));
			w6.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.comboAssemblyName = global::Gtk.ComboBox.NewText ();
			this.comboAssemblyName.WidthRequest = 300;
			this.comboAssemblyName.Name = "comboAssemblyName";
			this.hbox1.Add (this.comboAssemblyName);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboAssemblyName]));
			w7.Position = 0;
			w7.Expand = false;
			w7.Fill = false;
			this.table1.Add (this.hbox1);
			global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
			w8.TopAttach = ((uint)(7));
			w8.BottomAttach = ((uint)(8));
			w8.LeftAttach = ((uint)(1));
			w8.RightAttach = ((uint)(2));
			w8.XOptions = ((global::Gtk.AttachOptions)(4));
			w8.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			// Container child hbox2.Gtk.Box+BoxChild
			this.comboOutputDir = global::Gtk.ComboBox.NewText ();
			this.comboOutputDir.WidthRequest = 300;
			this.comboOutputDir.Name = "comboOutputDir";
			this.hbox2.Add (this.comboOutputDir);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboOutputDir]));
			w9.Position = 0;
			w9.Expand = false;
			w9.Fill = false;
			this.table1.Add (this.hbox2);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox2]));
			w10.TopAttach = ((uint)(8));
			w10.BottomAttach = ((uint)(9));
			w10.LeftAttach = ((uint)(1));
			w10.RightAttach = ((uint)(2));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			// Container child hbox3.Gtk.Box+BoxChild
			this.BuildTargetName = new global::Gtk.Entry ();
			this.BuildTargetName.WidthRequest = 200;
			this.BuildTargetName.CanFocus = true;
			this.BuildTargetName.Name = "BuildTargetName";
			this.BuildTargetName.IsEditable = true;
			this.BuildTargetName.InvisibleChar = '●';
			this.hbox3.Add (this.BuildTargetName);
			global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.BuildTargetName]));
			w11.Position = 0;
			w11.Expand = false;
			w11.Fill = false;
			this.table1.Add (this.hbox3);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox3]));
			w12.TopAttach = ((uint)(4));
			w12.BottomAttach = ((uint)(5));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			// Container child hbox4.Gtk.Box+BoxChild
			this.ExecuteTargetName = new global::Gtk.Entry ();
			this.ExecuteTargetName.WidthRequest = 200;
			this.ExecuteTargetName.CanFocus = true;
			this.ExecuteTargetName.Name = "ExecuteTargetName";
			this.ExecuteTargetName.IsEditable = true;
			this.ExecuteTargetName.InvisibleChar = '●';
			this.hbox4.Add (this.ExecuteTargetName);
			global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.ExecuteTargetName]));
			w13.Position = 0;
			w13.Expand = false;
			w13.Fill = false;
			this.table1.Add (this.hbox4);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox4]));
			w14.TopAttach = ((uint)(6));
			w14.BottomAttach = ((uint)(7));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			// Container child hbox5.Gtk.Box+BoxChild
			this.CleanTargetName = new global::Gtk.Entry ();
			this.CleanTargetName.WidthRequest = 200;
			this.CleanTargetName.CanFocus = true;
			this.CleanTargetName.Name = "CleanTargetName";
			this.CleanTargetName.IsEditable = true;
			this.CleanTargetName.InvisibleChar = '●';
			this.hbox5.Add (this.CleanTargetName);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.CleanTargetName]));
			w15.Position = 0;
			w15.Expand = false;
			w15.Fill = false;
			this.table1.Add (this.hbox5);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox5]));
			w16.TopAttach = ((uint)(5));
			w16.BottomAttach = ((uint)(6));
			w16.LeftAttach = ((uint)(1));
			w16.RightAttach = ((uint)(2));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.headerSep2 = new global::Gtk.HSeparator ();
			this.headerSep2.Name = "headerSep2";
			this.table1.Add (this.headerSep2);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.headerSep2]));
			w17.TopAttach = ((uint)(2));
			w17.BottomAttach = ((uint)(3));
			w17.RightAttach = ((uint)(2));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label8 = new global::Gtk.Label ();
			this.label8.WidthRequest = 500;
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the makefile targets that should be executed for the build and clean operations:");
			this.label8.Wrap = true;
			this.table1.Add (this.label8);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
			w18.TopAttach = ((uint)(3));
			w18.BottomAttach = ((uint)(4));
			w18.RightAttach = ((uint)(2));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 1F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Build processes:");
			this.table1.Add (this.label9);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
			w19.TopAttach = ((uint)(9));
			w19.BottomAttach = ((uint)(10));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblAssemblyNameVar = new global::Gtk.Label ();
			this.lblAssemblyNameVar.Name = "lblAssemblyNameVar";
			this.lblAssemblyNameVar.Xalign = 0F;
			this.lblAssemblyNameVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly Name variable:");
			this.table1.Add (this.lblAssemblyNameVar);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblAssemblyNameVar]));
			w20.TopAttach = ((uint)(7));
			w20.BottomAttach = ((uint)(8));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakeCommand = new global::Gtk.Label ();
			this.lblMakeCommand.Name = "lblMakeCommand";
			this.lblMakeCommand.Xalign = 0F;
			this.lblMakeCommand.LabelProp = global::Mono.Unix.Catalog.GetString ("Make command:");
			this.table1.Add (this.lblMakeCommand);
			global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakeCommand]));
			w21.XOptions = ((global::Gtk.AttachOptions)(4));
			w21.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblMakefileName = new global::Gtk.Label ();
			this.lblMakefileName.Name = "lblMakefileName";
			this.lblMakefileName.Xalign = 0F;
			this.lblMakefileName.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile path:");
			this.table1.Add (this.lblMakefileName);
			global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblMakefileName]));
			w22.TopAttach = ((uint)(1));
			w22.BottomAttach = ((uint)(2));
			w22.XOptions = ((global::Gtk.AttachOptions)(4));
			w22.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.lblOutputDirVar = new global::Gtk.Label ();
			this.lblOutputDirVar.Name = "lblOutputDirVar";
			this.lblOutputDirVar.Xalign = 0F;
			this.lblOutputDirVar.LabelProp = global::Mono.Unix.Catalog.GetString ("Output directory variable:");
			this.table1.Add (this.lblOutputDirVar);
			global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.lblOutputDirVar]));
			w23.TopAttach = ((uint)(8));
			w23.BottomAttach = ((uint)(9));
			w23.XOptions = ((global::Gtk.AttachOptions)(4));
			w23.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.MakeCommand = new global::Gtk.Entry ();
			this.MakeCommand.WidthRequest = 200;
			this.MakeCommand.CanFocus = true;
			this.MakeCommand.Name = "MakeCommand";
			this.MakeCommand.Text = global::Mono.Unix.Catalog.GetString ("make");
			this.MakeCommand.IsEditable = true;
			this.MakeCommand.InvisibleChar = '●';
			this.table1.Add (this.MakeCommand);
			global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.MakeCommand]));
			w24.LeftAttach = ((uint)(1));
			w24.RightAttach = ((uint)(2));
			w24.XOptions = ((global::Gtk.AttachOptions)(4));
			w24.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.spinProcesses = new global::Gtk.SpinButton (1, 64, 1);
			this.spinProcesses.CanFocus = true;
			this.spinProcesses.Name = "spinProcesses";
			this.spinProcesses.Adjustment.PageIncrement = 1;
			this.spinProcesses.ClimbRate = 1;
			this.spinProcesses.Numeric = true;
			this.spinProcesses.Value = 1;
			this.table1.Add (this.spinProcesses);
			global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.spinProcesses]));
			w25.TopAttach = ((uint)(9));
			w25.BottomAttach = ((uint)(10));
			w25.LeftAttach = ((uint)(1));
			w25.RightAttach = ((uint)(2));
			w25.XOptions = ((global::Gtk.AttachOptions)(4));
			w25.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox1.Add (this.table1);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
			w26.Position = 2;
			w26.Expand = false;
			w26.Fill = false;
			this.notebook1.Add (this.vbox1);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile");
			this.notebook1.SetTabLabel (this.vbox1, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			this.vbox2.BorderWidth = ((uint)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.cbFileSync = new global::Gtk.CheckButton ();
			this.cbFileSync.CanFocus = true;
			this.cbFileSync.Name = "cbFileSync";
			this.cbFileSync.Label = global::Mono.Unix.Catalog.GetString ("Enable project file synchronization");
			this.cbFileSync.DrawIndicator = true;
			this.cbFileSync.UseUnderline = true;
			this.vbox2.Add (this.cbFileSync);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.cbFileSync]));
			w28.Position = 0;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox2.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hseparator2]));
			w29.Position = 1;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(3)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepDeployFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepDeployFilesSync.CanFocus = true;
			this.cbKeepDeployFilesSync.Name = "cbKeepDeployFilesSync";
			this.cbKeepDeployFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Deployment files");
			this.cbKeepDeployFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepDeployFilesSync);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepDeployFilesSync]));
			w30.TopAttach = ((uint)(4));
			w30.BottomAttach = ((uint)(5));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepFilesSync = new global::Gtk.CheckButton ();
			this.cbKeepFilesSync.CanFocus = true;
			this.cbKeepFilesSync.Name = "cbKeepFilesSync";
			this.cbKeepFilesSync.Label = global::Mono.Unix.Catalog.GetString ("Source code files");
			this.cbKeepFilesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepFilesSync);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepFilesSync]));
			w31.TopAttach = ((uint)(2));
			w31.BottomAttach = ((uint)(3));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepOthersSync = new global::Gtk.CheckButton ();
			this.cbKeepOthersSync.CanFocus = true;
			this.cbKeepOthersSync.Name = "cbKeepOthersSync";
			this.cbKeepOthersSync.Label = global::Mono.Unix.Catalog.GetString ("Other Files");
			this.cbKeepOthersSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepOthersSync);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepOthersSync]));
			w32.TopAttach = ((uint)(5));
			w32.BottomAttach = ((uint)(6));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.cbKeepResourcesSync = new global::Gtk.CheckButton ();
			this.cbKeepResourcesSync.CanFocus = true;
			this.cbKeepResourcesSync.Name = "cbKeepResourcesSync";
			this.cbKeepResourcesSync.Label = global::Mono.Unix.Catalog.GetString ("Resources");
			this.cbKeepResourcesSync.DrawIndicator = true;
			this.table3.Add (this.cbKeepResourcesSync);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table3 [this.cbKeepResourcesSync]));
			w33.TopAttach = ((uint)(3));
			w33.BottomAttach = ((uint)(4));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboDeployFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboDeployFilesVar.WidthRequest = 200;
			this.comboDeployFilesVar.Name = "comboDeployFilesVar";
			this.table3.Add (this.comboDeployFilesVar);
			global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboDeployFilesVar]));
			w34.TopAttach = ((uint)(4));
			w34.BottomAttach = ((uint)(5));
			w34.LeftAttach = ((uint)(1));
			w34.RightAttach = ((uint)(2));
			w34.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboFilesVar = global::Gtk.ComboBox.NewText ();
			this.comboFilesVar.WidthRequest = 200;
			this.comboFilesVar.Name = "comboFilesVar";
			this.table3.Add (this.comboFilesVar);
			global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboFilesVar]));
			w35.TopAttach = ((uint)(2));
			w35.BottomAttach = ((uint)(3));
			w35.LeftAttach = ((uint)(1));
			w35.RightAttach = ((uint)(2));
			w35.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboOthersVar = global::Gtk.ComboBox.NewText ();
			this.comboOthersVar.WidthRequest = 200;
			this.comboOthersVar.Name = "comboOthersVar";
			this.table3.Add (this.comboOthersVar);
			global::Gtk.Table.TableChild w36 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboOthersVar]));
			w36.TopAttach = ((uint)(5));
			w36.BottomAttach = ((uint)(6));
			w36.LeftAttach = ((uint)(1));
			w36.RightAttach = ((uint)(2));
			w36.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.comboResourcesVar = global::Gtk.ComboBox.NewText ();
			this.comboResourcesVar.WidthRequest = 200;
			this.comboResourcesVar.Name = "comboResourcesVar";
			this.table3.Add (this.comboResourcesVar);
			global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.table3 [this.comboResourcesVar]));
			w37.TopAttach = ((uint)(3));
			w37.BottomAttach = ((uint)(4));
			w37.LeftAttach = ((uint)(1));
			w37.RightAttach = ((uint)(2));
			w37.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryDeployFilesPattern = new global::Gtk.Entry ();
			this.entryDeployFilesPattern.CanFocus = true;
			this.entryDeployFilesPattern.Name = "entryDeployFilesPattern";
			this.entryDeployFilesPattern.IsEditable = true;
			this.entryDeployFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryDeployFilesPattern);
			global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryDeployFilesPattern]));
			w38.TopAttach = ((uint)(4));
			w38.BottomAttach = ((uint)(5));
			w38.LeftAttach = ((uint)(2));
			w38.RightAttach = ((uint)(3));
			w38.XOptions = ((global::Gtk.AttachOptions)(4));
			w38.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryFilesPattern = new global::Gtk.Entry ();
			this.entryFilesPattern.CanFocus = true;
			this.entryFilesPattern.Name = "entryFilesPattern";
			this.entryFilesPattern.IsEditable = true;
			this.entryFilesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryFilesPattern);
			global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryFilesPattern]));
			w39.TopAttach = ((uint)(2));
			w39.BottomAttach = ((uint)(3));
			w39.LeftAttach = ((uint)(2));
			w39.RightAttach = ((uint)(3));
			w39.XOptions = ((global::Gtk.AttachOptions)(4));
			w39.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.entryResourcesPattern = new global::Gtk.Entry ();
			this.entryResourcesPattern.CanFocus = true;
			this.entryResourcesPattern.Name = "entryResourcesPattern";
			this.entryResourcesPattern.IsEditable = true;
			this.entryResourcesPattern.InvisibleChar = '●';
			this.table3.Add (this.entryResourcesPattern);
			global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryResourcesPattern]));
			w40.TopAttach = ((uint)(3));
			w40.BottomAttach = ((uint)(4));
			w40.LeftAttach = ((uint)(2));
			w40.RightAttach = ((uint)(3));
			w40.XOptions = ((global::Gtk.AttachOptions)(4));
			w40.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.eventbox1 = new global::Gtk.EventBox ();
			this.eventbox1.Name = "eventbox1";
			// Container child eventbox1.Gtk.Container+ContainerChild
			this.entryOthersPattern = new global::Gtk.Entry ();
			this.entryOthersPattern.CanFocus = true;
			this.entryOthersPattern.Name = "entryOthersPattern";
			this.entryOthersPattern.IsEditable = true;
			this.entryOthersPattern.InvisibleChar = '●';
			this.eventbox1.Add (this.entryOthersPattern);
			this.table3.Add (this.eventbox1);
			global::Gtk.Table.TableChild w42 = ((global::Gtk.Table.TableChild)(this.table3 [this.eventbox1]));
			w42.TopAttach = ((uint)(5));
			w42.BottomAttach = ((uint)(6));
			w42.LeftAttach = ((uint)(2));
			w42.RightAttach = ((uint)(3));
			w42.XOptions = ((global::Gtk.AttachOptions)(4));
			w42.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.WidthRequest = 500;
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of files you want to synchronize with the makefile. For each file kind please specify the makefile variable that holds the list and optionally a prefix to be prepended to each file name.");
			this.label5.Wrap = true;
			this.table3.Add (this.label5);
			global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table3 [this.label5]));
			w43.RightAttach = ((uint)(3));
			w43.YPadding = ((uint)(9));
			w43.XOptions = ((global::Gtk.AttachOptions)(4));
			w43.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol2 = new global::Gtk.Label ();
			this.lblCol2.Name = "lblCol2";
			this.lblCol2.Xalign = 0F;
			this.lblCol2.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table3.Add (this.lblCol2);
			global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol2]));
			w44.TopAttach = ((uint)(1));
			w44.BottomAttach = ((uint)(2));
			w44.LeftAttach = ((uint)(1));
			w44.RightAttach = ((uint)(2));
			w44.XOptions = ((global::Gtk.AttachOptions)(4));
			w44.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.lblCol3 = new global::Gtk.Label ();
			this.lblCol3.Name = "lblCol3";
			this.lblCol3.Xalign = 0F;
			this.lblCol3.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table3.Add (this.lblCol3);
			global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table3 [this.lblCol3]));
			w45.TopAttach = ((uint)(1));
			w45.BottomAttach = ((uint)(2));
			w45.LeftAttach = ((uint)(2));
			w45.RightAttach = ((uint)(3));
			w45.XOptions = ((global::Gtk.AttachOptions)(4));
			w45.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox2.Add (this.table3);
			global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table3]));
			w46.Position = 2;
			w46.Expand = false;
			w46.Fill = false;
			this.notebook1.Add (this.vbox2);
			global::Gtk.Notebook.NotebookChild w47 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
			w47.Position = 1;
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Files");
			this.notebook1.SetTabLabel (this.vbox2, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			this.vbox4.BorderWidth = ((uint)(6));
			// Container child vbox4.Gtk.Box+BoxChild
			this.cbKeepRefSync = new global::Gtk.CheckButton ();
			this.cbKeepRefSync.CanFocus = true;
			this.cbKeepRefSync.Name = "cbKeepRefSync";
			this.cbKeepRefSync.Label = global::Mono.Unix.Catalog.GetString ("Enable references synchronization");
			this.cbKeepRefSync.DrawIndicator = true;
			this.vbox4.Add (this.cbKeepRefSync);
			global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.cbKeepRefSync]));
			w48.Position = 0;
			w48.Expand = false;
			w48.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.vbox4.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hseparator5]));
			w49.Position = 1;
			w49.Expand = false;
			w49.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.table4 = new global::Gtk.Table (((uint)(8)), ((uint)(3)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.cbAutotoolsProject = new global::Gtk.CheckButton ();
			this.cbAutotoolsProject.CanFocus = true;
			this.cbAutotoolsProject.Name = "cbAutotoolsProject";
			this.cbAutotoolsProject.Label = global::Mono.Unix.Catalog.GetString ("Look for packages in configure.in");
			this.cbAutotoolsProject.DrawIndicator = true;
			this.table4.Add (this.cbAutotoolsProject);
			global::Gtk.Table.TableChild w150 = ((global::Gtk.Table.TableChild)(this.table4 [this.cbAutotoolsProject]));
			w150.TopAttach = ((uint)(6));
			w150.BottomAttach = ((uint)(7));
			w150.RightAttach = ((uint)(3));
			w150.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboAsmRefVar = global::Gtk.ComboBox.NewText ();
			this.comboAsmRefVar.WidthRequest = 200;
			this.comboAsmRefVar.Name = "comboAsmRefVar";
			this.table4.Add (this.comboAsmRefVar);
			global::Gtk.Table.TableChild w51 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboAsmRefVar]));
			w51.TopAttach = ((uint)(3));
			w51.BottomAttach = ((uint)(4));
			w51.LeftAttach = ((uint)(1));
			w51.RightAttach = ((uint)(2));
			w51.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboPackageRefVar = global::Gtk.ComboBox.NewText ();
			this.comboPackageRefVar.WidthRequest = 200;
			this.comboPackageRefVar.Name = "comboPackageRefVar";
			this.table4.Add (this.comboPackageRefVar);
			global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboPackageRefVar]));
			w50.TopAttach = ((uint)(2));
			w50.BottomAttach = ((uint)(3));
			w50.LeftAttach = ((uint)(1));
			w50.RightAttach = ((uint)(2));
			w50.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.comboProjectRefVar = global::Gtk.ComboBox.NewText ();
			this.comboProjectRefVar.WidthRequest = 200;
			this.comboProjectRefVar.Name = "comboProjectRefVar";
			this.table4.Add (this.comboProjectRefVar);
			global::Gtk.Table.TableChild w153 = ((global::Gtk.Table.TableChild)(this.table4 [this.comboProjectRefVar]));
			w153.TopAttach = ((uint)(4));
			w153.BottomAttach = ((uint)(5));
			w153.LeftAttach = ((uint)(1));
			w153.RightAttach = ((uint)(2));
			w153.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryAsmRefPattern = new global::Gtk.Entry ();
			this.entryAsmRefPattern.CanFocus = true;
			this.entryAsmRefPattern.Name = "entryAsmRefPattern";
			this.entryAsmRefPattern.IsEditable = true;
			this.entryAsmRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryAsmRefPattern);
			global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryAsmRefPattern]));
			w54.TopAttach = ((uint)(3));
			w54.BottomAttach = ((uint)(4));
			w54.LeftAttach = ((uint)(2));
			w54.RightAttach = ((uint)(3));
			w54.XOptions = ((global::Gtk.AttachOptions)(4));
			w54.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryPackageRefPattern = new global::Gtk.Entry ();
			this.entryPackageRefPattern.CanFocus = true;
			this.entryPackageRefPattern.Name = "entryPackageRefPattern";
			this.entryPackageRefPattern.IsEditable = true;
			this.entryPackageRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryPackageRefPattern);
			global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryPackageRefPattern]));
			w53.TopAttach = ((uint)(2));
			w53.BottomAttach = ((uint)(3));
			w53.LeftAttach = ((uint)(2));
			w53.RightAttach = ((uint)(3));
			w53.XOptions = ((global::Gtk.AttachOptions)(4));
			w53.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.entryProjectRefPattern = new global::Gtk.Entry ();
			this.entryProjectRefPattern.CanFocus = true;
			this.entryProjectRefPattern.Name = "entryProjectRefPattern";
			this.entryProjectRefPattern.IsEditable = true;
			this.entryProjectRefPattern.InvisibleChar = '●';
			this.table4.Add (this.entryProjectRefPattern);
			global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table4 [this.entryProjectRefPattern]));
			w56.TopAttach = ((uint)(4));
			w56.BottomAttach = ((uint)(5));
			w56.LeftAttach = ((uint)(2));
			w56.RightAttach = ((uint)(3));
			w56.XOptions = ((global::Gtk.AttachOptions)(4));
			w56.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.fileEntryConfigureInPath = new global::MonoDevelop.Components.FolderEntry ();
			this.fileEntryConfigureInPath.Name = "fileEntryConfigureInPath";
			this.table4.Add (this.fileEntryConfigureInPath);
			global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table4 [this.fileEntryConfigureInPath]));
			w57.TopAttach = ((uint)(7));
			w57.BottomAttach = ((uint)(8));
			w57.LeftAttach = ((uint)(1));
			w57.RightAttach = ((uint)(3));
			w57.XOptions = ((global::Gtk.AttachOptions)(4));
			w57.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.table4.Add (this.hseparator1);
			global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table4 [this.hseparator1]));
			w58.TopAttach = ((uint)(5));
			w58.BottomAttach = ((uint)(6));
			w58.RightAttach = ((uint)(3));
			w58.XOptions = ((global::Gtk.AttachOptions)(4));
			w58.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.WidthRequest = 500;
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the kind of references you want to synchronize with the makefile. For each reference type please specify the makefile variable that holds the list, and optionally a prefix to be prepended to each reference name. You can specify the same variable name for several types of references.");
			this.label6.Wrap = true;
			this.table4.Add (this.label6);
			global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table4 [this.label6]));
			w59.RightAttach = ((uint)(3));
			w59.YPadding = ((uint)(9));
			w59.XOptions = ((global::Gtk.AttachOptions)(4));
			w59.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblAsmRef = new global::Gtk.Label ();
			this.lblAsmRef.Name = "lblAsmRef";
			this.lblAsmRef.Xalign = 0F;
			this.lblAsmRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Assembly References");
			this.table4.Add (this.lblAsmRef);
			global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblAsmRef]));
			w60.TopAttach = ((uint)(3));
			w60.BottomAttach = ((uint)(4));
			w60.XOptions = ((global::Gtk.AttachOptions)(4));
			w60.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol5 = new global::Gtk.Label ();
			this.lblCol5.Name = "lblCol5";
			this.lblCol5.Xalign = 0F;
			this.lblCol5.LabelProp = global::Mono.Unix.Catalog.GetString ("Makefile variable name:");
			this.table4.Add (this.lblCol5);
			global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol5]));
			w61.TopAttach = ((uint)(1));
			w61.BottomAttach = ((uint)(2));
			w61.LeftAttach = ((uint)(1));
			w61.RightAttach = ((uint)(2));
			w61.XOptions = ((global::Gtk.AttachOptions)(4));
			w61.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblCol6 = new global::Gtk.Label ();
			this.lblCol6.Name = "lblCol6";
			this.lblCol6.Xalign = 0F;
			this.lblCol6.LabelProp = global::Mono.Unix.Catalog.GetString ("Prefix:");
			this.table4.Add (this.lblCol6);
			global::Gtk.Table.TableChild w162 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblCol6]));
			w162.TopAttach = ((uint)(1));
			w162.BottomAttach = ((uint)(2));
			w162.LeftAttach = ((uint)(2));
			w162.RightAttach = ((uint)(3));
			w162.XOptions = ((global::Gtk.AttachOptions)(4));
			w162.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblConfigureInPath = new global::Gtk.Label ();
			this.lblConfigureInPath.Name = "lblConfigureInPath";
			this.lblConfigureInPath.Xalign = 0F;
			this.lblConfigureInPath.LabelProp = global::Mono.Unix.Catalog.GetString ("Path for configure.in");
			this.table4.Add (this.lblConfigureInPath);
			global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblConfigureInPath]));
			w63.TopAttach = ((uint)(7));
			w63.BottomAttach = ((uint)(8));
			w63.XOptions = ((global::Gtk.AttachOptions)(4));
			w63.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblPackageRef = new global::Gtk.Label ();
			this.lblPackageRef.Name = "lblPackageRef";
			this.lblPackageRef.Xalign = 0F;
			this.lblPackageRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Package References");
			this.table4.Add (this.lblPackageRef);
			global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblPackageRef]));
			w62.TopAttach = ((uint)(2));
			w62.BottomAttach = ((uint)(3));
			w62.XOptions = ((global::Gtk.AttachOptions)(4));
			w62.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.lblProjectRef = new global::Gtk.Label ();
			this.lblProjectRef.Name = "lblProjectRef";
			this.lblProjectRef.Xalign = 0F;
			this.lblProjectRef.LabelProp = global::Mono.Unix.Catalog.GetString ("Project References");
			this.table4.Add (this.lblProjectRef);
			global::Gtk.Table.TableChild w65 = ((global::Gtk.Table.TableChild)(this.table4 [this.lblProjectRef]));
			w65.TopAttach = ((uint)(4));
			w65.BottomAttach = ((uint)(5));
			w65.XOptions = ((global::Gtk.AttachOptions)(4));
			w65.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox4.Add (this.table4);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table4]));
			w66.Position = 2;
			w66.Expand = false;
			w66.Fill = false;
			this.notebook1.Add (this.vbox4);
			global::Gtk.Notebook.NotebookChild w67 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox4]));
			w67.Position = 2;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("References");
			this.notebook1.SetTabLabel (this.vbox4, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.BorderWidth = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.label7 = new global::Gtk.Label ();
			this.label7.WidthRequest = 500;
			this.label7.Name = "label7";
			this.label7.Xalign = 0F;
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the Compiler message format for parsing the compiler errors and warnings. You can either select one of the built-in options, or specify custom regular expressions for errors and warnings. The regex must be the .net style regex. The following named groups are relevant : file, line, column, number (error number) and message.");
			this.label7.Wrap = true;
			this.label7.Justify = ((global::Gtk.Justification)(3));
			this.vbox3.Add (this.label7);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label7]));
			w68.Position = 0;
			w68.Expand = false;
			w68.Fill = false;
			w68.Padding = ((uint)(6));
			// Container child vbox3.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(3)), ((uint)(3)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.entryErrorRegex = new global::Gtk.Entry ();
			this.entryErrorRegex.WidthRequest = 350;
			this.entryErrorRegex.CanFocus = true;
			this.entryErrorRegex.Name = "entryErrorRegex";
			this.entryErrorRegex.IsEditable = true;
			this.entryErrorRegex.InvisibleChar = '●';
			this.table2.Add (this.entryErrorRegex);
			global::Gtk.Table.TableChild w69 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryErrorRegex]));
			w69.TopAttach = ((uint)(1));
			w69.BottomAttach = ((uint)(2));
			w69.LeftAttach = ((uint)(1));
			w69.RightAttach = ((uint)(3));
			w69.XOptions = ((global::Gtk.AttachOptions)(4));
			w69.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.entryWarningRegex = new global::Gtk.Entry ();
			this.entryWarningRegex.WidthRequest = 350;
			this.entryWarningRegex.CanFocus = true;
			this.entryWarningRegex.Name = "entryWarningRegex";
			this.entryWarningRegex.IsEditable = true;
			this.entryWarningRegex.InvisibleChar = '●';
			this.table2.Add (this.entryWarningRegex);
			global::Gtk.Table.TableChild w70 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryWarningRegex]));
			w70.TopAttach = ((uint)(2));
			w70.BottomAttach = ((uint)(3));
			w70.LeftAttach = ((uint)(1));
			w70.RightAttach = ((uint)(3));
			w70.XOptions = ((global::Gtk.AttachOptions)(4));
			w70.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			// Container child hbox6.Gtk.Box+BoxChild
			this.comboMessageType = global::Gtk.ComboBox.NewText ();
			this.comboMessageType.WidthRequest = 150;
			this.comboMessageType.Name = "comboMessageType";
			this.hbox6.Add (this.comboMessageType);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.comboMessageType]));
			w71.Position = 0;
			w71.Expand = false;
			w71.Fill = false;
			this.table2.Add (this.hbox6);
			global::Gtk.Table.TableChild w72 = ((global::Gtk.Table.TableChild)(this.table2 [this.hbox6]));
			w72.LeftAttach = ((uint)(1));
			w72.RightAttach = ((uint)(2));
			w72.XOptions = ((global::Gtk.AttachOptions)(4));
			w72.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblErrorRegex = new global::Gtk.Label ();
			this.lblErrorRegex.Name = "lblErrorRegex";
			this.lblErrorRegex.Xalign = 0F;
			this.lblErrorRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Error regex :");
			this.table2.Add (this.lblErrorRegex);
			global::Gtk.Table.TableChild w73 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblErrorRegex]));
			w73.TopAttach = ((uint)(1));
			w73.BottomAttach = ((uint)(2));
			w73.XOptions = ((global::Gtk.AttachOptions)(4));
			w73.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblMessageType = new global::Gtk.Label ();
			this.lblMessageType.Name = "lblMessageType";
			this.lblMessageType.Xalign = 0F;
			this.lblMessageType.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiler :");
			this.table2.Add (this.lblMessageType);
			global::Gtk.Table.TableChild w74 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblMessageType]));
			w74.XOptions = ((global::Gtk.AttachOptions)(4));
			w74.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.lblWarningRegex = new global::Gtk.Label ();
			this.lblWarningRegex.Name = "lblWarningRegex";
			this.lblWarningRegex.Xalign = 0F;
			this.lblWarningRegex.LabelProp = global::Mono.Unix.Catalog.GetString ("Warnings regex :");
			this.table2.Add (this.lblWarningRegex);
			global::Gtk.Table.TableChild w75 = ((global::Gtk.Table.TableChild)(this.table2 [this.lblWarningRegex]));
			w75.TopAttach = ((uint)(2));
			w75.BottomAttach = ((uint)(3));
			w75.XOptions = ((global::Gtk.AttachOptions)(4));
			w75.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.table2);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
			w76.Position = 1;
			this.notebook1.Add (this.vbox3);
			global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox3]));
			w77.Position = 3;
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Messages Regex");
			this.notebook1.SetTabLabel (this.vbox3, this.label4);
			this.label4.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.comboAssemblyName.Hide ();
			this.comboOutputDir.Hide ();
			this.lblAssemblyNameVar.Hide ();
			this.lblOutputDirVar.Hide ();
			this.Show ();
			this.cbEnableMakefileIntegration.Clicked += new global::System.EventHandler (this.OnEnableMakefileIntegrationClicked);
			this.fileEntryMakefilePath.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnFileEntryMakefilePathFocusOutEvent);
			this.cbRunTarget.Clicked += new global::System.EventHandler (this.OnCbRunTargetClicked);
			this.cbCleanTarget.Clicked += new global::System.EventHandler (this.OnCbCleanTargetClicked);
			this.cbBuildTarget.Clicked += new global::System.EventHandler (this.OnCbBuildTargetClicked);
			this.cbFileSync.Clicked += new global::System.EventHandler (this.OnCbFileSyncClicked);
			this.comboResourcesVar.Changed += new global::System.EventHandler (this.OnComboResourcesVarChanged);
			this.cbKeepResourcesSync.Clicked += new global::System.EventHandler (this.OnCbKeepResourcesSyncClicked);
			this.cbKeepOthersSync.Clicked += new global::System.EventHandler (this.OnCbKeepOthersSyncClicked);
			this.cbKeepFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepFilesSyncClicked);
			this.cbKeepDeployFilesSync.Clicked += new global::System.EventHandler (this.OnCbKeepDeployFilesSyncClicked);
			this.cbKeepRefSync.Clicked += new global::System.EventHandler (this.OnCbKeepRefSyncClicked);
			this.comboProjectRefVar.Changed += new global::System.EventHandler (this.OnComboProjectRefVarChanged);
			this.comboPackageRefVar.Changed += new global::System.EventHandler (this.OnComboPackageRefVarChanged);
			this.comboAsmRefVar.Changed += new global::System.EventHandler (this.OnComboAsmRefVarChanged);
			this.cbAutotoolsProject.Clicked += new global::System.EventHandler (this.OnCbAutotoolsProjectClicked);
			this.comboMessageType.Changed += new global::System.EventHandler (this.OnComboMessageTypeChanged);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.MonoDroid.Gui.MonoDroidPublishDialog
			this.Name = "MonoDevelop.MonoDroid.Gui.MonoDroidPublishDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Publish Android Application");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.MonoDroid.Gui.MonoDroidPublishDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "dialog1_VBox";
			w1.BorderWidth = ((uint)(2));
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.image1 = new global::Gtk.Image ();
			this.image1.Name = "image1";
			this.image1.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "monodroid-project", global::Gtk.IconSize.Dnd);
			this.vbox2.Add (this.image1);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image1]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			this.hbox1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 3;
			this.notebook1.BorderWidth = ((uint)(6));
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			// Container child vbox3.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.Xalign = 0F;
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Keystore selection</b></big>");
			this.label2.UseMarkup = true;
			this.vbox3.Add (this.label2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.hseparator1 = new global::Gtk.HSeparator ();
			this.hseparator1.Name = "hseparator1";
			this.vbox3.Add (this.hseparator1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hseparator1]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.keyStoreStatusImage = new global::Gtk.Image ();
			this.keyStoreStatusImage.Name = "keyStoreStatusImage";
			this.keyStoreStatusImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			this.hbox2.Add (this.keyStoreStatusImage);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.keyStoreStatusImage]));
			w6.Position = 0;
			w6.Expand = false;
			w6.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.keyStoreStatusLabel = new global::Gtk.Label ();
			this.keyStoreStatusLabel.Name = "keyStoreStatusLabel";
			this.hbox2.Add (this.keyStoreStatusLabel);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.keyStoreStatusLabel]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			this.vbox4.Add (this.hbox2);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.hbox2]));
			w8.Position = 0;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.existingKeyStoreRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Use existing keystore"));
			this.existingKeyStoreRadioButton.CanFocus = true;
			this.existingKeyStoreRadioButton.Name = "existingKeyStoreRadioButton";
			this.existingKeyStoreRadioButton.DrawIndicator = true;
			this.existingKeyStoreRadioButton.UseUnderline = true;
			this.existingKeyStoreRadioButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox4.Add (this.existingKeyStoreRadioButton);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.existingKeyStoreRadioButton]));
			w9.Position = 1;
			w9.Expand = false;
			w9.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.newKeyStoreRadioButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Create new keystore"));
			this.newKeyStoreRadioButton.CanFocus = true;
			this.newKeyStoreRadioButton.Name = "newKeyStoreRadioButton";
			this.newKeyStoreRadioButton.DrawIndicator = true;
			this.newKeyStoreRadioButton.UseUnderline = true;
			this.newKeyStoreRadioButton.Group = this.existingKeyStoreRadioButton.Group;
			this.vbox4.Add (this.newKeyStoreRadioButton);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.newKeyStoreRadioButton]));
			w10.Position = 2;
			w10.Expand = false;
			w10.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(6));
			this.table1.ColumnSpacing = ((uint)(6));
			// Container child table1.Gtk.Table+TableChild
			this.keyStoreAliasEntry = new global::Gtk.Entry ();
			this.keyStoreAliasEntry.CanFocus = true;
			this.keyStoreAliasEntry.Name = "keyStoreAliasEntry";
			this.keyStoreAliasEntry.IsEditable = true;
			this.keyStoreAliasEntry.InvisibleChar = '●';
			this.table1.Add (this.keyStoreAliasEntry);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.keyStoreAliasEntry]));
			w11.TopAttach = ((uint)(3));
			w11.BottomAttach = ((uint)(4));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.keyStoreKeyPasswordEntry = new global::Gtk.Entry ();
			this.keyStoreKeyPasswordEntry.CanFocus = true;
			this.keyStoreKeyPasswordEntry.Name = "keyStoreKeyPasswordEntry";
			this.keyStoreKeyPasswordEntry.IsEditable = true;
			this.keyStoreKeyPasswordEntry.Visibility = false;
			this.keyStoreKeyPasswordEntry.InvisibleChar = '●';
			this.table1.Add (this.keyStoreKeyPasswordEntry);
			global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.keyStoreKeyPasswordEntry]));
			w12.TopAttach = ((uint)(4));
			w12.BottomAttach = ((uint)(5));
			w12.LeftAttach = ((uint)(1));
			w12.RightAttach = ((uint)(2));
			w12.XOptions = ((global::Gtk.AttachOptions)(4));
			w12.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.keyStoreLocEntry = new global::MonoDevelop.Components.FileEntry ();
			this.keyStoreLocEntry.Name = "keyStoreLocEntry";
			this.table1.Add (this.keyStoreLocEntry);
			global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.keyStoreLocEntry]));
			w13.LeftAttach = ((uint)(1));
			w13.RightAttach = ((uint)(2));
			w13.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.keyStorePassword2Entry = new global::Gtk.Entry ();
			this.keyStorePassword2Entry.CanFocus = true;
			this.keyStorePassword2Entry.Name = "keyStorePassword2Entry";
			this.keyStorePassword2Entry.IsEditable = true;
			this.keyStorePassword2Entry.Visibility = false;
			this.keyStorePassword2Entry.InvisibleChar = '●';
			this.table1.Add (this.keyStorePassword2Entry);
			global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.keyStorePassword2Entry]));
			w14.TopAttach = ((uint)(2));
			w14.BottomAttach = ((uint)(3));
			w14.LeftAttach = ((uint)(1));
			w14.RightAttach = ((uint)(2));
			w14.XOptions = ((global::Gtk.AttachOptions)(4));
			w14.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.keyStorePasswordEntry = new global::Gtk.Entry ();
			this.keyStorePasswordEntry.CanFocus = true;
			this.keyStorePasswordEntry.Name = "keyStorePasswordEntry";
			this.keyStorePasswordEntry.IsEditable = true;
			this.keyStorePasswordEntry.Visibility = false;
			this.keyStorePasswordEntry.InvisibleChar = '●';
			this.table1.Add (this.keyStorePasswordEntry);
			global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.keyStorePasswordEntry]));
			w15.TopAttach = ((uint)(1));
			w15.BottomAttach = ((uint)(2));
			w15.LeftAttach = ((uint)(1));
			w15.RightAttach = ((uint)(2));
			w15.XOptions = ((global::Gtk.AttachOptions)(4));
			w15.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label25 = new global::Gtk.Label ();
			this.label25.Name = "label25";
			this.label25.Xalign = 0F;
			this.label25.LabelProp = global::Mono.Unix.Catalog.GetString ("Alias");
			this.table1.Add (this.label25);
			global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label25]));
			w16.TopAttach = ((uint)(3));
			w16.BottomAttach = ((uint)(4));
			w16.XOptions = ((global::Gtk.AttachOptions)(4));
			w16.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label26 = new global::Gtk.Label ();
			this.label26.Name = "label26";
			this.label26.Xalign = 0F;
			this.label26.LabelProp = global::Mono.Unix.Catalog.GetString ("Key password");
			this.table1.Add (this.label26);
			global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.label26]));
			w17.TopAttach = ((uint)(4));
			w17.BottomAttach = ((uint)(5));
			w17.XOptions = ((global::Gtk.AttachOptions)(4));
			w17.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.Xalign = 0F;
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Confirm");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w18.TopAttach = ((uint)(2));
			w18.BottomAttach = ((uint)(3));
			w18.XOptions = ((global::Gtk.AttachOptions)(4));
			w18.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label5 = new global::Gtk.Label ();
			this.label5.Name = "label5";
			this.label5.Xalign = 0F;
			this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("Location");
			this.table1.Add (this.label5);
			global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
			w19.XOptions = ((global::Gtk.AttachOptions)(4));
			w19.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label6 = new global::Gtk.Label ();
			this.label6.Name = "label6";
			this.label6.Xalign = 0F;
			this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
			this.table1.Add (this.label6);
			global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
			w20.TopAttach = ((uint)(1));
			w20.BottomAttach = ((uint)(2));
			w20.XOptions = ((global::Gtk.AttachOptions)(4));
			w20.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox4.Add (this.table1);
			global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.table1]));
			w21.Position = 3;
			w21.Expand = false;
			w21.Fill = false;
			this.vbox3.Add (this.vbox4);
			global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
			w22.Position = 2;
			w22.Expand = false;
			w22.Fill = false;
			this.notebook1.Add (this.vbox3);
			// Notebook tab
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
			this.notebook1.SetTabLabel (this.vbox3, this.label1);
			this.label1.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox8 = new global::Gtk.VBox ();
			this.vbox8.Name = "vbox8";
			this.vbox8.Spacing = 6;
			// Container child vbox8.Gtk.Box+BoxChild
			this.label8 = new global::Gtk.Label ();
			this.label8.Name = "label8";
			this.label8.Xalign = 0F;
			this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Key alias selection</b></big>");
			this.label8.UseMarkup = true;
			this.vbox8.Add (this.label8);
			global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label8]));
			w24.Position = 0;
			w24.Expand = false;
			w24.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.hseparator5 = new global::Gtk.HSeparator ();
			this.hseparator5.Name = "hseparator5";
			this.vbox8.Add (this.hseparator5);
			global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hseparator5]));
			w25.Position = 1;
			w25.Expand = false;
			w25.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.hbox4 = new global::Gtk.HBox ();
			this.hbox4.Name = "hbox4";
			this.hbox4.Spacing = 6;
			// Container child hbox4.Gtk.Box+BoxChild
			this.keyAliasStatusImage = new global::Gtk.Image ();
			this.keyAliasStatusImage.Name = "keyAliasStatusImage";
			this.keyAliasStatusImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			this.hbox4.Add (this.keyAliasStatusImage);
			global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.keyAliasStatusImage]));
			w26.Position = 0;
			w26.Expand = false;
			w26.Fill = false;
			// Container child hbox4.Gtk.Box+BoxChild
			this.keyAliasStatusLabel = new global::Gtk.Label ();
			this.keyAliasStatusLabel.Name = "keyAliasStatusLabel";
			this.hbox4.Add (this.keyAliasStatusLabel);
			global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.keyAliasStatusLabel]));
			w27.Position = 1;
			w27.Expand = false;
			w27.Fill = false;
			this.vbox8.Add (this.hbox4);
			global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.hbox4]));
			w28.Position = 2;
			w28.Expand = false;
			w28.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.keyAliasExistingButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Use existing key"));
			this.keyAliasExistingButton.CanFocus = true;
			this.keyAliasExistingButton.Name = "keyAliasExistingButton";
			this.keyAliasExistingButton.DrawIndicator = true;
			this.keyAliasExistingButton.UseUnderline = true;
			this.keyAliasExistingButton.Group = new global::GLib.SList (global::System.IntPtr.Zero);
			this.vbox8.Add (this.keyAliasExistingButton);
			global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.keyAliasExistingButton]));
			w29.Position = 3;
			w29.Expand = false;
			w29.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.alignment1 = new global::Gtk.Alignment (1F, 0.5F, 1F, 1F);
			this.alignment1.Name = "alignment1";
			this.alignment1.LeftPadding = ((uint)(20));
			// Container child alignment1.Gtk.Container+ContainerChild
			this.table4 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
			this.table4.Name = "table4";
			this.table4.RowSpacing = ((uint)(6));
			this.table4.ColumnSpacing = ((uint)(6));
			// Container child table4.Gtk.Table+TableChild
			this.combobox1 = global::Gtk.ComboBox.NewText ();
			this.combobox1.Name = "combobox1";
			this.table4.Add (this.combobox1);
			global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table4 [this.combobox1]));
			w30.LeftAttach = ((uint)(1));
			w30.RightAttach = ((uint)(2));
			w30.XOptions = ((global::Gtk.AttachOptions)(4));
			w30.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.keyAliasPasswordEntry = new global::Gtk.Entry ();
			this.keyAliasPasswordEntry.CanFocus = true;
			this.keyAliasPasswordEntry.Name = "keyAliasPasswordEntry";
			this.keyAliasPasswordEntry.IsEditable = true;
			this.keyAliasPasswordEntry.Visibility = false;
			this.keyAliasPasswordEntry.InvisibleChar = '●';
			this.table4.Add (this.keyAliasPasswordEntry);
			global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table4 [this.keyAliasPasswordEntry]));
			w31.TopAttach = ((uint)(1));
			w31.BottomAttach = ((uint)(2));
			w31.LeftAttach = ((uint)(1));
			w31.RightAttach = ((uint)(2));
			w31.XOptions = ((global::Gtk.AttachOptions)(4));
			w31.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label11 = new global::Gtk.Label ();
			this.label11.Name = "label11";
			this.label11.Xalign = 0F;
			this.label11.LabelProp = global::Mono.Unix.Catalog.GetString ("Alias");
			this.table4.Add (this.label11);
			global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table4 [this.label11]));
			w32.XOptions = ((global::Gtk.AttachOptions)(4));
			w32.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table4.Gtk.Table+TableChild
			this.label19 = new global::Gtk.Label ();
			this.label19.Name = "label19";
			this.label19.Xalign = 0F;
			this.label19.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
			this.table4.Add (this.label19);
			global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table4 [this.label19]));
			w33.TopAttach = ((uint)(1));
			w33.BottomAttach = ((uint)(2));
			w33.XOptions = ((global::Gtk.AttachOptions)(4));
			w33.YOptions = ((global::Gtk.AttachOptions)(4));
			this.alignment1.Add (this.table4);
			this.vbox8.Add (this.alignment1);
			global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.alignment1]));
			w35.Position = 4;
			w35.Expand = false;
			w35.Fill = false;
			// Container child vbox8.Gtk.Box+BoxChild
			this.keyAliasNewButton = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("Create new key"));
			this.keyAliasNewButton.CanFocus = true;
			this.keyAliasNewButton.Name = "keyAliasNewButton";
			this.keyAliasNewButton.DrawIndicator = true;
			this.keyAliasNewButton.UseUnderline = true;
			this.keyAliasNewButton.Group = this.keyAliasExistingButton.Group;
			this.vbox8.Add (this.keyAliasNewButton);
			global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.keyAliasNewButton]));
			w36.Position = 5;
			w36.Expand = false;
			w36.Fill = false;
			this.notebook1.Add (this.vbox8);
			global::Gtk.Notebook.NotebookChild w37 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox8]));
			w37.Position = 1;
			// Notebook tab
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("page4");
			this.notebook1.SetTabLabel (this.vbox8, this.label3);
			this.label3.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox5 = new global::Gtk.VBox ();
			this.vbox5.Name = "vbox5";
			this.vbox5.Spacing = 6;
			// Container child vbox5.Gtk.Box+BoxChild
			this.label10 = new global::Gtk.Label ();
			this.label10.Name = "label10";
			this.label10.Xalign = 0F;
			this.label10.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Key creation</b></big>");
			this.label10.UseMarkup = true;
			this.vbox5.Add (this.label10);
			global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label10]));
			w38.Position = 0;
			w38.Expand = false;
			w38.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hseparator2 = new global::Gtk.HSeparator ();
			this.hseparator2.Name = "hseparator2";
			this.vbox5.Add (this.hseparator2);
			global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hseparator2]));
			w39.Position = 1;
			w39.Expand = false;
			w39.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.hbox5 = new global::Gtk.HBox ();
			this.hbox5.Name = "hbox5";
			this.hbox5.Spacing = 6;
			// Container child hbox5.Gtk.Box+BoxChild
			this.keyStatusImage = new global::Gtk.Image ();
			this.keyStatusImage.Name = "keyStatusImage";
			this.keyStatusImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			this.hbox5.Add (this.keyStatusImage);
			global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.keyStatusImage]));
			w40.Position = 0;
			w40.Expand = false;
			w40.Fill = false;
			// Container child hbox5.Gtk.Box+BoxChild
			this.keyStatusLabel = new global::Gtk.Label ();
			this.keyStatusLabel.Name = "keyStatusLabel";
			this.hbox5.Add (this.keyStatusLabel);
			global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.keyStatusLabel]));
			w41.Position = 1;
			w41.Expand = false;
			w41.Fill = false;
			this.vbox5.Add (this.hbox5);
			global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox5]));
			w42.Position = 2;
			w42.Expand = false;
			w42.Fill = false;
			// Container child vbox5.Gtk.Box+BoxChild
			this.vbox6 = new global::Gtk.VBox ();
			this.vbox6.Name = "vbox6";
			this.vbox6.Spacing = 6;
			// Container child vbox6.Gtk.Box+BoxChild
			this.table2 = new global::Gtk.Table (((uint)(4)), ((uint)(2)), false);
			this.table2.Name = "table2";
			this.table2.RowSpacing = ((uint)(6));
			this.table2.ColumnSpacing = ((uint)(6));
			// Container child table2.Gtk.Table+TableChild
			this.keyAliasEntry = new global::Gtk.Entry ();
			this.keyAliasEntry.CanFocus = true;
			this.keyAliasEntry.Name = "keyAliasEntry";
			this.keyAliasEntry.IsEditable = true;
			this.keyAliasEntry.InvisibleChar = '●';
			this.table2.Add (this.keyAliasEntry);
			global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.table2 [this.keyAliasEntry]));
			w43.LeftAttach = ((uint)(1));
			w43.RightAttach = ((uint)(2));
			w43.XOptions = ((global::Gtk.AttachOptions)(4));
			w43.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.keyPassword2Entry = new global::Gtk.Entry ();
			this.keyPassword2Entry.CanFocus = true;
			this.keyPassword2Entry.Name = "keyPassword2Entry";
			this.keyPassword2Entry.IsEditable = true;
			this.keyPassword2Entry.Visibility = false;
			this.keyPassword2Entry.InvisibleChar = '●';
			this.table2.Add (this.keyPassword2Entry);
			global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.table2 [this.keyPassword2Entry]));
			w44.TopAttach = ((uint)(2));
			w44.BottomAttach = ((uint)(3));
			w44.LeftAttach = ((uint)(1));
			w44.RightAttach = ((uint)(2));
			w44.XOptions = ((global::Gtk.AttachOptions)(4));
			w44.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.keyPasswordEntry = new global::Gtk.Entry ();
			this.keyPasswordEntry.CanFocus = true;
			this.keyPasswordEntry.Name = "keyPasswordEntry";
			this.keyPasswordEntry.IsEditable = true;
			this.keyPasswordEntry.Visibility = false;
			this.keyPasswordEntry.InvisibleChar = '●';
			this.table2.Add (this.keyPasswordEntry);
			global::Gtk.Table.TableChild w45 = ((global::Gtk.Table.TableChild)(this.table2 [this.keyPasswordEntry]));
			w45.TopAttach = ((uint)(1));
			w45.BottomAttach = ((uint)(2));
			w45.LeftAttach = ((uint)(1));
			w45.RightAttach = ((uint)(2));
			w45.XOptions = ((global::Gtk.AttachOptions)(4));
			w45.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.keyValidityEntry = new global::Gtk.SpinButton (0, 100, 1);
			this.keyValidityEntry.CanFocus = true;
			this.keyValidityEntry.Name = "keyValidityEntry";
			this.keyValidityEntry.Adjustment.PageIncrement = 10;
			this.keyValidityEntry.ClimbRate = 1;
			this.keyValidityEntry.Numeric = true;
			this.table2.Add (this.keyValidityEntry);
			global::Gtk.Table.TableChild w46 = ((global::Gtk.Table.TableChild)(this.table2 [this.keyValidityEntry]));
			w46.TopAttach = ((uint)(3));
			w46.BottomAttach = ((uint)(4));
			w46.LeftAttach = ((uint)(1));
			w46.RightAttach = ((uint)(2));
			w46.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label12 = new global::Gtk.Label ();
			this.label12.Name = "label12";
			this.label12.Xalign = 0F;
			this.label12.LabelProp = global::Mono.Unix.Catalog.GetString ("Password");
			this.table2.Add (this.label12);
			global::Gtk.Table.TableChild w47 = ((global::Gtk.Table.TableChild)(this.table2 [this.label12]));
			w47.TopAttach = ((uint)(1));
			w47.BottomAttach = ((uint)(2));
			w47.XOptions = ((global::Gtk.AttachOptions)(4));
			w47.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label13 = new global::Gtk.Label ();
			this.label13.Name = "label13";
			this.label13.Xalign = 0F;
			this.label13.LabelProp = global::Mono.Unix.Catalog.GetString ("Confirm");
			this.table2.Add (this.label13);
			global::Gtk.Table.TableChild w48 = ((global::Gtk.Table.TableChild)(this.table2 [this.label13]));
			w48.TopAttach = ((uint)(2));
			w48.BottomAttach = ((uint)(3));
			w48.XOptions = ((global::Gtk.AttachOptions)(4));
			w48.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label15 = new global::Gtk.Label ();
			this.label15.Name = "label15";
			this.label15.LabelProp = global::Mono.Unix.Catalog.GetString ("Validity (years)");
			this.table2.Add (this.label15);
			global::Gtk.Table.TableChild w49 = ((global::Gtk.Table.TableChild)(this.table2 [this.label15]));
			w49.TopAttach = ((uint)(3));
			w49.BottomAttach = ((uint)(4));
			w49.XOptions = ((global::Gtk.AttachOptions)(4));
			w49.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table2.Gtk.Table+TableChild
			this.label9 = new global::Gtk.Label ();
			this.label9.Name = "label9";
			this.label9.Xalign = 0F;
			this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Alias");
			this.table2.Add (this.label9);
			global::Gtk.Table.TableChild w50 = ((global::Gtk.Table.TableChild)(this.table2 [this.label9]));
			w50.XOptions = ((global::Gtk.AttachOptions)(4));
			w50.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox6.Add (this.table2);
			global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.table2]));
			w51.Position = 0;
			w51.Expand = false;
			w51.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.hseparator3 = new global::Gtk.HSeparator ();
			this.hseparator3.Name = "hseparator3";
			this.vbox6.Add (this.hseparator3);
			global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.hseparator3]));
			w52.Position = 1;
			w52.Expand = false;
			w52.Fill = false;
			// Container child vbox6.Gtk.Box+BoxChild
			this.table3 = new global::Gtk.Table (((uint)(6)), ((uint)(2)), false);
			this.table3.Name = "table3";
			this.table3.RowSpacing = ((uint)(6));
			this.table3.ColumnSpacing = ((uint)(6));
			// Container child table3.Gtk.Table+TableChild
			this.keyCityEntry = new global::Gtk.Entry ();
			this.keyCityEntry.CanFocus = true;
			this.keyCityEntry.Name = "keyCityEntry";
			this.keyCityEntry.IsEditable = true;
			this.keyCityEntry.InvisibleChar = '●';
			this.table3.Add (this.keyCityEntry);
			global::Gtk.Table.TableChild w53 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyCityEntry]));
			w53.TopAttach = ((uint)(3));
			w53.BottomAttach = ((uint)(4));
			w53.LeftAttach = ((uint)(1));
			w53.RightAttach = ((uint)(2));
			w53.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.keyCountryEntry = new global::Gtk.Entry ();
			this.keyCountryEntry.CanFocus = true;
			this.keyCountryEntry.Name = "keyCountryEntry";
			this.keyCountryEntry.IsEditable = true;
			this.keyCountryEntry.InvisibleChar = '●';
			this.table3.Add (this.keyCountryEntry);
			global::Gtk.Table.TableChild w54 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyCountryEntry]));
			w54.TopAttach = ((uint)(5));
			w54.BottomAttach = ((uint)(6));
			w54.LeftAttach = ((uint)(1));
			w54.RightAttach = ((uint)(2));
			w54.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.keyNameEntry = new global::Gtk.Entry ();
			this.keyNameEntry.CanFocus = true;
			this.keyNameEntry.Name = "keyNameEntry";
			this.keyNameEntry.IsEditable = true;
			this.keyNameEntry.InvisibleChar = '●';
			this.table3.Add (this.keyNameEntry);
			global::Gtk.Table.TableChild w55 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyNameEntry]));
			w55.LeftAttach = ((uint)(1));
			w55.RightAttach = ((uint)(2));
			w55.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.keyOrganizationEntry = new global::Gtk.Entry ();
			this.keyOrganizationEntry.CanFocus = true;
			this.keyOrganizationEntry.Name = "keyOrganizationEntry";
			this.keyOrganizationEntry.IsEditable = true;
			this.keyOrganizationEntry.InvisibleChar = '●';
			this.table3.Add (this.keyOrganizationEntry);
			global::Gtk.Table.TableChild w56 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyOrganizationEntry]));
			w56.TopAttach = ((uint)(2));
			w56.BottomAttach = ((uint)(3));
			w56.LeftAttach = ((uint)(1));
			w56.RightAttach = ((uint)(2));
			w56.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.keyOrgUnitEntry = new global::Gtk.Entry ();
			this.keyOrgUnitEntry.CanFocus = true;
			this.keyOrgUnitEntry.Name = "keyOrgUnitEntry";
			this.keyOrgUnitEntry.IsEditable = true;
			this.keyOrgUnitEntry.InvisibleChar = '●';
			this.table3.Add (this.keyOrgUnitEntry);
			global::Gtk.Table.TableChild w57 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyOrgUnitEntry]));
			w57.TopAttach = ((uint)(1));
			w57.BottomAttach = ((uint)(2));
			w57.LeftAttach = ((uint)(1));
			w57.RightAttach = ((uint)(2));
			w57.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.keyStateEntry = new global::Gtk.Entry ();
			this.keyStateEntry.CanFocus = true;
			this.keyStateEntry.Name = "keyStateEntry";
			this.keyStateEntry.IsEditable = true;
			this.keyStateEntry.InvisibleChar = '●';
			this.table3.Add (this.keyStateEntry);
			global::Gtk.Table.TableChild w58 = ((global::Gtk.Table.TableChild)(this.table3 [this.keyStateEntry]));
			w58.TopAttach = ((uint)(4));
			w58.BottomAttach = ((uint)(5));
			w58.LeftAttach = ((uint)(1));
			w58.RightAttach = ((uint)(2));
			w58.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label14 = new global::Gtk.Label ();
			this.label14.Name = "label14";
			this.label14.Xalign = 0F;
			this.label14.LabelProp = global::Mono.Unix.Catalog.GetString ("First and last name");
			this.table3.Add (this.label14);
			global::Gtk.Table.TableChild w59 = ((global::Gtk.Table.TableChild)(this.table3 [this.label14]));
			w59.XOptions = ((global::Gtk.AttachOptions)(4));
			w59.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label20 = new global::Gtk.Label ();
			this.label20.Name = "label20";
			this.label20.LabelProp = global::Mono.Unix.Catalog.GetString ("Organizational unit");
			this.table3.Add (this.label20);
			global::Gtk.Table.TableChild w60 = ((global::Gtk.Table.TableChild)(this.table3 [this.label20]));
			w60.TopAttach = ((uint)(1));
			w60.BottomAttach = ((uint)(2));
			w60.XOptions = ((global::Gtk.AttachOptions)(4));
			w60.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label21 = new global::Gtk.Label ();
			this.label21.Name = "label21";
			this.label21.Xalign = 0F;
			this.label21.LabelProp = global::Mono.Unix.Catalog.GetString ("Organization");
			this.table3.Add (this.label21);
			global::Gtk.Table.TableChild w61 = ((global::Gtk.Table.TableChild)(this.table3 [this.label21]));
			w61.TopAttach = ((uint)(2));
			w61.BottomAttach = ((uint)(3));
			w61.XOptions = ((global::Gtk.AttachOptions)(4));
			w61.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label22 = new global::Gtk.Label ();
			this.label22.Name = "label22";
			this.label22.Xalign = 0F;
			this.label22.LabelProp = global::Mono.Unix.Catalog.GetString ("City or locality");
			this.table3.Add (this.label22);
			global::Gtk.Table.TableChild w62 = ((global::Gtk.Table.TableChild)(this.table3 [this.label22]));
			w62.TopAttach = ((uint)(3));
			w62.BottomAttach = ((uint)(4));
			w62.XOptions = ((global::Gtk.AttachOptions)(4));
			w62.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label23 = new global::Gtk.Label ();
			this.label23.Name = "label23";
			this.label23.Xalign = 0F;
			this.label23.LabelProp = global::Mono.Unix.Catalog.GetString ("State or Province");
			this.table3.Add (this.label23);
			global::Gtk.Table.TableChild w63 = ((global::Gtk.Table.TableChild)(this.table3 [this.label23]));
			w63.TopAttach = ((uint)(4));
			w63.BottomAttach = ((uint)(5));
			w63.XOptions = ((global::Gtk.AttachOptions)(4));
			w63.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table3.Gtk.Table+TableChild
			this.label24 = new global::Gtk.Label ();
			this.label24.Name = "label24";
			this.label24.Xalign = 0F;
			this.label24.LabelProp = global::Mono.Unix.Catalog.GetString ("Country code (XX)");
			this.table3.Add (this.label24);
			global::Gtk.Table.TableChild w64 = ((global::Gtk.Table.TableChild)(this.table3 [this.label24]));
			w64.TopAttach = ((uint)(5));
			w64.BottomAttach = ((uint)(6));
			w64.XOptions = ((global::Gtk.AttachOptions)(4));
			w64.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox6.Add (this.table3);
			global::Gtk.Box.BoxChild w65 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.table3]));
			w65.Position = 2;
			w65.Expand = false;
			w65.Fill = false;
			this.vbox5.Add (this.vbox6);
			global::Gtk.Box.BoxChild w66 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox6]));
			w66.Position = 3;
			w66.Expand = false;
			w66.Fill = false;
			this.notebook1.Add (this.vbox5);
			global::Gtk.Notebook.NotebookChild w67 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox5]));
			w67.Position = 2;
			// Notebook tab
			this.label7 = new global::Gtk.Label ();
			this.label7.Name = "label7";
			this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("page2");
			this.notebook1.SetTabLabel (this.vbox5, this.label7);
			this.label7.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.vbox7 = new global::Gtk.VBox ();
			this.vbox7.Name = "vbox7";
			this.vbox7.Spacing = 6;
			// Container child vbox7.Gtk.Box+BoxChild
			this.label17 = new global::Gtk.Label ();
			this.label17.Name = "label17";
			this.label17.Xalign = 0F;
			this.label17.LabelProp = global::Mono.Unix.Catalog.GetString ("<big><b>Select destination</b></big>");
			this.label17.UseMarkup = true;
			this.vbox7.Add (this.label17);
			global::Gtk.Box.BoxChild w68 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.label17]));
			w68.Position = 0;
			w68.Expand = false;
			w68.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hseparator4 = new global::Gtk.HSeparator ();
			this.hseparator4.Name = "hseparator4";
			this.vbox7.Add (this.hseparator4);
			global::Gtk.Box.BoxChild w69 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hseparator4]));
			w69.Position = 1;
			w69.Expand = false;
			w69.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hbox6 = new global::Gtk.HBox ();
			this.hbox6.Name = "hbox6";
			this.hbox6.Spacing = 6;
			// Container child hbox6.Gtk.Box+BoxChild
			this.apkDestionationStatusImage = new global::Gtk.Image ();
			this.apkDestionationStatusImage.Name = "apkDestionationStatusImage";
			this.apkDestionationStatusImage.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-cancel", global::Gtk.IconSize.Menu);
			this.hbox6.Add (this.apkDestionationStatusImage);
			global::Gtk.Box.BoxChild w70 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.apkDestionationStatusImage]));
			w70.Position = 0;
			w70.Expand = false;
			w70.Fill = false;
			// Container child hbox6.Gtk.Box+BoxChild
			this.apkDestinationStatusLabel = new global::Gtk.Label ();
			this.apkDestinationStatusLabel.Name = "apkDestinationStatusLabel";
			this.hbox6.Add (this.apkDestinationStatusLabel);
			global::Gtk.Box.BoxChild w71 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.apkDestinationStatusLabel]));
			w71.Position = 1;
			w71.Expand = false;
			w71.Fill = false;
			this.vbox7.Add (this.hbox6);
			global::Gtk.Box.BoxChild w72 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox6]));
			w72.Position = 2;
			w72.Expand = false;
			w72.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.hbox3 = new global::Gtk.HBox ();
			this.hbox3.Name = "hbox3";
			this.hbox3.Spacing = 6;
			// Container child hbox3.Gtk.Box+BoxChild
			this.label18 = new global::Gtk.Label ();
			this.label18.Name = "label18";
			this.label18.LabelProp = global::Mono.Unix.Catalog.GetString ("Destination APK file");
			this.hbox3.Add (this.label18);
			global::Gtk.Box.BoxChild w73 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label18]));
			w73.Position = 0;
			w73.Expand = false;
			w73.Fill = false;
			// Container child hbox3.Gtk.Box+BoxChild
			this.apkDestionationLocEntry = new global::MonoDevelop.Components.FileEntry ();
			this.apkDestionationLocEntry.Name = "apkDestionationLocEntry";
			this.hbox3.Add (this.apkDestionationLocEntry);
			global::Gtk.Box.BoxChild w74 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.apkDestionationLocEntry]));
			w74.Position = 1;
			this.vbox7.Add (this.hbox3);
			global::Gtk.Box.BoxChild w75 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox3]));
			w75.Position = 3;
			w75.Expand = false;
			w75.Fill = false;
			// Container child vbox7.Gtk.Box+BoxChild
			this.destinationSummaryStatus = new global::Gtk.Label ();
			this.destinationSummaryStatus.Name = "destinationSummaryStatus";
			this.destinationSummaryStatus.Xalign = 0F;
			this.destinationSummaryStatus.Wrap = true;
			this.vbox7.Add (this.destinationSummaryStatus);
			global::Gtk.Box.BoxChild w76 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.destinationSummaryStatus]));
			w76.Position = 4;
			w76.Expand = false;
			w76.Fill = false;
			this.notebook1.Add (this.vbox7);
			global::Gtk.Notebook.NotebookChild w77 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox7]));
			w77.Position = 3;
			// Notebook tab
			this.label16 = new global::Gtk.Label ();
			this.label16.Name = "label16";
			this.label16.LabelProp = global::Mono.Unix.Catalog.GetString ("page3");
			this.notebook1.SetTabLabel (this.vbox7, this.label16);
			this.label16.ShowAll ();
			this.hbox1.Add (this.notebook1);
			global::Gtk.Box.BoxChild w78 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
			w78.Position = 1;
			w1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w79 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
			w79.Position = 0;
			w79.Expand = false;
			w79.Fill = false;
			// Internal child MonoDevelop.MonoDroid.Gui.MonoDroidPublishDialog.ActionArea
			global::Gtk.HButtonBox w80 = this.ActionArea;
			w80.Name = "dialog1_ActionArea";
			w80.Spacing = 10;
			w80.BorderWidth = ((uint)(5));
			w80.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonCancel = new global::Gtk.Button ();
			this.buttonCancel.CanDefault = true;
			this.buttonCancel.CanFocus = true;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseStock = true;
			this.buttonCancel.UseUnderline = true;
			this.buttonCancel.Label = "gtk-cancel";
			this.AddActionWidget (this.buttonCancel, -6);
			global::Gtk.ButtonBox.ButtonBoxChild w81 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w80 [this.buttonCancel]));
			w81.Expand = false;
			w81.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonBack = new global::Gtk.Button ();
			this.buttonBack.Sensitive = false;
			this.buttonBack.CanFocus = true;
			this.buttonBack.Name = "buttonBack";
			this.buttonBack.UseStock = true;
			this.buttonBack.UseUnderline = true;
			this.buttonBack.Label = "gtk-go-back";
			w80.Add (this.buttonBack);
			global::Gtk.ButtonBox.ButtonBoxChild w82 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w80 [this.buttonBack]));
			w82.Position = 1;
			w82.Expand = false;
			w82.Fill = false;
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonForward = new global::Gtk.Button ();
			this.buttonForward.Sensitive = false;
			this.buttonForward.CanFocus = true;
			this.buttonForward.Name = "buttonForward";
			this.buttonForward.UseStock = true;
			this.buttonForward.UseUnderline = true;
			this.buttonForward.Label = "gtk-go-forward";
			w80.Add (this.buttonForward);
			global::Gtk.ButtonBox.ButtonBoxChild w83 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w80 [this.buttonForward]));
			w83.Position = 2;
			w83.Expand = false;
			w83.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 505;
			this.DefaultHeight = 509;
			this.Show ();
		}
        protected virtual void Build()
        {
            MonoDevelop.Components.Gui.Initialize(this);
            // Widget MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget
            MonoDevelop.Components.BinContainer.Attach(this);
            this.Name = "MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget";
            // Container child MonoDevelop.CSharp.Project.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
            this.vbox1         = new global::Gtk.VBox();
            this.vbox1.Name    = "vbox1";
            this.vbox1.Spacing = 6;
            // Container child vbox1.Gtk.Box+BoxChild
            this.label82           = new global::Gtk.Label();
            this.label82.Name      = "label82";
            this.label82.Xalign    = 0F;
            this.label82.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Generation</b>");
            this.label82.UseMarkup = true;
            this.vbox1.Add(this.label82);
            global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label82]));
            w1.Position = 0;
            w1.Expand   = false;
            w1.Fill     = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.hbox5         = new global::Gtk.HBox();
            this.hbox5.Name    = "hbox5";
            this.hbox5.Spacing = 6;
            // Container child hbox5.Gtk.Box+BoxChild
            this.label76 = new global::Gtk.Label();
            this.label76.WidthRequest = 18;
            this.label76.Name         = "label76";
            this.hbox5.Add(this.label76);
            global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label76]));
            w2.Position = 0;
            w2.Expand   = false;
            w2.Fill     = false;
            // Container child hbox5.Gtk.Box+BoxChild
            this.vbox2         = new global::Gtk.VBox();
            this.vbox2.Name    = "vbox2";
            this.vbox2.Spacing = 6;
            // Container child vbox2.Gtk.Box+BoxChild
            this.table7               = new global::Gtk.Table(((uint)(5)), ((uint)(2)), false);
            this.table7.Name          = "table7";
            this.table7.RowSpacing    = ((uint)(6));
            this.table7.ColumnSpacing = ((uint)(6));
            // Container child table7.Gtk.Table+TableChild
            this.codepageEntry      = global::Gtk.ComboBoxEntry.NewText();
            this.codepageEntry.Name = "codepageEntry";
            this.table7.Add(this.codepageEntry);
            global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table7 [this.codepageEntry]));
            w3.TopAttach    = ((uint)(3));
            w3.BottomAttach = ((uint)(4));
            w3.LeftAttach   = ((uint)(1));
            w3.RightAttach  = ((uint)(2));
            w3.XOptions     = ((global::Gtk.AttachOptions)(4));
            w3.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table7.Gtk.Table+TableChild
            this.hbox57      = new global::Gtk.HBox();
            this.hbox57.Name = "hbox57";
            // Container child hbox57.Gtk.Box+BoxChild
            this.compileTargetCombo      = new MonoDevelop.Ide.Gui.OptionPanels.DotNetCompileTargetSelector();
            this.compileTargetCombo.Name = "compileTargetCombo";
            this.hbox57.Add(this.compileTargetCombo);
            global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox57 [this.compileTargetCombo]));
            w4.Position = 0;
            w4.Expand   = false;
            w4.Fill     = false;
            this.table7.Add(this.hbox57);
            global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table7 [this.hbox57]));
            w5.LeftAttach  = ((uint)(1));
            w5.RightAttach = ((uint)(2));
            w5.XOptions    = ((global::Gtk.AttachOptions)(4));
            w5.YOptions    = ((global::Gtk.AttachOptions)(4));
            // Container child table7.Gtk.Table+TableChild
            this.iconEntry      = new global::MonoDevelop.Components.FileEntry();
            this.iconEntry.Name = "iconEntry";
            this.iconEntry.DisplayAsRelativePath = false;
            this.table7.Add(this.iconEntry);
            global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table7 [this.iconEntry]));
            w6.TopAttach    = ((uint)(2));
            w6.BottomAttach = ((uint)(3));
            w6.LeftAttach   = ((uint)(1));
            w6.RightAttach  = ((uint)(2));
            w6.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table7.Gtk.Table+TableChild
            this.label1           = new global::Gtk.Label();
            this.label1.Name      = "label1";
            this.label1.Xalign    = 0F;
            this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Compiler Code Page:");
            this.table7.Add(this.label1);
            global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table7 [this.label1]));
            w7.TopAttach    = ((uint)(3));
            w7.BottomAttach = ((uint)(4));
            w7.XOptions     = ((global::Gtk.AttachOptions)(4));
            w7.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table7.Gtk.Table+TableChild
            this.label3           = new global::Gtk.Label();
            this.label3.Name      = "label3";
            this.label3.Xalign    = 0F;
            this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Win32 Icon:");
            this.table7.Add(this.label3);
            global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table7 [this.label3]));
            w8.TopAttach    = ((uint)(2));
            w8.BottomAttach = ((uint)(3));
            w8.XOptions     = ((global::Gtk.AttachOptions)(4));
            w8.YOptions     = ((global::Gtk.AttachOptions)(4));
            // Container child table7.Gtk.Table+TableChild
            this.label86              = new global::Gtk.Label();
            this.label86.Name         = "label86";
            this.label86.Xalign       = 0F;
            this.label86.LabelProp    = global::Mono.Unix.Catalog.GetString("Compile _Target:");
            this.label86.UseUnderline = true;
            this.table7.Add(this.label86);
            global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table7 [this.label86]));
            w9.XOptions = ((global::Gtk.AttachOptions)(4));
            w9.YOptions = ((global::Gtk.AttachOptions)(0));
            // Container child table7.Gtk.Table+TableChild
            this.label88              = new global::Gtk.Label();
            this.label88.Name         = "label88";
            this.label88.Xalign       = 0F;
            this.label88.LabelProp    = global::Mono.Unix.Catalog.GetString("_Main Class:");
            this.label88.UseUnderline = true;
            this.table7.Add(this.label88);
            global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table7 [this.label88]));
            w10.TopAttach    = ((uint)(1));
            w10.BottomAttach = ((uint)(2));
            w10.XOptions     = ((global::Gtk.AttachOptions)(4));
            w10.YOptions     = ((global::Gtk.AttachOptions)(0));
            // Container child table7.Gtk.Table+TableChild
            this.mainClassEntry      = new global::Gtk.ComboBoxEntry();
            this.mainClassEntry.Name = "mainClassEntry";
            this.table7.Add(this.mainClassEntry);
            global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table7 [this.mainClassEntry]));
            w11.TopAttach    = ((uint)(1));
            w11.BottomAttach = ((uint)(2));
            w11.LeftAttach   = ((uint)(1));
            w11.RightAttach  = ((uint)(2));
            w11.YOptions     = ((global::Gtk.AttachOptions)(4));
            this.vbox2.Add(this.table7);
            global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table7]));
            w12.Position = 0;
            // Container child vbox2.Gtk.Box+BoxChild
            this.noStdLibCheckButton               = new global::Gtk.CheckButton();
            this.noStdLibCheckButton.CanFocus      = true;
            this.noStdLibCheckButton.Name          = "noStdLibCheckButton";
            this.noStdLibCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Do not reference mscorlib.dll");
            this.noStdLibCheckButton.DrawIndicator = true;
            this.noStdLibCheckButton.UseUnderline  = true;
            this.vbox2.Add(this.noStdLibCheckButton);
            global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.noStdLibCheckButton]));
            w13.Position = 1;
            w13.Expand   = false;
            w13.Fill     = false;
            this.hbox5.Add(this.vbox2);
            global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.vbox2]));
            w14.Position = 1;
            this.vbox1.Add(this.hbox5);
            global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5]));
            w15.Position = 1;
            w15.Expand   = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.label83           = new global::Gtk.Label();
            this.label83.Name      = "label83";
            this.label83.Xalign    = 0F;
            this.label83.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Language Options</b>");
            this.label83.UseMarkup = true;
            this.vbox1.Add(this.label83);
            global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label83]));
            w16.Position = 2;
            w16.Expand   = false;
            w16.Fill     = false;
            // Container child vbox1.Gtk.Box+BoxChild
            this.label75 = new global::Gtk.Label();
            this.label75.WidthRequest = 18;
            this.label75.Name         = "label75";
            this.vbox1.Add(this.label75);
            global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label75]));
            w17.PackType = ((global::Gtk.PackType)(1));
            w17.Position = 3;
            // Container child vbox1.Gtk.Box+BoxChild
            this.hbox7         = new global::Gtk.HBox();
            this.hbox7.Name    = "hbox7";
            this.hbox7.Spacing = 6;
            // Container child hbox7.Gtk.Box+BoxChild
            this.label74 = new global::Gtk.Label();
            this.label74.WidthRequest = 18;
            this.label74.Name         = "label74";
            this.hbox7.Add(this.label74);
            global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.label74]));
            w18.Position = 0;
            w18.Expand   = false;
            w18.Fill     = false;
            // Container child hbox7.Gtk.Box+BoxChild
            this.vbox3         = new global::Gtk.VBox();
            this.vbox3.Name    = "vbox3";
            this.vbox3.Spacing = 6;
            // Container child vbox3.Gtk.Box+BoxChild
            this.table2               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
            this.table2.Name          = "table2";
            this.table2.RowSpacing    = ((uint)(6));
            this.table2.ColumnSpacing = ((uint)(6));
            // Container child table2.Gtk.Table+TableChild
            this.langVersionWarningIcon         = new MonoDevelop.Components.ImageView(Stock.Warning, Gtk.IconSize.Menu);
            this.langVersionWarningIcon.Visible = false;
            var langVersionHbox = new global::Gtk.HBox(false, 0);

            langVersionHbox.Name = "langVersionHbox";
            langVersionHbox.PackStart(this.langVersionWarningIcon, false, false, 0);
            this.label2           = new global::Gtk.Label();
            this.label2.Name      = "label2";
            this.label2.Xalign    = 0F;
            this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("C# Language Version:");
            langVersionHbox.PackStart(this.label2, false, false, 6);
            this.table2.Add(langVersionHbox);
            global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [langVersionHbox]));
            w19.XOptions = ((global::Gtk.AttachOptions)(4));
            w19.YOptions = ((global::Gtk.AttachOptions)(4));
            w19.XPadding = 6;
            // Container child table2.Gtk.Table+TableChild
            this.langVerCombo      = global::Gtk.ComboBox.NewText();
            this.langVerCombo.Name = "langVerCombo";
            this.table2.Add(this.langVerCombo);
            global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.langVerCombo]));
            w20.LeftAttach  = ((uint)(1));
            w20.RightAttach = ((uint)(2));
            w20.XOptions    = ((global::Gtk.AttachOptions)(4));
            w20.YOptions    = ((global::Gtk.AttachOptions)(4));
            this.vbox3.Add(this.table2);
            global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table2]));
            w21.Position = 0;
            w21.Fill     = false;
            // Container child vbox3.Gtk.Box+BoxChild
            this.allowUnsafeCodeCheckButton               = new global::Gtk.CheckButton();
            this.allowUnsafeCodeCheckButton.CanFocus      = true;
            this.allowUnsafeCodeCheckButton.Name          = "allowUnsafeCodeCheckButton";
            this.allowUnsafeCodeCheckButton.Label         = global::Mono.Unix.Catalog.GetString("Allow '_unsafe' code");
            this.allowUnsafeCodeCheckButton.Active        = true;
            this.allowUnsafeCodeCheckButton.DrawIndicator = true;
            this.allowUnsafeCodeCheckButton.UseUnderline  = true;
            this.vbox3.Add(this.allowUnsafeCodeCheckButton);
            global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.allowUnsafeCodeCheckButton]));
            w22.Position = 1;
            w22.Expand   = false;
            w22.Fill     = false;
            this.hbox7.Add(this.vbox3);
            global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.vbox3]));
            w23.Position = 1;
            this.vbox1.Add(this.hbox7);
            global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox7]));
            w24.PackType = ((global::Gtk.PackType)(1));
            w24.Position = 4;
            w24.Expand   = false;
            w24.Fill     = false;
            this.Add(this.vbox1);
            if ((this.Child != null))
            {
                this.Child.ShowAll();
            }
            this.label88.MnemonicWidget = this.mainClassEntry;
            this.Show();
        }
Ejemplo n.º 28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.IronPython.Gui.MainPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.IronPython.Gui.MainPanel";
     // Container child MonoDevelop.IronPython.Gui.MainPanel.Gtk.Container+ContainerChild
     this.mainVBox             = new global::Gtk.VBox();
     this.mainVBox.Name        = "mainVBox";
     this.mainVBox.BorderWidth = ((uint)(5));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("IronPython interpreter location\n");
     this.mainVBox.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.fileEntryImage      = new global::Gtk.Image();
     this.fileEntryImage.Name = "fileEntryImage";
     this.hbox1.Add(this.fileEntryImage);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.fileEntryImage]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.ironFileEntry              = new global::MonoDevelop.Components.FileEntry();
     this.ironFileEntry.Name         = "ironFileEntry";
     this.ironFileEntry.BrowserTitle = "Specify the interpreter to use";
     this.hbox1.Add(this.ironFileEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.ironFileEntry]));
     w3.Position = 1;
     this.mainVBox.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.hbox1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mainVBox.Gtk.Box+BoxChild
     this.alignment1             = new global::Gtk.Alignment(1F, 0.5F, 1F, 1F);
     this.alignment1.Name        = "alignment1";
     this.alignment1.LeftPadding = ((uint)(20));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Specify the interpreter to use (like ipy or ipyw). Some versions of IronPython include an interpreter to be used in 64 bit architectures.</i>");
     this.label2.UseMarkup = true;
     this.label2.Wrap      = true;
     this.alignment1.Add(this.label2);
     this.mainVBox.Add(this.alignment1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.alignment1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     w6.Padding  = ((uint)(6));
     // Container child mainVBox.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Runtime information</b>");
     this.label7.UseMarkup = true;
     this.vbox2.Add(this.label7);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label7]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(20));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.informationLabel           = new global::Gtk.Label();
     this.informationLabel.Name      = "informationLabel";
     this.informationLabel.Xalign    = 0F;
     this.informationLabel.UseMarkup = true;
     this.informationLabel.Wrap      = true;
     this.alignment2.Add(this.informationLabel);
     this.vbox2.Add(this.alignment2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment2]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.mainVBox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainVBox [this.vbox2]));
     w10.Position = 3;
     w10.Expand   = false;
     w10.Fill     = false;
     w10.Padding  = ((uint)(12));
     this.Add(this.mainVBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }