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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.OptionPanels.RunOptionsPanelWidget.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:
5
5
        public partial class RunOptionsPanelWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox67;
8
 
 
9
8
                private global::Gtk.VBox vbox69;
10
 
 
11
9
                private global::Gtk.Table table10;
12
 
 
13
10
                private global::Gtk.Label label100;
14
 
 
15
11
                private global::Gtk.Entry parametersEntry;
16
 
 
17
12
                private global::Gtk.CheckButton externalConsoleCheckButton;
18
 
 
19
13
                private global::Gtk.CheckButton pauseConsoleOutputCheckButton;
20
 
 
21
14
                private global::Gtk.HSeparator hseparator1;
22
 
 
23
15
                private global::Gtk.Label label1;
24
 
 
25
16
                private global::MonoDevelop.Ide.Gui.Components.EnvVarList envVarList;
26
17
 
27
18
                protected virtual void Build ()
45
36
                        // Container child table10.Gtk.Table+TableChild
46
37
                        this.label100 = new global::Gtk.Label ();
47
38
                        this.label100.Name = "label100";
48
 
                        this.label100.Xalign = 0f;
 
39
                        this.label100.Xalign = 0F;
49
40
                        this.label100.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Paramet_ers:");
50
41
                        this.label100.UseUnderline = true;
51
42
                        this.table10.Add (this.label100);
52
 
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table10[this.label100]));
 
43
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table10 [this.label100]));
53
44
                        w1.XOptions = ((global::Gtk.AttachOptions)(4));
54
45
                        w1.YOptions = ((global::Gtk.AttachOptions)(0));
55
46
                        // Container child table10.Gtk.Table+TableChild
58
49
                        this.parametersEntry.IsEditable = true;
59
50
                        this.parametersEntry.InvisibleChar = '●';
60
51
                        this.table10.Add (this.parametersEntry);
61
 
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table10[this.parametersEntry]));
 
52
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table10 [this.parametersEntry]));
62
53
                        w2.LeftAttach = ((uint)(1));
63
54
                        w2.RightAttach = ((uint)(2));
64
55
                        w2.YOptions = ((global::Gtk.AttachOptions)(0));
65
56
                        this.vbox69.Add (this.table10);
66
 
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.table10]));
 
57
                        global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.table10]));
67
58
                        w3.Position = 0;
68
59
                        w3.Expand = false;
69
60
                        w3.Fill = false;
74
65
                        this.externalConsoleCheckButton.DrawIndicator = true;
75
66
                        this.externalConsoleCheckButton.UseUnderline = true;
76
67
                        this.vbox69.Add (this.externalConsoleCheckButton);
77
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.externalConsoleCheckButton]));
 
68
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.externalConsoleCheckButton]));
78
69
                        w4.Position = 1;
79
70
                        w4.Expand = false;
80
71
                        w4.Fill = false;
85
76
                        this.pauseConsoleOutputCheckButton.DrawIndicator = true;
86
77
                        this.pauseConsoleOutputCheckButton.UseUnderline = true;
87
78
                        this.vbox69.Add (this.pauseConsoleOutputCheckButton);
88
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.pauseConsoleOutputCheckButton]));
 
79
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.pauseConsoleOutputCheckButton]));
89
80
                        w5.Position = 2;
90
81
                        w5.Expand = false;
91
82
                        w5.Fill = false;
93
84
                        this.hseparator1 = new global::Gtk.HSeparator ();
94
85
                        this.hseparator1.Name = "hseparator1";
95
86
                        this.vbox69.Add (this.hseparator1);
96
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.hseparator1]));
 
87
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.hseparator1]));
97
88
                        w6.Position = 3;
98
89
                        w6.Expand = false;
99
90
                        w6.Fill = false;
100
91
                        // Container child vbox69.Gtk.Box+BoxChild
101
92
                        this.label1 = new global::Gtk.Label ();
102
93
                        this.label1.Name = "label1";
103
 
                        this.label1.Xalign = 0f;
 
94
                        this.label1.Xalign = 0F;
104
95
                        this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Environment Variables:");
105
96
                        this.vbox69.Add (this.label1);
106
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.label1]));
 
97
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.label1]));
107
98
                        w7.Position = 4;
108
99
                        w7.Expand = false;
109
100
                        w7.Fill = false;
112
103
                        this.envVarList.CanFocus = true;
113
104
                        this.envVarList.Name = "envVarList";
114
105
                        this.vbox69.Add (this.envVarList);
115
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox69[this.envVarList]));
 
106
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox69 [this.envVarList]));
116
107
                        w8.Position = 5;
117
108
                        this.vbox67.Add (this.vbox69);
118
 
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox67[this.vbox69]));
 
109
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox67 [this.vbox69]));
119
110
                        w9.Position = 0;
120
111
                        this.Add (this.vbox67);
121
112
                        if ((this.Child != null)) {