~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.WebReferences/gtk-gui/MonoDevelop.WebReferences.Dialogs.WCFConfigWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.WebReferences.Dialogs
 
4
{
 
5
        public partial class WCFConfigWidget
 
6
        {
 
7
                private global::Gtk.VBox dialog1_VBox;
 
8
                private global::Gtk.Table wcfOptions;
 
9
                private global::Gtk.ComboBox dictionaryCollection;
 
10
                private global::Gtk.Label label1;
 
11
                private global::Gtk.Label label2;
 
12
                private global::Gtk.ComboBox listCollection;
 
13
                
 
14
                protected virtual void Build ()
 
15
                {
 
16
                        global::Stetic.Gui.Initialize (this);
 
17
                        // Widget MonoDevelop.WebReferences.Dialogs.WCFConfigWidget
 
18
                        global::Stetic.BinContainer.Attach (this);
 
19
                        this.Name = "MonoDevelop.WebReferences.Dialogs.WCFConfigWidget";
 
20
                        // Container child MonoDevelop.WebReferences.Dialogs.WCFConfigWidget.Gtk.Container+ContainerChild
 
21
                        this.dialog1_VBox = new global::Gtk.VBox ();
 
22
                        this.dialog1_VBox.Name = "dialog1_VBox";
 
23
                        this.dialog1_VBox.BorderWidth = ((uint)(2));
 
24
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
25
                        this.wcfOptions = new global::Gtk.Table (((uint)(7)), ((uint)(2)), false);
 
26
                        this.wcfOptions.Name = "wcfOptions";
 
27
                        this.wcfOptions.RowSpacing = ((uint)(6));
 
28
                        this.wcfOptions.ColumnSpacing = ((uint)(6));
 
29
                        // Container child wcfOptions.Gtk.Table+TableChild
 
30
                        this.dictionaryCollection = global::Gtk.ComboBox.NewText ();
 
31
                        this.dictionaryCollection.Name = "dictionaryCollection";
 
32
                        this.wcfOptions.Add (this.dictionaryCollection);
 
33
                        global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.wcfOptions [this.dictionaryCollection]));
 
34
                        w1.TopAttach = ((uint)(1));
 
35
                        w1.BottomAttach = ((uint)(2));
 
36
                        w1.LeftAttach = ((uint)(1));
 
37
                        w1.RightAttach = ((uint)(2));
 
38
                        w1.XOptions = ((global::Gtk.AttachOptions)(4));
 
39
                        w1.YOptions = ((global::Gtk.AttachOptions)(4));
 
40
                        // Container child wcfOptions.Gtk.Table+TableChild
 
41
                        this.label1 = new global::Gtk.Label ();
 
42
                        this.label1.Name = "label1";
 
43
                        this.label1.Xalign = 0F;
 
44
                        this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Dictionary type:");
 
45
                        this.wcfOptions.Add (this.label1);
 
46
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.wcfOptions [this.label1]));
 
47
                        w2.TopAttach = ((uint)(1));
 
48
                        w2.BottomAttach = ((uint)(2));
 
49
                        w2.XOptions = ((global::Gtk.AttachOptions)(4));
 
50
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
 
51
                        // Container child wcfOptions.Gtk.Table+TableChild
 
52
                        this.label2 = new global::Gtk.Label ();
 
53
                        this.label2.Name = "label2";
 
54
                        this.label2.Xalign = 0F;
 
55
                        this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Collection Mapping:");
 
56
                        this.wcfOptions.Add (this.label2);
 
57
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.wcfOptions [this.label2]));
 
58
                        w3.XOptions = ((global::Gtk.AttachOptions)(4));
 
59
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
60
                        // Container child wcfOptions.Gtk.Table+TableChild
 
61
                        this.listCollection = global::Gtk.ComboBox.NewText ();
 
62
                        this.listCollection.Name = "listCollection";
 
63
                        this.wcfOptions.Add (this.listCollection);
 
64
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.wcfOptions [this.listCollection]));
 
65
                        w4.LeftAttach = ((uint)(1));
 
66
                        w4.RightAttach = ((uint)(2));
 
67
                        w4.XOptions = ((global::Gtk.AttachOptions)(7));
 
68
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
 
69
                        this.dialog1_VBox.Add (this.wcfOptions);
 
70
                        global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox [this.wcfOptions]));
 
71
                        w5.Position = 0;
 
72
                        this.Add (this.dialog1_VBox);
 
73
                        if ((this.Child != null)) {
 
74
                                this.Child.ShowAll ();
 
75
                        }
 
76
                        this.Hide ();
 
77
                }
 
78
        }
 
79
}