diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/UniversalEditor.Engines.GTK.csproj b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/UniversalEditor.Engines.GTK.csproj index 0e55ccc5..ede149aa 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/UniversalEditor.Engines.GTK.csproj +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/UniversalEditor.Engines.GTK.csproj @@ -70,6 +70,8 @@ + + diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.cs b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.cs index 6080b3ca..2ab949f5 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.cs +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.cs @@ -1,9 +1,60 @@ -namespace UniversalEditor.Engines.GTK +// This file has been generated by the GUI designer. Do not modify. +namespace UniversalEditor.Engines.GTK.Dialogs { public partial class DataFormatOptionsDialog { - private Gtk.Button buttonCancel; - private Gtk.Button buttonOk; + private global::Gtk.Button buttonCancel; + private global::Gtk.Button buttonOk; + + protected virtual void Build () + { + global::Stetic.Gui.Initialize (this); + // Widget UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog + this.Name = "UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog"; + this.Title = global::Mono.Unix.Catalog.GetString ("Data Format Options"); + this.WindowPosition = ((global::Gtk.WindowPosition)(4)); + // Internal child UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.VBox + global::Gtk.VBox w1 = this.VBox; + w1.Name = "dialog1_VBox"; + w1.BorderWidth = ((uint)(2)); + // Internal child UniversalEditor.Engines.GTK.Dialogs.DataFormatOptionsDialog.ActionArea + global::Gtk.HButtonBox w2 = this.ActionArea; + w2.Name = "dialog1_ActionArea"; + w2.Spacing = 10; + w2.BorderWidth = ((uint)(5)); + w2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); + // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild + this.buttonCancel = new global::Gtk.Button (); + this.buttonCancel.CanDefault = true; + this.buttonCancel.CanFocus = true; + this.buttonCancel.Name = "buttonCancel"; + this.buttonCancel.UseStock = true; + this.buttonCancel.UseUnderline = true; + this.buttonCancel.Label = "gtk-cancel"; + this.AddActionWidget (this.buttonCancel, -6); + global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w2 [this.buttonCancel])); + w3.Expand = false; + w3.Fill = false; + // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild + this.buttonOk = new global::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); + global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w2 [this.buttonOk])); + w4.Position = 1; + w4.Expand = false; + w4.Fill = false; + if ((this.Child != null)) { + this.Child.ShowAll (); + } + this.DefaultWidth = 476; + this.DefaultHeight = 300; + this.Show (); + } } } diff --git a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/gui.stetic b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/gui.stetic index 8a1cce7f..0b6ee3b5 100644 --- a/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/gui.stetic +++ b/CSharp/Engines/GTK/UniversalEditor.Engines.GTK/gtk-gui/gui.stetic @@ -567,4 +567,62 @@ This implementation of the Universal Editor Platform is primarily developed and + + + Data Format Options + CenterOnParent + 2 + False + + + + 2 + + + + + + + + + 10 + 5 + 2 + End + + + + True + True + True + StockItem + gtk-cancel + -6 + gtk-cancel + + + False + False + + + + + + True + True + True + StockItem + gtk-ok + -5 + gtk-ok + + + 1 + False + False + + + + + \ No newline at end of file