// This file has been generated by the GUI designer. Do not modify. public partial class dlgAdd { private global::Gtk.HBox hbox15; private global::Gtk.Label lblDeveloper; private global::Gtk.Entry txtDeveloper; private global::Gtk.HBox hbox14; private global::Gtk.Label lblProduct; private global::Gtk.Entry txtProduct; private global::Gtk.HBox hbox13; private global::Gtk.Label lblVersion; private global::Gtk.Entry txtVersion; private global::Gtk.HBox hbox12; private global::Gtk.Label lblLanguages; private global::Gtk.Entry txtLanguages; private global::Gtk.HBox hbox11; private global::Gtk.Label lblArchitecture; private global::Gtk.Entry txtArchitecture; private global::Gtk.HBox hbox10; private global::Gtk.Label lblMachine; private global::Gtk.Entry txtMachine; private global::Gtk.HBox hbox21; private global::Gtk.Label lblFormat; private global::Gtk.Entry txtFormat; private global::Gtk.HBox hbox20; private global::Gtk.Label lblDescription; private global::Gtk.Entry txtDescription; private global::Gtk.HBox hbox17; private global::Gtk.VBox vbox3; private global::Gtk.CheckButton chkOem; private global::Gtk.CheckButton chkUpgrade; private global::Gtk.CheckButton chkSource; private global::Gtk.VBox vbox2; private global::Gtk.CheckButton chkUpdate; private global::Gtk.CheckButton chkFiles; private global::Gtk.CheckButton chkNetinstall; private global::Gtk.Notebook tabTabs; private global::Gtk.ScrolledWindow GtkScrolledWindow; private global::Gtk.TreeView treeFiles; private global::Gtk.Label lblTabFiles; private global::Gtk.ScrolledWindow GtkScrolledWindow1; private global::Gtk.TreeView treeOSes; private global::Gtk.Label lblTabOSes; private global::Gtk.HBox hbox2; private global::Gtk.Label lblProgress; private global::Gtk.ProgressBar prgProgress; private global::Gtk.HBox hbox27; private global::Gtk.Label lblProgress2; private global::Gtk.ProgressBar prgProgress2; private global::Gtk.HBox hbox1; private global::Gtk.Button btnExit; private global::Gtk.Button btnClose; private global::Gtk.Button btnPack; private global::Gtk.Button btnArchive; private global::Gtk.Button btnFolder; private global::Gtk.Button btnStop; private global::Gtk.Button btnMetadata; private global::Gtk.Button btnRemoveFile; private global::Gtk.Button btnDialog; protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget dlgAdd this.Name = "dlgAdd"; this.Title = global::Mono.Unix.Catalog.GetString("Add operating system"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child dlgAdd.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "vbox1"; w1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.hbox15 = new global::Gtk.HBox(); this.hbox15.Name = "hbox15"; this.hbox15.Spacing = 6; // Container child hbox15.Gtk.Box+BoxChild this.lblDeveloper = new global::Gtk.Label(); this.lblDeveloper.Name = "lblDeveloper"; this.lblDeveloper.LabelProp = global::Mono.Unix.Catalog.GetString("Developer"); this.hbox15.Add(this.lblDeveloper); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.lblDeveloper])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox15.Gtk.Box+BoxChild this.txtDeveloper = new global::Gtk.Entry(); this.txtDeveloper.CanFocus = true; this.txtDeveloper.Name = "txtDeveloper"; this.txtDeveloper.IsEditable = false; this.txtDeveloper.InvisibleChar = '●'; this.hbox15.Add(this.txtDeveloper); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox15[this.txtDeveloper])); w3.Position = 1; w1.Add(this.hbox15); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1[this.hbox15])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox14 = new global::Gtk.HBox(); this.hbox14.Name = "hbox14"; this.hbox14.Spacing = 6; // Container child hbox14.Gtk.Box+BoxChild this.lblProduct = new global::Gtk.Label(); this.lblProduct.Name = "lblProduct"; this.lblProduct.LabelProp = global::Mono.Unix.Catalog.GetString("Product"); this.hbox14.Add(this.lblProduct); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.lblProduct])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child hbox14.Gtk.Box+BoxChild this.txtProduct = new global::Gtk.Entry(); this.txtProduct.CanFocus = true; this.txtProduct.Name = "txtProduct"; this.txtProduct.IsEditable = false; this.txtProduct.InvisibleChar = '●'; this.hbox14.Add(this.txtProduct); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox14[this.txtProduct])); w6.Position = 1; w1.Add(this.hbox14); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(w1[this.hbox14])); w7.Position = 1; w7.Expand = false; w7.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox13 = new global::Gtk.HBox(); this.hbox13.Name = "hbox13"; this.hbox13.Spacing = 6; // Container child hbox13.Gtk.Box+BoxChild this.lblVersion = new global::Gtk.Label(); this.lblVersion.Name = "lblVersion"; this.lblVersion.LabelProp = global::Mono.Unix.Catalog.GetString("Version"); this.hbox13.Add(this.lblVersion); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.lblVersion])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child hbox13.Gtk.Box+BoxChild this.txtVersion = new global::Gtk.Entry(); this.txtVersion.CanFocus = true; this.txtVersion.Name = "txtVersion"; this.txtVersion.IsEditable = false; this.txtVersion.InvisibleChar = '●'; this.hbox13.Add(this.txtVersion); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox13[this.txtVersion])); w9.Position = 1; w1.Add(this.hbox13); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1[this.hbox13])); w10.Position = 2; w10.Expand = false; w10.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox12 = new global::Gtk.HBox(); this.hbox12.Name = "hbox12"; this.hbox12.Spacing = 6; // Container child hbox12.Gtk.Box+BoxChild this.lblLanguages = new global::Gtk.Label(); this.lblLanguages.Name = "lblLanguages"; this.lblLanguages.LabelProp = global::Mono.Unix.Catalog.GetString("Languages"); this.hbox12.Add(this.lblLanguages); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.lblLanguages])); w11.Position = 0; w11.Expand = false; w11.Fill = false; // Container child hbox12.Gtk.Box+BoxChild this.txtLanguages = new global::Gtk.Entry(); this.txtLanguages.CanFocus = true; this.txtLanguages.Name = "txtLanguages"; this.txtLanguages.IsEditable = false; this.txtLanguages.InvisibleChar = '●'; this.hbox12.Add(this.txtLanguages); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox12[this.txtLanguages])); w12.Position = 1; w1.Add(this.hbox12); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1[this.hbox12])); w13.Position = 3; w13.Expand = false; w13.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox11 = new global::Gtk.HBox(); this.hbox11.Name = "hbox11"; this.hbox11.Spacing = 6; // Container child hbox11.Gtk.Box+BoxChild this.lblArchitecture = new global::Gtk.Label(); this.lblArchitecture.Name = "lblArchitecture"; this.lblArchitecture.LabelProp = global::Mono.Unix.Catalog.GetString("Architecture"); this.hbox11.Add(this.lblArchitecture); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.lblArchitecture])); w14.Position = 0; w14.Expand = false; w14.Fill = false; // Container child hbox11.Gtk.Box+BoxChild this.txtArchitecture = new global::Gtk.Entry(); this.txtArchitecture.CanFocus = true; this.txtArchitecture.Name = "txtArchitecture"; this.txtArchitecture.IsEditable = false; this.txtArchitecture.InvisibleChar = '●'; this.hbox11.Add(this.txtArchitecture); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox11[this.txtArchitecture])); w15.Position = 1; w1.Add(this.hbox11); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1[this.hbox11])); w16.Position = 4; w16.Expand = false; w16.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox10 = new global::Gtk.HBox(); this.hbox10.Name = "hbox10"; this.hbox10.Spacing = 6; // Container child hbox10.Gtk.Box+BoxChild this.lblMachine = new global::Gtk.Label(); this.lblMachine.Name = "lblMachine"; this.lblMachine.LabelProp = global::Mono.Unix.Catalog.GetString("Machine"); this.hbox10.Add(this.lblMachine); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.lblMachine])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child hbox10.Gtk.Box+BoxChild this.txtMachine = new global::Gtk.Entry(); this.txtMachine.CanFocus = true; this.txtMachine.Name = "txtMachine"; this.txtMachine.IsEditable = false; this.txtMachine.InvisibleChar = '●'; this.hbox10.Add(this.txtMachine); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox10[this.txtMachine])); w18.Position = 1; w1.Add(this.hbox10); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1[this.hbox10])); w19.Position = 5; w19.Expand = false; w19.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox21 = new global::Gtk.HBox(); this.hbox21.Name = "hbox21"; this.hbox21.Spacing = 6; // Container child hbox21.Gtk.Box+BoxChild this.lblFormat = new global::Gtk.Label(); this.lblFormat.Name = "lblFormat"; this.lblFormat.LabelProp = global::Mono.Unix.Catalog.GetString("Format"); this.hbox21.Add(this.lblFormat); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.lblFormat])); w20.Position = 0; w20.Expand = false; w20.Fill = false; // Container child hbox21.Gtk.Box+BoxChild this.txtFormat = new global::Gtk.Entry(); this.txtFormat.CanFocus = true; this.txtFormat.Name = "txtFormat"; this.txtFormat.IsEditable = false; this.txtFormat.InvisibleChar = '●'; this.hbox21.Add(this.txtFormat); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox21[this.txtFormat])); w21.Position = 1; w1.Add(this.hbox21); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1[this.hbox21])); w22.Position = 6; w22.Expand = false; w22.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox20 = new global::Gtk.HBox(); this.hbox20.Name = "hbox20"; this.hbox20.Spacing = 6; // Container child hbox20.Gtk.Box+BoxChild this.lblDescription = new global::Gtk.Label(); this.lblDescription.Name = "lblDescription"; this.lblDescription.LabelProp = global::Mono.Unix.Catalog.GetString("Description"); this.hbox20.Add(this.lblDescription); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.lblDescription])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Container child hbox20.Gtk.Box+BoxChild this.txtDescription = new global::Gtk.Entry(); this.txtDescription.CanFocus = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.IsEditable = false; this.txtDescription.InvisibleChar = '●'; this.hbox20.Add(this.txtDescription); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox20[this.txtDescription])); w24.Position = 1; w1.Add(this.hbox20); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1[this.hbox20])); w25.Position = 7; w25.Expand = false; w25.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox17 = new global::Gtk.HBox(); this.hbox17.Name = "hbox17"; this.hbox17.Spacing = 6; // Container child hbox17.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.chkOem = new global::Gtk.CheckButton(); this.chkOem.Sensitive = false; this.chkOem.CanFocus = true; this.chkOem.Name = "chkOem"; this.chkOem.Label = global::Mono.Unix.Catalog.GetString("oem"); this.chkOem.DrawIndicator = true; this.chkOem.UseUnderline = true; this.vbox3.Add(this.chkOem); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkOem])); w26.Position = 0; w26.Expand = false; w26.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.chkUpgrade = new global::Gtk.CheckButton(); this.chkUpgrade.Sensitive = false; this.chkUpgrade.CanFocus = true; this.chkUpgrade.Name = "chkUpgrade"; this.chkUpgrade.Label = global::Mono.Unix.Catalog.GetString("upgrade"); this.chkUpgrade.DrawIndicator = true; this.chkUpgrade.UseUnderline = true; this.vbox3.Add(this.chkUpgrade); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkUpgrade])); w27.Position = 1; w27.Expand = false; w27.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.chkSource = new global::Gtk.CheckButton(); this.chkSource.Sensitive = false; this.chkSource.CanFocus = true; this.chkSource.Name = "chkSource"; this.chkSource.Label = global::Mono.Unix.Catalog.GetString("source"); this.chkSource.DrawIndicator = true; this.chkSource.UseUnderline = true; this.vbox3.Add(this.chkSource); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.chkSource])); w28.Position = 2; w28.Expand = false; w28.Fill = false; this.hbox17.Add(this.vbox3); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vbox3])); w29.Position = 0; // Container child hbox17.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.chkUpdate = new global::Gtk.CheckButton(); this.chkUpdate.Sensitive = false; this.chkUpdate.CanFocus = true; this.chkUpdate.Name = "chkUpdate"; this.chkUpdate.Label = global::Mono.Unix.Catalog.GetString("update"); this.chkUpdate.DrawIndicator = true; this.chkUpdate.UseUnderline = true; this.vbox2.Add(this.chkUpdate); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkUpdate])); w30.Position = 0; w30.Expand = false; w30.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.chkFiles = new global::Gtk.CheckButton(); this.chkFiles.Sensitive = false; this.chkFiles.CanFocus = true; this.chkFiles.Name = "chkFiles"; this.chkFiles.Label = global::Mono.Unix.Catalog.GetString("files"); this.chkFiles.DrawIndicator = true; this.chkFiles.UseUnderline = true; this.vbox2.Add(this.chkFiles); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkFiles])); w31.Position = 1; w31.Expand = false; w31.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.chkNetinstall = new global::Gtk.CheckButton(); this.chkNetinstall.Sensitive = false; this.chkNetinstall.CanFocus = true; this.chkNetinstall.Name = "chkNetinstall"; this.chkNetinstall.Label = global::Mono.Unix.Catalog.GetString("netinstall"); this.chkNetinstall.DrawIndicator = true; this.chkNetinstall.UseUnderline = true; this.vbox2.Add(this.chkNetinstall); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.chkNetinstall])); w32.Position = 2; w32.Expand = false; w32.Fill = false; this.hbox17.Add(this.vbox2); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox17[this.vbox2])); w33.Position = 1; w1.Add(this.hbox17); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(w1[this.hbox17])); w34.Position = 8; w34.Expand = false; w34.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.tabTabs = new global::Gtk.Notebook(); this.tabTabs.CanFocus = true; this.tabTabs.Name = "tabTabs"; this.tabTabs.CurrentPage = 0; // Container child tabTabs.Gtk.Notebook+NotebookChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.treeFiles = new global::Gtk.TreeView(); this.treeFiles.CanFocus = true; this.treeFiles.Name = "treeFiles"; this.treeFiles.Reorderable = true; this.GtkScrolledWindow.Add(this.treeFiles); this.tabTabs.Add(this.GtkScrolledWindow); // Notebook tab this.lblTabFiles = new global::Gtk.Label(); this.lblTabFiles.Name = "lblTabFiles"; this.lblTabFiles.LabelProp = global::Mono.Unix.Catalog.GetString("Files"); this.tabTabs.SetTabLabel(this.GtkScrolledWindow, this.lblTabFiles); this.lblTabFiles.ShowAll(); // Container child tabTabs.Gtk.Notebook+NotebookChild this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild this.treeOSes = new global::Gtk.TreeView(); this.treeOSes.CanFocus = true; this.treeOSes.Name = "treeOSes"; this.treeOSes.Reorderable = true; this.GtkScrolledWindow1.Add(this.treeOSes); this.tabTabs.Add(this.GtkScrolledWindow1); global::Gtk.Notebook.NotebookChild w38 = ((global::Gtk.Notebook.NotebookChild)(this.tabTabs[this.GtkScrolledWindow1])); w38.Position = 1; // Notebook tab this.lblTabOSes = new global::Gtk.Label(); this.lblTabOSes.Name = "lblTabOSes"; this.lblTabOSes.LabelProp = global::Mono.Unix.Catalog.GetString("OSes"); this.tabTabs.SetTabLabel(this.GtkScrolledWindow1, this.lblTabOSes); this.lblTabOSes.ShowAll(); w1.Add(this.tabTabs); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(w1[this.tabTabs])); w39.Position = 9; // 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.lblProgress = new global::Gtk.Label(); this.lblProgress.Name = "lblProgress"; this.lblProgress.LabelProp = global::Mono.Unix.Catalog.GetString("label2"); this.hbox2.Add(this.lblProgress); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.lblProgress])); w40.Position = 0; w40.Expand = false; w40.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.prgProgress = new global::Gtk.ProgressBar(); this.prgProgress.Name = "prgProgress"; this.hbox2.Add(this.prgProgress); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.prgProgress])); w41.Position = 1; w1.Add(this.hbox2); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2])); w42.Position = 10; w42.Expand = false; w42.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox27 = new global::Gtk.HBox(); this.hbox27.Name = "hbox27"; this.hbox27.Spacing = 6; // Container child hbox27.Gtk.Box+BoxChild this.lblProgress2 = new global::Gtk.Label(); this.lblProgress2.Name = "lblProgress2"; this.lblProgress2.LabelProp = global::Mono.Unix.Catalog.GetString("label22"); this.hbox27.Add(this.lblProgress2); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.lblProgress2])); w43.Position = 0; w43.Expand = false; w43.Fill = false; // Container child hbox27.Gtk.Box+BoxChild this.prgProgress2 = new global::Gtk.ProgressBar(); this.prgProgress2.Name = "prgProgress2"; this.hbox27.Add(this.prgProgress2); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.prgProgress2])); w44.Position = 1; w1.Add(this.hbox27); global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(w1[this.hbox27])); w45.Position = 11; w45.Expand = false; w45.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.btnExit = new global::Gtk.Button(); this.btnExit.CanFocus = true; this.btnExit.Name = "btnExit"; this.btnExit.UseStock = true; this.btnExit.UseUnderline = true; this.btnExit.Label = "gtk-ok"; this.hbox1.Add(this.btnExit); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnExit])); w46.PackType = ((global::Gtk.PackType)(1)); w46.Position = 0; w46.Expand = false; w46.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnClose = new global::Gtk.Button(); this.btnClose.CanFocus = true; this.btnClose.Name = "btnClose"; this.btnClose.UseUnderline = true; this.btnClose.Label = global::Mono.Unix.Catalog.GetString("_Close"); global::Gtk.Image w47 = new global::Gtk.Image(); w47.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu); this.btnClose.Image = w47; this.hbox1.Add(this.btnClose); global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnClose])); w48.PackType = ((global::Gtk.PackType)(1)); w48.Position = 1; w48.Expand = false; w48.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnPack = new global::Gtk.Button(); this.btnPack.CanFocus = true; this.btnPack.Name = "btnPack"; this.btnPack.UseUnderline = true; this.btnPack.Label = global::Mono.Unix.Catalog.GetString("_Add to repository..."); global::Gtk.Image w49 = new global::Gtk.Image(); w49.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu); this.btnPack.Image = w49; this.hbox1.Add(this.btnPack); global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnPack])); w50.PackType = ((global::Gtk.PackType)(1)); w50.Position = 2; w50.Expand = false; w50.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnArchive = new global::Gtk.Button(); this.btnArchive.CanFocus = true; this.btnArchive.Name = "btnArchive"; this.btnArchive.UseUnderline = true; this.btnArchive.Label = global::Mono.Unix.Catalog.GetString("Open _archive"); global::Gtk.Image w51 = new global::Gtk.Image(); w51.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnArchive.Image = w51; this.hbox1.Add(this.btnArchive); global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnArchive])); w52.PackType = ((global::Gtk.PackType)(1)); w52.Position = 3; w52.Expand = false; w52.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnFolder = new global::Gtk.Button(); this.btnFolder.CanFocus = true; this.btnFolder.Name = "btnFolder"; this.btnFolder.UseUnderline = true; this.btnFolder.Label = global::Mono.Unix.Catalog.GetString("Open _folder"); global::Gtk.Image w53 = new global::Gtk.Image(); w53.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnFolder.Image = w53; this.hbox1.Add(this.btnFolder); global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnFolder])); w54.PackType = ((global::Gtk.PackType)(1)); w54.Position = 4; w54.Expand = false; w54.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnStop = new global::Gtk.Button(); this.btnStop.CanFocus = true; this.btnStop.Name = "btnStop"; this.btnStop.UseStock = true; this.btnStop.UseUnderline = true; this.btnStop.Label = "gtk-stop"; this.hbox1.Add(this.btnStop); global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnStop])); w55.PackType = ((global::Gtk.PackType)(1)); w55.Position = 5; w55.Expand = false; w55.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnMetadata = new global::Gtk.Button(); this.btnMetadata.CanFocus = true; this.btnMetadata.Name = "btnMetadata"; this.btnMetadata.UseUnderline = true; this.btnMetadata.Label = global::Mono.Unix.Catalog.GetString("Metadata"); global::Gtk.Image w56 = new global::Gtk.Image(); w56.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-properties", global::Gtk.IconSize.Menu); this.btnMetadata.Image = w56; this.hbox1.Add(this.btnMetadata); global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnMetadata])); w57.PackType = ((global::Gtk.PackType)(1)); w57.Position = 6; w57.Expand = false; w57.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnRemoveFile = new global::Gtk.Button(); this.btnRemoveFile.CanFocus = true; this.btnRemoveFile.Name = "btnRemoveFile"; this.btnRemoveFile.UseStock = true; this.btnRemoveFile.UseUnderline = true; this.btnRemoveFile.Label = "gtk-remove"; this.hbox1.Add(this.btnRemoveFile); global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnRemoveFile])); w58.PackType = ((global::Gtk.PackType)(1)); w58.Position = 7; w58.Expand = false; w58.Fill = false; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1])); w59.Position = 12; w59.Expand = false; w59.Fill = false; // Internal child dlgAdd.ActionArea global::Gtk.HButtonBox w60 = this.ActionArea; w60.Name = "__gtksharp_108_Stetic_TopLevelDialog_ActionArea"; // Container child __gtksharp_108_Stetic_TopLevelDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.btnDialog = new global::Gtk.Button(); this.btnDialog.CanFocus = true; this.btnDialog.Name = "btnDialog"; this.btnDialog.UseUnderline = true; this.btnDialog.Label = global::Mono.Unix.Catalog.GetString("GtkButton"); this.AddActionWidget(this.btnDialog, 0); global::Gtk.ButtonBox.ButtonBoxChild w61 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w60[this.btnDialog])); w61.Expand = false; w61.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 857; this.DefaultHeight = 544; this.lblProgress.Hide(); this.prgProgress.Hide(); this.lblProgress2.Hide(); this.prgProgress2.Hide(); this.btnClose.Hide(); this.btnPack.Hide(); this.btnStop.Hide(); this.btnMetadata.Hide(); this.btnRemoveFile.Hide(); w60.Hide(); this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.btnRemoveFile.Clicked += new global::System.EventHandler(this.OnBtnRemoveFileClicked); this.btnMetadata.Clicked += new global::System.EventHandler(this.OnBtnMetadataClicked); this.btnStop.Clicked += new global::System.EventHandler(this.OnBtnStopClicked); this.btnFolder.Clicked += new global::System.EventHandler(this.OnBtnFolderClicked); this.btnArchive.Clicked += new global::System.EventHandler(this.OnBtnArchiveClicked); this.btnPack.Clicked += new global::System.EventHandler(this.OnBtnPackClicked); this.btnClose.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked); this.btnExit.Clicked += new global::System.EventHandler(this.OnBtnExitClicked); } }