~ubuntu-branches/ubuntu/quantal/monodevelop/quantal

« back to all changes in this revision

Viewing changes to src/addins/AspNet/MonoDevelop.AspNet/gtk-gui/MonoDevelop.AspNet.Gui.AspNetConfigurationPanelWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2011-06-29 06:56:25 UTC
  • mfrom: (1.8.1 upstream) (1.3.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110629065625-7xx19c4vb95j65pl
Tags: 2.5.92+dfsg-1ubuntu1
* Merge from Debian experimental:
 - Dropped patches & changes to debian/control for Moonlight
   + debian/patches/remove_support_for_moonlight.patch,
   + debian/patches/dont_add_moonlight_to_core_addins.patch,
 - Remaining patches:
   + debian/patches/no_appmenu:

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        internal partial class AspNetConfigurationPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox1;
8
 
 
9
8
                private global::Gtk.Label label1;
10
 
 
11
9
                private global::Gtk.HBox hbox1;
12
 
 
13
10
                private global::Gtk.Label label2;
14
 
 
15
11
                private global::Gtk.VBox vbox2;
16
 
 
17
12
                private global::Gtk.CheckButton disableCodeBehindGeneration;
18
13
 
19
14
                protected virtual void Build ()
29
24
                        // Container child vbox1.Gtk.Box+BoxChild
30
25
                        this.label1 = new global::Gtk.Label ();
31
26
                        this.label1.Name = "label1";
32
 
                        this.label1.Xalign = 0f;
 
27
                        this.label1.Xalign = 0F;
33
28
                        this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Code Generation");
34
29
                        this.vbox1.Add (this.label1);
35
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
 
30
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
36
31
                        w1.Position = 0;
37
32
                        w1.Expand = false;
38
33
                        w1.Fill = false;
45
40
                        this.label2.WidthRequest = 18;
46
41
                        this.label2.Name = "label2";
47
42
                        this.hbox1.Add (this.label2);
48
 
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
 
43
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
49
44
                        w2.Position = 0;
50
45
                        w2.Expand = false;
51
46
                        w2.Fill = false;
61
56
                        this.disableCodeBehindGeneration.DrawIndicator = true;
62
57
                        this.disableCodeBehindGeneration.UseUnderline = true;
63
58
                        this.vbox2.Add (this.disableCodeBehindGeneration);
64
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.disableCodeBehindGeneration]));
 
59
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.disableCodeBehindGeneration]));
65
60
                        w3.Position = 0;
66
61
                        w3.Expand = false;
67
62
                        w3.Fill = false;
68
63
                        this.hbox1.Add (this.vbox2);
69
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2]));
 
64
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox2]));
70
65
                        w4.Position = 1;
71
66
                        this.vbox1.Add (this.hbox1);
72
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
 
67
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
73
68
                        w5.Position = 1;
74
69
                        w5.Expand = false;
75
70
                        w5.Fill = false;