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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Projects.NewConfigurationDialog.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 NewConfigurationDialog
6
6
        {
7
7
                private global::Gtk.VBox vbox77;
8
 
 
9
8
                private global::Gtk.Table table1;
10
 
 
11
9
                private global::Gtk.ComboBoxEntry comboName;
12
 
 
13
10
                private global::Gtk.ComboBoxEntry comboPlatform;
14
 
 
15
11
                private global::Gtk.Label label1;
16
 
 
17
12
                private global::Gtk.Label label2;
18
 
 
19
13
                private global::Gtk.CheckButton createChildrenCheck;
20
 
 
21
14
                private global::Gtk.Button cancelbutton1;
22
 
 
23
15
                private global::Gtk.Button okbutton1;
24
16
 
25
17
                protected virtual void Build ()
47
39
                        this.comboName = global::Gtk.ComboBoxEntry.NewText ();
48
40
                        this.comboName.Name = "comboName";
49
41
                        this.table1.Add (this.comboName);
50
 
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboName]));
 
42
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboName]));
51
43
                        w2.LeftAttach = ((uint)(1));
52
44
                        w2.RightAttach = ((uint)(2));
53
45
                        w2.XOptions = ((global::Gtk.AttachOptions)(4));
56
48
                        this.comboPlatform = global::Gtk.ComboBoxEntry.NewText ();
57
49
                        this.comboPlatform.Name = "comboPlatform";
58
50
                        this.table1.Add (this.comboPlatform);
59
 
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.comboPlatform]));
 
51
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboPlatform]));
60
52
                        w3.TopAttach = ((uint)(1));
61
53
                        w3.BottomAttach = ((uint)(2));
62
54
                        w3.LeftAttach = ((uint)(1));
65
57
                        // Container child table1.Gtk.Table+TableChild
66
58
                        this.label1 = new global::Gtk.Label ();
67
59
                        this.label1.Name = "label1";
68
 
                        this.label1.Xalign = 0f;
 
60
                        this.label1.Xalign = 0F;
69
61
                        this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Name:");
70
62
                        this.table1.Add (this.label1);
71
 
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
 
63
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
72
64
                        w4.XOptions = ((global::Gtk.AttachOptions)(4));
73
65
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
74
66
                        // Container child table1.Gtk.Table+TableChild
76
68
                        this.label2.Name = "label2";
77
69
                        this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Platform:");
78
70
                        this.table1.Add (this.label2);
79
 
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
 
71
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
80
72
                        w5.TopAttach = ((uint)(1));
81
73
                        w5.BottomAttach = ((uint)(2));
82
74
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
83
75
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
84
76
                        this.vbox77.Add (this.table1);
85
 
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox77[this.table1]));
 
77
                        global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.table1]));
86
78
                        w6.Position = 0;
87
79
                        w6.Expand = false;
88
80
                        w6.Fill = false;
94
86
                        this.createChildrenCheck.DrawIndicator = true;
95
87
                        this.createChildrenCheck.UseUnderline = true;
96
88
                        this.vbox77.Add (this.createChildrenCheck);
97
 
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox77[this.createChildrenCheck]));
 
89
                        global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox77 [this.createChildrenCheck]));
98
90
                        w7.Position = 1;
99
91
                        w7.Expand = false;
100
92
                        w7.Fill = false;
101
93
                        w1.Add (this.vbox77);
102
 
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.vbox77]));
 
94
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox77]));
103
95
                        w8.Position = 0;
104
96
                        // Internal child MonoDevelop.Ide.Projects.NewConfigurationDialog.ActionArea
105
97
                        global::Gtk.HButtonBox w9 = this.ActionArea;
114
106
                        this.cancelbutton1.UseUnderline = true;
115
107
                        this.cancelbutton1.Label = "gtk-cancel";
116
108
                        this.AddActionWidget (this.cancelbutton1, -6);
117
 
                        global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.cancelbutton1]));
 
109
                        global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.cancelbutton1]));
118
110
                        w10.Expand = false;
119
111
                        w10.Fill = false;
120
112
                        // Container child dialog-action_area6.Gtk.ButtonBox+ButtonBoxChild
124
116
                        this.okbutton1.UseUnderline = true;
125
117
                        this.okbutton1.Label = "gtk-ok";
126
118
                        w9.Add (this.okbutton1);
127
 
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9[this.okbutton1]));
 
119
                        global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.okbutton1]));
128
120
                        w11.Position = 1;
129
121
                        w11.Expand = false;
130
122
                        w11.Fill = false;
133
125
                        }
134
126
                        this.DefaultWidth = 407;
135
127
                        this.DefaultHeight = 187;
136
 
                        this.Show ();
 
128
                        this.Hide ();
137
129
                        this.okbutton1.Clicked += new global::System.EventHandler (this.OnOkbutton1Clicked);
138
130
                }
139
131
        }