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

« back to all changes in this revision

Viewing changes to external/mono-addins/Mono.Addins.Gui/gtk-gui/Mono.Addins.Gui.ErrorDialog.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 Mono.Addins.Gui
 
4
{
 
5
        internal partial class ErrorDialog
 
6
        {
 
7
                private global::Gtk.HBox hbox59;
 
8
                private global::Gtk.VBox vbox72;
 
9
                private global::Gtk.Image icon;
 
10
                private global::Gtk.VBox vbox73;
 
11
                private global::Gtk.Label descriptionLabel;
 
12
                private global::Gtk.Expander expander;
 
13
                private global::Gtk.ScrolledWindow scrolledwindow10;
 
14
                private global::Gtk.TextView detailsTextView;
 
15
                private global::Gtk.Label label102;
 
16
                private global::Gtk.Button okButton;
 
17
 
 
18
                protected virtual void Build ()
 
19
                {
 
20
                        global::Stetic.Gui.Initialize (this);
 
21
                        // Widget Mono.Addins.Gui.ErrorDialog
 
22
                        this.Name = "Mono.Addins.Gui.ErrorDialog";
 
23
                        this.Title = global::Mono.Unix.Catalog.GetString ("Error");
 
24
                        this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
 
25
                        this.BorderWidth = ((uint)(6));
 
26
                        // Internal child Mono.Addins.Gui.ErrorDialog.VBox
 
27
                        global::Gtk.VBox w1 = this.VBox;
 
28
                        w1.Name = "dialog-vbox5";
 
29
                        w1.Spacing = 6;
 
30
                        // Container child dialog-vbox5.Gtk.Box+BoxChild
 
31
                        this.hbox59 = new global::Gtk.HBox ();
 
32
                        this.hbox59.Name = "hbox59";
 
33
                        this.hbox59.Spacing = 6;
 
34
                        this.hbox59.BorderWidth = ((uint)(6));
 
35
                        // Container child hbox59.Gtk.Box+BoxChild
 
36
                        this.vbox72 = new global::Gtk.VBox ();
 
37
                        this.vbox72.Name = "vbox72";
 
38
                        // Container child vbox72.Gtk.Box+BoxChild
 
39
                        this.icon = new global::Gtk.Image ();
 
40
                        this.icon.Name = "icon";
 
41
                        this.icon.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-error", global::Gtk.IconSize.Dialog);
 
42
                        this.vbox72.Add (this.icon);
 
43
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox72 [this.icon]));
 
44
                        w2.Position = 0;
 
45
                        w2.Expand = false;
 
46
                        w2.Fill = false;
 
47
                        this.hbox59.Add (this.vbox72);
 
48
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.vbox72]));
 
49
                        w3.Position = 0;
 
50
                        w3.Expand = false;
 
51
                        w3.Fill = false;
 
52
                        // Container child hbox59.Gtk.Box+BoxChild
 
53
                        this.vbox73 = new global::Gtk.VBox ();
 
54
                        this.vbox73.Name = "vbox73";
 
55
                        this.vbox73.Spacing = 12;
 
56
                        // Container child vbox73.Gtk.Box+BoxChild
 
57
                        this.descriptionLabel = new global::Gtk.Label ();
 
58
                        this.descriptionLabel.WidthRequest = 540;
 
59
                        this.descriptionLabel.CanFocus = true;
 
60
                        this.descriptionLabel.Name = "descriptionLabel";
 
61
                        this.descriptionLabel.Xalign = 0F;
 
62
                        this.descriptionLabel.LabelProp = "An exception has been thrown 1 2 3 4 5 6 7 8 9 10 11 12 13 14";
 
63
                        this.descriptionLabel.Wrap = true;
 
64
                        this.descriptionLabel.Selectable = true;
 
65
                        this.vbox73.Add (this.descriptionLabel);
 
66
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox73 [this.descriptionLabel]));
 
67
                        w4.Position = 0;
 
68
                        w4.Expand = false;
 
69
                        w4.Fill = false;
 
70
                        // Container child vbox73.Gtk.Box+BoxChild
 
71
                        this.expander = new global::Gtk.Expander (null);
 
72
                        this.expander.CanFocus = true;
 
73
                        this.expander.Name = "expander";
 
74
                        // Container child expander.Gtk.Container+ContainerChild
 
75
                        this.scrolledwindow10 = new global::Gtk.ScrolledWindow ();
 
76
                        this.scrolledwindow10.CanFocus = true;
 
77
                        this.scrolledwindow10.Name = "scrolledwindow10";
 
78
                        this.scrolledwindow10.ShadowType = ((global::Gtk.ShadowType)(1));
 
79
                        // Container child scrolledwindow10.Gtk.Container+ContainerChild
 
80
                        this.detailsTextView = new global::Gtk.TextView ();
 
81
                        this.detailsTextView.HeightRequest = 250;
 
82
                        this.detailsTextView.CanFocus = true;
 
83
                        this.detailsTextView.Name = "detailsTextView";
 
84
                        this.detailsTextView.PixelsAboveLines = 2;
 
85
                        this.detailsTextView.PixelsBelowLines = 2;
 
86
                        this.detailsTextView.LeftMargin = 6;
 
87
                        this.detailsTextView.RightMargin = 6;
 
88
                        this.scrolledwindow10.Add (this.detailsTextView);
 
89
                        this.expander.Add (this.scrolledwindow10);
 
90
                        this.label102 = new global::Gtk.Label ();
 
91
                        this.label102.Name = "label102";
 
92
                        this.label102.LabelProp = global::Mono.Unix.Catalog.GetString ("Details");
 
93
                        this.expander.LabelWidget = this.label102;
 
94
                        this.vbox73.Add (this.expander);
 
95
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox73 [this.expander]));
 
96
                        w7.Position = 1;
 
97
                        this.hbox59.Add (this.vbox73);
 
98
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox59 [this.vbox73]));
 
99
                        w8.Position = 1;
 
100
                        w1.Add (this.hbox59);
 
101
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox59]));
 
102
                        w9.Position = 0;
 
103
                        // Internal child Mono.Addins.Gui.ErrorDialog.ActionArea
 
104
                        global::Gtk.HButtonBox w10 = this.ActionArea;
 
105
                        w10.Name = "dialog-action_area5";
 
106
                        w10.Spacing = 10;
 
107
                        w10.BorderWidth = ((uint)(5));
 
108
                        w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
109
                        // Container child dialog-action_area5.Gtk.ButtonBox+ButtonBoxChild
 
110
                        this.okButton = new global::Gtk.Button ();
 
111
                        this.okButton.CanDefault = true;
 
112
                        this.okButton.CanFocus = true;
 
113
                        this.okButton.Name = "okButton";
 
114
                        this.okButton.UseStock = true;
 
115
                        this.okButton.UseUnderline = true;
 
116
                        this.okButton.Label = "gtk-ok";
 
117
                        this.AddActionWidget (this.okButton, -5);
 
118
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.okButton]));
 
119
                        w11.Expand = false;
 
120
                        w11.Fill = false;
 
121
                        if ((this.Child != null)) {
 
122
                                this.Child.ShowAll ();
 
123
                        }
 
124
                        this.DefaultWidth = 632;
 
125
                        this.DefaultHeight = 155;
 
126
                        this.Show ();
 
127
                }
 
128
        }
 
129
}