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

« back to all changes in this revision

Viewing changes to src/addins/CSharpBinding/gtk-gui/MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanelWidget.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.CSharp.Formatting
 
4
{
 
5
        public partial class CSharpFormattingPolicyPanelWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox1;
 
8
                private global::Gtk.HBox hbox1;
 
9
                private global::Gtk.Button buttonEdit;
 
10
                private global::Gtk.Label label2;
 
11
                private global::Gtk.ScrolledWindow scrolledwindow1;
 
12
 
 
13
                protected virtual void Build ()
 
14
                {
 
15
                        global::Stetic.Gui.Initialize (this);
 
16
                        // Widget MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanelWidget
 
17
                        global::Stetic.BinContainer.Attach (this);
 
18
                        this.Name = "MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanelWidget";
 
19
                        // Container child MonoDevelop.CSharp.Formatting.CSharpFormattingPolicyPanelWidget.Gtk.Container+ContainerChild
 
20
                        this.vbox1 = new global::Gtk.VBox ();
 
21
                        this.vbox1.Name = "vbox1";
 
22
                        this.vbox1.Spacing = 6;
 
23
                        // Container child vbox1.Gtk.Box+BoxChild
 
24
                        this.hbox1 = new global::Gtk.HBox ();
 
25
                        this.hbox1.Name = "hbox1";
 
26
                        this.hbox1.Spacing = 6;
 
27
                        // Container child hbox1.Gtk.Box+BoxChild
 
28
                        this.buttonEdit = new global::Gtk.Button ();
 
29
                        this.buttonEdit.CanFocus = true;
 
30
                        this.buttonEdit.Name = "buttonEdit";
 
31
                        this.buttonEdit.UseStock = true;
 
32
                        this.buttonEdit.UseUnderline = true;
 
33
                        this.buttonEdit.Label = "gtk-edit";
 
34
                        this.hbox1.Add (this.buttonEdit);
 
35
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEdit]));
 
36
                        w1.Position = 0;
 
37
                        w1.Expand = false;
 
38
                        w1.Fill = false;
 
39
                        this.vbox1.Add (this.hbox1);
 
40
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
 
41
                        w2.Position = 0;
 
42
                        w2.Expand = false;
 
43
                        w2.Fill = false;
 
44
                        // Container child vbox1.Gtk.Box+BoxChild
 
45
                        this.label2 = new global::Gtk.Label ();
 
46
                        this.label2.Name = "label2";
 
47
                        this.label2.Xalign = 0F;
 
48
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Preview:");
 
49
                        this.vbox1.Add (this.label2);
 
50
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label2]));
 
51
                        w3.Position = 1;
 
52
                        w3.Expand = false;
 
53
                        w3.Fill = false;
 
54
                        // Container child vbox1.Gtk.Box+BoxChild
 
55
                        this.scrolledwindow1 = new global::Gtk.ScrolledWindow ();
 
56
                        this.scrolledwindow1.CanFocus = true;
 
57
                        this.scrolledwindow1.Name = "scrolledwindow1";
 
58
                        this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
 
59
                        this.vbox1.Add (this.scrolledwindow1);
 
60
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.scrolledwindow1]));
 
61
                        w4.Position = 2;
 
62
                        this.Add (this.vbox1);
 
63
                        if ((this.Child != null)) {
 
64
                                this.Child.ShowAll ();
 
65
                        }
 
66
                        this.Show ();
 
67
                }
 
68
        }
 
69
}