~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.DocFood/gtk-gui/MonoDevelop.DocFood.Options.NoTheReorderingWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+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.DocFood.Options
 
4
{
 
5
        public partial class NoTheReorderingWidget
 
6
        {
 
7
                private global::Gtk.HBox hbox1;
 
8
                private global::Gtk.ScrolledWindow GtkScrolledWindow1;
 
9
                private global::Gtk.TextView textview1;
 
10
                private global::Gtk.VBox vbox1;
 
11
                private global::Gtk.Label label1;
 
12
                private global::Gtk.HBox hbox3;
 
13
                private global::Gtk.ScrolledWindow GtkScrolledWindow;
 
14
                private global::Gtk.TreeView treeviewAcronyms;
 
15
                private global::Gtk.VBox vbox2;
 
16
                private global::Gtk.Button button2;
 
17
                private global::Gtk.HBox hbox2;
 
18
                private global::Gtk.Label label2;
 
19
                private global::Gtk.Entry entry1;
 
20
                private global::Gtk.Button button1;
 
21
 
 
22
                protected virtual void Build ()
 
23
                {
 
24
                        global::Stetic.Gui.Initialize (this);
 
25
                        // Widget MonoDevelop.DocFood.Options.NoTheReorderingWidget
 
26
                        global::Stetic.BinContainer.Attach (this);
 
27
                        this.Name = "MonoDevelop.DocFood.Options.NoTheReorderingWidget";
 
28
                        // Container child MonoDevelop.DocFood.Options.NoTheReorderingWidget.Gtk.Container+ContainerChild
 
29
                        this.hbox1 = new global::Gtk.HBox ();
 
30
                        this.hbox1.Name = "hbox1";
 
31
                        this.hbox1.Spacing = 6;
 
32
                        // Container child hbox1.Gtk.Box+BoxChild
 
33
                        this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
 
34
                        this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
 
35
                        this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
36
                        // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
 
37
                        this.textview1 = new global::Gtk.TextView ();
 
38
                        this.textview1.Buffer.Text = "All words that consist of only consonants (like sql) and/or upper case letters (like HTML) are treated as acronyms. However the acronym recognition can be improved by defining acronyms.";
 
39
                        this.textview1.CanFocus = true;
 
40
                        this.textview1.Name = "textview1";
 
41
                        this.textview1.Editable = false;
 
42
                        this.textview1.CursorVisible = false;
 
43
                        this.textview1.WrapMode = ((global::Gtk.WrapMode)(2));
 
44
                        this.GtkScrolledWindow1.Add (this.textview1);
 
45
                        this.hbox1.Add (this.GtkScrolledWindow1);
 
46
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow1]));
 
47
                        w2.Position = 0;
 
48
                        // Container child hbox1.Gtk.Box+BoxChild
 
49
                        this.vbox1 = new global::Gtk.VBox ();
 
50
                        this.vbox1.Name = "vbox1";
 
51
                        this.vbox1.Spacing = 6;
 
52
                        // Container child vbox1.Gtk.Box+BoxChild
 
53
                        this.label1 = new global::Gtk.Label ();
 
54
                        this.label1.Name = "label1";
 
55
                        this.label1.Xalign = 0F;
 
56
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Acronyms:");
 
57
                        this.label1.UseUnderline = true;
 
58
                        this.vbox1.Add (this.label1);
 
59
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
 
60
                        w3.Position = 0;
 
61
                        w3.Expand = false;
 
62
                        w3.Fill = false;
 
63
                        // Container child vbox1.Gtk.Box+BoxChild
 
64
                        this.hbox3 = new global::Gtk.HBox ();
 
65
                        this.hbox3.Name = "hbox3";
 
66
                        this.hbox3.Spacing = 6;
 
67
                        // Container child hbox3.Gtk.Box+BoxChild
 
68
                        this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
 
69
                        this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
70
                        this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
 
71
                        // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
72
                        this.treeviewAcronyms = new global::Gtk.TreeView ();
 
73
                        this.treeviewAcronyms.CanFocus = true;
 
74
                        this.treeviewAcronyms.Name = "treeviewAcronyms";
 
75
                        this.GtkScrolledWindow.Add (this.treeviewAcronyms);
 
76
                        this.hbox3.Add (this.GtkScrolledWindow);
 
77
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.GtkScrolledWindow]));
 
78
                        w5.Position = 0;
 
79
                        // Container child hbox3.Gtk.Box+BoxChild
 
80
                        this.vbox2 = new global::Gtk.VBox ();
 
81
                        this.vbox2.Name = "vbox2";
 
82
                        this.vbox2.Spacing = 6;
 
83
                        // Container child vbox2.Gtk.Box+BoxChild
 
84
                        this.button2 = new global::Gtk.Button ();
 
85
                        this.button2.CanFocus = true;
 
86
                        this.button2.Name = "button2";
 
87
                        this.button2.UseStock = true;
 
88
                        this.button2.UseUnderline = true;
 
89
                        this.button2.Label = "gtk-remove";
 
90
                        this.vbox2.Add (this.button2);
 
91
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.button2]));
 
92
                        w6.Position = 0;
 
93
                        w6.Expand = false;
 
94
                        w6.Fill = false;
 
95
                        this.hbox3.Add (this.vbox2);
 
96
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.vbox2]));
 
97
                        w7.Position = 1;
 
98
                        w7.Expand = false;
 
99
                        w7.Fill = false;
 
100
                        this.vbox1.Add (this.hbox3);
 
101
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
 
102
                        w8.Position = 1;
 
103
                        // Container child vbox1.Gtk.Box+BoxChild
 
104
                        this.hbox2 = new global::Gtk.HBox ();
 
105
                        this.hbox2.Name = "hbox2";
 
106
                        this.hbox2.Spacing = 6;
 
107
                        // Container child hbox2.Gtk.Box+BoxChild
 
108
                        this.label2 = new global::Gtk.Label ();
 
109
                        this.label2.Name = "label2";
 
110
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("A_cronym:");
 
111
                        this.label2.UseUnderline = true;
 
112
                        this.hbox2.Add (this.label2);
 
113
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
 
114
                        w9.Position = 0;
 
115
                        w9.Expand = false;
 
116
                        w9.Fill = false;
 
117
                        // Container child hbox2.Gtk.Box+BoxChild
 
118
                        this.entry1 = new global::Gtk.Entry ();
 
119
                        this.entry1.CanFocus = true;
 
120
                        this.entry1.Name = "entry1";
 
121
                        this.entry1.IsEditable = true;
 
122
                        this.entry1.InvisibleChar = '●';
 
123
                        this.hbox2.Add (this.entry1);
 
124
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry1]));
 
125
                        w10.Position = 1;
 
126
                        // Container child hbox2.Gtk.Box+BoxChild
 
127
                        this.button1 = new global::Gtk.Button ();
 
128
                        this.button1.CanFocus = true;
 
129
                        this.button1.Name = "button1";
 
130
                        this.button1.UseStock = true;
 
131
                        this.button1.UseUnderline = true;
 
132
                        this.button1.Label = "gtk-add";
 
133
                        this.hbox2.Add (this.button1);
 
134
                        global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1]));
 
135
                        w11.Position = 2;
 
136
                        w11.Expand = false;
 
137
                        w11.Fill = false;
 
138
                        this.vbox1.Add (this.hbox2);
 
139
                        global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
 
140
                        w12.Position = 2;
 
141
                        w12.Expand = false;
 
142
                        w12.Fill = false;
 
143
                        this.hbox1.Add (this.vbox1);
 
144
                        global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
 
145
                        w13.Position = 1;
 
146
                        w13.Expand = false;
 
147
                        w13.Fill = false;
 
148
                        this.Add (this.hbox1);
 
149
                        if ((this.Child != null)) {
 
150
                                this.Child.ShowAll ();
 
151
                        }
 
152
                        this.label1.MnemonicWidget = this.treeviewAcronyms;
 
153
                        this.Hide ();
 
154
                }
 
155
        }
 
156
}