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

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.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
        internal partial class GlobalAuthorInformationPanelWidget
6
6
        {
7
7
                private global::Gtk.Table table1;
8
 
 
 
8
                private global::Gtk.Entry companyEntry;
9
9
                private global::Gtk.Entry copyrightEntry;
10
 
 
11
10
                private global::Gtk.Entry emailEntry;
12
 
 
13
11
                private global::Gtk.Label label2;
14
 
 
15
12
                private global::Gtk.Label label3;
16
 
 
17
13
                private global::Gtk.Label label4;
18
 
 
 
14
                private global::Gtk.Label label5;
 
15
                private global::Gtk.Label label6;
19
16
                private global::Gtk.Entry nameEntry;
 
17
                private global::Gtk.Entry trademarkEntry;
20
18
 
21
19
                protected virtual void Build ()
22
20
                {
25
23
                        global::Stetic.BinContainer.Attach (this);
26
24
                        this.Name = "MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget";
27
25
                        // Container child MonoDevelop.Ide.Gui.OptionPanels.GlobalAuthorInformationPanelWidget.Gtk.Container+ContainerChild
28
 
                        this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
 
26
                        this.table1 = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
29
27
                        this.table1.Name = "table1";
30
28
                        this.table1.RowSpacing = ((uint)(6));
31
29
                        this.table1.ColumnSpacing = ((uint)(6));
32
30
                        // Container child table1.Gtk.Table+TableChild
 
31
                        this.companyEntry = new global::Gtk.Entry ();
 
32
                        this.companyEntry.CanFocus = true;
 
33
                        this.companyEntry.Name = "companyEntry";
 
34
                        this.companyEntry.IsEditable = true;
 
35
                        this.companyEntry.InvisibleChar = '●';
 
36
                        this.table1.Add (this.companyEntry);
 
37
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.companyEntry]));
 
38
                        w1.TopAttach = ((uint)(3));
 
39
                        w1.BottomAttach = ((uint)(4));
 
40
                        w1.LeftAttach = ((uint)(1));
 
41
                        w1.RightAttach = ((uint)(2));
 
42
                        w1.YOptions = ((global::Gtk.AttachOptions)(4));
 
43
                        // Container child table1.Gtk.Table+TableChild
33
44
                        this.copyrightEntry = new global::Gtk.Entry ();
34
45
                        this.copyrightEntry.CanFocus = true;
35
46
                        this.copyrightEntry.Name = "copyrightEntry";
36
47
                        this.copyrightEntry.IsEditable = true;
37
48
                        this.copyrightEntry.InvisibleChar = '●';
38
49
                        this.table1.Add (this.copyrightEntry);
39
 
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.copyrightEntry]));
40
 
                        w1.TopAttach = ((uint)(2));
41
 
                        w1.BottomAttach = ((uint)(3));
42
 
                        w1.LeftAttach = ((uint)(1));
43
 
                        w1.RightAttach = ((uint)(2));
44
 
                        w1.YOptions = ((global::Gtk.AttachOptions)(4));
 
50
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.copyrightEntry]));
 
51
                        w2.TopAttach = ((uint)(2));
 
52
                        w2.BottomAttach = ((uint)(3));
 
53
                        w2.LeftAttach = ((uint)(1));
 
54
                        w2.RightAttach = ((uint)(2));
 
55
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
45
56
                        // Container child table1.Gtk.Table+TableChild
46
57
                        this.emailEntry = new global::Gtk.Entry ();
47
58
                        this.emailEntry.CanFocus = true;
49
60
                        this.emailEntry.IsEditable = true;
50
61
                        this.emailEntry.InvisibleChar = '●';
51
62
                        this.table1.Add (this.emailEntry);
52
 
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.emailEntry]));
53
 
                        w2.TopAttach = ((uint)(1));
54
 
                        w2.BottomAttach = ((uint)(2));
55
 
                        w2.LeftAttach = ((uint)(1));
56
 
                        w2.RightAttach = ((uint)(2));
57
 
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
 
63
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.emailEntry]));
 
64
                        w3.TopAttach = ((uint)(1));
 
65
                        w3.BottomAttach = ((uint)(2));
 
66
                        w3.LeftAttach = ((uint)(1));
 
67
                        w3.RightAttach = ((uint)(2));
 
68
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
58
69
                        // Container child table1.Gtk.Table+TableChild
59
70
                        this.label2 = new global::Gtk.Label ();
60
71
                        this.label2.Name = "label2";
61
 
                        this.label2.Xalign = 0f;
 
72
                        this.label2.Xalign = 0F;
62
73
                        this.label2.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Name:");
63
74
                        this.label2.UseUnderline = true;
64
75
                        this.table1.Add (this.label2);
65
 
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
66
 
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
67
 
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
76
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
 
77
                        w4.XOptions = ((global::Gtk.AttachOptions)(4));
 
78
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
68
79
                        // Container child table1.Gtk.Table+TableChild
69
80
                        this.label3 = new global::Gtk.Label ();
70
81
                        this.label3.Name = "label3";
71
 
                        this.label3.Xalign = 0f;
 
82
                        this.label3.Xalign = 0F;
72
83
                        this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Copyright:");
73
84
                        this.label3.UseUnderline = true;
74
85
                        this.table1.Add (this.label3);
75
 
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
76
 
                        w4.TopAttach = ((uint)(2));
77
 
                        w4.BottomAttach = ((uint)(3));
78
 
                        w4.XOptions = ((global::Gtk.AttachOptions)(4));
79
 
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
 
86
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
 
87
                        w5.TopAttach = ((uint)(2));
 
88
                        w5.BottomAttach = ((uint)(3));
 
89
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
 
90
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
80
91
                        // Container child table1.Gtk.Table+TableChild
81
92
                        this.label4 = new global::Gtk.Label ();
82
93
                        this.label4.Name = "label4";
83
 
                        this.label4.Xalign = 0f;
 
94
                        this.label4.Xalign = 0F;
84
95
                        this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Email:");
85
96
                        this.label4.UseUnderline = true;
86
97
                        this.table1.Add (this.label4);
87
 
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
88
 
                        w5.TopAttach = ((uint)(1));
89
 
                        w5.BottomAttach = ((uint)(2));
90
 
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
91
 
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
 
98
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
 
99
                        w6.TopAttach = ((uint)(1));
 
100
                        w6.BottomAttach = ((uint)(2));
 
101
                        w6.XOptions = ((global::Gtk.AttachOptions)(4));
 
102
                        w6.YOptions = ((global::Gtk.AttachOptions)(4));
 
103
                        // Container child table1.Gtk.Table+TableChild
 
104
                        this.label5 = new global::Gtk.Label ();
 
105
                        this.label5.Name = "label5";
 
106
                        this.label5.Xalign = 0F;
 
107
                        this.label5.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("C_ompany:");
 
108
                        this.label5.UseUnderline = true;
 
109
                        this.table1.Add (this.label5);
 
110
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
 
111
                        w7.TopAttach = ((uint)(3));
 
112
                        w7.BottomAttach = ((uint)(4));
 
113
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
 
114
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
115
                        // Container child table1.Gtk.Table+TableChild
 
116
                        this.label6 = new global::Gtk.Label ();
 
117
                        this.label6.Name = "label6";
 
118
                        this.label6.Xalign = 0F;
 
119
                        this.label6.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Trademark:");
 
120
                        this.label6.UseUnderline = true;
 
121
                        this.table1.Add (this.label6);
 
122
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
 
123
                        w8.TopAttach = ((uint)(4));
 
124
                        w8.BottomAttach = ((uint)(5));
 
125
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
 
126
                        w8.YOptions = ((global::Gtk.AttachOptions)(4));
92
127
                        // Container child table1.Gtk.Table+TableChild
93
128
                        this.nameEntry = new global::Gtk.Entry ();
94
129
                        this.nameEntry.CanFocus = true;
96
131
                        this.nameEntry.IsEditable = true;
97
132
                        this.nameEntry.InvisibleChar = '●';
98
133
                        this.table1.Add (this.nameEntry);
99
 
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.nameEntry]));
100
 
                        w6.LeftAttach = ((uint)(1));
101
 
                        w6.RightAttach = ((uint)(2));
102
 
                        w6.YOptions = ((global::Gtk.AttachOptions)(4));
 
134
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameEntry]));
 
135
                        w9.LeftAttach = ((uint)(1));
 
136
                        w9.RightAttach = ((uint)(2));
 
137
                        w9.YOptions = ((global::Gtk.AttachOptions)(4));
 
138
                        // Container child table1.Gtk.Table+TableChild
 
139
                        this.trademarkEntry = new global::Gtk.Entry ();
 
140
                        this.trademarkEntry.CanFocus = true;
 
141
                        this.trademarkEntry.Name = "trademarkEntry";
 
142
                        this.trademarkEntry.IsEditable = true;
 
143
                        this.trademarkEntry.InvisibleChar = '●';
 
144
                        this.table1.Add (this.trademarkEntry);
 
145
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.trademarkEntry]));
 
146
                        w10.TopAttach = ((uint)(4));
 
147
                        w10.BottomAttach = ((uint)(5));
 
148
                        w10.LeftAttach = ((uint)(1));
 
149
                        w10.RightAttach = ((uint)(2));
 
150
                        w10.YOptions = ((global::Gtk.AttachOptions)(4));
103
151
                        this.Add (this.table1);
104
152
                        if ((this.Child != null)) {
105
153
                                this.Child.ShowAll ();