protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget INTV.Shared.View.SettingsDialog this.Name = "INTV.Shared.View.SettingsDialog"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.BorderWidth = ((uint)(4)); // Internal child INTV.Shared.View.SettingsDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; // Container child dialog1_VBox.Gtk.Box+BoxChild this._pages = new global::Gtk.Notebook(); this._pages.CanFocus = true; this._pages.Name = "_pages"; this._pages.CurrentPage = 0; // Notebook tab global::Gtk.Label w2 = new global::Gtk.Label(); w2.Visible = true; this._pages.Add(w2); this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1"); this._pages.SetTabLabel(w2, this.label1); this.label1.ShowAll(); w1.Add(this._pages); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this._pages])); w3.Position = 0; // Internal child INTV.Shared.View.SettingsDialog.ActionArea global::Gtk.HButtonBox w4 = this.ActionArea; w4.Name = "dialog1_ActionArea"; w4.Spacing = 10; w4.BorderWidth = ((uint)(5)); w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonCancel])); w5.Expand = false; w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w4 [this.buttonOk])); w6.Position = 1; w6.Expand = false; w6.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; w4.Hide(); this.Hide(); }
protected virtual void Build() { MonoDevelop.Components.Gui.Initialize(this); // Widget MonoDevelop.Ide.Gui.Dialogs.ProgressDialog this.Name = "MonoDevelop.Ide.Gui.Dialogs.ProgressDialog"; this.Title = ""; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; this.vbox2.BorderWidth = ((uint)(12)); // Container child vbox2.Gtk.Box+BoxChild this.label = new global::Gtk.Label(); this.label.Name = "label"; this.label.Xalign = 0F; this.vbox2.Add(this.label); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.progressBar = new global::Gtk.ProgressBar(); this.progressBar.Name = "progressBar"; this.hbox1.Add(this.progressBar); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressBar])); w3.Position = 0; // Container child hbox1.Gtk.Box+BoxChild this.btnCancel = new global::Gtk.Button(); this.btnCancel.CanDefault = true; this.btnCancel.CanFocus = true; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseStock = true; this.btnCancel.UseUnderline = true; this.btnCancel.Label = "gtk-cancel"; this.hbox1.Add(this.btnCancel); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnCancel])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnClose = new global::Gtk.Button(); this.btnClose.CanDefault = true; this.btnClose.CanFocus = true; this.btnClose.Name = "btnClose"; this.btnClose.UseStock = true; this.btnClose.UseUnderline = true; this.btnClose.Label = "gtk-close"; this.hbox1.Add(this.btnClose); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnClose])); w5.Position = 2; w5.Expand = false; w5.Fill = false; this.vbox2.Add(this.hbox1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.expander = new global::Gtk.Expander(null); this.expander.CanFocus = true; this.expander.Name = "expander"; // Container child expander.Gtk.Container+ContainerChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.HeightRequest = 250; this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.detailsTextView = new global::Gtk.TextView(); this.detailsTextView.CanFocus = true; this.detailsTextView.Name = "detailsTextView"; this.GtkScrolledWindow.Add(this.detailsTextView); this.expander.Add(this.GtkScrolledWindow); this.expanderLabel = new global::Gtk.Label(); this.expanderLabel.Name = "expanderLabel"; this.expanderLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Details"); this.expanderLabel.UseUnderline = true; this.expander.LabelWidget = this.expanderLabel; this.vbox2.Add(this.expander); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander])); w9.Position = 2; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w10.Position = 0; // Internal child MonoDevelop.Ide.Gui.Dialogs.ProgressDialog.ActionArea global::Gtk.HButtonBox w11 = this.ActionArea; w11.Name = "dialog1_ActionArea"; w11.Spacing = 10; w11.BorderWidth = ((uint)(5)); w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button103 = new global::Gtk.Button(); this.button103.CanFocus = true; this.button103.Name = "button103"; this.button103.UseUnderline = true; this.button103.Label = global::Mono.Unix.Catalog.GetString("GtkButton"); this.AddActionWidget(this.button103, 0); global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.button103])); w12.Expand = false; w12.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 544; this.DefaultHeight = 170; this.btnClose.Hide(); w11.Hide(); this.Hide(); this.btnCancel.Clicked += new global::System.EventHandler(this.OnBtnCancelClicked); this.btnClose.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked); this.expander.Activated += new global::System.EventHandler(this.OnExpander1Activated); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget LongoMatch.Gui.Dialog.EndCaptureDialog this.Name = "LongoMatch.Gui.Dialog.EndCaptureDialog"; this.Title = ""; this.Icon = global::Stetic.IconLoader.LoadIcon(this, "longomatch", global::Gtk.IconSize.Menu); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; // Internal child LongoMatch.Gui.Dialog.EndCaptureDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.image439 = new global::Gtk.Image(); this.image439.Name = "image439"; this.image439.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "stock_dialog-question", global::Gtk.IconSize.Dialog); this.hbox2.Add(this.image439); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.image439])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("A capture project is actually running.\nYou can continue with the current capture, cancel it or save your project. \n\n<b>Warning: If you cancel the current project all your changes will be lost.</b>"); this.label1.UseMarkup = true; this.label1.Justify = ((global::Gtk.Justification)(2)); this.hbox2.Add(this.label1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label1])); w3.Position = 1; this.vbox2.Add(this.hbox2); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2])); w4.Position = 0; // Container child vbox2.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.returnbutton = new global::Gtk.Button(); this.returnbutton.CanFocus = true; this.returnbutton.Name = "returnbutton"; this.returnbutton.UseUnderline = true; // Container child returnbutton.Gtk.Container+ContainerChild global::Gtk.Alignment w5 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w6 = new global::Gtk.HBox(); w6.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w7 = new global::Gtk.Image(); w7.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-undo", global::Gtk.IconSize.Button); w6.Add(w7); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w9 = new global::Gtk.Label(); w9.LabelProp = global::Mono.Unix.Catalog.GetString("Return"); w9.UseUnderline = true; w6.Add(w9); w5.Add(w6); this.returnbutton.Add(w5); this.hbox3.Add(this.returnbutton); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.returnbutton])); w13.Position = 0; w13.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.quitbutton = new global::Gtk.Button(); this.quitbutton.CanFocus = true; this.quitbutton.Name = "quitbutton"; this.quitbutton.UseUnderline = true; // Container child quitbutton.Gtk.Container+ContainerChild global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w15 = new global::Gtk.HBox(); w15.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w16 = new global::Gtk.Image(); w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Button); w15.Add(w16); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w18 = new global::Gtk.Label(); w18.LabelProp = global::Mono.Unix.Catalog.GetString("Cancel capture"); w18.UseUnderline = true; w15.Add(w18); w14.Add(w15); this.quitbutton.Add(w14); this.hbox3.Add(this.quitbutton); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.quitbutton])); w22.Position = 1; w22.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.savebutton = new global::Gtk.Button(); this.savebutton.CanFocus = true; this.savebutton.Name = "savebutton"; this.savebutton.UseUnderline = true; // Container child savebutton.Gtk.Container+ContainerChild global::Gtk.Alignment w23 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w24 = new global::Gtk.HBox(); w24.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w25 = new global::Gtk.Image(); w25.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Button); w24.Add(w25); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w27 = new global::Gtk.Label(); w27.LabelProp = global::Mono.Unix.Catalog.GetString("Stop capture and save project"); w27.UseUnderline = true; w24.Add(w27); w23.Add(w24); this.savebutton.Add(w23); this.hbox3.Add(this.savebutton); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.savebutton])); w31.Position = 2; w31.Fill = false; this.vbox2.Add(this.hbox3); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3])); w32.Position = 1; w32.Expand = false; w32.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2])); w33.Position = 0; // Internal child LongoMatch.Gui.Dialog.EndCaptureDialog.ActionArea global::Gtk.HButtonBox w34 = this.ActionArea; w34.Sensitive = false; w34.Name = "dialog1_ActionArea"; w34.Spacing = 6; w34.BorderWidth = ((uint)(5)); w34.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 w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w34 [this.buttonCancel])); w35.Expand = false; w35.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 566; this.DefaultHeight = 178; w34.Hide(); this.Show(); this.returnbutton.Clicked += new global::System.EventHandler(this.OnQuit); this.quitbutton.Clicked += new global::System.EventHandler(this.OnQuit); this.savebutton.Clicked += new global::System.EventHandler(this.OnQuit); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget Vodovoz.Views.ErrorMessageView this.Name = "Vodovoz.Views.ErrorMessageView"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child Vodovoz.Views.ErrorMessageView.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.image249 = new global::Gtk.Image(); this.image249.Name = "image249"; this.image249.Xalign = 0F; this.image249.Yalign = 0F; this.image249.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", global::Gtk.IconSize.Dialog); this.hbox1.Add(this.image249); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.image249])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("К сожалению в программе произошла непредвиденная ошибка."); this.vbox2.Add(this.label1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.Xalign = 0F; this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Вы можете помочь нам улучшить программу и исправить данную проблему. \nДля этого в" + "оспользуйтесь формой отправки отчета об ошибке.\n"); this.label3.Justify = ((global::Gtk.Justification)(3)); this.vbox2.Add(this.label3); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.table1 = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(6)); // Container child table1.Gtk.Table+TableChild this.entryEmail = new global::Gamma.GtkWidgets.yEntry(); this.entryEmail.CanFocus = true; this.entryEmail.Name = "entryEmail"; this.entryEmail.IsEditable = true; this.entryEmail.InvisibleChar = '•'; this.table1.Add(this.entryEmail); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.entryEmail])); w5.TopAttach = ((uint)(2)); w5.BottomAttach = ((uint)(3)); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow1.Name = "GtkScrolledWindow1"; this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild this.textviewDescription = new global::Gamma.GtkWidgets.yTextView(); this.textviewDescription.CanFocus = true; this.textviewDescription.Name = "textviewDescription"; this.GtkScrolledWindow1.Add(this.textviewDescription); this.table1.Add(this.GtkScrolledWindow1); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow1])); w7.TopAttach = ((uint)(1)); w7.BottomAttach = ((uint)(2)); w7.LeftAttach = ((uint)(1)); w7.RightAttach = ((uint)(2)); w7.XOptions = ((global::Gtk.AttachOptions)(4)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label2 = new global::Gtk.Label(); this.label2.TooltipMarkup = "В этом поле опишите последовательность действий, которая привела к возникновению " + "ошибки."; this.label2.Name = "label2"; this.label2.Xalign = 1F; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Описание:"); this.table1.Add(this.label2); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label2])); w8.TopAttach = ((uint)(1)); w8.BottomAttach = ((uint)(2)); w8.XOptions = ((global::Gtk.AttachOptions)(4)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label4 = new global::Gtk.Label(); this.label4.TooltipMarkup = "Для отправки отчета нам требуется ваш email. Мы будем использовать его, для уточн" + "ения информации об ошибке, а также для оперативного информирования об устранении" + " данной проблемы."; this.label4.Name = "label4"; this.label4.Xalign = 1F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("E-mail для связи:"); this.table1.Add(this.label4); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label4])); w9.TopAttach = ((uint)(2)); w9.BottomAttach = ((uint)(3)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Для отправки отчета, пожалуйста, заполните следующие поля:"); this.table1.Add(this.label5); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label5])); w10.RightAttach = ((uint)(2)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); this.vbox2.Add(this.table1); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.table1])); w11.Position = 2; w11.Expand = false; w11.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator(); this.hseparator1.Name = "hseparator1"; this.vbox2.Add(this.hseparator1); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1])); w12.Position = 3; w12.Expand = false; w12.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.expander1 = new global::Gtk.Expander(null); this.expander1.CanFocus = true; this.expander1.Name = "expander1"; this.expander1.Expanded = true; // Container child expander1.Gtk.Container+ContainerChild this.GtkScrolledWindow = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow.Name = "GtkScrolledWindow"; this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow.Gtk.Container+ContainerChild this.textviewError = new global::Gamma.GtkWidgets.yTextView(); this.textviewError.CanFocus = true; this.textviewError.Name = "textviewError"; this.textviewError.Editable = false; this.textviewError.WrapMode = ((global::Gtk.WrapMode)(2)); this.GtkScrolledWindow.Add(this.textviewError); this.expander1.Add(this.GtkScrolledWindow); this.GtkLabel2 = new global::Gtk.Label(); this.GtkLabel2.Name = "GtkLabel2"; this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("Техническая информация"); this.GtkLabel2.UseUnderline = true; this.expander1.LabelWidget = this.GtkLabel2; this.vbox2.Add(this.expander1); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.expander1])); w15.Position = 4; this.hbox1.Add(this.vbox2); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox2])); w16.Position = 1; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1])); w17.Position = 0; // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.ylabel1 = new global::Gamma.GtkWidgets.yLabel(); this.ylabel1.Name = "ylabel1"; this.hbox2.Add(this.ylabel1); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ylabel1])); w18.Position = 0; // Container child hbox2.Gtk.Box+BoxChild this.ybuttonSendReport = new global::Gamma.GtkWidgets.yButton(); this.ybuttonSendReport.WidthRequest = 140; this.ybuttonSendReport.CanFocus = true; this.ybuttonSendReport.Name = "ybuttonSendReport"; this.ybuttonSendReport.UseUnderline = true; this.ybuttonSendReport.BorderWidth = ((uint)(2)); this.ybuttonSendReport.Label = global::Mono.Unix.Catalog.GetString("Отправить отчет"); global::Gtk.Image w19 = new global::Gtk.Image(); w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-disconnect", global::Gtk.IconSize.Menu); this.ybuttonSendReport.Image = w19; this.hbox2.Add(this.ybuttonSendReport); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonSendReport])); w20.Position = 1; w20.Expand = false; w20.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.ybuttonCopy = new global::Gamma.GtkWidgets.yButton(); this.ybuttonCopy.WidthRequest = 140; this.ybuttonCopy.CanFocus = true; this.ybuttonCopy.Name = "ybuttonCopy"; this.ybuttonCopy.UseUnderline = true; this.ybuttonCopy.BorderWidth = ((uint)(2)); this.ybuttonCopy.Label = global::Mono.Unix.Catalog.GetString("Скопировать"); global::Gtk.Image w21 = new global::Gtk.Image(); w21.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-copy", global::Gtk.IconSize.Menu); this.ybuttonCopy.Image = w21; this.hbox2.Add(this.ybuttonCopy); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonCopy])); w22.Position = 2; w22.Expand = false; w22.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.ybuttonOK = new global::Gamma.GtkWidgets.yButton(); this.ybuttonOK.WidthRequest = 140; this.ybuttonOK.CanFocus = true; this.ybuttonOK.Name = "ybuttonOK"; this.ybuttonOK.UseUnderline = true; this.ybuttonOK.BorderWidth = ((uint)(2)); this.ybuttonOK.Label = global::Mono.Unix.Catalog.GetString("Понятно"); global::Gtk.Image w23 = new global::Gtk.Image(); w23.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu); this.ybuttonOK.Image = w23; this.hbox2.Add(this.ybuttonOK); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.ybuttonOK])); w24.Position = 3; w24.Expand = false; w24.Fill = false; w1.Add(this.hbox2); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2])); w25.Position = 1; w25.Expand = false; w25.Fill = false; // Internal child Vodovoz.Views.ErrorMessageView.ActionArea global::Gtk.HButtonBox w26 = this.ActionArea; w26.Sensitive = false; w26.Name = "dialog1_ActionArea"; w26.Spacing = 10; w26.BorderWidth = ((uint)(5)); w26.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 w27 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26[this.buttonCancel])); w27.Expand = false; w27.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 w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w26[this.buttonOk])); w28.Position = 1; w28.Expand = false; w28.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 1055; this.DefaultHeight = 786; w26.Hide(); this.Show(); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget osrepodbmgr.dlgFilesystem this.Name = "osrepodbmgr.dlgFilesystem"; this.Title = global::Mono.Unix.Catalog.GetString("Edit filesystem metadata"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child osrepodbmgr.dlgFilesystem.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox24 = new global::Gtk.VBox(); this.vbox24.Name = "vbox24"; this.vbox24.Spacing = 6; // Container child vbox24.Gtk.Box+BoxChild this.hbox69 = new global::Gtk.HBox(); this.hbox69.Name = "hbox69"; this.hbox69.Spacing = 6; // Container child hbox69.Gtk.Box+BoxChild this.lblType = new global::Gtk.Label(); this.lblType.Name = "lblType"; this.lblType.LabelProp = global::Mono.Unix.Catalog.GetString("Filesystem type"); this.hbox69.Add(this.lblType); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox69[this.lblType])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox69.Gtk.Box+BoxChild this.txtType = new global::Gtk.Entry(); this.txtType.CanFocus = true; this.txtType.Name = "txtType"; this.txtType.IsEditable = true; this.txtType.InvisibleChar = '●'; this.hbox69.Add(this.txtType); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox69[this.txtType])); w3.Position = 1; this.vbox24.Add(this.hbox69); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hbox69])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox24.Gtk.Box+BoxChild this.hbox86 = new global::Gtk.HBox(); this.hbox86.Name = "hbox86"; this.hbox86.Spacing = 6; // Container child hbox86.Gtk.Box+BoxChild this.txtFiles = new global::Gtk.Entry(); this.txtFiles.CanFocus = true; this.txtFiles.Name = "txtFiles"; this.txtFiles.IsEditable = true; this.txtFiles.InvisibleChar = '●'; this.hbox86.Add(this.txtFiles); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox86[this.txtFiles])); w5.Position = 0; // Container child hbox86.Gtk.Box+BoxChild this.lblFiles = new global::Gtk.Label(); this.lblFiles.Name = "lblFiles"; this.lblFiles.LabelProp = global::Mono.Unix.Catalog.GetString("files"); this.hbox86.Add(this.lblFiles); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox86[this.lblFiles])); w6.Position = 1; w6.Expand = false; w6.Fill = false; // Container child hbox86.Gtk.Box+BoxChild this.chkBootable = new global::Gtk.CheckButton(); this.chkBootable.CanFocus = true; this.chkBootable.Name = "chkBootable"; this.chkBootable.Label = global::Mono.Unix.Catalog.GetString("Bootable"); this.chkBootable.DrawIndicator = true; this.chkBootable.UseUnderline = true; this.hbox86.Add(this.chkBootable); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox86[this.chkBootable])); w7.Position = 2; // Container child hbox86.Gtk.Box+BoxChild this.chkDirty = new global::Gtk.CheckButton(); this.chkDirty.CanFocus = true; this.chkDirty.Name = "chkDirty"; this.chkDirty.Label = global::Mono.Unix.Catalog.GetString("Dirty"); this.chkDirty.DrawIndicator = true; this.chkDirty.UseUnderline = true; this.hbox86.Add(this.chkDirty); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox86[this.chkDirty])); w8.Position = 3; this.vbox24.Add(this.hbox86); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hbox86])); w9.Position = 1; w9.Expand = false; w9.Fill = false; // Container child vbox24.Gtk.Box+BoxChild this.hbox71 = new global::Gtk.HBox(); this.hbox71.Name = "hbox71"; this.hbox71.Spacing = 6; // Container child hbox71.Gtk.Box+BoxChild this.spClusterSize = new global::Gtk.SpinButton(0, 1048576, 1); this.spClusterSize.CanFocus = true; this.spClusterSize.Name = "spClusterSize"; this.spClusterSize.Adjustment.PageIncrement = 10; this.spClusterSize.ClimbRate = 1; this.spClusterSize.Numeric = true; this.hbox71.Add(this.spClusterSize); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.spClusterSize])); w10.Position = 0; w10.Expand = false; w10.Fill = false; // Container child hbox71.Gtk.Box+BoxChild this.lblClusterSize = new global::Gtk.Label(); this.lblClusterSize.Name = "lblClusterSize"; this.lblClusterSize.LabelProp = global::Mono.Unix.Catalog.GetString("bytes per cluster"); this.hbox71.Add(this.lblClusterSize); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.lblClusterSize])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child hbox71.Gtk.Box+BoxChild this.txtClusters = new global::Gtk.Entry(); this.txtClusters.CanFocus = true; this.txtClusters.Name = "txtClusters"; this.txtClusters.IsEditable = true; this.txtClusters.InvisibleChar = '●'; this.hbox71.Add(this.txtClusters); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.txtClusters])); w12.Position = 2; // Container child hbox71.Gtk.Box+BoxChild this.lblClusters = new global::Gtk.Label(); this.lblClusters.Name = "lblClusters"; this.lblClusters.LabelProp = global::Mono.Unix.Catalog.GetString("clusters"); this.hbox71.Add(this.lblClusters); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.lblClusters])); w13.Position = 3; w13.Expand = false; w13.Fill = false; // Container child hbox71.Gtk.Box+BoxChild this.txtFreeClusters = new global::Gtk.Entry(); this.txtFreeClusters.CanFocus = true; this.txtFreeClusters.Name = "txtFreeClusters"; this.txtFreeClusters.IsEditable = true; this.txtFreeClusters.InvisibleChar = '●'; this.hbox71.Add(this.txtFreeClusters); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.txtFreeClusters])); w14.Position = 4; // Container child hbox71.Gtk.Box+BoxChild this.lblFreeClusters = new global::Gtk.Label(); this.lblFreeClusters.Name = "lblFreeClusters"; this.lblFreeClusters.LabelProp = global::Mono.Unix.Catalog.GetString("free clusters"); this.hbox71.Add(this.lblFreeClusters); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox71[this.lblFreeClusters])); w15.Position = 5; w15.Expand = false; w15.Fill = false; this.vbox24.Add(this.hbox71); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hbox71])); w16.Position = 2; w16.Expand = false; w16.Fill = false; // Container child vbox24.Gtk.Box+BoxChild this.hbox72 = new global::Gtk.HBox(); this.hbox72.Name = "hbox72"; this.hbox72.Spacing = 6; // Container child hbox72.Gtk.Box+BoxChild this.vbox25 = new global::Gtk.VBox(); this.vbox25.Name = "vbox25"; this.vbox25.Spacing = 6; // Container child vbox25.Gtk.Box+BoxChild this.chkCreationDate = new global::Gtk.CheckButton(); this.chkCreationDate.CanFocus = true; this.chkCreationDate.Name = "chkCreationDate"; this.chkCreationDate.Label = global::Mono.Unix.Catalog.GetString("Creation date"); this.chkCreationDate.DrawIndicator = true; this.chkCreationDate.UseUnderline = true; this.vbox25.Add(this.chkCreationDate); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.chkCreationDate])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child vbox25.Gtk.Box+BoxChild this.cldCreationDate = new global::Gtk.Calendar(); this.cldCreationDate.Sensitive = false; this.cldCreationDate.CanFocus = true; this.cldCreationDate.Name = "cldCreationDate"; this.cldCreationDate.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.vbox25.Add(this.cldCreationDate); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.cldCreationDate])); w18.Position = 1; w18.Expand = false; w18.Fill = false; this.hbox72.Add(this.vbox25); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.vbox25])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Container child hbox72.Gtk.Box+BoxChild this.vbox28 = new global::Gtk.VBox(); this.vbox28.Name = "vbox28"; this.vbox28.Spacing = 6; // Container child vbox28.Gtk.Box+BoxChild this.chkModificationDate = new global::Gtk.CheckButton(); this.chkModificationDate.CanFocus = true; this.chkModificationDate.Name = "chkModificationDate"; this.chkModificationDate.Label = global::Mono.Unix.Catalog.GetString("Modification date"); this.chkModificationDate.DrawIndicator = true; this.chkModificationDate.UseUnderline = true; this.vbox28.Add(this.chkModificationDate); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.chkModificationDate])); w20.Position = 0; w20.Expand = false; w20.Fill = false; // Container child vbox28.Gtk.Box+BoxChild this.cldModificationDate = new global::Gtk.Calendar(); this.cldModificationDate.Sensitive = false; this.cldModificationDate.CanFocus = true; this.cldModificationDate.Name = "cldModificationDate"; this.cldModificationDate.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.vbox28.Add(this.cldModificationDate); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.cldModificationDate])); w21.Position = 1; w21.Expand = false; w21.Fill = false; this.hbox72.Add(this.vbox28); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.vbox28])); w22.Position = 1; w22.Expand = false; w22.Fill = false; // Container child hbox72.Gtk.Box+BoxChild this.vbox27 = new global::Gtk.VBox(); this.vbox27.Name = "vbox27"; this.vbox27.Spacing = 6; // Container child vbox27.Gtk.Box+BoxChild this.chkEffectiveDate = new global::Gtk.CheckButton(); this.chkEffectiveDate.CanFocus = true; this.chkEffectiveDate.Name = "chkEffectiveDate"; this.chkEffectiveDate.Label = global::Mono.Unix.Catalog.GetString("Effective date"); this.chkEffectiveDate.DrawIndicator = true; this.chkEffectiveDate.UseUnderline = true; this.vbox27.Add(this.chkEffectiveDate); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.chkEffectiveDate])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Container child vbox27.Gtk.Box+BoxChild this.cldEffectiveDate = new global::Gtk.Calendar(); this.cldEffectiveDate.Sensitive = false; this.cldEffectiveDate.CanFocus = true; this.cldEffectiveDate.Name = "cldEffectiveDate"; this.cldEffectiveDate.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.vbox27.Add(this.cldEffectiveDate); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.cldEffectiveDate])); w24.Position = 1; w24.Expand = false; w24.Fill = false; this.hbox72.Add(this.vbox27); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.vbox27])); w25.Position = 2; w25.Expand = false; w25.Fill = false; // Container child hbox72.Gtk.Box+BoxChild this.vbox26 = new global::Gtk.VBox(); this.vbox26.Name = "vbox26"; this.vbox26.Spacing = 6; // Container child vbox26.Gtk.Box+BoxChild this.chkExpirationDate = new global::Gtk.CheckButton(); this.chkExpirationDate.CanFocus = true; this.chkExpirationDate.Name = "chkExpirationDate"; this.chkExpirationDate.Label = global::Mono.Unix.Catalog.GetString("Expiration date"); this.chkExpirationDate.DrawIndicator = true; this.chkExpirationDate.UseUnderline = true; this.vbox26.Add(this.chkExpirationDate); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.chkExpirationDate])); w26.Position = 0; w26.Expand = false; w26.Fill = false; // Container child vbox26.Gtk.Box+BoxChild this.cldExpirationDate = new global::Gtk.Calendar(); this.cldExpirationDate.Sensitive = false; this.cldExpirationDate.CanFocus = true; this.cldExpirationDate.Name = "cldExpirationDate"; this.cldExpirationDate.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.vbox26.Add(this.cldExpirationDate); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.cldExpirationDate])); w27.Position = 1; w27.Expand = false; w27.Fill = false; this.hbox72.Add(this.vbox26); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox72[this.vbox26])); w28.Position = 3; w28.Expand = false; w28.Fill = false; this.vbox24.Add(this.hbox72); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hbox72])); w29.Position = 3; w29.Expand = false; w29.Fill = false; // Container child vbox24.Gtk.Box+BoxChild this.hpaned3 = new global::Gtk.HPaned(); this.hpaned3.CanFocus = true; this.hpaned3.Name = "hpaned3"; this.hpaned3.Position = 220; // Container child hpaned3.Gtk.Paned+PanedChild this.vbox29 = new global::Gtk.VBox(); this.vbox29.Name = "vbox29"; this.vbox29.Spacing = 6; // Container child vbox29.Gtk.Box+BoxChild this.chkBackupDate = new global::Gtk.CheckButton(); this.chkBackupDate.CanFocus = true; this.chkBackupDate.Name = "chkBackupDate"; this.chkBackupDate.Label = global::Mono.Unix.Catalog.GetString("Last backup date"); this.chkBackupDate.DrawIndicator = true; this.chkBackupDate.UseUnderline = true; this.vbox29.Add(this.chkBackupDate); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.chkBackupDate])); w30.Position = 0; w30.Expand = false; w30.Fill = false; // Container child vbox29.Gtk.Box+BoxChild this.cldBackupDate = new global::Gtk.Calendar(); this.cldBackupDate.Sensitive = false; this.cldBackupDate.CanFocus = true; this.cldBackupDate.Name = "cldBackupDate"; this.cldBackupDate.DisplayOptions = ((global::Gtk.CalendarDisplayOptions)(35)); this.vbox29.Add(this.cldBackupDate); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.cldBackupDate])); w31.Position = 1; w31.Expand = false; w31.Fill = false; this.hpaned3.Add(this.vbox29); global::Gtk.Paned.PanedChild w32 = ((global::Gtk.Paned.PanedChild)(this.hpaned3[this.vbox29])); w32.Resize = false; // Container child hpaned3.Gtk.Paned+PanedChild this.vbox31 = new global::Gtk.VBox(); this.vbox31.Name = "vbox31"; this.vbox31.Spacing = 6; // Container child vbox31.Gtk.Box+BoxChild this.hbox85 = new global::Gtk.HBox(); this.hbox85.Name = "hbox85"; this.hbox85.Spacing = 6; // Container child hbox85.Gtk.Box+BoxChild this.lblLabel = new global::Gtk.Label(); this.lblLabel.Name = "lblLabel"; this.lblLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Volume label"); this.hbox85.Add(this.lblLabel); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox85[this.lblLabel])); w33.Position = 0; w33.Expand = false; w33.Fill = false; // Container child hbox85.Gtk.Box+BoxChild this.txtLabel = new global::Gtk.Entry(); this.txtLabel.CanFocus = true; this.txtLabel.Name = "txtLabel"; this.txtLabel.IsEditable = true; this.txtLabel.InvisibleChar = '●'; this.hbox85.Add(this.txtLabel); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.hbox85[this.txtLabel])); w34.Position = 1; this.vbox31.Add(this.hbox85); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.hbox85])); w35.Position = 0; w35.Expand = false; w35.Fill = false; // Container child vbox31.Gtk.Box+BoxChild this.hbox84 = new global::Gtk.HBox(); this.hbox84.Name = "hbox84"; this.hbox84.Spacing = 6; // Container child hbox84.Gtk.Box+BoxChild this.lblSerial = new global::Gtk.Label(); this.lblSerial.Name = "lblSerial"; this.lblSerial.LabelProp = global::Mono.Unix.Catalog.GetString("Volume serial"); this.hbox84.Add(this.lblSerial); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.hbox84[this.lblSerial])); w36.Position = 0; w36.Expand = false; w36.Fill = false; // Container child hbox84.Gtk.Box+BoxChild this.txtSerial = new global::Gtk.Entry(); this.txtSerial.CanFocus = true; this.txtSerial.Name = "txtSerial"; this.txtSerial.IsEditable = true; this.txtSerial.InvisibleChar = '●'; this.hbox84.Add(this.txtSerial); global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.hbox84[this.txtSerial])); w37.Position = 1; this.vbox31.Add(this.hbox84); global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.hbox84])); w38.Position = 1; w38.Expand = false; w38.Fill = false; // Container child vbox31.Gtk.Box+BoxChild this.frame27 = new global::Gtk.Frame(); this.frame27.Name = "frame27"; this.frame27.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frame27.Gtk.Container+ContainerChild this.GtkAlignment2 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment2.Name = "GtkAlignment2"; this.GtkAlignment2.LeftPadding = ((uint)(12)); // Container child GtkAlignment2.Gtk.Container+ContainerChild this.vbox32 = new global::Gtk.VBox(); this.vbox32.Name = "vbox32"; this.vbox32.Spacing = 6; // Container child vbox32.Gtk.Box+BoxChild this.hbox87 = new global::Gtk.HBox(); this.hbox87.Name = "hbox87"; this.hbox87.Spacing = 6; // Container child hbox87.Gtk.Box+BoxChild this.lblSysId = new global::Gtk.Label(); this.lblSysId.Name = "lblSysId"; this.lblSysId.LabelProp = global::Mono.Unix.Catalog.GetString("System identifier"); this.hbox87.Add(this.lblSysId); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.hbox87[this.lblSysId])); w39.Position = 0; w39.Expand = false; w39.Fill = false; // Container child hbox87.Gtk.Box+BoxChild this.txtSysId = new global::Gtk.Entry(); this.txtSysId.CanFocus = true; this.txtSysId.Name = "txtSysId"; this.txtSysId.IsEditable = true; this.txtSysId.InvisibleChar = '●'; this.hbox87.Add(this.txtSysId); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.hbox87[this.txtSysId])); w40.Position = 1; this.vbox32.Add(this.hbox87); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox87])); w41.Position = 0; w41.Expand = false; w41.Fill = false; // Container child vbox32.Gtk.Box+BoxChild this.hbox88 = new global::Gtk.HBox(); this.hbox88.Name = "hbox88"; this.hbox88.Spacing = 6; // Container child hbox88.Gtk.Box+BoxChild this.lblVolId = new global::Gtk.Label(); this.lblVolId.Name = "lblVolId"; this.lblVolId.LabelProp = global::Mono.Unix.Catalog.GetString("Volume identifier"); this.hbox88.Add(this.lblVolId); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox88[this.lblVolId])); w42.Position = 0; w42.Expand = false; w42.Fill = false; // Container child hbox88.Gtk.Box+BoxChild this.txtVolId = new global::Gtk.Entry(); this.txtVolId.CanFocus = true; this.txtVolId.Name = "txtVolId"; this.txtVolId.IsEditable = true; this.txtVolId.InvisibleChar = '●'; this.hbox88.Add(this.txtVolId); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox88[this.txtVolId])); w43.Position = 1; this.vbox32.Add(this.hbox88); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox88])); w44.Position = 1; w44.Expand = false; w44.Fill = false; // Container child vbox32.Gtk.Box+BoxChild this.hbox89 = new global::Gtk.HBox(); this.hbox89.Name = "hbox89"; this.hbox89.Spacing = 6; // Container child hbox89.Gtk.Box+BoxChild this.lblPubId = new global::Gtk.Label(); this.lblPubId.Name = "lblPubId"; this.lblPubId.LabelProp = global::Mono.Unix.Catalog.GetString("Publisher identifier"); this.hbox89.Add(this.lblPubId); global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox89[this.lblPubId])); w45.Position = 0; w45.Expand = false; w45.Fill = false; // Container child hbox89.Gtk.Box+BoxChild this.txtPubId = new global::Gtk.Entry(); this.txtPubId.CanFocus = true; this.txtPubId.Name = "txtPubId"; this.txtPubId.IsEditable = true; this.txtPubId.InvisibleChar = '●'; this.hbox89.Add(this.txtPubId); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.hbox89[this.txtPubId])); w46.Position = 1; this.vbox32.Add(this.hbox89); global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox89])); w47.Position = 2; w47.Expand = false; w47.Fill = false; // Container child vbox32.Gtk.Box+BoxChild this.hbox90 = new global::Gtk.HBox(); this.hbox90.Name = "hbox90"; this.hbox90.Spacing = 6; // Container child hbox90.Gtk.Box+BoxChild this.lblDataId = new global::Gtk.Label(); this.lblDataId.Name = "lblDataId"; this.lblDataId.LabelProp = global::Mono.Unix.Catalog.GetString("Data preparer identifier"); this.hbox90.Add(this.lblDataId); global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox90[this.lblDataId])); w48.Position = 0; w48.Expand = false; w48.Fill = false; // Container child hbox90.Gtk.Box+BoxChild this.txtDataId = new global::Gtk.Entry(); this.txtDataId.CanFocus = true; this.txtDataId.Name = "txtDataId"; this.txtDataId.IsEditable = true; this.txtDataId.InvisibleChar = '●'; this.hbox90.Add(this.txtDataId); global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox90[this.txtDataId])); w49.Position = 1; this.vbox32.Add(this.hbox90); global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox90])); w50.Position = 3; w50.Expand = false; w50.Fill = false; // Container child vbox32.Gtk.Box+BoxChild this.hbox91 = new global::Gtk.HBox(); this.hbox91.Name = "hbox91"; this.hbox91.Spacing = 6; // Container child hbox91.Gtk.Box+BoxChild this.lblAppId = new global::Gtk.Label(); this.lblAppId.Name = "lblAppId"; this.lblAppId.LabelProp = global::Mono.Unix.Catalog.GetString("Application identifier"); this.hbox91.Add(this.lblAppId); global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox91[this.lblAppId])); w51.Position = 0; w51.Expand = false; w51.Fill = false; // Container child hbox91.Gtk.Box+BoxChild this.txtAppId = new global::Gtk.Entry(); this.txtAppId.CanFocus = true; this.txtAppId.Name = "txtAppId"; this.txtAppId.IsEditable = true; this.txtAppId.InvisibleChar = '●'; this.hbox91.Add(this.txtAppId); global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox91[this.txtAppId])); w52.Position = 1; this.vbox32.Add(this.hbox91); global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.hbox91])); w53.Position = 4; w53.Expand = false; w53.Fill = false; this.GtkAlignment2.Add(this.vbox32); this.frame27.Add(this.GtkAlignment2); this.GtkLabel9 = new global::Gtk.Label(); this.GtkLabel9.Name = "GtkLabel9"; this.GtkLabel9.LabelProp = global::Mono.Unix.Catalog.GetString("<b>ISO9660 information</b>"); this.GtkLabel9.UseMarkup = true; this.frame27.LabelWidget = this.GtkLabel9; this.vbox31.Add(this.frame27); global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.frame27])); w56.Position = 2; w56.Expand = false; w56.Fill = false; this.hpaned3.Add(this.vbox31); this.vbox24.Add(this.hpaned3); global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.vbox24[this.hpaned3])); w58.Position = 4; w58.Expand = false; w58.Fill = false; w1.Add(this.vbox24); global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(w1[this.vbox24])); w59.Position = 0; w59.Expand = false; w59.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.btnSave = new global::Gtk.Button(); this.btnSave.CanFocus = true; this.btnSave.Name = "btnSave"; this.btnSave.UseStock = true; this.btnSave.UseUnderline = true; this.btnSave.Label = "gtk-save"; this.hbox2.Add(this.btnSave); global::Gtk.Box.BoxChild w60 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.btnSave])); w60.PackType = ((global::Gtk.PackType)(1)); w60.Position = 0; w60.Expand = false; w60.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.btnCancel = new global::Gtk.Button(); this.btnCancel.CanFocus = true; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseStock = true; this.btnCancel.UseUnderline = true; this.btnCancel.Label = "gtk-cancel"; this.hbox2.Add(this.btnCancel); global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.btnCancel])); w61.PackType = ((global::Gtk.PackType)(1)); w61.Position = 1; w61.Expand = false; w61.Fill = false; w1.Add(this.hbox2); global::Gtk.Box.BoxChild w62 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2])); w62.PackType = ((global::Gtk.PackType)(1)); w62.Position = 2; w62.Expand = false; w62.Fill = false; // Internal child osrepodbmgr.dlgFilesystem.ActionArea global::Gtk.HButtonBox w63 = this.ActionArea; w63.Name = "dialog1_ActionArea"; w63.Spacing = 10; w63.BorderWidth = ((uint)(5)); w63.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 w64 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w63[this.buttonCancel])); w64.Expand = false; w64.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 w65 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w63[this.buttonOk])); w65.Position = 1; w65.Expand = false; w65.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 902; this.DefaultHeight = 594; w63.Hide(); this.Show(); this.chkCreationDate.Toggled += new global::System.EventHandler(this.OnChkCreationDateToggled); this.chkModificationDate.Toggled += new global::System.EventHandler(this.OnChkModificationDateToggled); this.chkEffectiveDate.Toggled += new global::System.EventHandler(this.OnChkEffectiveDateToggled); this.chkExpirationDate.Toggled += new global::System.EventHandler(this.OnChkExpirationDateToggled); this.chkBackupDate.Toggled += new global::System.EventHandler(this.OnChkBackupDateToggled); this.btnCancel.Clicked += new global::System.EventHandler(this.OnBtnCancelClicked); this.btnSave.Clicked += new global::System.EventHandler(this.OnBtnSaveClicked); this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget osrepodbmgr.dlgHelp this.Name = "osrepodbmgr.dlgHelp"; this.Title = global::Mono.Unix.Catalog.GetString("Help"); this.TypeHint = ((global::Gdk.WindowTypeHint)(1)); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child osrepodbmgr.dlgHelp.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "vbox4"; w1.Spacing = 6; // Container child vbox4.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.txtHelp = new global::Gtk.TextView(); this.txtHelp.Buffer.Text = "This is the naming scheme and folder organization conventions for the Operating System Repository.\n\nThe basic layout is as follows:\n\n<Developer>/<Product>/<Version>/<Language>/<Architecture>/oem/for <Machine>/<[format]_update/upgrade/files/source/netinstall/description>.zip\nAll fields should contain only 7-bit ASCII.\n\n<Developer>\n-----------\nThis is the main developer of the operating system or associated software. e.g. Microsoft\n\n<Product>\n---------\nThis is the name of the operating system or associated software. e.g. Windows NT\n\n<Version>\n---------\nThis is the version of the operating system or associated software. e.g. 6.00.6000.16386\nService pack and release markers should be appended. e.g. 6.10.7601.16385 (RTM)\nBuild can be specified by appending \"build\". e.g. 10.2.7 build 6S80\nAnd combined. e.g. 10.5 build 9A581 (Server)\nVersion with same version number but different build date should have it appended. Date format should be YYYYmm[dd]. e.g. 10 201009\n\n<Language>\n----------\nThis specifies the language localization and translation:\nxxx: Language variation, e.g. German = deu\nxxx_yy: Country specific language variation. e.g. Swiss German = deu_ch\nmulti: The only known variation of the product that contains more than a language\nxxx,xxx,xxx and xxx_yy,xxx_yy,xxx_yy: The variation contains more than a single language\nWhere xxx is the ISO-639-2/T language code and yy is the ISO-3166-1 alpha-2 country code.\nhttps://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\nhttps://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\nIf the product has ever been only released in one language variation, being it English (like CP/M) or multilanguage (like Mac OS X and Linux), this field should be omitted.\n\n<Architecture>\n--------------\nThe processor architecture the product is compiled for.\nOmitted if it has only ever been compiled for a single one, contains all supported ones in same files, or it is source code containing support for several of them.\nExact one depends on the product (that is, the one that the product uses to identify itself, should be used). Examples:\n* x86, i86, i386, i486, i586, i686, ia32: Intel Architecture 32 aka 8086 aka iAPX86\n* x64, amd64, x86_64: AMD64 aka x86_64 aka EM64T\n* ia64: Intel Architecture 64 aka Itanium\n* sparc: SPARC\n* sun4u, sun4m, sun1, sun2, sun3: Specific Sun architectures that specify not only the processor architecture but the whole system one.\n* 68k, ppc, fat: For products that run under Mac OS indicate they require a Macintosh, a Power Macintosh, or can run on both, respectively.\n* rpi, rpi2, beaglebone, bananapi: Specific whole systems that share a processor architecture but require a completely different variant.\n\noem\n---\nPresent if the variant is OEM. Omitted otherwise.\n\nfor <Machine>\n-------------\nPresent if the variant requires a specific computer to run.\nUseful for computer restoration variants.\ne.g. for Power Mac 5200\ne.g. for Tandy 1000\n\n<[format]/update/upgrade/files/source/netinstall/description>.zip\n-----------------------------------------------------------------\nThis is the file containing the product itself.\nIt should be compressed using ZIP with certain parameters (see below).\nSeveral of them can be combined separated with underscores.\nNaming as following:\n* [format]: If the variation is encoded in a disk image format that's neither a simple dump of sectors (.iso/.dsk/.xdf) or a BinCue/BinToc (.bin+.cue/.bin+.toc) format should be substituted to a descriptive name for the format. e.g.: [Nero], [CloneCD]\n* update: Should be used when the product requires and updates a previous point release or build to the new one. Product version should be the updated, not the required, one. e.g.: 1.3 updates to 1.3.1 or 2.0 updates to 2.5\n* upgrade: Should be used when the product requires and updates a previous version to the new one. Product version should be the updated, not the required, one. e.g.: 2.0 updates to 3.0 or MS-DOS updates to Windows 95.\n* files: Should be used when the contents of the product disks are dumped as is (copied from the media) or it contains already installed files.\n* source: Should be used when it contains the source code for the product.\n* netinstall: Similar to files except that the files are designed to be put in a network share for remote installation of the product.\n* description: Free form description or product part number if it is known.\n\nCompression\n-----------\nThe product should be compressed using ZIP with Deflate algorithm and UTF-8 headers. Zip64 extensions may be used. UNIX extensions MUST be used for products that require them (e.g. it contains softlinks).\nIn the doubt, use Info-ZIP with following parameters:\nzip -9ry -dd archive.zip .\nIf the product requires Acorn, BeOS or OS/2 extended attributes it should be compressed using the corresponding Info-ZIP version under that operating system so the required extension is used.\nDO NOT recompress archives in an operating system which zip product doesn't support all already present headers.\nDO NOT use TorrentZip. It discards all headers as well as date stamps.\nDO NOT use Mac OS headers. For conserving FinderInfo and Resource Fork see below.\n\nFinderInfo and Resource Fork\n----------------------------\nFinderInfo and Resource Fork should be stored as Mac OS X AppleDouble format: file and ._file\nThis format is understand by all Mac OS X versions under any filesystem or a CIFS/SMB network share.\nAlso mkisofs recognizes it and is able to create an HFS partition with them correctly set.\nOther formats should be converted to this one.\n\nMetadata\n--------\nEach archive should be accompanied with a JSON metadata file using the CICM Metadata format. Name for metadata sidecar should be same as the archive changing the extension to .json.\nIf the archive can be modified (doesn't contain ZIP headers you would lose) the metadata should be put inside the archive as a file named metadata.json.\n\nRecovery\n--------\nDisks fail, bit rot happens, so every archive as well as the metadata file should have a PAR2 recovery set created.\nExample command line (with 5% redundancy):\npar2 c -r5 archive.par2 archive.zip archive.json\n\nResult\n------\nIn the end you get something like this:\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.json\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol000+01.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol001+02.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol003+04.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol007+08.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol015+16.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol031+32.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.vol063+37.par2\nApple/Mac OS/9.1/eng/for iMac (Early 2001) v1.1/archive.zip\nQNX/QNX/20090229/source.json\nQNX/QNX/20090229/source.par2\nQNX/QNX/20090229/source.vol000+01.par2\nQNX/QNX/20090229/source.vol001+02.par2\nQNX/QNX/20090229/source.vol003+04.par2\nQNX/QNX/20090229/source.vol007+08.par2\nQNX/QNX/20090229/source.vol015+16.par2\nQNX/QNX/20090229/source.vol031+32.par2\nQNX/QNX/20090229/source.vol063+37.par2\nQNX/QNX/20090229/source.zip"; this.txtHelp.CanFocus = true; this.txtHelp.Name = "txtHelp"; this.txtHelp.Editable = false; this.GtkScrolledWindow.Add(this.txtHelp); w1.Add(this.GtkScrolledWindow); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1[this.GtkScrolledWindow])); w3.Position = 0; // Container child vbox4.Gtk.Box+BoxChild this.btnOK = new global::Gtk.Button(); this.btnOK.CanFocus = true; this.btnOK.Name = "btnOK"; this.btnOK.UseStock = true; this.btnOK.UseUnderline = true; this.btnOK.Label = "gtk-ok"; w1.Add(this.btnOK); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1[this.btnOK])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Internal child osrepodbmgr.dlgHelp.ActionArea global::Gtk.HButtonBox w5 = this.ActionArea; w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5[this.btnDialog])); w6.Expand = false; w6.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; w5.Hide(); this.Show(); this.btnOK.Clicked += new global::System.EventHandler(this.OnBtnOKClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget osrepodbmgr.dlgSettings this.Name = "osrepodbmgr.dlgSettings"; this.Title = global::Mono.Unix.Catalog.GetString("Settings"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child osrepodbmgr.dlgSettings.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "vbox5"; w1.Spacing = 6; // Container child vbox5.Gtk.Box+BoxChild this.hbox2 = new global::Gtk.HBox(); this.hbox2.Name = "hbox2"; this.hbox2.Spacing = 6; // Container child hbox2.Gtk.Box+BoxChild this.vbox3 = new global::Gtk.VBox(); this.vbox3.Name = "vbox3"; this.vbox3.Spacing = 6; // Container child vbox3.Gtk.Box+BoxChild this.hbox26 = new global::Gtk.HBox(); this.hbox26.Name = "hbox26"; this.hbox26.Spacing = 6; // Container child hbox26.Gtk.Box+BoxChild this.lblDatabase = new global::Gtk.Label(); this.lblDatabase.Name = "lblDatabase"; this.lblDatabase.LabelProp = global::Mono.Unix.Catalog.GetString("Database file"); this.hbox26.Add(this.lblDatabase); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.lblDatabase])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child hbox26.Gtk.Box+BoxChild this.txtDatabase = new global::Gtk.Entry(); this.txtDatabase.CanFocus = true; this.txtDatabase.Name = "txtDatabase"; this.txtDatabase.IsEditable = true; this.txtDatabase.InvisibleChar = '●'; this.hbox26.Add(this.txtDatabase); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.txtDatabase])); w3.Position = 1; // Container child hbox26.Gtk.Box+BoxChild this.btnDatabase = new global::Gtk.Button(); this.btnDatabase.CanFocus = true; this.btnDatabase.Name = "btnDatabase"; this.btnDatabase.UseUnderline = true; this.btnDatabase.Label = global::Mono.Unix.Catalog.GetString("Choose"); global::Gtk.Image w4 = new global::Gtk.Image(); w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnDatabase.Image = w4; this.hbox26.Add(this.btnDatabase); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.btnDatabase])); w5.Position = 2; w5.Expand = false; w5.Fill = false; this.vbox3.Add(this.hbox26); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox26])); w6.Position = 0; w6.Expand = false; w6.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox25 = new global::Gtk.HBox(); this.hbox25.Name = "hbox25"; this.hbox25.Spacing = 6; // Container child hbox25.Gtk.Box+BoxChild this.lblRepository = new global::Gtk.Label(); this.lblRepository.Name = "lblRepository"; this.lblRepository.LabelProp = global::Mono.Unix.Catalog.GetString("Repository folder"); this.hbox25.Add(this.lblRepository); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.lblRepository])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child hbox25.Gtk.Box+BoxChild this.txtRepository = new global::Gtk.Entry(); this.txtRepository.CanFocus = true; this.txtRepository.Name = "txtRepository"; this.txtRepository.IsEditable = true; this.txtRepository.InvisibleChar = '●'; this.hbox25.Add(this.txtRepository); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.txtRepository])); w8.Position = 1; // Container child hbox25.Gtk.Box+BoxChild this.btnRepository = new global::Gtk.Button(); this.btnRepository.CanFocus = true; this.btnRepository.Name = "btnRepository"; this.btnRepository.UseUnderline = true; this.btnRepository.Label = global::Mono.Unix.Catalog.GetString("Choose"); global::Gtk.Image w9 = new global::Gtk.Image(); w9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnRepository.Image = w9; this.hbox25.Add(this.btnRepository); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.btnRepository])); w10.Position = 2; w10.Expand = false; w10.Fill = false; this.vbox3.Add(this.hbox25); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox25])); w11.Position = 1; w11.Expand = false; w11.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox24 = new global::Gtk.HBox(); this.hbox24.Name = "hbox24"; this.hbox24.Spacing = 6; // Container child hbox24.Gtk.Box+BoxChild this.lblTmp = new global::Gtk.Label(); this.lblTmp.Name = "lblTmp"; this.lblTmp.LabelProp = global::Mono.Unix.Catalog.GetString("Temporary folder"); this.hbox24.Add(this.lblTmp); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox24[this.lblTmp])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Container child hbox24.Gtk.Box+BoxChild this.txtTmp = new global::Gtk.Entry(); this.txtTmp.CanFocus = true; this.txtTmp.Name = "txtTmp"; this.txtTmp.IsEditable = true; this.txtTmp.InvisibleChar = '●'; this.hbox24.Add(this.txtTmp); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox24[this.txtTmp])); w13.Position = 1; // Container child hbox24.Gtk.Box+BoxChild this.btnTmp = new global::Gtk.Button(); this.btnTmp.CanFocus = true; this.btnTmp.Name = "btnTmp"; this.btnTmp.UseUnderline = true; this.btnTmp.Label = global::Mono.Unix.Catalog.GetString("Choose"); global::Gtk.Image w14 = new global::Gtk.Image(); w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnTmp.Image = w14; this.hbox24.Add(this.btnTmp); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox24[this.btnTmp])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.vbox3.Add(this.hbox24); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox24])); w16.Position = 2; w16.Expand = false; w16.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox23 = new global::Gtk.HBox(); this.hbox23.Name = "hbox23"; this.hbox23.Spacing = 6; // Container child hbox23.Gtk.Box+BoxChild this.lblUnar = new global::Gtk.Label(); this.lblUnar.Name = "lblUnar"; this.lblUnar.LabelProp = global::Mono.Unix.Catalog.GetString("Path to unar"); this.hbox23.Add(this.lblUnar); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox23[this.lblUnar])); w17.Position = 0; w17.Expand = false; w17.Fill = false; // Container child hbox23.Gtk.Box+BoxChild this.txtUnar = new global::Gtk.Entry(); this.txtUnar.CanFocus = true; this.txtUnar.Name = "txtUnar"; this.txtUnar.IsEditable = true; this.txtUnar.InvisibleChar = '●'; this.hbox23.Add(this.txtUnar); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox23[this.txtUnar])); w18.Position = 1; // Container child hbox23.Gtk.Box+BoxChild this.btnUnar = new global::Gtk.Button(); this.btnUnar.CanFocus = true; this.btnUnar.Name = "btnUnar"; this.btnUnar.UseUnderline = true; this.btnUnar.Label = global::Mono.Unix.Catalog.GetString("Choose"); global::Gtk.Image w19 = new global::Gtk.Image(); w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnUnar.Image = w19; this.hbox23.Add(this.btnUnar); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox23[this.btnUnar])); w20.Position = 2; w20.Expand = false; w20.Fill = false; this.vbox3.Add(this.hbox23); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox23])); w21.Position = 3; w21.Expand = false; w21.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.lblUnarVersion = new global::Gtk.Label(); this.lblUnarVersion.Name = "lblUnarVersion"; this.lblUnarVersion.LabelProp = global::Mono.Unix.Catalog.GetString("label1"); this.vbox3.Add(this.lblUnarVersion); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.lblUnarVersion])); w22.Position = 4; w22.Expand = false; w22.Fill = false; // Container child vbox3.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox(); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.lblCompAlg = new global::Gtk.Label(); this.lblCompAlg.Name = "lblCompAlg"; this.lblCompAlg.LabelProp = global::Mono.Unix.Catalog.GetString("Compression algorithm"); this.hbox1.Add(this.lblCompAlg); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.lblCompAlg])); w23.Position = 0; w23.Expand = false; w23.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.cmbCompAlg = global::Gtk.ComboBox.NewText(); this.cmbCompAlg.Name = "cmbCompAlg"; this.hbox1.Add(this.cmbCompAlg); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.cmbCompAlg])); w24.Position = 1; w24.Expand = false; w24.Fill = false; this.vbox3.Add(this.hbox1); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1])); w25.Position = 5; w25.Expand = false; w25.Fill = false; this.hbox2.Add(this.vbox3); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox3])); w26.Position = 0; w26.Expand = false; w26.Fill = false; // Container child hbox2.Gtk.Box+BoxChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.Gtk.Box+BoxChild this.chkAntivirus = new global::Gtk.CheckButton(); this.chkAntivirus.CanFocus = true; this.chkAntivirus.Name = "chkAntivirus"; this.chkAntivirus.Label = global::Mono.Unix.Catalog.GetString("Use antivirus?"); this.chkAntivirus.DrawIndicator = true; this.chkAntivirus.UseUnderline = true; this.vbox4.Add(this.chkAntivirus); global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.chkAntivirus])); w27.Position = 0; w27.Expand = false; w27.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.frmClamd = new global::Gtk.Frame(); this.frmClamd.Name = "frmClamd"; this.frmClamd.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frmClamd.Gtk.Container+ContainerChild this.GtkAlignment6 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment6.Name = "GtkAlignment6"; this.GtkAlignment6.LeftPadding = ((uint)(12)); // Container child GtkAlignment6.Gtk.Container+ContainerChild this.vbox6 = new global::Gtk.VBox(); this.vbox6.Name = "vbox6"; this.vbox6.Spacing = 6; // Container child vbox6.Gtk.Box+BoxChild this.chkClamd = new global::Gtk.CheckButton(); this.chkClamd.CanFocus = true; this.chkClamd.Name = "chkClamd"; this.chkClamd.Label = global::Mono.Unix.Catalog.GetString("Use clamd?"); this.chkClamd.DrawIndicator = true; this.chkClamd.UseUnderline = true; this.vbox6.Add(this.chkClamd); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.chkClamd])); w28.Position = 0; w28.Expand = false; w28.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.hbox3 = new global::Gtk.HBox(); this.hbox3.Name = "hbox3"; this.hbox3.Spacing = 6; // Container child hbox3.Gtk.Box+BoxChild this.lblClamdHost = new global::Gtk.Label(); this.lblClamdHost.Name = "lblClamdHost"; this.lblClamdHost.LabelProp = global::Mono.Unix.Catalog.GetString("Host"); this.hbox3.Add(this.lblClamdHost); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.lblClamdHost])); w29.Position = 0; w29.Expand = false; w29.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.txtClamdHost = new global::Gtk.Entry(); this.txtClamdHost.Sensitive = false; this.txtClamdHost.CanFocus = true; this.txtClamdHost.Name = "txtClamdHost"; this.txtClamdHost.IsEditable = true; this.txtClamdHost.InvisibleChar = '●'; this.hbox3.Add(this.txtClamdHost); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.txtClamdHost])); w30.Position = 1; // Container child hbox3.Gtk.Box+BoxChild this.lblClamdPort = new global::Gtk.Label(); this.lblClamdPort.Name = "lblClamdPort"; this.lblClamdPort.LabelProp = global::Mono.Unix.Catalog.GetString("port"); this.hbox3.Add(this.lblClamdPort); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.lblClamdPort])); w31.Position = 2; w31.Expand = false; w31.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.spClamdPort = new global::Gtk.SpinButton(1, 65535, 1); this.spClamdPort.Sensitive = false; this.spClamdPort.CanFocus = true; this.spClamdPort.Name = "spClamdPort"; this.spClamdPort.Adjustment.PageIncrement = 10; this.spClamdPort.ClimbRate = 1; this.spClamdPort.Numeric = true; this.spClamdPort.Value = 3310; this.hbox3.Add(this.spClamdPort); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spClamdPort])); w32.Position = 3; w32.Expand = false; w32.Fill = false; // Container child hbox3.Gtk.Box+BoxChild this.btnClamdTest = new global::Gtk.Button(); this.btnClamdTest.Sensitive = false; this.btnClamdTest.CanFocus = true; this.btnClamdTest.Name = "btnClamdTest"; this.btnClamdTest.UseUnderline = true; this.btnClamdTest.Label = global::Mono.Unix.Catalog.GetString("Test"); this.hbox3.Add(this.btnClamdTest); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.btnClamdTest])); w33.Position = 4; w33.Expand = false; w33.Fill = false; this.vbox6.Add(this.hbox3); global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox3])); w34.Position = 1; w34.Expand = false; w34.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.lblClamdVersion = new global::Gtk.Label(); this.lblClamdVersion.Name = "lblClamdVersion"; this.lblClamdVersion.LabelProp = global::Mono.Unix.Catalog.GetString("label4"); this.vbox6.Add(this.lblClamdVersion); global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.lblClamdVersion])); w35.Position = 2; w35.Expand = false; w35.Fill = false; // Container child vbox6.Gtk.Box+BoxChild this.chkClamdIsLocal = new global::Gtk.CheckButton(); this.chkClamdIsLocal.Sensitive = false; this.chkClamdIsLocal.CanFocus = true; this.chkClamdIsLocal.Name = "chkClamdIsLocal"; this.chkClamdIsLocal.Label = global::Mono.Unix.Catalog.GetString("Clamd is local?"); this.chkClamdIsLocal.DrawIndicator = true; this.chkClamdIsLocal.UseUnderline = true; this.vbox6.Add(this.chkClamdIsLocal); global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.chkClamdIsLocal])); w36.Position = 3; w36.Expand = false; w36.Fill = false; this.GtkAlignment6.Add(this.vbox6); this.frmClamd.Add(this.GtkAlignment6); this.GtkLabel8 = new global::Gtk.Label(); this.GtkLabel8.Name = "GtkLabel8"; this.GtkLabel8.LabelProp = global::Mono.Unix.Catalog.GetString("<b>clamd</b>"); this.GtkLabel8.UseMarkup = true; this.frmClamd.LabelWidget = this.GtkLabel8; this.vbox4.Add(this.frmClamd); global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.frmClamd])); w39.Position = 1; w39.Expand = false; w39.Fill = false; // Container child vbox4.Gtk.Box+BoxChild this.frmVirusTotal = new global::Gtk.Frame(); this.frmVirusTotal.Name = "frmVirusTotal"; this.frmVirusTotal.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child frmVirusTotal.Gtk.Container+ContainerChild this.GtkAlignment7 = new global::Gtk.Alignment(0F, 0F, 1F, 1F); this.GtkAlignment7.Name = "GtkAlignment7"; this.GtkAlignment7.LeftPadding = ((uint)(12)); // Container child GtkAlignment7.Gtk.Container+ContainerChild this.vbox7 = new global::Gtk.VBox(); this.vbox7.Name = "vbox7"; this.vbox7.Spacing = 6; // Container child vbox7.Gtk.Box+BoxChild this.chkVirusTotal = new global::Gtk.CheckButton(); this.chkVirusTotal.CanFocus = true; this.chkVirusTotal.Name = "chkVirusTotal"; this.chkVirusTotal.Label = global::Mono.Unix.Catalog.GetString("Use VirusTotal?"); this.chkVirusTotal.DrawIndicator = true; this.chkVirusTotal.UseUnderline = true; this.vbox7.Add(this.chkVirusTotal); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.chkVirusTotal])); w40.Position = 0; w40.Expand = false; w40.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.hbox4 = new global::Gtk.HBox(); this.hbox4.Name = "hbox4"; this.hbox4.Spacing = 6; // Container child hbox4.Gtk.Box+BoxChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("API Key"); this.hbox4.Add(this.label6); global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.label6])); w41.Position = 0; w41.Expand = false; w41.Fill = false; // Container child hbox4.Gtk.Box+BoxChild this.txtVirusTotal = new global::Gtk.Entry(); this.txtVirusTotal.Sensitive = false; this.txtVirusTotal.CanFocus = true; this.txtVirusTotal.Name = "txtVirusTotal"; this.txtVirusTotal.IsEditable = true; this.txtVirusTotal.InvisibleChar = '●'; this.hbox4.Add(this.txtVirusTotal); global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.txtVirusTotal])); w42.Position = 1; // Container child hbox4.Gtk.Box+BoxChild this.btnVirusTotal = new global::Gtk.Button(); this.btnVirusTotal.Sensitive = false; this.btnVirusTotal.CanFocus = true; this.btnVirusTotal.Name = "btnVirusTotal"; this.btnVirusTotal.UseUnderline = true; this.btnVirusTotal.Label = global::Mono.Unix.Catalog.GetString("Test"); this.hbox4.Add(this.btnVirusTotal); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnVirusTotal])); w43.Position = 2; w43.Expand = false; w43.Fill = false; this.vbox7.Add(this.hbox4); global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox4])); w44.Position = 1; w44.Expand = false; w44.Fill = false; // Container child vbox7.Gtk.Box+BoxChild this.lblVirusTotal = new global::Gtk.Label(); this.lblVirusTotal.Name = "lblVirusTotal"; this.lblVirusTotal.LabelProp = global::Mono.Unix.Catalog.GetString("label5"); this.vbox7.Add(this.lblVirusTotal); global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.lblVirusTotal])); w45.Position = 2; w45.Expand = false; w45.Fill = false; this.GtkAlignment7.Add(this.vbox7); this.frmVirusTotal.Add(this.GtkAlignment7); this.GtkLabel12 = new global::Gtk.Label(); this.GtkLabel12.Name = "GtkLabel12"; this.GtkLabel12.LabelProp = global::Mono.Unix.Catalog.GetString("<b>VirusTotal</b>"); this.GtkLabel12.UseMarkup = true; this.frmVirusTotal.LabelWidget = this.GtkLabel12; this.vbox4.Add(this.frmVirusTotal); global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.frmVirusTotal])); w48.Position = 2; w48.Expand = false; w48.Fill = false; this.hbox2.Add(this.vbox4); global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox4])); w49.Position = 1; w49.Expand = false; w49.Fill = false; w1.Add(this.hbox2); global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2])); w50.Position = 0; w50.Expand = false; w50.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.hbox18 = new global::Gtk.HBox(); this.hbox18.Name = "hbox18"; this.hbox18.Spacing = 6; // Container child hbox18.Gtk.Box+BoxChild this.btnCancel = new global::Gtk.Button(); this.btnCancel.CanFocus = true; this.btnCancel.Name = "btnCancel"; this.btnCancel.UseStock = true; this.btnCancel.UseUnderline = true; this.btnCancel.Label = "gtk-cancel"; this.hbox18.Add(this.btnCancel); global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.btnCancel])); w51.Position = 0; w51.Expand = false; w51.Fill = false; // Container child hbox18.Gtk.Box+BoxChild this.btnApply = new global::Gtk.Button(); this.btnApply.CanFocus = true; this.btnApply.Name = "btnApply"; this.btnApply.UseStock = true; this.btnApply.UseUnderline = true; this.btnApply.Label = "gtk-apply"; this.hbox18.Add(this.btnApply); global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox18[this.btnApply])); w52.PackType = ((global::Gtk.PackType)(1)); w52.Position = 1; w52.Expand = false; w52.Fill = false; w1.Add(this.hbox18); global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(w1[this.hbox18])); w53.Position = 1; w53.Expand = false; w53.Fill = false; // Internal child osrepodbmgr.dlgSettings.ActionArea global::Gtk.HButtonBox w54 = this.ActionArea; w54.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 w55 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w54[this.btnDialog])); w55.Expand = false; w55.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 680; this.DefaultHeight = 320; this.lblUnarVersion.Hide(); this.lblVirusTotal.Hide(); w54.Hide(); this.Show(); this.btnDatabase.Clicked += new global::System.EventHandler(this.OnBtnDatabaseClicked); this.btnRepository.Clicked += new global::System.EventHandler(this.OnBtnRepositoryClicked); this.btnTmp.Clicked += new global::System.EventHandler(this.OnBtnTmpClicked); this.btnUnar.Clicked += new global::System.EventHandler(this.OnBtnUnarClicked); this.chkAntivirus.Toggled += new global::System.EventHandler(this.OnChkAntivirusToggled); this.chkClamd.Toggled += new global::System.EventHandler(this.OnChkClamdToggled); this.btnClamdTest.Clicked += new global::System.EventHandler(this.OnBtnClamdTestClicked); this.chkVirusTotal.Toggled += new global::System.EventHandler(this.OnChkVirusTotalToggled); this.btnVirusTotal.Clicked += new global::System.EventHandler(this.OnBtnVirusTotalClicked); this.btnCancel.Clicked += new global::System.EventHandler(this.OnBtnCancelClicked); this.btnApply.Clicked += new global::System.EventHandler(this.OnBtnApplyClicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget TerraTechModManagerGTK.DialogDescription this.Name = "TerraTechModManagerGTK.DialogDescription"; this.Icon = global::Gdk.Pixbuf.LoadFromResource("TerraTechModManagerGTK.Big TTMM Logo.png"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Internal child TerraTechModManagerGTK.DialogDescription.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.vbox2 = new global::Gtk.VBox(); this.vbox2.Name = "vbox2"; this.vbox2.Spacing = 6; // Container child vbox2.Gtk.Box+BoxChild this.labelTitle = new global::Gtk.Label(); this.labelTitle.Name = "labelTitle"; this.labelTitle.LabelProp = global::Mono.Unix.Catalog.GetString("Title"); this.labelTitle.UseMarkup = true; this.vbox2.Add(this.labelTitle); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.labelTitle])); w2.Position = 0; w2.Expand = false; w2.Fill = false; // Container child vbox2.Gtk.Box+BoxChild this.scrolledwindow1 = new global::Gtk.ScrolledWindow(); this.scrolledwindow1.CanFocus = true; this.scrolledwindow1.Name = "scrolledwindow1"; this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child scrolledwindow1.Gtk.Container+ContainerChild global::Gtk.Viewport w3 = new global::Gtk.Viewport(); w3.ShadowType = ((global::Gtk.ShadowType)(0)); // Container child GtkViewport.Gtk.Container+ContainerChild this.labelTextView = new global::Gtk.Label(); this.labelTextView.Name = "labelTextView"; this.labelTextView.Xalign = 0F; this.labelTextView.Yalign = 0F; this.labelTextView.LabelProp = global::Mono.Unix.Catalog.GetString("No message provided!"); this.labelTextView.UseMarkup = true; this.labelTextView.Wrap = true; this.labelTextView.Selectable = true; w3.Add(this.labelTextView); this.scrolledwindow1.Add(w3); this.vbox2.Add(this.scrolledwindow1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow1])); w6.Position = 1; // Container child vbox2.Gtk.Box+BoxChild this.entry3 = new global::Gtk.Entry(); this.entry3.CanFocus = true; this.entry3.Name = "entry3"; this.entry3.IsEditable = true; this.entry3.InvisibleChar = '•'; this.vbox2.Add(this.entry3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.entry3])); w7.Position = 2; w7.Expand = false; w7.Fill = false; w1.Add(this.vbox2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1[this.vbox2])); w8.Position = 0; // Container child dialog1_VBox.Gtk.Box+BoxChild this.UpdateInfoArea = new global::Gtk.HButtonBox(); this.UpdateInfoArea.Name = "UpdateInfoArea"; this.UpdateInfoArea.Spacing = 10; this.UpdateInfoArea.BorderWidth = ((uint)(5)); this.UpdateInfoArea.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child UpdateInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonUpdateTTMM = new global::Gtk.Button(); this.buttonUpdateTTMM.CanDefault = true; this.buttonUpdateTTMM.CanFocus = true; this.buttonUpdateTTMM.Name = "buttonUpdateTTMM"; this.buttonUpdateTTMM.UseUnderline = true; this.buttonUpdateTTMM.Label = global::Mono.Unix.Catalog.GetString("Install update"); global::Gtk.Image w9 = new global::Gtk.Image(); w9.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu); this.buttonUpdateTTMM.Image = w9; this.UpdateInfoArea.Add(this.buttonUpdateTTMM); global::Gtk.ButtonBox.ButtonBoxChild w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.UpdateInfoArea[this.buttonUpdateTTMM])); w10.Expand = false; w10.Fill = false; // Container child UpdateInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOpenSite2 = new global::Gtk.Button(); this.buttonOpenSite2.CanFocus = true; this.buttonOpenSite2.Name = "buttonOpenSite2"; this.buttonOpenSite2.UseUnderline = true; this.buttonOpenSite2.Label = global::Mono.Unix.Catalog.GetString("Go to site"); global::Gtk.Image w11 = new global::Gtk.Image(); w11.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-about", global::Gtk.IconSize.Menu); this.buttonOpenSite2.Image = w11; this.UpdateInfoArea.Add(this.buttonOpenSite2); global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.UpdateInfoArea[this.buttonOpenSite2])); w12.Position = 1; w12.Expand = false; w12.Fill = false; // Container child UpdateInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk2 = new global::Gtk.Button(); this.buttonOk2.CanDefault = true; this.buttonOk2.CanFocus = true; this.buttonOk2.Name = "buttonOk2"; this.buttonOk2.UseUnderline = true; this.buttonOk2.Label = global::Mono.Unix.Catalog.GetString("Close"); global::Gtk.Image w13 = new global::Gtk.Image(); w13.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu); this.buttonOk2.Image = w13; this.UpdateInfoArea.Add(this.buttonOk2); global::Gtk.ButtonBox.ButtonBoxChild w14 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.UpdateInfoArea[this.buttonOk2])); w14.Position = 2; w14.Expand = false; w14.Fill = false; w1.Add(this.UpdateInfoArea); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.UpdateInfoArea])); w15.PackType = ((global::Gtk.PackType)(1)); w15.Position = 1; w15.Expand = false; w15.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.ServerModInfoArea = new global::Gtk.HButtonBox(); this.ServerModInfoArea.Name = "ServerModInfoArea"; this.ServerModInfoArea.Spacing = 10; this.ServerModInfoArea.BorderWidth = ((uint)(5)); this.ServerModInfoArea.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child ServerModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonInstallMod = new global::Gtk.Button(); this.buttonInstallMod.CanFocus = true; this.buttonInstallMod.Name = "buttonInstallMod"; this.buttonInstallMod.UseUnderline = true; this.buttonInstallMod.Label = global::Mono.Unix.Catalog.GetString("Install mod"); global::Gtk.Image w16 = new global::Gtk.Image(); w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu); this.buttonInstallMod.Image = w16; this.ServerModInfoArea.Add(this.buttonInstallMod); global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.ServerModInfoArea[this.buttonInstallMod])); w17.Expand = false; w17.Fill = false; // Container child ServerModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOpenSite1 = new global::Gtk.Button(); this.buttonOpenSite1.CanDefault = true; this.buttonOpenSite1.CanFocus = true; this.buttonOpenSite1.Name = "buttonOpenSite1"; this.buttonOpenSite1.UseUnderline = true; this.buttonOpenSite1.Label = global::Mono.Unix.Catalog.GetString("Go to site"); global::Gtk.Image w18 = new global::Gtk.Image(); w18.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-about", global::Gtk.IconSize.Menu); this.buttonOpenSite1.Image = w18; this.ServerModInfoArea.Add(this.buttonOpenSite1); global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.ServerModInfoArea[this.buttonOpenSite1])); w19.Position = 1; w19.Expand = false; w19.Fill = false; // Container child ServerModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk1 = new global::Gtk.Button(); this.buttonOk1.CanDefault = true; this.buttonOk1.CanFocus = true; this.buttonOk1.Name = "buttonOk1"; this.buttonOk1.UseUnderline = true; this.buttonOk1.Label = global::Mono.Unix.Catalog.GetString("Close"); global::Gtk.Image w20 = new global::Gtk.Image(); w20.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu); this.buttonOk1.Image = w20; this.ServerModInfoArea.Add(this.buttonOk1); global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.ServerModInfoArea[this.buttonOk1])); w21.Position = 2; w21.Expand = false; w21.Fill = false; w1.Add(this.ServerModInfoArea); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(w1[this.ServerModInfoArea])); w22.PackType = ((global::Gtk.PackType)(1)); w22.Position = 2; w22.Expand = false; w22.Fill = false; // Container child dialog1_VBox.Gtk.Box+BoxChild this.LocalModInfoArea = new global::Gtk.HButtonBox(); this.LocalModInfoArea.Name = "LocalModInfoArea"; this.LocalModInfoArea.Spacing = 10; this.LocalModInfoArea.BorderWidth = ((uint)(5)); this.LocalModInfoArea.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4)); // Container child LocalModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOpenFolder = new global::Gtk.Button(); this.buttonOpenFolder.CanDefault = true; this.buttonOpenFolder.CanFocus = true; this.buttonOpenFolder.Name = "buttonOpenFolder"; this.buttonOpenFolder.UseUnderline = true; this.buttonOpenFolder.Label = global::Mono.Unix.Catalog.GetString("Open folder"); global::Gtk.Image w23 = new global::Gtk.Image(); w23.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.buttonOpenFolder.Image = w23; this.LocalModInfoArea.Add(this.buttonOpenFolder); global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.LocalModInfoArea[this.buttonOpenFolder])); w24.Expand = false; w24.Fill = false; // Container child LocalModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOpenSite = new global::Gtk.Button(); this.buttonOpenSite.CanFocus = true; this.buttonOpenSite.Name = "buttonOpenSite"; this.buttonOpenSite.UseUnderline = true; this.buttonOpenSite.Label = global::Mono.Unix.Catalog.GetString("Go to site"); global::Gtk.Image w25 = new global::Gtk.Image(); w25.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-about", global::Gtk.IconSize.Menu); this.buttonOpenSite.Image = w25; this.LocalModInfoArea.Add(this.buttonOpenSite); global::Gtk.ButtonBox.ButtonBoxChild w26 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.LocalModInfoArea[this.buttonOpenSite])); w26.Position = 1; w26.Expand = false; w26.Fill = false; // Container child LocalModInfoArea.Gtk.ButtonBox+ButtonBoxChild this.buttonOk = new global::Gtk.Button(); this.buttonOk.CanDefault = true; this.buttonOk.CanFocus = true; this.buttonOk.Name = "buttonOk"; this.buttonOk.UseUnderline = true; this.buttonOk.Label = global::Mono.Unix.Catalog.GetString("Close"); global::Gtk.Image w27 = new global::Gtk.Image(); w27.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-cancel", global::Gtk.IconSize.Menu); this.buttonOk.Image = w27; this.LocalModInfoArea.Add(this.buttonOk); global::Gtk.ButtonBox.ButtonBoxChild w28 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.LocalModInfoArea[this.buttonOk])); w28.Position = 2; w28.Expand = false; w28.Fill = false; w1.Add(this.LocalModInfoArea); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(w1[this.LocalModInfoArea])); w29.PackType = ((global::Gtk.PackType)(1)); w29.Position = 3; w29.Expand = false; w29.Fill = false; // Internal child TerraTechModManagerGTK.DialogDescription.ActionArea global::Gtk.HButtonBox w30 = this.ActionArea; w30.Name = "__gtksharp_92_Stetic_TopLevelDialog_ActionArea"; // Container child __gtksharp_92_Stetic_TopLevelDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild this.button178 = new global::Gtk.Button(); this.button178.CanFocus = true; this.button178.Name = "button178"; this.button178.UseUnderline = true; this.button178.Label = global::Mono.Unix.Catalog.GetString("IDE-Generated button that will not go away, do not anger"); this.AddActionWidget(this.button178, 0); global::Gtk.ButtonBox.ButtonBoxChild w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w30[this.button178])); w31.Expand = false; w31.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 463; this.DefaultHeight = 300; this.UpdateInfoArea.Hide(); this.ServerModInfoArea.Hide(); this.LocalModInfoArea.Hide(); this.button178.Hide(); w30.Hide(); this.Show(); this.entry3.Changed += new global::System.EventHandler(this.OnChanged); this.buttonOpenFolder.Clicked += new global::System.EventHandler(this.OpenFolderEvent); this.buttonOpenSite.Clicked += new global::System.EventHandler(this.OpenSiteEvent); this.buttonOk.Clicked += new global::System.EventHandler(this.OnCloseEvent); this.buttonInstallMod.Clicked += new global::System.EventHandler(this.InstallModEvent); this.buttonOpenSite1.Clicked += new global::System.EventHandler(this.OpenSiteEvent); this.buttonOk1.Clicked += new global::System.EventHandler(this.OnCloseEvent); this.buttonUpdateTTMM.Clicked += new global::System.EventHandler(this.InstallUpdateEvent); this.buttonOpenSite2.Clicked += new global::System.EventHandler(this.OpenSiteEvent); this.buttonOk2.Clicked += new global::System.EventHandler(this.OnCloseEvent); }
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.lblStatus = new global::Gtk.Label(); this.lblStatus.Name = "lblStatus"; this.lblStatus.LabelProp = global::Mono.Unix.Catalog.GetString("label3"); w1.Add(this.lblStatus); global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(w1[this.lblStatus])); w40.Position = 10; w40.Expand = false; w40.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.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 w41 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.lblProgress])); w41.Position = 0; w41.Expand = false; w41.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 w42 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.prgProgress])); w42.Position = 1; w1.Add(this.hbox2); global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(w1[this.hbox2])); w43.Position = 11; w43.Expand = false; w43.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 w44 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.lblProgress2])); w44.Position = 0; w44.Expand = false; w44.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 w45 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.prgProgress2])); w45.Position = 1; w1.Add(this.hbox27); global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(w1[this.hbox27])); w46.Position = 12; w46.Expand = false; w46.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 w47 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnExit])); w47.PackType = ((global::Gtk.PackType)(1)); w47.Position = 0; w47.Expand = false; w47.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 w48 = new global::Gtk.Image(); w48.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-close", global::Gtk.IconSize.Menu); this.btnClose.Image = w48; this.hbox1.Add(this.btnClose); global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnClose])); w49.PackType = ((global::Gtk.PackType)(1)); w49.Position = 1; w49.Expand = false; w49.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 w50 = new global::Gtk.Image(); w50.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu); this.btnPack.Image = w50; this.hbox1.Add(this.btnPack); global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnPack])); w51.PackType = ((global::Gtk.PackType)(1)); w51.Position = 2; w51.Expand = false; w51.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 w52 = new global::Gtk.Image(); w52.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnArchive.Image = w52; this.hbox1.Add(this.btnArchive); global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnArchive])); w53.PackType = ((global::Gtk.PackType)(1)); w53.Position = 3; w53.Expand = false; w53.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 w54 = new global::Gtk.Image(); w54.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-open", global::Gtk.IconSize.Menu); this.btnFolder.Image = w54; this.hbox1.Add(this.btnFolder); global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnFolder])); w55.PackType = ((global::Gtk.PackType)(1)); w55.Position = 4; w55.Expand = false; w55.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 w56 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnStop])); w56.PackType = ((global::Gtk.PackType)(1)); w56.Position = 5; w56.Expand = false; w56.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 w57 = new global::Gtk.Image(); w57.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-properties", global::Gtk.IconSize.Menu); this.btnMetadata.Image = w57; this.hbox1.Add(this.btnMetadata); global::Gtk.Box.BoxChild w58 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnMetadata])); w58.PackType = ((global::Gtk.PackType)(1)); w58.Position = 6; w58.Expand = false; w58.Fill = false; // Container child hbox1.Gtk.Box+BoxChild this.btnToggleCrack = new global::Gtk.Button(); this.btnToggleCrack.CanFocus = true; this.btnToggleCrack.Name = "btnToggleCrack"; this.btnToggleCrack.UseUnderline = true; this.btnToggleCrack.Label = global::Mono.Unix.Catalog.GetString("Mark as crack"); this.hbox1.Add(this.btnToggleCrack); global::Gtk.Box.BoxChild w59 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnToggleCrack])); w59.PackType = ((global::Gtk.PackType)(1)); w59.Position = 7; w59.Expand = false; w59.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 w60 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.btnRemoveFile])); w60.PackType = ((global::Gtk.PackType)(1)); w60.Position = 8; w60.Expand = false; w60.Fill = false; w1.Add(this.hbox1); global::Gtk.Box.BoxChild w61 = ((global::Gtk.Box.BoxChild)(w1[this.hbox1])); w61.Position = 13; w61.Expand = false; w61.Fill = false; // Internal child dlgAdd.ActionArea global::Gtk.HButtonBox w62 = this.ActionArea; w62.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 w63 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w62[this.btnDialog])); w63.Expand = false; w63.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 857; this.DefaultHeight = 564; this.lblStatus.Hide(); 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.btnToggleCrack.Hide(); this.btnRemoveFile.Hide(); w62.Hide(); this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.btnRemoveFile.Clicked += new global::System.EventHandler(this.OnBtnRemoveFileClicked); this.btnToggleCrack.Clicked += new global::System.EventHandler(this.OnBtnToggleCrackClicked); 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); }