// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace lliurex.imagewriter { public partial class WindowAttention { private Gtk.Fixed fixed1; private Gtk.Label label1; private Gtk.Image image5; private Gtk.Button buttonOk; protected virtual void Build() { Stetic.Gui.Initialize(this); // Widget lliurex.imagewriter.WindowAttention this.Name = "lliurex.imagewriter.WindowAttention"; this.Title = Mono.Unix.Catalog.GetString("Attention"); this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Menu, 16); this.WindowPosition = ((Gtk.WindowPosition)(4)); this.Modal = true; this.HasSeparator = false; // Internal child lliurex.imagewriter.WindowAttention.VBox Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.fixed1 = new Gtk.Fixed(); this.fixed1.HeightRequest = 188; this.fixed1.Name = "fixed1"; this.fixed1.HasWindow = false; // Container child fixed1.Gtk.Fixed+FixedChild this.label1 = new Gtk.Label(); this.label1.WidthRequest = 373; this.label1.HeightRequest = 163; this.label1.Name = "label1"; this.label1.LabelProp = Mono.Unix.Catalog.GetString("It has not been possible to find any \ndevice to record the image. \n\nPlease insert an USB or a diskette \nto record the image file."); this.fixed1.Add(this.label1); Gtk.Fixed.FixedChild w2 = ((Gtk.Fixed.FixedChild)(this.fixed1[this.label1])); w2.X = 7; w2.Y = 18; // Container child fixed1.Gtk.Fixed+FixedChild this.image5 = new Gtk.Image(); this.image5.WidthRequest = 39; this.image5.HeightRequest = 67; this.image5.Name = "image5"; this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-cancel", Gtk.IconSize.Menu, 16); this.fixed1.Add(this.image5); Gtk.Fixed.FixedChild w3 = ((Gtk.Fixed.FixedChild)(this.fixed1[this.image5])); w3.X = 37; w3.Y = 31; w1.Add(this.fixed1); Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(w1[this.fixed1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Internal child lliurex.imagewriter.WindowAttention.ActionArea Gtk.HButtonBox w5 = this.ActionArea; w5.Name = "dialog1_ActionArea"; w5.Spacing = 6; w5.BorderWidth = ((uint)(5)); w5.LayoutStyle = ((Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk = new Gtk.Button(); this.buttonOk.CanDefault = true; this.buttonOk.CanFocus = true; this.buttonOk.Name = "buttonOk"; this.buttonOk.UseStock = true; this.buttonOk.UseUnderline = true; this.buttonOk.Label = "gtk-ok"; this.AddActionWidget(this.buttonOk, -5); Gtk.ButtonBox.ButtonBoxChild w6 = ((Gtk.ButtonBox.ButtonBoxChild)(w5[this.buttonOk])); w6.Expand = false; w6.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show(); this.buttonOk.Clicked += new System.EventHandler(this.OnButtonOkClicked); } } }