// This file has been generated by the GUI designer. Do not modify. namespace lliurex.controlcenter { public partial class WarningDialog { private global::Gtk.VBox vbox2; private global::Gtk.HBox hbox5; private global::Gtk.Image image29; private global::Gtk.Label label2; private global::Gtk.HBox hbox4; private global::Gtk.Button acceptButton; protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget lliurex.controlcenter.WarningDialog this.Name = "lliurex.controlcenter.WarningDialog"; this.Title = global::Mono.Unix.Catalog.GetString ("Warning"); this.WindowPosition = ((global::Gtk.WindowPosition)(1)); // Container child lliurex.controlcenter.WarningDialog.Gtk.Container+ContainerChild this.vbox2 = new global::Gtk.VBox (); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(8)); // Container child vbox2.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; this.hbox5.BorderWidth = ((uint)(7)); // Container child hbox5.Gtk.Box+BoxChild this.image29 = new global::Gtk.Image (); this.image29.Name = "image29"; this.image29.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.Dialog); this.hbox5.Add (this.image29); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.image29])); w1.Position = 0; w1.Expand = false; w1.Fill = false; w1.Padding = ((uint)(11)); // Container child hbox5.Gtk.Box+BoxChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("label2"); this.hbox5.Add (this.label2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.label2])); w2.Position = 1; w2.Expand = false; w2.Fill = false; w2.Padding = ((uint)(6)); this.vbox2.Add (this.hbox5); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox5])); w3.Position = 0; w3.Expand = false; w3.Fill = false; w3.Padding = ((uint)(1)); // Container child vbox2.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox (); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.acceptButton = new global::Gtk.Button (); this.acceptButton.CanFocus = true; this.acceptButton.Name = "acceptButton"; this.acceptButton.UseStock = true; this.acceptButton.UseUnderline = true; this.acceptButton.Label = "gtk-ok"; this.hbox4.Add (this.acceptButton); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.acceptButton])); w4.PackType = ((global::Gtk.PackType)(1)); w4.Position = 0; w4.Expand = false; w4.Fill = false; w4.Padding = ((uint)(12)); this.vbox2.Add (this.hbox4); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox4])); w5.Position = 1; w5.Expand = false; w5.Fill = false; this.Add (this.vbox2); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 423; this.DefaultHeight = 147; this.Show (); this.acceptButton.Clicked += new global::System.EventHandler (this.OnAcceptButtonClicked); } } }