1 // ------------------------------------------------------------------------------
3 // This code was generated by a tool.
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 // ------------------------------------------------------------------------------
11 namespace MonoDevelop
.Database
.Designer
{
14 public partial class ColumnsEditorWidget
{
16 private Gtk
.HPaned hpaned
;
18 private Gtk
.VBox vboxLeft
;
20 private Gtk
.ScrolledWindow scrolledwindowLeft
;
22 private Gtk
.TreeView treeColumns
;
24 private Gtk
.HButtonBox hbuttonbox
;
26 private Gtk
.Button buttonAdd
;
28 private Gtk
.Button buttonRemove
;
30 private Gtk
.Button buttonUp
;
32 private Gtk
.Button buttonDown
;
34 private Gtk
.ScrolledWindow scrolledwindowRight
;
36 protected virtual void Build() {
37 Stetic
.Gui
.Initialize(this);
38 // Widget MonoDevelop.Database.Designer.ColumnsEditorWidget
39 Stetic
.BinContainer
.Attach(this);
40 this.Name
= "MonoDevelop.Database.Designer.ColumnsEditorWidget";
41 // Container child MonoDevelop.Database.Designer.ColumnsEditorWidget.Gtk.Container+ContainerChild
42 this.hpaned
= new Gtk
.HPaned();
43 this.hpaned
.CanFocus
= true;
44 this.hpaned
.Name
= "hpaned";
45 this.hpaned
.Position
= 662;
46 // Container child hpaned.Gtk.Paned+PanedChild
47 this.vboxLeft
= new Gtk
.VBox();
48 this.vboxLeft
.Name
= "vboxLeft";
49 this.vboxLeft
.Spacing
= 6;
50 // Container child vboxLeft.Gtk.Box+BoxChild
51 this.scrolledwindowLeft
= new Gtk
.ScrolledWindow();
52 this.scrolledwindowLeft
.CanFocus
= true;
53 this.scrolledwindowLeft
.Name
= "scrolledwindowLeft";
54 this.scrolledwindowLeft
.ShadowType
= ((Gtk
.ShadowType
)(1));
55 // Container child scrolledwindowLeft.Gtk.Container+ContainerChild
56 this.treeColumns
= new Gtk
.TreeView();
57 this.treeColumns
.CanFocus
= true;
58 this.treeColumns
.Name
= "treeColumns";
59 this.scrolledwindowLeft
.Add(this.treeColumns
);
60 this.vboxLeft
.Add(this.scrolledwindowLeft
);
61 Gtk
.Box
.BoxChild w2
= ((Gtk
.Box
.BoxChild
)(this.vboxLeft
[this.scrolledwindowLeft
]));
63 // Container child vboxLeft.Gtk.Box+BoxChild
64 this.hbuttonbox
= new Gtk
.HButtonBox();
65 this.hbuttonbox
.Name
= "hbuttonbox";
66 this.hbuttonbox
.Spacing
= 6;
67 this.hbuttonbox
.LayoutStyle
= ((Gtk
.ButtonBoxStyle
)(3));
68 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
69 this.buttonAdd
= new Gtk
.Button();
70 this.buttonAdd
.CanFocus
= true;
71 this.buttonAdd
.Name
= "buttonAdd";
72 this.buttonAdd
.UseStock
= true;
73 this.buttonAdd
.UseUnderline
= true;
74 this.buttonAdd
.Label
= "gtk-add";
75 this.hbuttonbox
.Add(this.buttonAdd
);
76 Gtk
.ButtonBox
.ButtonBoxChild w3
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonAdd
]));
79 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
80 this.buttonRemove
= new Gtk
.Button();
81 this.buttonRemove
.Sensitive
= false;
82 this.buttonRemove
.CanFocus
= true;
83 this.buttonRemove
.Name
= "buttonRemove";
84 this.buttonRemove
.UseStock
= true;
85 this.buttonRemove
.UseUnderline
= true;
86 this.buttonRemove
.Label
= "gtk-remove";
87 this.hbuttonbox
.Add(this.buttonRemove
);
88 Gtk
.ButtonBox
.ButtonBoxChild w4
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonRemove
]));
92 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
93 this.buttonUp
= new Gtk
.Button();
94 this.buttonUp
.Sensitive
= false;
95 this.buttonUp
.CanFocus
= true;
96 this.buttonUp
.Name
= "buttonUp";
97 this.buttonUp
.UseStock
= true;
98 this.buttonUp
.UseUnderline
= true;
99 this.buttonUp
.Label
= "gtk-go-up";
100 this.hbuttonbox
.Add(this.buttonUp
);
101 Gtk
.ButtonBox
.ButtonBoxChild w5
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonUp
]));
105 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
106 this.buttonDown
= new Gtk
.Button();
107 this.buttonDown
.Sensitive
= false;
108 this.buttonDown
.CanFocus
= true;
109 this.buttonDown
.Name
= "buttonDown";
110 this.buttonDown
.UseStock
= true;
111 this.buttonDown
.UseUnderline
= true;
112 this.buttonDown
.Label
= "gtk-go-down";
113 this.hbuttonbox
.Add(this.buttonDown
);
114 Gtk
.ButtonBox
.ButtonBoxChild w6
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonDown
]));
118 this.vboxLeft
.Add(this.hbuttonbox
);
119 Gtk
.Box
.BoxChild w7
= ((Gtk
.Box
.BoxChild
)(this.vboxLeft
[this.hbuttonbox
]));
123 this.hpaned
.Add(this.vboxLeft
);
124 Gtk
.Paned
.PanedChild w8
= ((Gtk
.Paned
.PanedChild
)(this.hpaned
[this.vboxLeft
]));
126 // Container child hpaned.Gtk.Paned+PanedChild
127 this.scrolledwindowRight
= new Gtk
.ScrolledWindow();
128 this.scrolledwindowRight
.CanFocus
= true;
129 this.scrolledwindowRight
.Name
= "scrolledwindowRight";
130 this.scrolledwindowRight
.ShadowType
= ((Gtk
.ShadowType
)(1));
131 this.hpaned
.Add(this.scrolledwindowRight
);
132 this.Add(this.hpaned
);
133 if ((this.Child
!= null)) {
134 this.Child
.ShowAll();
137 this.buttonAdd
.Clicked
+= new System
.EventHandler(this.AddClicked
);
138 this.buttonRemove
.Clicked
+= new System
.EventHandler(this.RemoveClicked
);
139 this.buttonUp
.Clicked
+= new System
.EventHandler(this.UpClicked
);
140 this.buttonDown
.Clicked
+= new System
.EventHandler(this.DownClicked
);