protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Debugger.DebuggerOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Debugger.DebuggerOptionsPanelWidget";
			// Container child MonoDevelop.Debugger.DebuggerOptionsPanelWidget.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.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox3.BorderWidth = ((uint)(9));
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkProjectCodeOnly = new global::Gtk.CheckButton ();
			this.checkProjectCodeOnly.CanFocus = true;
			this.checkProjectCodeOnly.Name = "checkProjectCodeOnly";
			this.checkProjectCodeOnly.Label = global::Mono.Unix.Catalog.GetString ("Debug project code only; do not step into framework code.");
			this.checkProjectCodeOnly.Active = true;
			this.checkProjectCodeOnly.DrawIndicator = true;
			this.checkProjectCodeOnly.UseUnderline = true;
			this.vbox3.Add (this.checkProjectCodeOnly);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkProjectCodeOnly]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkStepOverPropertiesAndOperators = new global::Gtk.CheckButton ();
			this.checkStepOverPropertiesAndOperators.CanFocus = true;
			this.checkStepOverPropertiesAndOperators.Name = "checkStepOverPropertiesAndOperators";
			this.checkStepOverPropertiesAndOperators.Label = global::Mono.Unix.Catalog.GetString ("Step over properties and operators");
			this.checkStepOverPropertiesAndOperators.Active = true;
			this.checkStepOverPropertiesAndOperators.DrawIndicator = true;
			this.checkStepOverPropertiesAndOperators.UseUnderline = true;
			this.vbox3.Add (this.checkStepOverPropertiesAndOperators);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkStepOverPropertiesAndOperators]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkAllowEval = new global::Gtk.CheckButton ();
			this.checkAllowEval.CanFocus = true;
			this.checkAllowEval.Name = "checkAllowEval";
			this.checkAllowEval.Label = global::Mono.Unix.Catalog.GetString ("Allow implicit property evaluation and method invocation");
			this.checkAllowEval.Active = true;
			this.checkAllowEval.DrawIndicator = true;
			this.checkAllowEval.UseUnderline = true;
			this.vbox3.Add (this.checkAllowEval);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkAllowEval]));
			w3.Position = 2;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.alignmentAllowToString = new global::Gtk.Alignment (0F, 0.5F, 1F, 1F);
			this.alignmentAllowToString.Name = "alignmentAllowToString";
			this.alignmentAllowToString.LeftPadding = ((uint)(18));
			// Container child alignmentAllowToString.Gtk.Container+ContainerChild
			this.checkAllowToString = new global::Gtk.CheckButton ();
			this.checkAllowToString.CanFocus = true;
			this.checkAllowToString.Name = "checkAllowToString";
			this.checkAllowToString.Label = global::Mono.Unix.Catalog.GetString ("Call string-conversion function on objects in variables windows");
			this.checkAllowToString.Active = true;
			this.checkAllowToString.DrawIndicator = true;
			this.checkAllowToString.UseUnderline = true;
			this.alignmentAllowToString.Add (this.checkAllowToString);
			this.vbox3.Add (this.alignmentAllowToString);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.alignmentAllowToString]));
			w5.Position = 3;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkShowBaseGroup = new global::Gtk.CheckButton ();
			this.checkShowBaseGroup.CanFocus = true;
			this.checkShowBaseGroup.Name = "checkShowBaseGroup";
			this.checkShowBaseGroup.Label = global::Mono.Unix.Catalog.GetString ("Show inherited class members in a base class group");
			this.checkShowBaseGroup.DrawIndicator = true;
			this.checkShowBaseGroup.UseUnderline = true;
			this.vbox3.Add (this.checkShowBaseGroup);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkShowBaseGroup]));
			w6.Position = 4;
			w6.Expand = false;
			w6.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkGroupPrivate = new global::Gtk.CheckButton ();
			this.checkGroupPrivate.CanFocus = true;
			this.checkGroupPrivate.Name = "checkGroupPrivate";
			this.checkGroupPrivate.Label = global::Mono.Unix.Catalog.GetString ("Group non-public members");
			this.checkGroupPrivate.DrawIndicator = true;
			this.checkGroupPrivate.UseUnderline = true;
			this.vbox3.Add (this.checkGroupPrivate);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupPrivate]));
			w7.Position = 5;
			w7.Expand = false;
			w7.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.checkGroupStatic = new global::Gtk.CheckButton ();
			this.checkGroupStatic.CanFocus = true;
			this.checkGroupStatic.Name = "checkGroupStatic";
			this.checkGroupStatic.Label = global::Mono.Unix.Catalog.GetString ("Group static members");
			this.checkGroupStatic.DrawIndicator = true;
			this.checkGroupStatic.UseUnderline = true;
			this.vbox3.Add (this.checkGroupStatic);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupStatic]));
			w8.Position = 6;
			w8.Expand = false;
			w8.Fill = false;
			// Container child vbox3.Gtk.Box+BoxChild
			this.tableEval = new global::Gtk.Table (((uint)(1)), ((uint)(3)), false);
			this.tableEval.Name = "tableEval";
			this.tableEval.RowSpacing = ((uint)(6));
			this.tableEval.ColumnSpacing = ((uint)(6));
			// Container child tableEval.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("ms");
			this.tableEval.Add (this.label3);
			global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableEval [this.label3]));
			w9.LeftAttach = ((uint)(2));
			w9.RightAttach = ((uint)(3));
			w9.XOptions = ((global::Gtk.AttachOptions)(4));
			w9.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableEval.Gtk.Table+TableChild
			this.labelEvalTimeout = new global::Gtk.Label ();
			this.labelEvalTimeout.Name = "labelEvalTimeout";
			this.labelEvalTimeout.Xalign = 0F;
			this.labelEvalTimeout.LabelProp = global::Mono.Unix.Catalog.GetString ("Evaluation Timeout:");
			this.tableEval.Add (this.labelEvalTimeout);
			global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.tableEval [this.labelEvalTimeout]));
			w10.XOptions = ((global::Gtk.AttachOptions)(4));
			w10.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child tableEval.Gtk.Table+TableChild
			this.spinTimeout = new global::Gtk.SpinButton (0, 1000000, 100);
			this.spinTimeout.CanFocus = true;
			this.spinTimeout.Name = "spinTimeout";
			this.spinTimeout.Adjustment.PageIncrement = 10;
			this.spinTimeout.ClimbRate = 100;
			this.spinTimeout.Numeric = true;
			this.tableEval.Add (this.spinTimeout);
			global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableEval [this.spinTimeout]));
			w11.LeftAttach = ((uint)(1));
			w11.RightAttach = ((uint)(2));
			w11.XOptions = ((global::Gtk.AttachOptions)(4));
			w11.YOptions = ((global::Gtk.AttachOptions)(4));
			this.vbox3.Add (this.tableEval);
			global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tableEval]));
			w12.Position = 7;
			w12.Expand = false;
			w12.Fill = false;
			this.notebook1.Add (this.vbox3);
			// Notebook tab
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("General");
			this.notebook1.SetTabLabel (this.vbox3, this.label4);
			this.label4.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.labelPriorityList = new global::Gtk.Label ();
			this.labelPriorityList.WidthRequest = 417;
			this.labelPriorityList.Name = "labelPriorityList";
			this.labelPriorityList.Xalign = 0F;
			this.labelPriorityList.LabelProp = global::Mono.Unix.Catalog.GetString ("This priority list will be used when selecting the engine to be used for debugging an application.");
			this.labelPriorityList.Wrap = true;
			this.vbox2.Add (this.labelPriorityList);
			global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelPriorityList]));
			w14.Position = 0;
			w14.Expand = false;
			w14.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.prioritylist = new global::MonoDevelop.Ide.Gui.Components.PriorityList ();
			this.prioritylist.Name = "prioritylist";
			this.vbox2.Add (this.prioritylist);
			global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.prioritylist]));
			w15.Position = 1;
			this.notebook1.Add (this.vbox2);
			global::Gtk.Notebook.NotebookChild w16 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
			w16.Position = 1;
			// Notebook tab
			this.labelPreferredDebuggers = new global::Gtk.Label ();
			this.labelPreferredDebuggers.Name = "labelPreferredDebuggers";
			this.labelPreferredDebuggers.LabelProp = global::Mono.Unix.Catalog.GetString ("Preferred Debuggers");
			this.notebook1.SetTabLabel (this.vbox2, this.labelPreferredDebuggers);
			this.labelPreferredDebuggers.ShowAll ();
			this.Add (this.notebook1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.checkAllowEval.Toggled += new global::System.EventHandler (this.OnCheckAllowEvalToggled);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DesignerSupport.ClassOutlineSortingPreferencesDialog
     this.Name              = "MonoDevelop.DesignerSupport.ClassOutlineSortingPreferencesDialog";
     this.Title             = global::Mono.Unix.Catalog.GetString("Document Outline Preferences");
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.Modal             = true;
     this.DestroyWithParent = true;
     // Internal child MonoDevelop.DesignerSupport.ClassOutlineSortingPreferencesDialog.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)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.label = new global::Gtk.Label();
     this.label.WidthRequest = 400;
     this.label.Name         = "label";
     this.label.LabelProp    = global::Mono.Unix.Catalog.GetString("Group sorting order when grouping is enabled:");
     this.label.Wrap         = true;
     this.vbox2.Add(this.label);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.priorityList      = new global::MonoDevelop.Ide.Gui.Components.PriorityList();
     this.priorityList.Name = "priorityList";
     this.vbox2.Add(this.priorityList);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.priorityList]));
     w3.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w4.Position = 0;
     // Internal child MonoDevelop.DesignerSupport.ClassOutlineSortingPreferencesDialog.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name        = "dialog1_ActionArea";
     w5.Spacing     = 10;
     w5.BorderWidth = ((uint)(5));
     w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonCancel]));
     w6.Expand = false;
     w6.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 424;
     this.DefaultHeight = 367;
     this.Hide();
 }
Ejemplo n.º 3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.DebuggerOptionsPanelWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Debugger.DebuggerOptionsPanelWidget";
     // Container child MonoDevelop.Debugger.DebuggerOptionsPanelWidget.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.vbox3             = new global::Gtk.VBox();
     this.vbox3.Name        = "vbox3";
     this.vbox3.Spacing     = 6;
     this.vbox3.BorderWidth = ((uint)(9));
     // Container child vbox3.Gtk.Box+BoxChild
     this.projectCodeOnly               = new global::Gtk.CheckButton();
     this.projectCodeOnly.CanFocus      = true;
     this.projectCodeOnly.Name          = "projectCodeOnly";
     this.projectCodeOnly.Label         = global::Mono.Unix.Catalog.GetString("Debug project code only; do not step into framework code.");
     this.projectCodeOnly.Active        = true;
     this.projectCodeOnly.DrawIndicator = true;
     this.projectCodeOnly.UseUnderline  = true;
     this.vbox3.Add(this.projectCodeOnly);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.projectCodeOnly]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkAllowEval               = new global::Gtk.CheckButton();
     this.checkAllowEval.CanFocus      = true;
     this.checkAllowEval.Name          = "checkAllowEval";
     this.checkAllowEval.Label         = global::Mono.Unix.Catalog.GetString("Allow implicit property evaluation and method invocation");
     this.checkAllowEval.Active        = true;
     this.checkAllowEval.DrawIndicator = true;
     this.checkAllowEval.UseUnderline  = true;
     this.vbox3.Add(this.checkAllowEval);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkAllowEval]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkToString               = new global::Gtk.CheckButton();
     this.checkToString.CanFocus      = true;
     this.checkToString.Name          = "checkToString";
     this.checkToString.Label         = global::Mono.Unix.Catalog.GetString("Use ToString() to get the string value of objects");
     this.checkToString.DrawIndicator = true;
     this.checkToString.UseUnderline  = true;
     this.vbox3.Add(this.checkToString);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkToString]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkShowBaseGroup               = new global::Gtk.CheckButton();
     this.checkShowBaseGroup.CanFocus      = true;
     this.checkShowBaseGroup.Name          = "checkShowBaseGroup";
     this.checkShowBaseGroup.Label         = global::Mono.Unix.Catalog.GetString("Shown inherited class members in a base class group");
     this.checkShowBaseGroup.DrawIndicator = true;
     this.checkShowBaseGroup.UseUnderline  = true;
     this.vbox3.Add(this.checkShowBaseGroup);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkShowBaseGroup]));
     w4.Position = 3;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkGroupPrivate               = new global::Gtk.CheckButton();
     this.checkGroupPrivate.CanFocus      = true;
     this.checkGroupPrivate.Name          = "checkGroupPrivate";
     this.checkGroupPrivate.Label         = global::Mono.Unix.Catalog.GetString("Group non-public members");
     this.checkGroupPrivate.DrawIndicator = true;
     this.checkGroupPrivate.UseUnderline  = true;
     this.vbox3.Add(this.checkGroupPrivate);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupPrivate]));
     w5.Position = 4;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.checkGroupStatic               = new global::Gtk.CheckButton();
     this.checkGroupStatic.CanFocus      = true;
     this.checkGroupStatic.Name          = "checkGroupStatic";
     this.checkGroupStatic.Label         = global::Mono.Unix.Catalog.GetString("Group static members");
     this.checkGroupStatic.DrawIndicator = true;
     this.checkGroupStatic.UseUnderline  = true;
     this.vbox3.Add(this.checkGroupStatic);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.checkGroupStatic]));
     w6.Position = 5;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tableEval               = new global::Gtk.Table(((uint)(1)), ((uint)(3)), false);
     this.tableEval.Name          = "tableEval";
     this.tableEval.RowSpacing    = ((uint)(6));
     this.tableEval.ColumnSpacing = ((uint)(6));
     // Container child tableEval.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("ms");
     this.tableEval.Add(this.label3);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.tableEval [this.label3]));
     w7.LeftAttach  = ((uint)(2));
     w7.RightAttach = ((uint)(3));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableEval.Gtk.Table+TableChild
     this.label60           = new global::Gtk.Label();
     this.label60.Name      = "label60";
     this.label60.Xalign    = 0F;
     this.label60.LabelProp = global::Mono.Unix.Catalog.GetString("Evaluation Timeout:");
     this.tableEval.Add(this.label60);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableEval [this.label60]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableEval.Gtk.Table+TableChild
     this.spinTimeout          = new global::Gtk.SpinButton(0, 1000000, 100);
     this.spinTimeout.CanFocus = true;
     this.spinTimeout.Name     = "spinTimeout";
     this.spinTimeout.Adjustment.PageIncrement = 10;
     this.spinTimeout.ClimbRate = 100;
     this.spinTimeout.Numeric   = true;
     this.tableEval.Add(this.spinTimeout);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.tableEval [this.spinTimeout]));
     w9.LeftAttach  = ((uint)(1));
     w9.RightAttach = ((uint)(2));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.tableEval);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tableEval]));
     w10.Position = 6;
     w10.Expand   = false;
     w10.Fill     = false;
     this.notebook1.Add(this.vbox3);
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("General");
     this.notebook1.SetTabLabel(this.vbox3, this.label4);
     this.label4.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.label2 = new global::Gtk.Label();
     this.label2.WidthRequest = 417;
     this.label2.Name         = "label2";
     this.label2.Xalign       = 0F;
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("This priority list will be used by MonoDevelop when selecting the engine to be used for debugging an application.");
     this.label2.Wrap         = true;
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.prioritylist      = new global::MonoDevelop.Ide.Gui.Components.PriorityList();
     this.prioritylist.Name = "prioritylist";
     this.vbox2.Add(this.prioritylist);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.prioritylist]));
     w13.Position = 1;
     this.notebook1.Add(this.vbox2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.vbox2]));
     w14.Position = 1;
     // Notebook tab
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Preferred Debuggers");
     this.notebook1.SetTabLabel(this.vbox2, this.label1);
     this.label1.ShowAll();
     this.Add(this.notebook1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.checkAllowEval.Toggled += new global::System.EventHandler(this.OnCheckAllowEvalToggled);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.CSharp.ClassOutline.OutlineSortingPreferencesDialog
			this.Name = "MonoDevelop.CSharp.ClassOutline.OutlineSortingPreferencesDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Document Outline Preferences");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			this.DestroyWithParent = true;
			// Internal child MonoDevelop.CSharp.ClassOutline.OutlineSortingPreferencesDialog.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)(6));
			// Container child vbox2.Gtk.Box+BoxChild
			this.label = new global::Gtk.Label ();
			this.label.WidthRequest = 400;
			this.label.Name = "label";
			this.label.LabelProp = global::Mono.Unix.Catalog.GetString ("Group sorting order when grouping is enabled:");
			this.label.Wrap = true;
			this.vbox2.Add (this.label);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.priorityList = new global::MonoDevelop.Ide.Gui.Components.PriorityList ();
			this.priorityList.Name = "priorityList";
			this.vbox2.Add (this.priorityList);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.priorityList]));
			w3.Position = 1;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w4.Position = 0;
			// Internal child MonoDevelop.CSharp.ClassOutline.OutlineSortingPreferencesDialog.ActionArea
			global::Gtk.HButtonBox w5 = this.ActionArea;
			w5.Name = "dialog1_ActionArea";
			w5.Spacing = 10;
			w5.BorderWidth = ((uint)(5));
			w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonCancel]));
			w6.Expand = false;
			w6.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
			w7.Position = 1;
			w7.Expand = false;
			w7.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 424;
			this.DefaultHeight = 367;
			this.Hide ();
		}