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 ForeignKeyConstraintEditorWidget
{
16 private Gtk
.HPaned hpaned
;
18 private Gtk
.VBox vbox3
;
20 private Gtk
.ScrolledWindow windowPK
;
22 private Gtk
.TreeView listFK
;
24 private Gtk
.HButtonBox hbuttonbox
;
26 private Gtk
.Button buttonAdd
;
28 private Gtk
.Button buttonRemove
;
30 private Gtk
.VBox vboxColumns
;
32 private Gtk
.Frame frame1
;
34 private Gtk
.Alignment GtkAlignment2
;
36 private MonoDevelop
.Database
.Components
.SelectColumnWidget columnSelecter
;
38 private Gtk
.Label GtkLabel2
;
40 private Gtk
.Frame frame2
;
42 private Gtk
.Alignment GtkAlignment3
;
44 private MonoDevelop
.Database
.Components
.SelectColumnWidget referenceColumnSelecter
;
46 private Gtk
.Label GtkLabel3
;
48 protected virtual void Build() {
49 Stetic
.Gui
.Initialize(this);
50 // Widget MonoDevelop.Database.Designer.ForeignKeyConstraintEditorWidget
51 Stetic
.BinContainer
.Attach(this);
52 this.Name
= "MonoDevelop.Database.Designer.ForeignKeyConstraintEditorWidget";
53 // Container child MonoDevelop.Database.Designer.ForeignKeyConstraintEditorWidget.Gtk.Container+ContainerChild
54 this.hpaned
= new Gtk
.HPaned();
55 this.hpaned
.CanFocus
= true;
56 this.hpaned
.Name
= "hpaned";
57 this.hpaned
.Position
= 293;
58 // Container child hpaned.Gtk.Paned+PanedChild
59 this.vbox3
= new Gtk
.VBox();
60 this.vbox3
.Name
= "vbox3";
61 this.vbox3
.Spacing
= 6;
62 // Container child vbox3.Gtk.Box+BoxChild
63 this.windowPK
= new Gtk
.ScrolledWindow();
64 this.windowPK
.CanFocus
= true;
65 this.windowPK
.Name
= "windowPK";
66 this.windowPK
.ShadowType
= ((Gtk
.ShadowType
)(1));
67 // Container child windowPK.Gtk.Container+ContainerChild
68 this.listFK
= new Gtk
.TreeView();
69 this.listFK
.CanFocus
= true;
70 this.listFK
.Name
= "listFK";
71 this.windowPK
.Add(this.listFK
);
72 this.vbox3
.Add(this.windowPK
);
73 Gtk
.Box
.BoxChild w2
= ((Gtk
.Box
.BoxChild
)(this.vbox3
[this.windowPK
]));
75 // Container child vbox3.Gtk.Box+BoxChild
76 this.hbuttonbox
= new Gtk
.HButtonBox();
77 this.hbuttonbox
.Name
= "hbuttonbox";
78 this.hbuttonbox
.Spacing
= 6;
79 this.hbuttonbox
.LayoutStyle
= ((Gtk
.ButtonBoxStyle
)(3));
80 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
81 this.buttonAdd
= new Gtk
.Button();
82 this.buttonAdd
.CanFocus
= true;
83 this.buttonAdd
.Name
= "buttonAdd";
84 this.buttonAdd
.UseStock
= true;
85 this.buttonAdd
.UseUnderline
= true;
86 this.buttonAdd
.Label
= "gtk-add";
87 this.hbuttonbox
.Add(this.buttonAdd
);
88 Gtk
.ButtonBox
.ButtonBoxChild w3
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonAdd
]));
91 // Container child hbuttonbox.Gtk.ButtonBox+ButtonBoxChild
92 this.buttonRemove
= new Gtk
.Button();
93 this.buttonRemove
.Sensitive
= false;
94 this.buttonRemove
.CanFocus
= true;
95 this.buttonRemove
.Name
= "buttonRemove";
96 this.buttonRemove
.UseStock
= true;
97 this.buttonRemove
.UseUnderline
= true;
98 this.buttonRemove
.Label
= "gtk-remove";
99 this.hbuttonbox
.Add(this.buttonRemove
);
100 Gtk
.ButtonBox
.ButtonBoxChild w4
= ((Gtk
.ButtonBox
.ButtonBoxChild
)(this.hbuttonbox
[this.buttonRemove
]));
104 this.vbox3
.Add(this.hbuttonbox
);
105 Gtk
.Box
.BoxChild w5
= ((Gtk
.Box
.BoxChild
)(this.vbox3
[this.hbuttonbox
]));
109 this.hpaned
.Add(this.vbox3
);
110 Gtk
.Paned
.PanedChild w6
= ((Gtk
.Paned
.PanedChild
)(this.hpaned
[this.vbox3
]));
112 // Container child hpaned.Gtk.Paned+PanedChild
113 this.vboxColumns
= new Gtk
.VBox();
114 this.vboxColumns
.Name
= "vboxColumns";
115 this.vboxColumns
.Spacing
= 6;
116 // Container child vboxColumns.Gtk.Box+BoxChild
117 this.frame1
= new Gtk
.Frame();
118 this.frame1
.Name
= "frame1";
119 this.frame1
.ShadowType
= ((Gtk
.ShadowType
)(0));
120 // Container child frame1.Gtk.Container+ContainerChild
121 this.GtkAlignment2
= new Gtk
.Alignment(0F
, 0F
, 1F
, 1F
);
122 this.GtkAlignment2
.Name
= "GtkAlignment2";
123 this.GtkAlignment2
.LeftPadding
= ((uint)(12));
124 // Container child GtkAlignment2.Gtk.Container+ContainerChild
125 this.columnSelecter
= new MonoDevelop
.Database
.Components
.SelectColumnWidget();
126 this.columnSelecter
.Sensitive
= false;
127 this.columnSelecter
.CanFocus
= true;
128 this.columnSelecter
.Name
= "columnSelecter";
129 this.columnSelecter
.ShadowType
= ((Gtk
.ShadowType
)(1));
130 this.columnSelecter
.SingleCheck
= false;
131 this.GtkAlignment2
.Add(this.columnSelecter
);
132 this.frame1
.Add(this.GtkAlignment2
);
133 this.GtkLabel2
= new Gtk
.Label();
134 this.GtkLabel2
.Name
= "GtkLabel2";
135 this.GtkLabel2
.LabelProp
= AddinCatalog
.GetString("Columns");
136 this.GtkLabel2
.UseMarkup
= true;
137 this.frame1
.LabelWidget
= this.GtkLabel2
;
138 this.vboxColumns
.Add(this.frame1
);
139 Gtk
.Box
.BoxChild w9
= ((Gtk
.Box
.BoxChild
)(this.vboxColumns
[this.frame1
]));
141 // Container child vboxColumns.Gtk.Box+BoxChild
142 this.frame2
= new Gtk
.Frame();
143 this.frame2
.Name
= "frame2";
144 this.frame2
.ShadowType
= ((Gtk
.ShadowType
)(0));
145 // Container child frame2.Gtk.Container+ContainerChild
146 this.GtkAlignment3
= new Gtk
.Alignment(0F
, 0F
, 1F
, 1F
);
147 this.GtkAlignment3
.Name
= "GtkAlignment3";
148 this.GtkAlignment3
.LeftPadding
= ((uint)(12));
149 // Container child GtkAlignment3.Gtk.Container+ContainerChild
150 this.referenceColumnSelecter
= new MonoDevelop
.Database
.Components
.SelectColumnWidget();
151 this.referenceColumnSelecter
.Sensitive
= false;
152 this.referenceColumnSelecter
.CanFocus
= true;
153 this.referenceColumnSelecter
.Name
= "referenceColumnSelecter";
154 this.referenceColumnSelecter
.ShadowType
= ((Gtk
.ShadowType
)(1));
155 this.referenceColumnSelecter
.SingleCheck
= false;
156 this.GtkAlignment3
.Add(this.referenceColumnSelecter
);
157 this.frame2
.Add(this.GtkAlignment3
);
158 this.GtkLabel3
= new Gtk
.Label();
159 this.GtkLabel3
.Name
= "GtkLabel3";
160 this.GtkLabel3
.LabelProp
= AddinCatalog
.GetString("Reference Columns");
161 this.GtkLabel3
.UseMarkup
= true;
162 this.frame2
.LabelWidget
= this.GtkLabel3
;
163 this.vboxColumns
.Add(this.frame2
);
164 Gtk
.Box
.BoxChild w12
= ((Gtk
.Box
.BoxChild
)(this.vboxColumns
[this.frame2
]));
166 this.hpaned
.Add(this.vboxColumns
);
167 this.Add(this.hpaned
);
168 if ((this.Child
!= null)) {
169 this.Child
.ShowAll();