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

« back to all changes in this revision

Viewing changes to src/addins/Deployment/MonoDevelop.Deployment/gtk-gui/MonoDevelop.Deployment.Gui.BinariesZipEditorWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2009-02-18 08:40:51 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218084051-gh8m6ukvokbwj7cf
Tags: 1.9.2+dfsg-1ubuntu1
* Merge from Debian Experimental (LP: #330519), remaining Ubuntu changes:
  + debian/control:
    - Update for Gnome# 2.24
    - Add libmono-cairo1.0-cil to build-deps to fool pkg-config check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
19
19
        
20
20
        private Gtk.Table table1;
21
21
        
 
22
        private Gtk.ComboBox comboConfiguration;
 
23
        
22
24
        private Gtk.ComboBox comboPlatform;
23
25
        
24
26
        private MonoDevelop.Components.FolderEntry folderEntry;
35
37
        
36
38
        private Gtk.Label label3;
37
39
        
 
40
        private Gtk.Label label5;
 
41
        
38
42
        protected virtual void Build() {
39
43
            Stetic.Gui.Initialize(this);
40
44
            // Widget MonoDevelop.Deployment.Gui.BinariesZipEditorWidget
56
60
            w1.Expand = false;
57
61
            w1.Fill = false;
58
62
            // Container child vbox2.Gtk.Box+BoxChild
59
 
            this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
 
63
            this.table1 = new Gtk.Table(((uint)(4)), ((uint)(2)), false);
60
64
            this.table1.Name = "table1";
61
65
            this.table1.RowSpacing = ((uint)(6));
62
66
            this.table1.ColumnSpacing = ((uint)(6));
63
67
            // Container child table1.Gtk.Table+TableChild
64
 
            this.comboPlatform = Gtk.ComboBox.NewText();
65
 
            this.comboPlatform.Name = "comboPlatform";
66
 
            this.table1.Add(this.comboPlatform);
67
 
            Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.comboPlatform]));
 
68
            this.comboConfiguration = Gtk.ComboBox.NewText();
 
69
            this.comboConfiguration.Name = "comboConfiguration";
 
70
            this.table1.Add(this.comboConfiguration);
 
71
            Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.comboConfiguration]));
68
72
            w2.LeftAttach = ((uint)(1));
69
73
            w2.RightAttach = ((uint)(2));
70
74
            w2.XOptions = ((Gtk.AttachOptions)(4));
71
75
            w2.YOptions = ((Gtk.AttachOptions)(4));
72
76
            // Container child table1.Gtk.Table+TableChild
73
 
            this.folderEntry = new MonoDevelop.Components.FolderEntry();
74
 
            this.folderEntry.Name = "folderEntry";
75
 
            this.table1.Add(this.folderEntry);
76
 
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.folderEntry]));
 
77
            this.comboPlatform = Gtk.ComboBox.NewText();
 
78
            this.comboPlatform.Name = "comboPlatform";
 
79
            this.table1.Add(this.comboPlatform);
 
80
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.comboPlatform]));
77
81
            w3.TopAttach = ((uint)(1));
78
82
            w3.BottomAttach = ((uint)(2));
79
83
            w3.LeftAttach = ((uint)(1));
80
84
            w3.RightAttach = ((uint)(2));
 
85
            w3.XOptions = ((Gtk.AttachOptions)(4));
81
86
            w3.YOptions = ((Gtk.AttachOptions)(4));
82
87
            // Container child table1.Gtk.Table+TableChild
 
88
            this.folderEntry = new MonoDevelop.Components.FolderEntry();
 
89
            this.folderEntry.Name = "folderEntry";
 
90
            this.table1.Add(this.folderEntry);
 
91
            Gtk.Table.TableChild w4 = ((Gtk.Table.TableChild)(this.table1[this.folderEntry]));
 
92
            w4.TopAttach = ((uint)(2));
 
93
            w4.BottomAttach = ((uint)(3));
 
94
            w4.LeftAttach = ((uint)(1));
 
95
            w4.RightAttach = ((uint)(2));
 
96
            w4.YOptions = ((Gtk.AttachOptions)(4));
 
97
            // Container child table1.Gtk.Table+TableChild
83
98
            this.hbox1 = new Gtk.HBox();
84
99
            this.hbox1.Name = "hbox1";
85
100
            this.hbox1.Spacing = 6;
90
105
            this.entryZip.IsEditable = true;
91
106
            this.entryZip.InvisibleChar = '●';
92
107
            this.hbox1.Add(this.entryZip);
93
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
94
 
            w4.Position = 0;
 
108
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
 
109
            w5.Position = 0;
95
110
            // Container child hbox1.Gtk.Box+BoxChild
96
111
            this.comboZip = Gtk.ComboBox.NewText();
97
112
            this.comboZip.Name = "comboZip";
98
113
            this.comboZip.Active = 0;
99
114
            this.hbox1.Add(this.comboZip);
100
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
101
 
            w5.Position = 1;
102
 
            w5.Expand = false;
103
 
            w5.Fill = false;
 
115
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
 
116
            w6.Position = 1;
 
117
            w6.Expand = false;
 
118
            w6.Fill = false;
104
119
            this.table1.Add(this.hbox1);
105
 
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
106
 
            w6.TopAttach = ((uint)(2));
107
 
            w6.BottomAttach = ((uint)(3));
108
 
            w6.LeftAttach = ((uint)(1));
109
 
            w6.RightAttach = ((uint)(2));
110
 
            w6.YOptions = ((Gtk.AttachOptions)(4));
 
120
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
 
121
            w7.TopAttach = ((uint)(3));
 
122
            w7.BottomAttach = ((uint)(4));
 
123
            w7.LeftAttach = ((uint)(1));
 
124
            w7.RightAttach = ((uint)(2));
 
125
            w7.YOptions = ((Gtk.AttachOptions)(4));
111
126
            // Container child table1.Gtk.Table+TableChild
112
127
            this.label1 = new Gtk.Label();
113
128
            this.label1.Name = "label1";
114
129
            this.label1.Xalign = 0F;
115
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Target platform:");
 
130
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Configuration:");
116
131
            this.table1.Add(this.label1);
117
 
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
118
 
            w7.XOptions = ((Gtk.AttachOptions)(4));
119
 
            w7.YOptions = ((Gtk.AttachOptions)(4));
 
132
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
 
133
            w8.XOptions = ((Gtk.AttachOptions)(4));
 
134
            w8.YOptions = ((Gtk.AttachOptions)(4));
120
135
            // Container child table1.Gtk.Table+TableChild
121
136
            this.label2 = new Gtk.Label();
122
137
            this.label2.Name = "label2";
123
138
            this.label2.Xalign = 0F;
124
139
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Target folder:");
125
140
            this.table1.Add(this.label2);
126
 
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
127
 
            w8.TopAttach = ((uint)(1));
128
 
            w8.BottomAttach = ((uint)(2));
129
 
            w8.XOptions = ((Gtk.AttachOptions)(4));
130
 
            w8.YOptions = ((Gtk.AttachOptions)(4));
 
141
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
 
142
            w9.TopAttach = ((uint)(2));
 
143
            w9.BottomAttach = ((uint)(3));
 
144
            w9.XOptions = ((Gtk.AttachOptions)(4));
 
145
            w9.YOptions = ((Gtk.AttachOptions)(4));
131
146
            // Container child table1.Gtk.Table+TableChild
132
147
            this.label3 = new Gtk.Label();
133
148
            this.label3.Name = "label3";
134
149
            this.label3.Xalign = 0F;
135
150
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("File:");
136
151
            this.table1.Add(this.label3);
137
 
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
138
 
            w9.TopAttach = ((uint)(2));
139
 
            w9.BottomAttach = ((uint)(3));
140
 
            w9.XOptions = ((Gtk.AttachOptions)(4));
141
 
            w9.YOptions = ((Gtk.AttachOptions)(4));
 
152
            Gtk.Table.TableChild w10 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
 
153
            w10.TopAttach = ((uint)(3));
 
154
            w10.BottomAttach = ((uint)(4));
 
155
            w10.XOptions = ((Gtk.AttachOptions)(4));
 
156
            w10.YOptions = ((Gtk.AttachOptions)(4));
 
157
            // Container child table1.Gtk.Table+TableChild
 
158
            this.label5 = new Gtk.Label();
 
159
            this.label5.Name = "label5";
 
160
            this.label5.Xalign = 0F;
 
161
            this.label5.LabelProp = Mono.Unix.Catalog.GetString("Target platform:");
 
162
            this.table1.Add(this.label5);
 
163
            Gtk.Table.TableChild w11 = ((Gtk.Table.TableChild)(this.table1[this.label5]));
 
164
            w11.TopAttach = ((uint)(1));
 
165
            w11.BottomAttach = ((uint)(2));
 
166
            w11.XOptions = ((Gtk.AttachOptions)(4));
 
167
            w11.YOptions = ((Gtk.AttachOptions)(4));
142
168
            this.vbox2.Add(this.table1);
143
 
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox2[this.table1]));
144
 
            w10.Position = 1;
145
 
            w10.Expand = false;
146
 
            w10.Fill = false;
 
169
            Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vbox2[this.table1]));
 
170
            w12.Position = 1;
 
171
            w12.Expand = false;
 
172
            w12.Fill = false;
147
173
            this.Add(this.vbox2);
148
174
            if ((this.Child != null)) {
149
175
                this.Child.ShowAll();
153
179
            this.comboZip.Changed += new System.EventHandler(this.OnComboZipChanged);
154
180
            this.folderEntry.PathChanged += new System.EventHandler(this.OnFolderEntryPathChanged);
155
181
            this.comboPlatform.Changed += new System.EventHandler(this.OnComboPlatformChanged);
 
182
            this.comboConfiguration.Changed += new System.EventHandler(this.OnComboConfigurationChanged);
156
183
        }
157
184
    }
158
185
}