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

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.SourcesZipEditorWidget.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 SourcesZipEditorWidget
6
6
        {
7
7
                private global::Gtk.VBox vbox2;
8
 
 
9
8
                private global::Gtk.Label label4;
10
 
 
11
9
                private global::Gtk.Table table1;
12
 
 
13
10
                private global::Gtk.ComboBox comboFormat;
14
 
 
15
11
                private global::MonoDevelop.Components.FolderEntry folderEntry;
16
 
 
17
12
                private global::Gtk.HBox hbox1;
18
 
 
19
13
                private global::Gtk.Entry entryZip;
20
 
 
21
14
                private global::Gtk.ComboBox comboZip;
22
 
 
23
15
                private global::Gtk.Label label1;
24
 
 
25
16
                private global::Gtk.Label label2;
26
 
 
27
17
                private global::Gtk.Label label3;
28
18
 
29
19
                protected virtual void Build ()
40
30
                        // Container child vbox2.Gtk.Box+BoxChild
41
31
                        this.label4 = new global::Gtk.Label ();
42
32
                        this.label4.Name = "label4";
43
 
                        this.label4.Xalign = 0f;
 
33
                        this.label4.Xalign = 0F;
44
34
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the archive file name and format:");
45
35
                        this.vbox2.Add (this.label4);
46
 
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label4]));
 
36
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label4]));
47
37
                        w1.Position = 0;
48
38
                        w1.Expand = false;
49
39
                        w1.Fill = false;
56
46
                        this.comboFormat = global::Gtk.ComboBox.NewText ();
57
47
                        this.comboFormat.Name = "comboFormat";
58
48
                        this.table1.Add (this.comboFormat);
59
 
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboFormat]));
 
49
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.comboFormat]));
60
50
                        w2.LeftAttach = ((uint)(1));
61
51
                        w2.RightAttach = ((uint)(2));
62
52
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
64
54
                        this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
65
55
                        this.folderEntry.Name = "folderEntry";
66
56
                        this.table1.Add (this.folderEntry);
67
 
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.folderEntry]));
 
57
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderEntry]));
68
58
                        w3.TopAttach = ((uint)(1));
69
59
                        w3.BottomAttach = ((uint)(2));
70
60
                        w3.LeftAttach = ((uint)(1));
82
72
                        this.entryZip.IsEditable = true;
83
73
                        this.entryZip.InvisibleChar = '●';
84
74
                        this.hbox1.Add (this.entryZip);
85
 
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
 
75
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryZip]));
86
76
                        w4.Position = 0;
87
77
                        // Container child hbox1.Gtk.Box+BoxChild
88
78
                        this.comboZip = global::Gtk.ComboBox.NewText ();
89
79
                        this.comboZip.Name = "comboZip";
90
80
                        this.hbox1.Add (this.comboZip);
91
 
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
 
81
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboZip]));
92
82
                        w5.Position = 1;
93
83
                        w5.Expand = false;
94
84
                        w5.Fill = false;
95
85
                        this.table1.Add (this.hbox1);
96
 
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
 
86
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.hbox1]));
97
87
                        w6.TopAttach = ((uint)(2));
98
88
                        w6.BottomAttach = ((uint)(3));
99
89
                        w6.LeftAttach = ((uint)(1));
103
93
                        // Container child table1.Gtk.Table+TableChild
104
94
                        this.label1 = new global::Gtk.Label ();
105
95
                        this.label1.Name = "label1";
106
 
                        this.label1.Xalign = 0f;
 
96
                        this.label1.Xalign = 0F;
107
97
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
108
98
                        this.table1.Add (this.label1);
109
 
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
 
99
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
110
100
                        w7.TopAttach = ((uint)(2));
111
101
                        w7.BottomAttach = ((uint)(3));
112
102
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
114
104
                        // Container child table1.Gtk.Table+TableChild
115
105
                        this.label2 = new global::Gtk.Label ();
116
106
                        this.label2.Name = "label2";
117
 
                        this.label2.Xalign = 0f;
 
107
                        this.label2.Xalign = 0F;
118
108
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Target folder:");
119
109
                        this.table1.Add (this.label2);
120
 
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
 
110
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
121
111
                        w8.TopAttach = ((uint)(1));
122
112
                        w8.BottomAttach = ((uint)(2));
123
113
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
125
115
                        // Container child table1.Gtk.Table+TableChild
126
116
                        this.label3 = new global::Gtk.Label ();
127
117
                        this.label3.Name = "label3";
128
 
                        this.label3.Xalign = 0f;
 
118
                        this.label3.Xalign = 0F;
129
119
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File format:");
130
120
                        this.table1.Add (this.label3);
131
 
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
 
121
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
132
122
                        w9.XOptions = ((global::Gtk.AttachOptions)(4));
133
123
                        w9.YOptions = ((global::Gtk.AttachOptions)(4));
134
124
                        this.vbox2.Add (this.table1);
135
 
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
 
125
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
136
126
                        w10.Position = 1;
137
127
                        w10.Expand = false;
138
128
                        w10.Fill = false;