~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« 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: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------
2
 
//  <autogenerated>
3
 
//      This code was generated by a tool.
4
 
//      
5
 
// 
6
 
//      Changes to this file may cause incorrect behavior and will be lost if 
7
 
//      the code is regenerated.
8
 
//  </autogenerated>
9
 
// ------------------------------------------------------------------------------
10
 
 
11
 
namespace MonoDevelop.Deployment.Gui {
12
 
    
13
 
    internal partial class SourcesZipEditorWidget {
14
 
        
15
 
        private Gtk.VBox vbox2;
16
 
        
17
 
        private Gtk.Label label4;
18
 
        
19
 
        private Gtk.Table table1;
20
 
        
21
 
        private Gtk.ComboBox comboFormat;
22
 
        
23
 
        private MonoDevelop.Components.FolderEntry folderEntry;
24
 
        
25
 
        private Gtk.HBox hbox1;
26
 
        
27
 
        private Gtk.Entry entryZip;
28
 
        
29
 
        private Gtk.ComboBox comboZip;
30
 
        
31
 
        private Gtk.Label label1;
32
 
        
33
 
        private Gtk.Label label2;
34
 
        
35
 
        private Gtk.Label label3;
36
 
        
37
 
        protected virtual void Build() {
38
 
            Stetic.Gui.Initialize(this);
39
 
            // Widget MonoDevelop.Deployment.Gui.SourcesZipEditorWidget
40
 
            Stetic.BinContainer.Attach(this);
41
 
            this.Name = "MonoDevelop.Deployment.Gui.SourcesZipEditorWidget";
42
 
            // Container child MonoDevelop.Deployment.Gui.SourcesZipEditorWidget.Gtk.Container+ContainerChild
43
 
            this.vbox2 = new Gtk.VBox();
44
 
            this.vbox2.Name = "vbox2";
45
 
            this.vbox2.Spacing = 12;
46
 
            this.vbox2.BorderWidth = ((uint)(6));
47
 
            // Container child vbox2.Gtk.Box+BoxChild
48
 
            this.label4 = new Gtk.Label();
49
 
            this.label4.Name = "label4";
50
 
            this.label4.Xalign = 0F;
51
 
            this.label4.LabelProp = Mono.Unix.Catalog.GetString("Select the archive file name and format:");
52
 
            this.vbox2.Add(this.label4);
53
 
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox2[this.label4]));
54
 
            w1.Position = 0;
55
 
            w1.Expand = false;
56
 
            w1.Fill = false;
57
 
            // Container child vbox2.Gtk.Box+BoxChild
58
 
            this.table1 = new Gtk.Table(((uint)(3)), ((uint)(2)), false);
59
 
            this.table1.Name = "table1";
60
 
            this.table1.RowSpacing = ((uint)(6));
61
 
            this.table1.ColumnSpacing = ((uint)(6));
62
 
            // Container child table1.Gtk.Table+TableChild
63
 
            this.comboFormat = Gtk.ComboBox.NewText();
64
 
            this.comboFormat.Name = "comboFormat";
65
 
            this.table1.Add(this.comboFormat);
66
 
            Gtk.Table.TableChild w2 = ((Gtk.Table.TableChild)(this.table1[this.comboFormat]));
67
 
            w2.LeftAttach = ((uint)(1));
68
 
            w2.RightAttach = ((uint)(2));
69
 
            w2.YOptions = ((Gtk.AttachOptions)(4));
70
 
            // Container child table1.Gtk.Table+TableChild
71
 
            this.folderEntry = new MonoDevelop.Components.FolderEntry();
72
 
            this.folderEntry.Name = "folderEntry";
73
 
            this.table1.Add(this.folderEntry);
74
 
            Gtk.Table.TableChild w3 = ((Gtk.Table.TableChild)(this.table1[this.folderEntry]));
75
 
            w3.TopAttach = ((uint)(1));
76
 
            w3.BottomAttach = ((uint)(2));
77
 
            w3.LeftAttach = ((uint)(1));
78
 
            w3.RightAttach = ((uint)(2));
79
 
            w3.XOptions = ((Gtk.AttachOptions)(4));
80
 
            w3.YOptions = ((Gtk.AttachOptions)(4));
81
 
            // Container child table1.Gtk.Table+TableChild
82
 
            this.hbox1 = new Gtk.HBox();
83
 
            this.hbox1.Name = "hbox1";
84
 
            this.hbox1.Spacing = 6;
85
 
            // Container child hbox1.Gtk.Box+BoxChild
86
 
            this.entryZip = new Gtk.Entry();
87
 
            this.entryZip.CanFocus = true;
88
 
            this.entryZip.Name = "entryZip";
89
 
            this.entryZip.IsEditable = true;
90
 
            this.entryZip.InvisibleChar = '●';
91
 
            this.hbox1.Add(this.entryZip);
92
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
93
 
            w4.Position = 0;
94
 
            // Container child hbox1.Gtk.Box+BoxChild
95
 
            this.comboZip = Gtk.ComboBox.NewText();
96
 
            this.comboZip.Name = "comboZip";
97
 
            this.hbox1.Add(this.comboZip);
98
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
99
 
            w5.Position = 1;
100
 
            w5.Expand = false;
101
 
            w5.Fill = false;
102
 
            this.table1.Add(this.hbox1);
103
 
            Gtk.Table.TableChild w6 = ((Gtk.Table.TableChild)(this.table1[this.hbox1]));
104
 
            w6.TopAttach = ((uint)(2));
105
 
            w6.BottomAttach = ((uint)(3));
106
 
            w6.LeftAttach = ((uint)(1));
107
 
            w6.RightAttach = ((uint)(2));
108
 
            w6.XOptions = ((Gtk.AttachOptions)(4));
109
 
            w6.YOptions = ((Gtk.AttachOptions)(4));
110
 
            // Container child table1.Gtk.Table+TableChild
111
 
            this.label1 = new Gtk.Label();
112
 
            this.label1.Name = "label1";
113
 
            this.label1.Xalign = 0F;
114
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("File:");
115
 
            this.table1.Add(this.label1);
116
 
            Gtk.Table.TableChild w7 = ((Gtk.Table.TableChild)(this.table1[this.label1]));
117
 
            w7.TopAttach = ((uint)(2));
118
 
            w7.BottomAttach = ((uint)(3));
119
 
            w7.XOptions = ((Gtk.AttachOptions)(4));
120
 
            w7.YOptions = ((Gtk.AttachOptions)(4));
121
 
            // Container child table1.Gtk.Table+TableChild
122
 
            this.label2 = new Gtk.Label();
123
 
            this.label2.Name = "label2";
124
 
            this.label2.Xalign = 0F;
125
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Target folder:");
126
 
            this.table1.Add(this.label2);
127
 
            Gtk.Table.TableChild w8 = ((Gtk.Table.TableChild)(this.table1[this.label2]));
128
 
            w8.TopAttach = ((uint)(1));
129
 
            w8.BottomAttach = ((uint)(2));
130
 
            w8.XOptions = ((Gtk.AttachOptions)(4));
131
 
            w8.YOptions = ((Gtk.AttachOptions)(4));
132
 
            // Container child table1.Gtk.Table+TableChild
133
 
            this.label3 = new Gtk.Label();
134
 
            this.label3.Name = "label3";
135
 
            this.label3.Xalign = 0F;
136
 
            this.label3.LabelProp = Mono.Unix.Catalog.GetString("File format:");
137
 
            this.table1.Add(this.label3);
138
 
            Gtk.Table.TableChild w9 = ((Gtk.Table.TableChild)(this.table1[this.label3]));
139
 
            w9.XOptions = ((Gtk.AttachOptions)(4));
140
 
            w9.YOptions = ((Gtk.AttachOptions)(4));
141
 
            this.vbox2.Add(this.table1);
142
 
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox2[this.table1]));
143
 
            w10.Position = 1;
144
 
            w10.Expand = false;
145
 
            w10.Fill = false;
146
 
            this.Add(this.vbox2);
147
 
            if ((this.Child != null)) {
148
 
                this.Child.ShowAll();
149
 
            }
150
 
            this.Show();
151
 
            this.entryZip.Changed += new System.EventHandler(this.OnEntryZipChanged);
152
 
            this.comboZip.Changed += new System.EventHandler(this.OnComboZipChanged);
153
 
            this.folderEntry.PathChanged += new System.EventHandler(this.OnFolderEntryPathChanged);
154
 
            this.comboFormat.Changed += new System.EventHandler(this.OnComboFormatChanged);
155
 
        }
156
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.Deployment.Gui
 
4
{
 
5
        internal partial class SourcesZipEditorWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
 
 
9
                private global::Gtk.Label label4;
 
10
 
 
11
                private global::Gtk.Table table1;
 
12
 
 
13
                private global::Gtk.ComboBox comboFormat;
 
14
 
 
15
                private global::MonoDevelop.Components.FolderEntry folderEntry;
 
16
 
 
17
                private global::Gtk.HBox hbox1;
 
18
 
 
19
                private global::Gtk.Entry entryZip;
 
20
 
 
21
                private global::Gtk.ComboBox comboZip;
 
22
 
 
23
                private global::Gtk.Label label1;
 
24
 
 
25
                private global::Gtk.Label label2;
 
26
 
 
27
                private global::Gtk.Label label3;
 
28
 
 
29
                protected virtual void Build ()
 
30
                {
 
31
                        global::Stetic.Gui.Initialize (this);
 
32
                        // Widget MonoDevelop.Deployment.Gui.SourcesZipEditorWidget
 
33
                        global::Stetic.BinContainer.Attach (this);
 
34
                        this.Name = "MonoDevelop.Deployment.Gui.SourcesZipEditorWidget";
 
35
                        // Container child MonoDevelop.Deployment.Gui.SourcesZipEditorWidget.Gtk.Container+ContainerChild
 
36
                        this.vbox2 = new global::Gtk.VBox ();
 
37
                        this.vbox2.Name = "vbox2";
 
38
                        this.vbox2.Spacing = 12;
 
39
                        this.vbox2.BorderWidth = ((uint)(6));
 
40
                        // Container child vbox2.Gtk.Box+BoxChild
 
41
                        this.label4 = new global::Gtk.Label ();
 
42
                        this.label4.Name = "label4";
 
43
                        this.label4.Xalign = 0f;
 
44
                        this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Select the archive file name and format:");
 
45
                        this.vbox2.Add (this.label4);
 
46
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label4]));
 
47
                        w1.Position = 0;
 
48
                        w1.Expand = false;
 
49
                        w1.Fill = false;
 
50
                        // Container child vbox2.Gtk.Box+BoxChild
 
51
                        this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
 
52
                        this.table1.Name = "table1";
 
53
                        this.table1.RowSpacing = ((uint)(6));
 
54
                        this.table1.ColumnSpacing = ((uint)(6));
 
55
                        // Container child table1.Gtk.Table+TableChild
 
56
                        this.comboFormat = global::Gtk.ComboBox.NewText ();
 
57
                        this.comboFormat.Name = "comboFormat";
 
58
                        this.table1.Add (this.comboFormat);
 
59
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.comboFormat]));
 
60
                        w2.LeftAttach = ((uint)(1));
 
61
                        w2.RightAttach = ((uint)(2));
 
62
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
 
63
                        // Container child table1.Gtk.Table+TableChild
 
64
                        this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
 
65
                        this.folderEntry.Name = "folderEntry";
 
66
                        this.table1.Add (this.folderEntry);
 
67
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.folderEntry]));
 
68
                        w3.TopAttach = ((uint)(1));
 
69
                        w3.BottomAttach = ((uint)(2));
 
70
                        w3.LeftAttach = ((uint)(1));
 
71
                        w3.RightAttach = ((uint)(2));
 
72
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
 
73
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
74
                        // Container child table1.Gtk.Table+TableChild
 
75
                        this.hbox1 = new global::Gtk.HBox ();
 
76
                        this.hbox1.Name = "hbox1";
 
77
                        this.hbox1.Spacing = 6;
 
78
                        // Container child hbox1.Gtk.Box+BoxChild
 
79
                        this.entryZip = new global::Gtk.Entry ();
 
80
                        this.entryZip.CanFocus = true;
 
81
                        this.entryZip.Name = "entryZip";
 
82
                        this.entryZip.IsEditable = true;
 
83
                        this.entryZip.InvisibleChar = '●';
 
84
                        this.hbox1.Add (this.entryZip);
 
85
                        global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entryZip]));
 
86
                        w4.Position = 0;
 
87
                        // Container child hbox1.Gtk.Box+BoxChild
 
88
                        this.comboZip = global::Gtk.ComboBox.NewText ();
 
89
                        this.comboZip.Name = "comboZip";
 
90
                        this.hbox1.Add (this.comboZip);
 
91
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.comboZip]));
 
92
                        w5.Position = 1;
 
93
                        w5.Expand = false;
 
94
                        w5.Fill = false;
 
95
                        this.table1.Add (this.hbox1);
 
96
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
 
97
                        w6.TopAttach = ((uint)(2));
 
98
                        w6.BottomAttach = ((uint)(3));
 
99
                        w6.LeftAttach = ((uint)(1));
 
100
                        w6.RightAttach = ((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.label1 = new global::Gtk.Label ();
 
105
                        this.label1.Name = "label1";
 
106
                        this.label1.Xalign = 0f;
 
107
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("File:");
 
108
                        this.table1.Add (this.label1);
 
109
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
 
110
                        w7.TopAttach = ((uint)(2));
 
111
                        w7.BottomAttach = ((uint)(3));
 
112
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
 
113
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
114
                        // Container child table1.Gtk.Table+TableChild
 
115
                        this.label2 = new global::Gtk.Label ();
 
116
                        this.label2.Name = "label2";
 
117
                        this.label2.Xalign = 0f;
 
118
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Target folder:");
 
119
                        this.table1.Add (this.label2);
 
120
                        global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
 
121
                        w8.TopAttach = ((uint)(1));
 
122
                        w8.BottomAttach = ((uint)(2));
 
123
                        w8.XOptions = ((global::Gtk.AttachOptions)(4));
 
124
                        w8.YOptions = ((global::Gtk.AttachOptions)(4));
 
125
                        // Container child table1.Gtk.Table+TableChild
 
126
                        this.label3 = new global::Gtk.Label ();
 
127
                        this.label3.Name = "label3";
 
128
                        this.label3.Xalign = 0f;
 
129
                        this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("File format:");
 
130
                        this.table1.Add (this.label3);
 
131
                        global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
 
132
                        w9.XOptions = ((global::Gtk.AttachOptions)(4));
 
133
                        w9.YOptions = ((global::Gtk.AttachOptions)(4));
 
134
                        this.vbox2.Add (this.table1);
 
135
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1]));
 
136
                        w10.Position = 1;
 
137
                        w10.Expand = false;
 
138
                        w10.Fill = false;
 
139
                        this.Add (this.vbox2);
 
140
                        if ((this.Child != null)) {
 
141
                                this.Child.ShowAll ();
 
142
                        }
 
143
                        this.Show ();
 
144
                        this.entryZip.Changed += new global::System.EventHandler (this.OnEntryZipChanged);
 
145
                        this.comboZip.Changed += new global::System.EventHandler (this.OnComboZipChanged);
 
146
                        this.folderEntry.PathChanged += new global::System.EventHandler (this.OnFolderEntryPathChanged);
 
147
                        this.comboFormat.Changed += new global::System.EventHandler (this.OnComboFormatChanged);
 
148
                }
 
149
        }
157
150
}