|
|
@@ -1,42 +1,24 @@
|
|
|
|
|
|
// This file has been generated by the GUI designer. Do not modify.
|
|
|
-
|
|
|
public partial class MainWindow
|
|
|
{
|
|
|
private global::Gtk.VBox vbox4;
|
|
|
-
|
|
|
private global::Gtk.HBox hbox9;
|
|
|
-
|
|
|
private global::Gtk.VBox labels_vbox;
|
|
|
-
|
|
|
private global::Gtk.Label project_label;
|
|
|
-
|
|
|
private global::Gtk.Label plarform_label;
|
|
|
-
|
|
|
private global::Gtk.Label build_label;
|
|
|
-
|
|
|
private global::Gtk.Label host_label;
|
|
|
-
|
|
|
private global::Gtk.VBox vbox7;
|
|
|
-
|
|
|
private global::Gtk.HBox hbox10;
|
|
|
-
|
|
|
private global::Gtk.Entry project_entry;
|
|
|
-
|
|
|
private global::Gtk.Button project_button;
|
|
|
-
|
|
|
private global::Gtk.ComboBox platform_combobox;
|
|
|
-
|
|
|
private global::Gtk.ComboBox build_combobox;
|
|
|
-
|
|
|
private global::Gtk.HBox hbox11;
|
|
|
-
|
|
|
private global::Gtk.Entry host_entry;
|
|
|
-
|
|
|
private global::Gtk.Button button6;
|
|
|
-
|
|
|
private global::Gtk.Button run_button;
|
|
|
-
|
|
|
private global::Gtk.Statusbar statusbar1;
|
|
|
|
|
|
protected virtual void Build ()
|
|
|
@@ -137,13 +119,7 @@ public partial class MainWindow
|
|
|
w8.Fill = false;
|
|
|
// Container child vbox7.Gtk.Box+BoxChild
|
|
|
this.platform_combobox = global::Gtk.ComboBox.NewText ();
|
|
|
- this.platform_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Linux32"));
|
|
|
- this.platform_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Linux64"));
|
|
|
- this.platform_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Windows32"));
|
|
|
- this.platform_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Windows64"));
|
|
|
- this.platform_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Android"));
|
|
|
this.platform_combobox.Name = "platform_combobox";
|
|
|
- this.platform_combobox.Active = 0;
|
|
|
this.vbox7.Add (this.platform_combobox);
|
|
|
global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.platform_combobox]));
|
|
|
w9.Position = 1;
|
|
|
@@ -151,11 +127,7 @@ public partial class MainWindow
|
|
|
w9.Fill = false;
|
|
|
// Container child vbox7.Gtk.Box+BoxChild
|
|
|
this.build_combobox = global::Gtk.ComboBox.NewText ();
|
|
|
- this.build_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Debug"));
|
|
|
- this.build_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Development"));
|
|
|
- this.build_combobox.AppendText (global::Mono.Unix.Catalog.GetString ("Release"));
|
|
|
this.build_combobox.Name = "build_combobox";
|
|
|
- this.build_combobox.Active = 0;
|
|
|
this.vbox7.Add (this.build_combobox);
|
|
|
global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.build_combobox]));
|
|
|
w10.Position = 2;
|
|
|
@@ -227,8 +199,8 @@ public partial class MainWindow
|
|
|
if ((this.Child != null)) {
|
|
|
this.Child.ShowAll ();
|
|
|
}
|
|
|
- this.DefaultWidth = 291;
|
|
|
- this.DefaultHeight = 236;
|
|
|
+ this.DefaultWidth = 301;
|
|
|
+ this.DefaultHeight = 250;
|
|
|
this.Show ();
|
|
|
this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
|
|
|
this.project_button.Clicked += new global::System.EventHandler (this.OnProjectButtonClicked);
|