|
@@ -0,0 +1,170 @@
|
|
|
|
|
+
|
|
|
|
|
+// This file has been generated by the GUI designer. Do not modify.
|
|
|
|
|
+namespace crown_tests
|
|
|
|
|
+{
|
|
|
|
|
+ public partial class MainWindow
|
|
|
|
|
+ {
|
|
|
|
|
+ private global::Gtk.VBox vbox1;
|
|
|
|
|
+ private global::Gtk.Table table1;
|
|
|
|
|
+ private global::Gtk.Label label1;
|
|
|
|
|
+ private global::Gtk.Label label2;
|
|
|
|
|
+ private global::Gtk.Entry txtCrownTestsExe;
|
|
|
|
|
+ private global::Gtk.Entry txtTestFolder;
|
|
|
|
|
+ private global::Gtk.HBox hbox2;
|
|
|
|
|
+ private global::Gtk.ScrolledWindow GtkScrolledWindow;
|
|
|
|
|
+ private global::Gtk.TreeView twTests;
|
|
|
|
|
+ private global::Gtk.Alignment alignment1;
|
|
|
|
|
+ private global::Gtk.Frame frame1;
|
|
|
|
|
+ private global::Gtk.Alignment GtkAlignment;
|
|
|
|
|
+ private global::Gtk.VBox vbox3;
|
|
|
|
|
+ private global::Gtk.Button btnCreate;
|
|
|
|
|
+ private global::Gtk.Button btnExecute;
|
|
|
|
|
+ private global::Gtk.Label GtkLabel1;
|
|
|
|
|
+
|
|
|
|
|
+ protected virtual void Build ()
|
|
|
|
|
+ {
|
|
|
|
|
+ global::Stetic.Gui.Initialize (this);
|
|
|
|
|
+ // Widget crown_tests.MainWindow
|
|
|
|
|
+ this.Name = "crown_tests.MainWindow";
|
|
|
|
|
+ this.Title = global::Mono.Unix.Catalog.GetString ("Test Browser");
|
|
|
|
|
+ this.WindowPosition = ((global::Gtk.WindowPosition)(4));
|
|
|
|
|
+ // Container child crown_tests.MainWindow.Gtk.Container+ContainerChild
|
|
|
|
|
+ this.vbox1 = new global::Gtk.VBox ();
|
|
|
|
|
+ this.vbox1.Name = "vbox1";
|
|
|
|
|
+ this.vbox1.Spacing = 6;
|
|
|
|
|
+ this.vbox1.BorderWidth = ((uint)(6));
|
|
|
|
|
+ // Container child vbox1.Gtk.Box+BoxChild
|
|
|
|
|
+ this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
|
|
|
|
|
+ this.table1.Name = "table1";
|
|
|
|
|
+ this.table1.RowSpacing = ((uint)(6));
|
|
|
|
|
+ this.table1.ColumnSpacing = ((uint)(6));
|
|
|
|
|
+ // Container child table1.Gtk.Table+TableChild
|
|
|
|
|
+ this.label1 = new global::Gtk.Label ();
|
|
|
|
|
+ this.label1.Name = "label1";
|
|
|
|
|
+ this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Tests folder");
|
|
|
|
|
+ this.table1.Add (this.label1);
|
|
|
|
|
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
|
|
|
|
|
+ w1.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ w1.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ // Container child table1.Gtk.Table+TableChild
|
|
|
|
|
+ this.label2 = new global::Gtk.Label ();
|
|
|
|
|
+ this.label2.Name = "label2";
|
|
|
|
|
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("crown-tests executable");
|
|
|
|
|
+ this.table1.Add (this.label2);
|
|
|
|
|
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
|
|
|
|
|
+ w2.TopAttach = ((uint)(1));
|
|
|
|
|
+ w2.BottomAttach = ((uint)(2));
|
|
|
|
|
+ w2.XOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ // Container child table1.Gtk.Table+TableChild
|
|
|
|
|
+ this.txtCrownTestsExe = new global::Gtk.Entry ();
|
|
|
|
|
+ this.txtCrownTestsExe.CanFocus = true;
|
|
|
|
|
+ this.txtCrownTestsExe.Name = "txtCrownTestsExe";
|
|
|
|
|
+ this.txtCrownTestsExe.IsEditable = true;
|
|
|
|
|
+ this.txtCrownTestsExe.InvisibleChar = '●';
|
|
|
|
|
+ this.table1.Add (this.txtCrownTestsExe);
|
|
|
|
|
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtCrownTestsExe]));
|
|
|
|
|
+ w3.TopAttach = ((uint)(1));
|
|
|
|
|
+ w3.BottomAttach = ((uint)(2));
|
|
|
|
|
+ w3.LeftAttach = ((uint)(1));
|
|
|
|
|
+ w3.RightAttach = ((uint)(2));
|
|
|
|
|
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ // Container child table1.Gtk.Table+TableChild
|
|
|
|
|
+ this.txtTestFolder = new global::Gtk.Entry ();
|
|
|
|
|
+ this.txtTestFolder.CanFocus = true;
|
|
|
|
|
+ this.txtTestFolder.Name = "txtTestFolder";
|
|
|
|
|
+ this.txtTestFolder.IsEditable = true;
|
|
|
|
|
+ this.txtTestFolder.InvisibleChar = '●';
|
|
|
|
|
+ this.table1.Add (this.txtTestFolder);
|
|
|
|
|
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.txtTestFolder]));
|
|
|
|
|
+ w4.LeftAttach = ((uint)(1));
|
|
|
|
|
+ w4.RightAttach = ((uint)(2));
|
|
|
|
|
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
|
|
|
|
|
+ this.vbox1.Add (this.table1);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
|
|
|
|
|
+ w5.Position = 0;
|
|
|
|
|
+ w5.Expand = false;
|
|
|
|
|
+ w5.Fill = false;
|
|
|
|
|
+ // Container child vbox1.Gtk.Box+BoxChild
|
|
|
|
|
+ this.hbox2 = new global::Gtk.HBox ();
|
|
|
|
|
+ this.hbox2.Name = "hbox2";
|
|
|
|
|
+ this.hbox2.Spacing = 6;
|
|
|
|
|
+ // Container child hbox2.Gtk.Box+BoxChild
|
|
|
|
|
+ this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
|
|
|
|
|
+ this.GtkScrolledWindow.Name = "GtkScrolledWindow";
|
|
|
|
|
+ this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
|
|
|
|
|
+ // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
|
|
|
|
|
+ this.twTests = new global::Gtk.TreeView ();
|
|
|
|
|
+ this.twTests.CanFocus = true;
|
|
|
|
|
+ this.twTests.Name = "twTests";
|
|
|
|
|
+ this.GtkScrolledWindow.Add (this.twTests);
|
|
|
|
|
+ this.hbox2.Add (this.GtkScrolledWindow);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
|
|
|
|
|
+ w7.Position = 0;
|
|
|
|
|
+ // Container child hbox2.Gtk.Box+BoxChild
|
|
|
|
|
+ this.alignment1 = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
|
|
|
|
|
+ this.alignment1.Name = "alignment1";
|
|
|
|
|
+ // Container child alignment1.Gtk.Container+ContainerChild
|
|
|
|
|
+ this.frame1 = new global::Gtk.Frame ();
|
|
|
|
|
+ this.frame1.WidthRequest = 120;
|
|
|
|
|
+ this.frame1.Name = "frame1";
|
|
|
|
|
+ this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
|
|
|
|
|
+ // Container child frame1.Gtk.Container+ContainerChild
|
|
|
|
|
+ this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
|
|
|
|
|
+ this.GtkAlignment.Name = "GtkAlignment";
|
|
|
|
|
+ this.GtkAlignment.LeftPadding = ((uint)(12));
|
|
|
|
|
+ // Container child GtkAlignment.Gtk.Container+ContainerChild
|
|
|
|
|
+ this.vbox3 = new global::Gtk.VBox ();
|
|
|
|
|
+ this.vbox3.Name = "vbox3";
|
|
|
|
|
+ this.vbox3.Spacing = 6;
|
|
|
|
|
+ // Container child vbox3.Gtk.Box+BoxChild
|
|
|
|
|
+ this.btnCreate = new global::Gtk.Button ();
|
|
|
|
|
+ this.btnCreate.CanFocus = true;
|
|
|
|
|
+ this.btnCreate.Name = "btnCreate";
|
|
|
|
|
+ this.btnCreate.UseUnderline = true;
|
|
|
|
|
+ this.btnCreate.Label = global::Mono.Unix.Catalog.GetString ("Create");
|
|
|
|
|
+ this.vbox3.Add (this.btnCreate);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnCreate]));
|
|
|
|
|
+ w8.Position = 0;
|
|
|
|
|
+ w8.Expand = false;
|
|
|
|
|
+ w8.Fill = false;
|
|
|
|
|
+ // Container child vbox3.Gtk.Box+BoxChild
|
|
|
|
|
+ this.btnExecute = new global::Gtk.Button ();
|
|
|
|
|
+ this.btnExecute.CanFocus = true;
|
|
|
|
|
+ this.btnExecute.Name = "btnExecute";
|
|
|
|
|
+ this.btnExecute.UseUnderline = true;
|
|
|
|
|
+ this.btnExecute.Label = global::Mono.Unix.Catalog.GetString ("Execute");
|
|
|
|
|
+ this.vbox3.Add (this.btnExecute);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.btnExecute]));
|
|
|
|
|
+ w9.Position = 1;
|
|
|
|
|
+ w9.Expand = false;
|
|
|
|
|
+ w9.Fill = false;
|
|
|
|
|
+ this.GtkAlignment.Add (this.vbox3);
|
|
|
|
|
+ this.frame1.Add (this.GtkAlignment);
|
|
|
|
|
+ this.GtkLabel1 = new global::Gtk.Label ();
|
|
|
|
|
+ this.GtkLabel1.Name = "GtkLabel1";
|
|
|
|
|
+ this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("Operations");
|
|
|
|
|
+ this.GtkLabel1.UseMarkup = true;
|
|
|
|
|
+ this.frame1.LabelWidget = this.GtkLabel1;
|
|
|
|
|
+ this.alignment1.Add (this.frame1);
|
|
|
|
|
+ this.hbox2.Add (this.alignment1);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alignment1]));
|
|
|
|
|
+ w13.Position = 1;
|
|
|
|
|
+ w13.Expand = false;
|
|
|
|
|
+ w13.Fill = false;
|
|
|
|
|
+ this.vbox1.Add (this.hbox2);
|
|
|
|
|
+ global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
|
|
|
|
|
+ w14.Position = 1;
|
|
|
|
|
+ this.Add (this.vbox1);
|
|
|
|
|
+ if ((this.Child != null)) {
|
|
|
|
|
+ this.Child.ShowAll ();
|
|
|
|
|
+ }
|
|
|
|
|
+ this.DefaultWidth = 400;
|
|
|
|
|
+ this.DefaultHeight = 300;
|
|
|
|
|
+ this.Show ();
|
|
|
|
|
+ this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
|
|
|
|
|
+ this.btnCreate.Clicked += new global::System.EventHandler (this.btnCreate_Click);
|
|
|
|
|
+ this.btnExecute.Clicked += new global::System.EventHandler (this.btnExecute_Click);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|