protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Debugger.ExceptionCaughtWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Debugger.ExceptionCaughtWidget";
			// Container child MonoDevelop.Debugger.ExceptionCaughtWidget.Gtk.Container+ContainerChild
			this.dialog1_VBox = new global::Gtk.VBox ();
			this.dialog1_VBox.Name = "dialog1_VBox";
			// Container child dialog1_VBox.Gtk.Box+BoxChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 12;
			this.hbox2.BorderWidth = ((uint)(12));
			// Container child hbox2.Gtk.Box+BoxChild
			this.imageWarning = new global::Gtk.Image ();
			this.imageWarning.Name = "imageWarning";
			this.imageWarning.Pixbuf = global::Gdk.Pixbuf.LoadFromResource ("exception-icon.png");
			this.hbox2.Add (this.imageWarning);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageWarning]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox2.Gtk.Box+BoxChild
			this.vboxExceptionInfo = new global::Gtk.VBox ();
			this.vboxExceptionInfo.Name = "vboxExceptionInfo";
			this.vboxExceptionInfo.Spacing = 6;
			// Container child vboxExceptionInfo.Gtk.Box+BoxChild
			this.labelType = new global::Gtk.Label ();
			this.labelType.Name = "labelType";
			this.labelType.Xalign = 0F;
			this.labelType.LabelProp = "<b>Exception</b> has been thrown";
			this.labelType.UseMarkup = true;
			this.vboxExceptionInfo.Add (this.labelType);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelType]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vboxExceptionInfo.Gtk.Box+BoxChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.WidthRequest = 500;
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.Xalign = 0F;
			this.labelMessage.LabelProp = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
			this.labelMessage.Wrap = true;
			this.labelMessage.Selectable = true;
			this.vboxExceptionInfo.Add (this.labelMessage);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelMessage]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			this.hbox2.Add (this.vboxExceptionInfo);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vboxExceptionInfo]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w5.Position = 0;
			w5.Expand = false;
			w5.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.HeightRequest = 128;
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
			this.valueView.CanFocus = true;
			this.valueView.Name = "valueView";
			this.valueView.AllowAdding = false;
			this.valueView.AllowEditing = true;
			this.valueView.AllowPinning = false;
			this.valueView.RootPinAlwaysVisible = false;
			this.valueView.AllowExpanding = false;
			this.valueView.PinnedWatchLine = 0;
			this.valueView.CompactView = false;
			this.GtkScrolledWindow.Add (this.valueView);
			this.vbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
			w7.Position = 1;
			// Container child vbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.HeightRequest = 128;
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeStack = new global::Gtk.TreeView ();
			this.treeStack.CanFocus = true;
			this.treeStack.Name = "treeStack";
			this.treeStack.HeadersVisible = false;
			this.GtkScrolledWindow1.Add (this.treeStack);
			this.vbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
			w9.Position = 2;
			this.dialog1_VBox.Add (this.vbox2);
			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.vbox2]));
			w10.Position = 0;
			this.Add (this.dialog1_VBox);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Debugger.ExceptionCaughtDialog
			this.Name = "MonoDevelop.Debugger.ExceptionCaughtDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Exception Caught");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			// Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.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.labelType = new global::Gtk.Label ();
			this.labelType.Name = "labelType";
			this.labelType.Xalign = 0F;
			this.labelType.LabelProp = "<b>Exception</b> has been thrown";
			this.labelType.UseMarkup = true;
			this.vbox2.Add (this.labelType);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.labelMessage = new global::Gtk.Label ();
			this.labelMessage.WidthRequest = 500;
			this.labelMessage.Name = "labelMessage";
			this.labelMessage.Xalign = 0F;
			this.labelMessage.LabelProp = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
			this.labelMessage.Wrap = true;
			this.vbox2.Add (this.labelMessage);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.notebook1 = new global::Gtk.Notebook ();
			this.notebook1.CanFocus = true;
			this.notebook1.Name = "notebook1";
			this.notebook1.CurrentPage = 0;
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			this.GtkScrolledWindow1.BorderWidth = ((uint)(3));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeStack = new global::Gtk.TreeView ();
			this.treeStack.CanFocus = true;
			this.treeStack.Name = "treeStack";
			this.treeStack.HeadersVisible = false;
			this.GtkScrolledWindow1.Add (this.treeStack);
			this.notebook1.Add (this.GtkScrolledWindow1);
			// Notebook tab
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Stack Trace");
			this.notebook1.SetTabLabel (this.GtkScrolledWindow1, this.label2);
			this.label2.ShowAll ();
			// Container child notebook1.Gtk.Notebook+NotebookChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			this.GtkScrolledWindow.BorderWidth = ((uint)(3));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
			this.valueView.CanFocus = true;
			this.valueView.Name = "valueView";
			this.valueView.AllowAdding = false;
			this.valueView.AllowEditing = true;
			this.valueView.AllowPinning = false;
			this.valueView.AllowExpanding = false;
			this.valueView.PinnedWatchLine = 0;
			this.valueView.CompactView = false;
			this.GtkScrolledWindow.Add (this.valueView);
			this.notebook1.Add (this.GtkScrolledWindow);
			global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
			w7.Position = 1;
			// Notebook tab
			this.page1 = new global::Gtk.Label ();
			this.page1.Name = "page1";
			this.page1.LabelProp = global::Mono.Unix.Catalog.GetString ("Details");
			this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.page1);
			this.page1.ShowAll ();
			this.vbox2.Add (this.notebook1);
			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
			w8.Position = 2;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w9.Position = 0;
			// Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.ActionArea
			global::Gtk.HButtonBox w10 = this.ActionArea;
			w10.Name = "dialog1_ActionArea";
			w10.Spacing = 10;
			w10.BorderWidth = ((uint)(5));
			w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-close";
			this.AddActionWidget (this.buttonOk, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
			w11.Expand = false;
			w11.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 541;
			this.DefaultHeight = 358;
			this.Show ();
			this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
		}
Ejemplo n.º 3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExceptionCaughtWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Debugger.ExceptionCaughtWidget";
     // Container child MonoDevelop.Debugger.ExceptionCaughtWidget.Gtk.Container+ContainerChild
     this.dialog1_VBox             = new global::Gtk.VBox();
     this.dialog1_VBox.Name        = "dialog1_VBox";
     this.dialog1_VBox.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.labelType           = new global::Gtk.Label();
     this.labelType.Name      = "labelType";
     this.labelType.Xalign    = 0F;
     this.labelType.LabelProp = "<b>Exception</b> has been thrown";
     this.labelType.UseMarkup = true;
     this.vbox2.Add(this.labelType);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelMessage = new global::Gtk.Label();
     this.labelMessage.WidthRequest = 500;
     this.labelMessage.Name         = "labelMessage";
     this.labelMessage.Xalign       = 0F;
     this.labelMessage.LabelProp    = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
     this.labelMessage.Wrap         = true;
     this.vbox2.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name        = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow1.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeStack                = new global::Gtk.TreeView();
     this.treeStack.CanFocus       = true;
     this.treeStack.Name           = "treeStack";
     this.treeStack.HeadersVisible = false;
     this.GtkScrolledWindow1.Add(this.treeStack);
     this.notebook1.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Stack Trace");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name        = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.valueView                      = new global::MonoDevelop.Debugger.ObjectValueTreeView();
     this.valueView.CanFocus             = true;
     this.valueView.Name                 = "valueView";
     this.valueView.AllowAdding          = false;
     this.valueView.AllowEditing         = true;
     this.valueView.AllowPinning         = false;
     this.valueView.RootPinAlwaysVisible = false;
     this.valueView.AllowExpanding       = false;
     this.valueView.PinnedWatchLine      = 0;
     this.valueView.CompactView          = false;
     this.GtkScrolledWindow.Add(this.valueView);
     this.notebook1.Add(this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w6 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
     w6.Position = 1;
     // Notebook tab
     this.page1           = new global::Gtk.Label();
     this.page1.Name      = "page1";
     this.page1.LabelProp = global::Mono.Unix.Catalog.GetString("Details");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow, this.page1);
     this.page1.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
     w7.Position = 2;
     this.dialog1_VBox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.vbox2]));
     w8.Position = 0;
     this.Add(this.dialog1_VBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Debugger.ExpressionEvaluatorDialog
			this.Name = "MonoDevelop.Debugger.ExpressionEvaluatorDialog";
			this.Title = global::Mono.Unix.Catalog.GetString ("Expression Evaluator");
			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
			this.Modal = true;
			// Internal child MonoDevelop.Debugger.ExpressionEvaluatorDialog.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)(9));
			// 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.entry = new global::Gtk.Entry ();
			this.entry.CanFocus = true;
			this.entry.Name = "entry";
			this.entry.IsEditable = true;
			this.entry.ActivatesDefault = true;
			this.entry.InvisibleChar = '●';
			this.hbox1.Add (this.entry);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entry]));
			w2.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonEval = new global::Gtk.Button ();
			this.buttonEval.CanDefault = true;
			this.buttonEval.CanFocus = true;
			this.buttonEval.Name = "buttonEval";
			this.buttonEval.UseUnderline = true;
			this.buttonEval.Label = global::Mono.Unix.Catalog.GetString ("Evaluate");
			this.hbox1.Add (this.buttonEval);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEval]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.valueTree = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
			this.valueTree.CanFocus = true;
			this.valueTree.Name = "valueTree";
			this.valueTree.AllowAdding = false;
			this.valueTree.AllowEditing = false;
			this.valueTree.AllowPinning = false;
			this.valueTree.AllowExpanding = false;
			this.valueTree.PinnedWatchLine = 0;
			this.valueTree.CompactView = false;
			this.GtkScrolledWindow.Add (this.valueTree);
			this.vbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
			w6.Position = 1;
			w1.Add (this.vbox2);
			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
			w7.Position = 0;
			// Internal child MonoDevelop.Debugger.ExpressionEvaluatorDialog.ActionArea
			global::Gtk.HButtonBox w8 = this.ActionArea;
			w8.Name = "dialog1_ActionArea";
			w8.Spacing = 6;
			w8.BorderWidth = ((uint)(5));
			w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.buttonOk = new global::Gtk.Button ();
			this.buttonOk.CanDefault = true;
			this.buttonOk.CanFocus = true;
			this.buttonOk.Name = "buttonOk";
			this.buttonOk.UseStock = true;
			this.buttonOk.UseUnderline = true;
			this.buttonOk.Label = "gtk-close";
			this.AddActionWidget (this.buttonOk, -7);
			global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
			w9.Expand = false;
			w9.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 716;
			this.DefaultHeight = 410;
			this.buttonEval.HasDefault = true;
			this.Hide ();
			this.buttonEval.Clicked += new global::System.EventHandler (this.OnButtonEvalClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExpressionEvaluatorDialog
     this.Name           = "MonoDevelop.Debugger.ExpressionEvaluatorDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Expression Evaluator");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MonoDevelop.Debugger.ExpressionEvaluatorDialog.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)(9));
     // 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.entry                  = new global::Gtk.Entry();
     this.entry.CanFocus         = true;
     this.entry.Name             = "entry";
     this.entry.IsEditable       = true;
     this.entry.ActivatesDefault = true;
     this.entry.InvisibleChar    = '●';
     this.hbox1.Add(this.entry);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entry]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonEval              = new global::Gtk.Button();
     this.buttonEval.CanDefault   = true;
     this.buttonEval.CanFocus     = true;
     this.buttonEval.Name         = "buttonEval";
     this.buttonEval.UseUnderline = true;
     this.buttonEval.Label        = global::Mono.Unix.Catalog.GetString("Evaluate");
     this.hbox1.Add(this.buttonEval);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEval]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.valueTree                 = new global::MonoDevelop.Debugger.ObjectValueTreeView();
     this.valueTree.CanFocus        = true;
     this.valueTree.Name            = "valueTree";
     this.valueTree.AllowAdding     = false;
     this.valueTree.AllowEditing    = false;
     this.valueTree.AllowPinning    = false;
     this.valueTree.AllowExpanding  = false;
     this.valueTree.PinnedWatchLine = 0;
     this.valueTree.CompactView     = false;
     this.GtkScrolledWindow.Add(this.valueTree);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w6.Position = 1;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w7.Position = 0;
     // Internal child MonoDevelop.Debugger.ExpressionEvaluatorDialog.ActionArea
     global::Gtk.HButtonBox w8 = this.ActionArea;
     w8.Name        = "dialog1_ActionArea";
     w8.Spacing     = 6;
     w8.BorderWidth = ((uint)(5));
     w8.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w9 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w8 [this.buttonOk]));
     w9.Expand = false;
     w9.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 716;
     this.DefaultHeight         = 410;
     this.buttonEval.HasDefault = true;
     this.Hide();
     this.buttonEval.Clicked += new global::System.EventHandler(this.OnButtonEvalClicked);
 }
Ejemplo n.º 6
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExceptionCaughtDialog
     this.Name           = "MonoDevelop.Debugger.ExceptionCaughtDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Exception Caught");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.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.labelType            = new global::Gtk.Label();
     this.labelType.Name       = "labelType";
     this.labelType.Xalign     = 0F;
     this.labelType.LabelProp  = "<b>Exception</b> has been thrown";
     this.labelType.UseMarkup  = true;
     this.labelType.Selectable = true;
     this.vbox2.Add(this.labelType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelMessage = new global::Gtk.Label();
     this.labelMessage.WidthRequest = 500;
     this.labelMessage.Name         = "labelMessage";
     this.labelMessage.Xalign       = 0F;
     this.labelMessage.LabelProp    = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
     this.labelMessage.Wrap         = true;
     this.labelMessage.Selectable   = true;
     this.vbox2.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.stackTextView               = new global::Gtk.TextView();
     this.stackTextView.CanFocus      = true;
     this.stackTextView.Name          = "stackTextView";
     this.stackTextView.Editable      = false;
     this.stackTextView.CursorVisible = false;
     this.GtkScrolledWindow1.Add(this.stackTextView);
     this.notebook1.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Stack Trace");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name        = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.valueView                      = new global::MonoDevelop.Debugger.ObjectValueTreeView();
     this.valueView.CanFocus             = true;
     this.valueView.Name                 = "valueView";
     this.valueView.AllowAdding          = false;
     this.valueView.AllowEditing         = true;
     this.valueView.AllowPinning         = false;
     this.valueView.RootPinAlwaysVisible = false;
     this.valueView.AllowExpanding       = false;
     this.valueView.PinnedWatchLine      = 0;
     this.valueView.CompactView          = false;
     this.GtkScrolledWindow.Add(this.valueView);
     this.notebook1.Add(this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
     w7.Position = 1;
     // Notebook tab
     this.page1           = new global::Gtk.Label();
     this.page1.Name      = "page1";
     this.page1.LabelProp = global::Mono.Unix.Catalog.GetString("Details");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow, this.page1);
     this.page1.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
     w8.Position = 2;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w9.Position = 0;
     // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "dialog1_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 541;
     this.DefaultHeight = 358;
     this.Hide();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Ejemplo n.º 7
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExceptionCaughtWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.Debugger.ExceptionCaughtWidget";
     // Container child MonoDevelop.Debugger.ExceptionCaughtWidget.Gtk.Container+ContainerChild
     this.dialog1_VBox      = new global::Gtk.VBox();
     this.dialog1_VBox.Name = "dialog1_VBox";
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2      = new global::Gtk.VBox();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2             = new global::Gtk.HBox();
     this.hbox2.Name        = "hbox2";
     this.hbox2.Spacing     = 12;
     this.hbox2.BorderWidth = ((uint)(12));
     // Container child hbox2.Gtk.Box+BoxChild
     this.imageWarning        = new global::Gtk.Image();
     this.imageWarning.Name   = "imageWarning";
     this.imageWarning.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("exception-icon.png");
     this.hbox2.Add(this.imageWarning);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.imageWarning]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vboxExceptionInfo         = new global::Gtk.VBox();
     this.vboxExceptionInfo.Name    = "vboxExceptionInfo";
     this.vboxExceptionInfo.Spacing = 6;
     // Container child vboxExceptionInfo.Gtk.Box+BoxChild
     this.labelType           = new global::Gtk.Label();
     this.labelType.Name      = "labelType";
     this.labelType.Xalign    = 0F;
     this.labelType.LabelProp = "<b>Exception</b> has been thrown";
     this.labelType.UseMarkup = true;
     this.vboxExceptionInfo.Add(this.labelType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelType]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vboxExceptionInfo.Gtk.Box+BoxChild
     this.labelMessage = new global::Gtk.Label();
     this.labelMessage.WidthRequest = 500;
     this.labelMessage.Name         = "labelMessage";
     this.labelMessage.Xalign       = 0F;
     this.labelMessage.LabelProp    = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
     this.labelMessage.Wrap         = true;
     this.labelMessage.Selectable   = true;
     this.vboxExceptionInfo.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxExceptionInfo [this.labelMessage]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.hbox2.Add(this.vboxExceptionInfo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vboxExceptionInfo]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.HeightRequest = 128;
     this.GtkScrolledWindow.Name          = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.valueView                      = new global::MonoDevelop.Debugger.ObjectValueTreeView();
     this.valueView.CanFocus             = true;
     this.valueView.Name                 = "valueView";
     this.valueView.AllowAdding          = false;
     this.valueView.AllowEditing         = true;
     this.valueView.AllowPinning         = false;
     this.valueView.RootPinAlwaysVisible = false;
     this.valueView.AllowExpanding       = false;
     this.valueView.PinnedWatchLine      = 0;
     this.valueView.CompactView          = false;
     this.GtkScrolledWindow.Add(this.valueView);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w7.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.HeightRequest = 128;
     this.GtkScrolledWindow1.Name          = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType    = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeStack                = new global::Gtk.TreeView();
     this.treeStack.CanFocus       = true;
     this.treeStack.Name           = "treeStack";
     this.treeStack.HeadersVisible = false;
     this.GtkScrolledWindow1.Add(this.treeStack);
     this.vbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow1]));
     w9.Position = 2;
     this.dialog1_VBox.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.vbox2]));
     w10.Position = 0;
     this.Add(this.dialog1_VBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }