~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.Debugger/gtk-gui/MonoDevelop.Debugger.ExceptionCaughtDialog.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
// This file has been generated by the GUI designer. Do not modify.
3
 
namespace MonoDevelop.Debugger
4
 
{
5
 
        public partial class ExceptionCaughtDialog
6
 
        {
7
 
                private global::Gtk.VBox vbox2;
8
 
                private global::Gtk.Label labelType;
9
 
                private global::Gtk.Label labelMessage;
10
 
                private global::Gtk.Notebook notebook1;
11
 
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
12
 
                private global::Gtk.TextView stackTextView;
13
 
                private global::Gtk.Label label2;
14
 
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
15
 
                private global::MonoDevelop.Debugger.ObjectValueTreeView valueView;
16
 
                private global::Gtk.Label page1;
17
 
                private global::Gtk.Button buttonOk;
18
 
                
19
 
                protected virtual void Build ()
20
 
                {
21
 
                        global::Stetic.Gui.Initialize (this);
22
 
                        // Widget MonoDevelop.Debugger.ExceptionCaughtDialog
23
 
                        this.Name = "MonoDevelop.Debugger.ExceptionCaughtDialog";
24
 
                        this.Title = global::Mono.Unix.Catalog.GetString ("Exception Caught");
25
 
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
26
 
                        // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.VBox
27
 
                        global::Gtk.VBox w1 = this.VBox;
28
 
                        w1.Name = "dialog1_VBox";
29
 
                        w1.BorderWidth = ((uint)(2));
30
 
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
31
 
                        this.vbox2 = new global::Gtk.VBox ();
32
 
                        this.vbox2.Name = "vbox2";
33
 
                        this.vbox2.Spacing = 6;
34
 
                        this.vbox2.BorderWidth = ((uint)(6));
35
 
                        // Container child vbox2.Gtk.Box+BoxChild
36
 
                        this.labelType = new global::Gtk.Label ();
37
 
                        this.labelType.Name = "labelType";
38
 
                        this.labelType.Xalign = 0F;
39
 
                        this.labelType.LabelProp = "<b>Exception</b> has been thrown";
40
 
                        this.labelType.UseMarkup = true;
41
 
                        this.labelType.Selectable = true;
42
 
                        this.vbox2.Add (this.labelType);
43
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
44
 
                        w2.Position = 0;
45
 
                        w2.Expand = false;
46
 
                        w2.Fill = false;
47
 
                        // Container child vbox2.Gtk.Box+BoxChild
48
 
                        this.labelMessage = new global::Gtk.Label ();
49
 
                        this.labelMessage.WidthRequest = 500;
50
 
                        this.labelMessage.Name = "labelMessage";
51
 
                        this.labelMessage.Xalign = 0F;
52
 
                        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";
53
 
                        this.labelMessage.Wrap = true;
54
 
                        this.labelMessage.Selectable = true;
55
 
                        this.vbox2.Add (this.labelMessage);
56
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
57
 
                        w3.Position = 1;
58
 
                        w3.Expand = false;
59
 
                        w3.Fill = false;
60
 
                        // Container child vbox2.Gtk.Box+BoxChild
61
 
                        this.notebook1 = new global::Gtk.Notebook ();
62
 
                        this.notebook1.CanFocus = true;
63
 
                        this.notebook1.Name = "notebook1";
64
 
                        this.notebook1.CurrentPage = 0;
65
 
                        // Container child notebook1.Gtk.Notebook+NotebookChild
66
 
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
67
 
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
68
 
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
69
 
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
70
 
                        this.stackTextView = new global::Gtk.TextView ();
71
 
                        this.stackTextView.CanFocus = true;
72
 
                        this.stackTextView.Name = "stackTextView";
73
 
                        this.stackTextView.Editable = false;
74
 
                        this.stackTextView.CursorVisible = false;
75
 
                        this.GtkScrolledWindow1.Add (this.stackTextView);
76
 
                        this.notebook1.Add (this.GtkScrolledWindow1);
77
 
                        // Notebook tab
78
 
                        this.label2 = new global::Gtk.Label ();
79
 
                        this.label2.Name = "label2";
80
 
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Stack Trace");
81
 
                        this.notebook1.SetTabLabel (this.GtkScrolledWindow1, this.label2);
82
 
                        this.label2.ShowAll ();
83
 
                        // Container child notebook1.Gtk.Notebook+NotebookChild
84
 
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
85
 
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
86
 
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
87
 
                        this.GtkScrolledWindow.BorderWidth = ((uint)(3));
88
 
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
89
 
                        this.valueView = new global::MonoDevelop.Debugger.ObjectValueTreeView ();
90
 
                        this.valueView.CanFocus = true;
91
 
                        this.valueView.Name = "valueView";
92
 
                        this.valueView.AllowAdding = false;
93
 
                        this.valueView.AllowEditing = true;
94
 
                        this.valueView.AllowPinning = false;
95
 
                        this.valueView.RootPinAlwaysVisible = false;
96
 
                        this.valueView.AllowExpanding = false;
97
 
                        this.valueView.PinnedWatchLine = 0;
98
 
                        this.valueView.CompactView = false;
99
 
                        this.GtkScrolledWindow.Add (this.valueView);
100
 
                        this.notebook1.Add (this.GtkScrolledWindow);
101
 
                        global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
102
 
                        w7.Position = 1;
103
 
                        // Notebook tab
104
 
                        this.page1 = new global::Gtk.Label ();
105
 
                        this.page1.Name = "page1";
106
 
                        this.page1.LabelProp = global::Mono.Unix.Catalog.GetString ("Details");
107
 
                        this.notebook1.SetTabLabel (this.GtkScrolledWindow, this.page1);
108
 
                        this.page1.ShowAll ();
109
 
                        this.vbox2.Add (this.notebook1);
110
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
111
 
                        w8.Position = 2;
112
 
                        w1.Add (this.vbox2);
113
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
114
 
                        w9.Position = 0;
115
 
                        // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.ActionArea
116
 
                        global::Gtk.HButtonBox w10 = this.ActionArea;
117
 
                        w10.Name = "dialog1_ActionArea";
118
 
                        w10.Spacing = 10;
119
 
                        w10.BorderWidth = ((uint)(5));
120
 
                        w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
121
 
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
122
 
                        this.buttonOk = new global::Gtk.Button ();
123
 
                        this.buttonOk.CanDefault = true;
124
 
                        this.buttonOk.CanFocus = true;
125
 
                        this.buttonOk.Name = "buttonOk";
126
 
                        this.buttonOk.UseStock = true;
127
 
                        this.buttonOk.UseUnderline = true;
128
 
                        this.buttonOk.Label = "gtk-close";
129
 
                        this.AddActionWidget (this.buttonOk, -7);
130
 
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
131
 
                        w11.Expand = false;
132
 
                        w11.Fill = false;
133
 
                        if ((this.Child != null)) {
134
 
                                this.Child.ShowAll ();
135
 
                        }
136
 
                        this.DefaultWidth = 541;
137
 
                        this.DefaultHeight = 358;
138
 
                        this.Hide ();
139
 
                        this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
140
 
                }
141
 
        }
142
 
}