// This file has been generated by the GUI designer. Do not modify. public partial class W_ofimatica { private global::Gtk.Fixed fixed_ofimatica; private global::Gtk.Image image3; private global::Gtk.Button BT_basedades; private global::Gtk.Button BT_fullcalcul; private global::Gtk.Button BT_presentacio; private global::Gtk.Button BT_text; private global::Gtk.Button BT_tornar; private global::Gtk.Button BT_math; private global::Gtk.Button BT_editorweb; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget W_ofimatica this.WidthRequest = 800; this.HeightRequest = 600; this.Name = "W_ofimatica"; this.Title = global::Mono.Unix.Catalog.GetString ("Document d'ofimàtica"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child W_ofimatica.Gtk.Container+ContainerChild this.fixed_ofimatica = new global::Gtk.Fixed (); this.fixed_ofimatica.Name = "fixed_ofimatica"; this.fixed_ofimatica.HasWindow = false; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.image3 = new global::Gtk.Image (); this.image3.Name = "image3"; this.image3.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./lliurex_assistant.gif")); this.fixed_ofimatica.Add (this.image3); global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.image3])); w1.X = 57; w1.Y = 77; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_basedades = new global::Gtk.Button (); this.BT_basedades.WidthRequest = 300; this.BT_basedades.CanFocus = true; this.BT_basedades.Name = "BT_basedades"; this.BT_basedades.UseUnderline = true; this.BT_basedades.Xalign = 0.43f; // Container child BT_basedades.Gtk.Container+ContainerChild global::Gtk.Alignment w2 = new global::Gtk.Alignment (0.43f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w3 = new global::Gtk.HBox (); w3.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w4 = new global::Gtk.Image (); w4.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/base.png")); w3.Add (w4); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w6 = new global::Gtk.Label (); w6.LabelProp = global::Mono.Unix.Catalog.GetString (" Base de dades"); w6.UseUnderline = true; w3.Add (w6); w2.Add (w3); this.BT_basedades.Add (w2); this.fixed_ofimatica.Add (this.BT_basedades); global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_basedades])); w10.X = 322; w10.Y = 232; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_fullcalcul = new global::Gtk.Button (); this.BT_fullcalcul.WidthRequest = 300; this.BT_fullcalcul.CanFocus = true; this.BT_fullcalcul.Name = "BT_fullcalcul"; this.BT_fullcalcul.UseUnderline = true; this.BT_fullcalcul.Xalign = 0.38f; // Container child BT_fullcalcul.Gtk.Container+ContainerChild global::Gtk.Alignment w11 = new global::Gtk.Alignment (0.38f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w12 = new global::Gtk.HBox (); w12.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w13 = new global::Gtk.Image (); w13.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/calc.png")); w12.Add (w13); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w15 = new global::Gtk.Label (); w15.LabelProp = global::Mono.Unix.Catalog.GetString (" Full de càlcul"); w15.UseUnderline = true; w12.Add (w15); w11.Add (w12); this.BT_fullcalcul.Add (w11); this.fixed_ofimatica.Add (this.BT_fullcalcul); global::Gtk.Fixed.FixedChild w19 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_fullcalcul])); w19.X = 322; w19.Y = 164; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_presentacio = new global::Gtk.Button (); this.BT_presentacio.WidthRequest = 300; this.BT_presentacio.CanFocus = true; this.BT_presentacio.Name = "BT_presentacio"; this.BT_presentacio.UseUnderline = true; this.BT_presentacio.Xalign = 0.38f; // Container child BT_presentacio.Gtk.Container+ContainerChild global::Gtk.Alignment w20 = new global::Gtk.Alignment (0.38f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w21 = new global::Gtk.HBox (); w21.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w22 = new global::Gtk.Image (); w22.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/impress.png")); w21.Add (w22); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w24 = new global::Gtk.Label (); w24.LabelProp = global::Mono.Unix.Catalog.GetString (" Presentació"); w24.UseUnderline = true; w21.Add (w24); w20.Add (w21); this.BT_presentacio.Add (w20); this.fixed_ofimatica.Add (this.BT_presentacio); global::Gtk.Fixed.FixedChild w28 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_presentacio])); w28.X = 322; w28.Y = 94; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_text = new global::Gtk.Button (); this.BT_text.WidthRequest = 300; this.BT_text.CanFocus = true; this.BT_text.Name = "BT_text"; this.BT_text.UseUnderline = true; // Container child BT_text.Gtk.Container+ContainerChild global::Gtk.Alignment w29 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w30 = new global::Gtk.HBox (); w30.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w31 = new global::Gtk.Image (); w31.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/writer.png")); w30.Add (w31); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w33 = new global::Gtk.Label (); w33.LabelProp = global::Mono.Unix.Catalog.GetString (" Document de text"); w33.UseUnderline = true; w30.Add (w33); w29.Add (w30); this.BT_text.Add (w29); this.fixed_ofimatica.Add (this.BT_text); global::Gtk.Fixed.FixedChild w37 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_text])); w37.X = 322; w37.Y = 21; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_tornar = new global::Gtk.Button (); this.BT_tornar.WidthRequest = 120; this.BT_tornar.CanFocus = true; this.BT_tornar.Name = "BT_tornar"; this.BT_tornar.UseUnderline = true; // Container child BT_tornar.Gtk.Container+ContainerChild global::Gtk.Alignment w38 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w39 = new global::Gtk.HBox (); w39.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w40 = new global::Gtk.Image (); w40.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/arrow_left.png")); w39.Add (w40); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w42 = new global::Gtk.Label (); w42.LabelProp = global::Mono.Unix.Catalog.GetString (" Tornar "); w42.UseUnderline = true; w39.Add (w42); w38.Add (w39); this.BT_tornar.Add (w38); this.fixed_ofimatica.Add (this.BT_tornar); global::Gtk.Fixed.FixedChild w46 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_tornar])); w46.X = 58; w46.Y = 417; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_math = new global::Gtk.Button (); this.BT_math.WidthRequest = 300; this.BT_math.CanFocus = true; this.BT_math.Name = "BT_math"; this.BT_math.UseUnderline = true; this.BT_math.Xalign = 0.52f; // Container child BT_math.Gtk.Container+ContainerChild global::Gtk.Alignment w47 = new global::Gtk.Alignment (0.52f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w48 = new global::Gtk.HBox (); w48.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w49 = new global::Gtk.Image (); w49.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/math.png")); w48.Add (w49); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w51 = new global::Gtk.Label (); w51.LabelProp = global::Mono.Unix.Catalog.GetString (" Editor d'equacions"); w51.UseUnderline = true; w48.Add (w51); w47.Add (w48); this.BT_math.Add (w47); this.fixed_ofimatica.Add (this.BT_math); global::Gtk.Fixed.FixedChild w55 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_math])); w55.X = 322; w55.Y = 299; // Container child fixed_ofimatica.Gtk.Fixed+FixedChild this.BT_editorweb = new global::Gtk.Button (); this.BT_editorweb.WidthRequest = 300; this.BT_editorweb.CanFocus = true; this.BT_editorweb.Name = "BT_editorweb"; this.BT_editorweb.UseUnderline = true; this.BT_editorweb.Xalign = 0.36f; // Container child BT_editorweb.Gtk.Container+ContainerChild global::Gtk.Alignment w56 = new global::Gtk.Alignment (0.36f, 0.5f, 0f, 0f); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w57 = new global::Gtk.HBox (); w57.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w58 = new global::Gtk.Image (); w58.Pixbuf = new global::Gdk.Pixbuf (global::System.IO.Path.Combine (global::System.AppDomain.CurrentDomain.BaseDirectory, "./icons/kompozer.png")); w57.Add (w58); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w60 = new global::Gtk.Label (); w60.LabelProp = global::Mono.Unix.Catalog.GetString (" Editor web"); w60.UseUnderline = true; w57.Add (w60); w56.Add (w57); this.BT_editorweb.Add (w56); this.fixed_ofimatica.Add (this.BT_editorweb); global::Gtk.Fixed.FixedChild w64 = ((global::Gtk.Fixed.FixedChild)(this.fixed_ofimatica[this.BT_editorweb])); w64.X = 322; w64.Y = 371; this.Add (this.fixed_ofimatica); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 810; this.DefaultHeight = 629; this.Show (); this.BT_basedades.Clicked += new global::System.EventHandler (this.OnBTBasedadesClicked); this.BT_fullcalcul.Clicked += new global::System.EventHandler (this.OnBTFullcalculClicked); this.BT_presentacio.Clicked += new global::System.EventHandler (this.OnBTPresentacioClicked); this.BT_text.Clicked += new global::System.EventHandler (this.OnBTTextClicked); this.BT_tornar.Clicked += new global::System.EventHandler (this.OnBTTornarClicked); this.BT_math.Clicked += new global::System.EventHandler (this.OnBTMathClicked); this.BT_editorweb.Clicked += new global::System.EventHandler (this.OnBTEditorwebClicked); } }