// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
public partial class MainWindow {
private Gtk.HBox hboxL1;
private Gtk.VBox vboxL1;
private Gtk.Button btnHardware;
private Gtk.VBox vbox2;
private Gtk.Image imgHardware;
private Gtk.Label lblHardware;
private Gtk.Button softwareButton;
private Gtk.VBox vbox7;
private Gtk.Image softImage;
private Gtk.Label softwareLabel;
private Gtk.Button btnNetwork;
private Gtk.VBox vbox3;
private Gtk.Image imgNetwork;
private Gtk.Label lblNetwork;
private Gtk.Button btnSystem;
private Gtk.VBox vbox4;
private Gtk.Image imgSystem;
private Gtk.Label lblSystem;
private Gtk.Button btnPreferences;
private Gtk.VBox vbox5;
private Gtk.Image imgPreferences;
private Gtk.Label lblPreferences;
private Gtk.Button btnOthers;
private Gtk.VBox vbox6;
private Gtk.Image imgOthers;
private Gtk.Label lblOthers;
private Gtk.Button btnExit;
private Gtk.VBox vbox8;
private Gtk.Image imgExit;
private Gtk.Label lblExit;
private Gtk.VBox vboxR1;
private Gtk.HBox hboxR2;
private Gtk.Image image4;
private Gtk.Label label4;
private Gtk.Button unlock;
private Gtk.ScrolledWindow scrolledwindowR1;
private Gtk.VBox vboxPanelList;
private Gtk.VBox vbox1;
private Gtk.Image image6;
private Gtk.Label label2;
private Gtk.HBox hboxS1;
private Gtk.Image imgStatus;
private Gtk.Label lblStatus;
protected virtual void Build() {
Stetic.Gui.Initialize(this);
// Widget MainWindow
this.Name = "MainWindow";
this.Title = Mono.Unix.Catalog.GetString("lliurex zero center");
this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-preferences", Gtk.IconSize.Dialog, 48);
this.WindowPosition = ((Gtk.WindowPosition)(3));
this.DefaultWidth = 800;
// Container child MainWindow.Gtk.Container+ContainerChild
this.hboxL1 = new Gtk.HBox();
this.hboxL1.Name = "hboxL1";
this.hboxL1.Spacing = 6;
this.hboxL1.BorderWidth = ((uint)(4));
// Container child hboxL1.Gtk.Box+BoxChild
this.vboxL1 = new Gtk.VBox();
this.vboxL1.Name = "vboxL1";
this.vboxL1.Spacing = 6;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnHardware = new Gtk.Button();
this.btnHardware.WidthRequest = 180;
this.btnHardware.HeightRequest = 80;
this.btnHardware.CanFocus = true;
this.btnHardware.Name = "btnHardware";
// Container child btnHardware.Gtk.Container+ContainerChild
this.vbox2 = new Gtk.VBox();
this.vbox2.Name = "vbox2";
this.vbox2.Spacing = 6;
// Container child vbox2.Gtk.Box+BoxChild
this.imgHardware = new Gtk.Image();
this.imgHardware.Name = "imgHardware";
this.imgHardware.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-execute", Gtk.IconSize.Dialog, 48);
this.vbox2.Add(this.imgHardware);
Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox2[this.imgHardware]));
w1.Position = 0;
w1.Expand = false;
w1.Fill = false;
// Container child vbox2.Gtk.Box+BoxChild
this.lblHardware = new Gtk.Label();
this.lblHardware.Name = "lblHardware";
this.lblHardware.LabelProp = Mono.Unix.Catalog.GetString("Hardware");
this.vbox2.Add(this.lblHardware);
Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.lblHardware]));
w2.Position = 1;
w2.Expand = false;
w2.Fill = false;
this.btnHardware.Add(this.vbox2);
this.btnHardware.Label = null;
this.vboxL1.Add(this.btnHardware);
Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnHardware]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.softwareButton = new Gtk.Button();
this.softwareButton.CanFocus = true;
this.softwareButton.Name = "softwareButton";
// Container child softwareButton.Gtk.Container+ContainerChild
this.vbox7 = new Gtk.VBox();
this.vbox7.Name = "vbox7";
this.vbox7.Spacing = 6;
// Container child vbox7.Gtk.Box+BoxChild
this.softImage = new Gtk.Image();
this.softImage.Name = "softImage";
this.softImage.Pixbuf = Stetic.IconLoader.LoadIcon(this, "system-software-installer", Gtk.IconSize.Dialog, 48);
this.vbox7.Add(this.softImage);
Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox7[this.softImage]));
w5.Position = 0;
w5.Expand = false;
w5.Fill = false;
// Container child vbox7.Gtk.Box+BoxChild
this.softwareLabel = new Gtk.Label();
this.softwareLabel.Name = "softwareLabel";
this.softwareLabel.LabelProp = Mono.Unix.Catalog.GetString("Software");
this.vbox7.Add(this.softwareLabel);
Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox7[this.softwareLabel]));
w6.Position = 1;
w6.Expand = false;
w6.Fill = false;
this.softwareButton.Add(this.vbox7);
this.softwareButton.Label = null;
this.vboxL1.Add(this.softwareButton);
Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(this.vboxL1[this.softwareButton]));
w8.Position = 1;
w8.Expand = false;
w8.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnNetwork = new Gtk.Button();
this.btnNetwork.WidthRequest = 180;
this.btnNetwork.HeightRequest = 80;
this.btnNetwork.CanFocus = true;
this.btnNetwork.Name = "btnNetwork";
// Container child btnNetwork.Gtk.Container+ContainerChild
this.vbox3 = new Gtk.VBox();
this.vbox3.Name = "vbox3";
this.vbox3.Spacing = 6;
// Container child vbox3.Gtk.Box+BoxChild
this.imgNetwork = new Gtk.Image();
this.imgNetwork.Name = "imgNetwork";
this.imgNetwork.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-network", Gtk.IconSize.Dialog, 48);
this.vbox3.Add(this.imgNetwork);
Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox3[this.imgNetwork]));
w9.Position = 0;
w9.Expand = false;
w9.Fill = false;
// Container child vbox3.Gtk.Box+BoxChild
this.lblNetwork = new Gtk.Label();
this.lblNetwork.Name = "lblNetwork";
this.lblNetwork.LabelProp = Mono.Unix.Catalog.GetString("Network");
this.vbox3.Add(this.lblNetwork);
Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox3[this.lblNetwork]));
w10.Position = 1;
w10.Expand = false;
w10.Fill = false;
this.btnNetwork.Add(this.vbox3);
this.btnNetwork.Label = null;
this.vboxL1.Add(this.btnNetwork);
Gtk.Box.BoxChild w12 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnNetwork]));
w12.Position = 2;
w12.Expand = false;
w12.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnSystem = new Gtk.Button();
this.btnSystem.WidthRequest = 180;
this.btnSystem.HeightRequest = 80;
this.btnSystem.CanFocus = true;
this.btnSystem.Name = "btnSystem";
// Container child btnSystem.Gtk.Container+ContainerChild
this.vbox4 = new Gtk.VBox();
this.vbox4.Name = "vbox4";
this.vbox4.Spacing = 6;
// Container child vbox4.Gtk.Box+BoxChild
this.imgSystem = new Gtk.Image();
this.imgSystem.Name = "imgSystem";
this.imgSystem.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-home", Gtk.IconSize.Dialog, 48);
this.vbox4.Add(this.imgSystem);
Gtk.Box.BoxChild w13 = ((Gtk.Box.BoxChild)(this.vbox4[this.imgSystem]));
w13.Position = 0;
w13.Expand = false;
w13.Fill = false;
// Container child vbox4.Gtk.Box+BoxChild
this.lblSystem = new Gtk.Label();
this.lblSystem.Name = "lblSystem";
this.lblSystem.LabelProp = Mono.Unix.Catalog.GetString("System");
this.vbox4.Add(this.lblSystem);
Gtk.Box.BoxChild w14 = ((Gtk.Box.BoxChild)(this.vbox4[this.lblSystem]));
w14.Position = 1;
w14.Expand = false;
w14.Fill = false;
this.btnSystem.Add(this.vbox4);
this.btnSystem.Label = null;
this.vboxL1.Add(this.btnSystem);
Gtk.Box.BoxChild w16 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnSystem]));
w16.Position = 3;
w16.Expand = false;
w16.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnPreferences = new Gtk.Button();
this.btnPreferences.WidthRequest = 180;
this.btnPreferences.HeightRequest = 80;
this.btnPreferences.CanFocus = true;
this.btnPreferences.Name = "btnPreferences";
// Container child btnPreferences.Gtk.Container+ContainerChild
this.vbox5 = new Gtk.VBox();
this.vbox5.Name = "vbox5";
this.vbox5.Spacing = 6;
// Container child vbox5.Gtk.Box+BoxChild
this.imgPreferences = new Gtk.Image();
this.imgPreferences.Name = "imgPreferences";
this.imgPreferences.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-about", Gtk.IconSize.Dialog, 48);
this.vbox5.Add(this.imgPreferences);
Gtk.Box.BoxChild w17 = ((Gtk.Box.BoxChild)(this.vbox5[this.imgPreferences]));
w17.Position = 0;
w17.Expand = false;
w17.Fill = false;
// Container child vbox5.Gtk.Box+BoxChild
this.lblPreferences = new Gtk.Label();
this.lblPreferences.Name = "lblPreferences";
this.lblPreferences.LabelProp = Mono.Unix.Catalog.GetString("Preferences");
this.vbox5.Add(this.lblPreferences);
Gtk.Box.BoxChild w18 = ((Gtk.Box.BoxChild)(this.vbox5[this.lblPreferences]));
w18.Position = 1;
w18.Expand = false;
w18.Fill = false;
this.btnPreferences.Add(this.vbox5);
this.btnPreferences.Label = null;
this.vboxL1.Add(this.btnPreferences);
Gtk.Box.BoxChild w20 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnPreferences]));
w20.Position = 4;
w20.Expand = false;
w20.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnOthers = new Gtk.Button();
this.btnOthers.WidthRequest = 180;
this.btnOthers.HeightRequest = 80;
this.btnOthers.CanFocus = true;
this.btnOthers.Name = "btnOthers";
// Container child btnOthers.Gtk.Container+ContainerChild
this.vbox6 = new Gtk.VBox();
this.vbox6.Name = "vbox6";
this.vbox6.Spacing = 6;
// Container child vbox6.Gtk.Box+BoxChild
this.imgOthers = new Gtk.Image();
this.imgOthers.Name = "imgOthers";
this.imgOthers.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_dialog-question", Gtk.IconSize.Dialog, 48);
this.vbox6.Add(this.imgOthers);
Gtk.Box.BoxChild w21 = ((Gtk.Box.BoxChild)(this.vbox6[this.imgOthers]));
w21.Position = 0;
w21.Expand = false;
w21.Fill = false;
// Container child vbox6.Gtk.Box+BoxChild
this.lblOthers = new Gtk.Label();
this.lblOthers.Name = "lblOthers";
this.lblOthers.LabelProp = Mono.Unix.Catalog.GetString("Others");
this.vbox6.Add(this.lblOthers);
Gtk.Box.BoxChild w22 = ((Gtk.Box.BoxChild)(this.vbox6[this.lblOthers]));
w22.Position = 1;
w22.Expand = false;
w22.Fill = false;
this.btnOthers.Add(this.vbox6);
this.btnOthers.Label = null;
this.vboxL1.Add(this.btnOthers);
Gtk.Box.BoxChild w24 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnOthers]));
w24.Position = 5;
w24.Expand = false;
w24.Fill = false;
// Container child vboxL1.Gtk.Box+BoxChild
this.btnExit = new Gtk.Button();
this.btnExit.WidthRequest = 180;
this.btnExit.HeightRequest = 80;
this.btnExit.CanFocus = true;
this.btnExit.Name = "btnExit";
// Container child btnExit.Gtk.Container+ContainerChild
this.vbox8 = new Gtk.VBox();
this.vbox8.Name = "vbox8";
this.vbox8.Spacing = 6;
// Container child vbox8.Gtk.Box+BoxChild
this.imgExit = new Gtk.Image();
this.imgExit.Name = "imgExit";
this.imgExit.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-quit", Gtk.IconSize.Dialog, 48);
this.vbox8.Add(this.imgExit);
Gtk.Box.BoxChild w25 = ((Gtk.Box.BoxChild)(this.vbox8[this.imgExit]));
w25.Position = 0;
w25.Expand = false;
w25.Fill = false;
// Container child vbox8.Gtk.Box+BoxChild
this.lblExit = new Gtk.Label();
this.lblExit.Name = "lblExit";
this.lblExit.LabelProp = Mono.Unix.Catalog.GetString("Exit Zero-Center");
this.vbox8.Add(this.lblExit);
Gtk.Box.BoxChild w26 = ((Gtk.Box.BoxChild)(this.vbox8[this.lblExit]));
w26.Position = 1;
w26.Expand = false;
w26.Fill = false;
this.btnExit.Add(this.vbox8);
this.btnExit.Label = null;
this.vboxL1.Add(this.btnExit);
Gtk.Box.BoxChild w28 = ((Gtk.Box.BoxChild)(this.vboxL1[this.btnExit]));
w28.PackType = ((Gtk.PackType)(1));
w28.Position = 6;
w28.Expand = false;
w28.Fill = false;
this.hboxL1.Add(this.vboxL1);
Gtk.Box.BoxChild w29 = ((Gtk.Box.BoxChild)(this.hboxL1[this.vboxL1]));
w29.Position = 0;
w29.Expand = false;
w29.Fill = false;
// Container child hboxL1.Gtk.Box+BoxChild
this.vboxR1 = new Gtk.VBox();
this.vboxR1.Name = "vboxR1";
this.vboxR1.Spacing = 6;
// Container child vboxR1.Gtk.Box+BoxChild
this.hboxR2 = new Gtk.HBox();
this.hboxR2.Name = "hboxR2";
this.hboxR2.Spacing = 6;
// Container child hboxR2.Gtk.Box+BoxChild
this.image4 = new Gtk.Image();
this.image4.Name = "image4";
this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-authentication", Gtk.IconSize.Dialog, 48);
this.hboxR2.Add(this.image4);
Gtk.Box.BoxChild w30 = ((Gtk.Box.BoxChild)(this.hboxR2[this.image4]));
w30.Position = 0;
w30.Expand = false;
w30.Fill = false;
// Container child hboxR2.Gtk.Box+BoxChild
this.label4 = new Gtk.Label();
this.label4.Name = "label4";
this.label4.LabelProp = Mono.Unix.Catalog.GetString("--");
this.hboxR2.Add(this.label4);
Gtk.Box.BoxChild w31 = ((Gtk.Box.BoxChild)(this.hboxR2[this.label4]));
w31.Position = 1;
w31.Expand = false;
w31.Fill = false;
// Container child hboxR2.Gtk.Box+BoxChild
this.unlock = new Gtk.Button();
this.unlock.CanFocus = true;
this.unlock.Name = "unlock";
this.unlock.UseUnderline = true;
// Container child unlock.Gtk.Container+ContainerChild
Gtk.Alignment w32 = new Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
// Container child GtkAlignment.Gtk.Container+ContainerChild
Gtk.HBox w33 = new Gtk.HBox();
w33.Spacing = 2;
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Image w34 = new Gtk.Image();
w34.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_keyring", Gtk.IconSize.Menu, 16);
w33.Add(w34);
// Container child GtkHBox.Gtk.Container+ContainerChild
Gtk.Label w36 = new Gtk.Label();
w36.LabelProp = Mono.Unix.Catalog.GetString("Unlock");
w36.UseUnderline = true;
w33.Add(w36);
w32.Add(w33);
this.unlock.Add(w32);
this.hboxR2.Add(this.unlock);
Gtk.Box.BoxChild w40 = ((Gtk.Box.BoxChild)(this.hboxR2[this.unlock]));
w40.PackType = ((Gtk.PackType)(1));
w40.Position = 2;
w40.Expand = false;
w40.Fill = false;
this.vboxR1.Add(this.hboxR2);
Gtk.Box.BoxChild w41 = ((Gtk.Box.BoxChild)(this.vboxR1[this.hboxR2]));
w41.Position = 0;
w41.Expand = false;
w41.Fill = false;
// Container child vboxR1.Gtk.Box+BoxChild
this.scrolledwindowR1 = new Gtk.ScrolledWindow();
this.scrolledwindowR1.CanFocus = true;
this.scrolledwindowR1.Name = "scrolledwindowR1";
this.scrolledwindowR1.ShadowType = ((Gtk.ShadowType)(1));
// Container child scrolledwindowR1.Gtk.Container+ContainerChild
Gtk.Viewport w42 = new Gtk.Viewport();
w42.ShadowType = ((Gtk.ShadowType)(0));
// Container child GtkViewport.Gtk.Container+ContainerChild
this.vboxPanelList = new Gtk.VBox();
this.vboxPanelList.Name = "vboxPanelList";
this.vboxPanelList.Spacing = 6;
// Container child vboxPanelList.Gtk.Box+BoxChild
this.vbox1 = new Gtk.VBox();
this.vbox1.Name = "vbox1";
this.vbox1.Spacing = 6;
// Container child vbox1.Gtk.Box+BoxChild
this.image6 = new Gtk.Image();
this.image6.Name = "image6";
this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "start-here", Gtk.IconSize.Dialog, 48);
this.vbox1.Add(this.image6);
Gtk.Box.BoxChild w43 = ((Gtk.Box.BoxChild)(this.vbox1[this.image6]));
w43.Position = 0;
w43.Expand = false;
w43.Fill = false;
w43.Padding = ((uint)(41));
// Container child vbox1.Gtk.Box+BoxChild
this.label2 = new Gtk.Label();
this.label2.Name = "label2";
this.label2.LabelProp = Mono.Unix.Catalog.GetString("Zero-Center is an application that allows LliureX to manage and configure several applications and services executed on the system.");
this.label2.UseMarkup = true;
this.label2.Wrap = true;
this.label2.WidthChars = 49;
this.vbox1.Add(this.label2);
Gtk.Box.BoxChild w44 = ((Gtk.Box.BoxChild)(this.vbox1[this.label2]));
w44.Position = 1;
w44.Expand = false;
w44.Fill = false;
this.vboxPanelList.Add(this.vbox1);
Gtk.Box.BoxChild w45 = ((Gtk.Box.BoxChild)(this.vboxPanelList[this.vbox1]));
w45.Position = 0;
w45.Fill = false;
w42.Add(this.vboxPanelList);
this.scrolledwindowR1.Add(w42);
this.vboxR1.Add(this.scrolledwindowR1);
Gtk.Box.BoxChild w48 = ((Gtk.Box.BoxChild)(this.vboxR1[this.scrolledwindowR1]));
w48.Position = 1;
// Container child vboxR1.Gtk.Box+BoxChild
this.hboxS1 = new Gtk.HBox();
this.hboxS1.Name = "hboxS1";
this.hboxS1.Spacing = 6;
// Container child hboxS1.Gtk.Box+BoxChild
this.imgStatus = new Gtk.Image();
this.imgStatus.Name = "imgStatus";
this.imgStatus.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", Gtk.IconSize.Button, 20);
this.hboxS1.Add(this.imgStatus);
Gtk.Box.BoxChild w49 = ((Gtk.Box.BoxChild)(this.hboxS1[this.imgStatus]));
w49.Position = 0;
w49.Expand = false;
w49.Fill = false;
// Container child hboxS1.Gtk.Box+BoxChild
this.lblStatus = new Gtk.Label();
this.lblStatus.Name = "lblStatus";
this.lblStatus.LabelProp = Mono.Unix.Catalog.GetString("--");
this.hboxS1.Add(this.lblStatus);
Gtk.Box.BoxChild w50 = ((Gtk.Box.BoxChild)(this.hboxS1[this.lblStatus]));
w50.Position = 1;
w50.Expand = false;
w50.Fill = false;
this.vboxR1.Add(this.hboxS1);
Gtk.Box.BoxChild w51 = ((Gtk.Box.BoxChild)(this.vboxR1[this.hboxS1]));
w51.Position = 2;
w51.Expand = false;
w51.Fill = false;
this.hboxL1.Add(this.vboxR1);
Gtk.Box.BoxChild w52 = ((Gtk.Box.BoxChild)(this.hboxL1[this.vboxR1]));
w52.Position = 1;
this.Add(this.hboxL1);
if ((this.Child != null)) {
this.Child.ShowAll();
}
this.DefaultHeight = 639;
this.Show();
this.DeleteEvent += new Gtk.DeleteEventHandler(this.OnDeleteEvent);
this.KeyPressEvent += new Gtk.KeyPressEventHandler(this.OnKeyPressEvent);
this.btnHardware.Clicked += new System.EventHandler(this.OnBtnHardwareClicked);
this.softwareButton.Clicked += new System.EventHandler(this.OnSoftwareButtonClicked);
this.btnNetwork.Clicked += new System.EventHandler(this.OnBtnNetworkClicked);
this.btnSystem.Clicked += new System.EventHandler(this.OnBtnSystemClicked);
this.btnPreferences.Clicked += new System.EventHandler(this.OnBtnPreferencesClicked);
this.btnOthers.Clicked += new System.EventHandler(this.OnBtnOthersClicked);
this.btnExit.Clicked += new System.EventHandler(this.OnBtnExitClicked);
this.unlock.Clicked += new System.EventHandler(this.OnUnlockClicked);
}
}