~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.LocalFileCopyConfigurationEditorWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-07-05 13:00:05 UTC
  • mfrom: (1.2.8 upstream) (1.3.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100705130005-d6hp4k5gcn1xkj8c
Tags: 2.4+dfsg-1ubuntu1
* debian/patches/remove_support_for_moonlight.patch,
  debian/patches/dont_add_moonlight_to_core_addins.patch,
  debian/control:
  + Enable support for Moonlight
* debian/rules:
  + Ensure Moonlight addin isn't shipped in main MonoDevelop package by
    mistake

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 LocalFileCopyConfigurationEditorWidget {
14
 
        
15
 
        private Gtk.VBox vbox2;
16
 
        
17
 
        private Gtk.Label label1;
18
 
        
19
 
        private MonoDevelop.Components.FolderEntry folderEntry;
20
 
        
21
 
        protected virtual void Build() {
22
 
            Stetic.Gui.Initialize(this);
23
 
            // Widget MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget
24
 
            Stetic.BinContainer.Attach(this);
25
 
            this.Events = ((Gdk.EventMask)(256));
26
 
            this.Name = "MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget";
27
 
            // Container child MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget.Gtk.Container+ContainerChild
28
 
            this.vbox2 = new Gtk.VBox();
29
 
            this.vbox2.Name = "vbox2";
30
 
            this.vbox2.Spacing = 6;
31
 
            // Container child vbox2.Gtk.Box+BoxChild
32
 
            this.label1 = new Gtk.Label();
33
 
            this.label1.Name = "label1";
34
 
            this.label1.Xalign = 0F;
35
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Target directory:");
36
 
            this.vbox2.Add(this.label1);
37
 
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox2[this.label1]));
38
 
            w1.Position = 0;
39
 
            w1.Expand = false;
40
 
            w1.Fill = false;
41
 
            // Container child vbox2.Gtk.Box+BoxChild
42
 
            this.folderEntry = new MonoDevelop.Components.FolderEntry();
43
 
            this.folderEntry.Name = "folderEntry";
44
 
            this.vbox2.Add(this.folderEntry);
45
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.folderEntry]));
46
 
            w2.Position = 1;
47
 
            w2.Expand = false;
48
 
            w2.Fill = false;
49
 
            this.Add(this.vbox2);
50
 
            if ((this.Child != null)) {
51
 
                this.Child.ShowAll();
52
 
            }
53
 
            this.Show();
54
 
            this.folderEntry.PathChanged += new System.EventHandler(this.OnFolderEntryPathChanged);
55
 
        }
56
 
    }
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.Deployment.Gui
 
4
{
 
5
        internal partial class LocalFileCopyConfigurationEditorWidget
 
6
        {
 
7
                private global::Gtk.VBox vbox2;
 
8
 
 
9
                private global::Gtk.Label label1;
 
10
 
 
11
                private global::MonoDevelop.Components.FolderEntry folderEntry;
 
12
 
 
13
                protected virtual void Build ()
 
14
                {
 
15
                        global::Stetic.Gui.Initialize (this);
 
16
                        // Widget MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget
 
17
                        global::Stetic.BinContainer.Attach (this);
 
18
                        this.Events = ((global::Gdk.EventMask)(256));
 
19
                        this.Name = "MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget";
 
20
                        // Container child MonoDevelop.Deployment.Gui.LocalFileCopyConfigurationEditorWidget.Gtk.Container+ContainerChild
 
21
                        this.vbox2 = new global::Gtk.VBox ();
 
22
                        this.vbox2.Name = "vbox2";
 
23
                        this.vbox2.Spacing = 6;
 
24
                        // Container child vbox2.Gtk.Box+BoxChild
 
25
                        this.label1 = new global::Gtk.Label ();
 
26
                        this.label1.Name = "label1";
 
27
                        this.label1.Xalign = 0f;
 
28
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Target directory:");
 
29
                        this.vbox2.Add (this.label1);
 
30
                        global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
 
31
                        w1.Position = 0;
 
32
                        w1.Expand = false;
 
33
                        w1.Fill = false;
 
34
                        // Container child vbox2.Gtk.Box+BoxChild
 
35
                        this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
 
36
                        this.folderEntry.Name = "folderEntry";
 
37
                        this.vbox2.Add (this.folderEntry);
 
38
                        global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.folderEntry]));
 
39
                        w2.Position = 1;
 
40
                        w2.Expand = false;
 
41
                        w2.Fill = false;
 
42
                        this.Add (this.vbox2);
 
43
                        if ((this.Child != null)) {
 
44
                                this.Child.ShowAll ();
 
45
                        }
 
46
                        this.Show ();
 
47
                        this.folderEntry.PathChanged += new global::System.EventHandler (this.OnFolderEntryPathChanged);
 
48
                }
 
49
        }
57
50
}